2023-11-15T03:50:43.900 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-15T03:50:43.901 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458305 --name yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --verbose -- /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458305/orig.config.yaml 2023-11-15T03:50:43.938 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-15T03:50:44.026 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458305 branch: wip-yuri4-testing-2023-11-13-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: '7458305' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-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-yuri4-testing-2023-11-13-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: 620f25c1794f62207424fc9319427943fb8d1fae ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 620f25c1794f62207424fc9319427943fb8d1fae kernel: hwe: true workunit: branch: wip-yuri4-testing-2023-11-13-0820-pacific sha1: 620f25c1794f62207424fc9319427943fb8d1fae owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 4886 sha1: 620f25c1794f62207424fc9319427943fb8d1fae sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2023-11-13-0820-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 620f25c1794f62207424fc9319427943fb8d1fae targets: smithi081.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi154.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: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-14_20:45:49 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3590714 2023-11-15T03:50:44.027 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa; will attempt to use it 2023-11-15T03:50:44.028 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks 2023-11-15T03:50:44.028 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-15T03:50:44.031 INFO:teuthology.task.internal:Checking packages... 2023-11-15T03:50:44.061 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '620f25c1794f62207424fc9319427943fb8d1fae' 2023-11-15T03:50:44.061 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-15T03:50:44.063 INFO:teuthology.packaging:ref: None 2023-11-15T03:50:44.063 INFO:teuthology.packaging:tag: None 2023-11-15T03:50:44.064 INFO:teuthology.packaging:branch: wip-yuri4-testing-2023-11-13-0820-pacific 2023-11-15T03:50:44.064 INFO:teuthology.packaging:sha1: 620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T03:50:44.065 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri4-testing-2023-11-13-0820-pacific 2023-11-15T03:50:44.206 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-170-g620f25c1-1focal 2023-11-15T03:50:44.206 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-15T03:50:44.214 INFO:teuthology.task.internal:no buildpackages task found 2023-11-15T03:50:44.215 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-15T03:50:44.239 INFO:teuthology.task.internal:Saving configuration 2023-11-15T03:50:44.256 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-15T03:50:44.263 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T03:50:44.290 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi081.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458305', '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': '2023-11-15 03:44:35.505707', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-11-15T03:50:44.312 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi154.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458305', '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': '2023-11-15 03:44:35.507691', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-11-15T03:50:44.312 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-15T03:50:44.320 INFO:teuthology.task.internal:roles: ubuntu@smithi081.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-11-15T03:50:44.320 INFO:teuthology.task.internal:roles: ubuntu@smithi154.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-11-15T03:50:44.321 INFO:teuthology.run_tasks:Running task console_log... 2023-11-15T03:50:44.419 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff7a15f8af0>, signals=[15]) 2023-11-15T03:50:44.420 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-15T03:50:44.426 INFO:teuthology.task.internal:Opening connections... 2023-11-15T03:50:44.427 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi081.front.sepia.ceph.com 2023-11-15T03:50:44.428 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T03:50:44.478 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi154.front.sepia.ceph.com 2023-11-15T03:50:44.479 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T03:50:44.526 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-15T03:50:44.570 DEBUG:teuthology.orchestra.run.smithi081:> uname -m 2023-11-15T03:50:44.577 INFO:teuthology.orchestra.run.smithi081.stdout:x86_64 2023-11-15T03:50:44.578 DEBUG:teuthology.orchestra.run.smithi081:> cat /etc/os-release 2023-11-15T03:50:44.584 INFO:teuthology.orchestra.run.smithi081.stdout:NAME="Ubuntu" 2023-11-15T03:50:44.585 INFO:teuthology.orchestra.run.smithi081.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-11-15T03:50:44.585 INFO:teuthology.orchestra.run.smithi081.stdout:ID=ubuntu 2023-11-15T03:50:44.585 INFO:teuthology.orchestra.run.smithi081.stdout:ID_LIKE=debian 2023-11-15T03:50:44.585 INFO:teuthology.orchestra.run.smithi081.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-11-15T03:50:44.585 INFO:teuthology.orchestra.run.smithi081.stdout:VERSION_ID="20.04" 2023-11-15T03:50:44.586 INFO:teuthology.orchestra.run.smithi081.stdout:HOME_URL="https://www.ubuntu.com/" 2023-11-15T03:50:44.586 INFO:teuthology.orchestra.run.smithi081.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-11-15T03:50:44.586 INFO:teuthology.orchestra.run.smithi081.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-11-15T03:50:44.586 INFO:teuthology.orchestra.run.smithi081.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-11-15T03:50:44.587 INFO:teuthology.orchestra.run.smithi081.stdout:VERSION_CODENAME=focal 2023-11-15T03:50:44.587 INFO:teuthology.orchestra.run.smithi081.stdout:UBUNTU_CODENAME=focal 2023-11-15T03:50:44.587 INFO:teuthology.lock.ops:Updating smithi081.front.sepia.ceph.com on lock server 2023-11-15T03:50:44.609 DEBUG:teuthology.orchestra.run.smithi154:> uname -m 2023-11-15T03:50:44.615 INFO:teuthology.orchestra.run.smithi154.stdout:x86_64 2023-11-15T03:50:44.616 DEBUG:teuthology.orchestra.run.smithi154:> cat /etc/os-release 2023-11-15T03:50:44.668 INFO:teuthology.orchestra.run.smithi154.stdout:NAME="Ubuntu" 2023-11-15T03:50:44.669 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-11-15T03:50:44.669 INFO:teuthology.orchestra.run.smithi154.stdout:ID=ubuntu 2023-11-15T03:50:44.670 INFO:teuthology.orchestra.run.smithi154.stdout:ID_LIKE=debian 2023-11-15T03:50:44.670 INFO:teuthology.orchestra.run.smithi154.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-11-15T03:50:44.670 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION_ID="20.04" 2023-11-15T03:50:44.670 INFO:teuthology.orchestra.run.smithi154.stdout:HOME_URL="https://www.ubuntu.com/" 2023-11-15T03:50:44.671 INFO:teuthology.orchestra.run.smithi154.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-11-15T03:50:44.671 INFO:teuthology.orchestra.run.smithi154.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-11-15T03:50:44.671 INFO:teuthology.orchestra.run.smithi154.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-11-15T03:50:44.672 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION_CODENAME=focal 2023-11-15T03:50:44.672 INFO:teuthology.orchestra.run.smithi154.stdout:UBUNTU_CODENAME=focal 2023-11-15T03:50:44.673 INFO:teuthology.lock.ops:Updating smithi154.front.sepia.ceph.com on lock server 2023-11-15T03:50:44.692 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-15T03:50:44.702 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-15T03:50:44.727 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-15T03:50:44.728 DEBUG:teuthology.orchestra.run.smithi081:> test '!' -e /home/ubuntu/cephtest 2023-11-15T03:50:44.731 DEBUG:teuthology.orchestra.run.smithi154:> test '!' -e /home/ubuntu/cephtest 2023-11-15T03:50:44.737 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-15T03:50:44.747 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-15T03:50:44.747 DEBUG:teuthology.orchestra.run.smithi081:> test -z $(ls -A /var/lib/ceph) 2023-11-15T03:50:44.750 DEBUG:teuthology.orchestra.run.smithi154:> test -z $(ls -A /var/lib/ceph) 2023-11-15T03:50:44.763 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-15T03:50:44.815 INFO:teuthology.run_tasks:Running task kernel... 2023-11-15T03:50:44.831 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-15T03:50:44.831 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-11-15T03:50:44.832 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2023-11-15T03:50:44.832 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2023-11-15T03:50:44.833 DEBUG:teuthology.orchestra.run.smithi081:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-15T03:50:44.833 DEBUG:teuthology.orchestra.run.smithi154:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-15T03:50:44.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T03:50:44.839 DEBUG:teuthology.orchestra.run.smithi081:> uname -r 2023-11-15T03:50:44.840 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T03:50:44.841 DEBUG:teuthology.orchestra.run.smithi154:> uname -r 2023-11-15T03:50:44.847 INFO:teuthology.orchestra.run.smithi081.stdout:5.4.0-124-generic 2023-11-15T03:50:44.847 INFO:teuthology.task.kernel:Running kernel on smithi081: 5.4.0-124-generic 2023-11-15T03:50:44.847 DEBUG:teuthology.orchestra.run.smithi081:> sudo apt-get clean 2023-11-15T03:50:44.849 INFO:teuthology.orchestra.run.smithi154.stdout:5.4.0-124-generic 2023-11-15T03:50:44.849 INFO:teuthology.task.kernel:Running kernel on smithi154: 5.4.0-124-generic 2023-11-15T03:50:44.849 DEBUG:teuthology.orchestra.run.smithi154:> sudo apt-get clean 2023-11-15T03:50:44.947 DEBUG:teuthology.orchestra.run.smithi081:> sudo apt-get update 2023-11-15T03:50:44.954 DEBUG:teuthology.orchestra.run.smithi154:> sudo apt-get update 2023-11-15T03:50:45.125 INFO:teuthology.orchestra.run.smithi081.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-11-15T03:50:45.125 INFO:teuthology.orchestra.run.smithi081.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-11-15T03:50:45.125 INFO:teuthology.orchestra.run.smithi081.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-11-15T03:50:45.129 INFO:teuthology.orchestra.run.smithi154.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-11-15T03:50:45.129 INFO:teuthology.orchestra.run.smithi154.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-11-15T03:50:45.129 INFO:teuthology.orchestra.run.smithi154.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-11-15T03:50:45.191 INFO:teuthology.orchestra.run.smithi154.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-11-15T03:50:45.205 INFO:teuthology.orchestra.run.smithi081.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-11-15T03:50:45.507 INFO:teuthology.orchestra.run.smithi081.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,569 kB] 2023-11-15T03:50:45.512 INFO:teuthology.orchestra.run.smithi154.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [906 kB] 2023-11-15T03:50:45.591 INFO:teuthology.orchestra.run.smithi154.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,959 kB] 2023-11-15T03:50:45.628 INFO:teuthology.orchestra.run.smithi154.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [481 kB] 2023-11-15T03:50:45.631 INFO:teuthology.orchestra.run.smithi154.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-11-15T03:50:45.632 INFO:teuthology.orchestra.run.smithi154.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,479 kB] 2023-11-15T03:50:45.645 INFO:teuthology.orchestra.run.smithi154.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [673 kB] 2023-11-15T03:50:45.648 INFO:teuthology.orchestra.run.smithi154.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-11-15T03:50:45.649 INFO:teuthology.orchestra.run.smithi154.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [346 kB] 2023-11-15T03:50:45.652 INFO:teuthology.orchestra.run.smithi154.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-11-15T03:50:45.652 INFO:teuthology.orchestra.run.smithi154.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [754 kB] 2023-11-15T03:50:45.656 INFO:teuthology.orchestra.run.smithi081.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [906 kB] 2023-11-15T03:50:45.657 INFO:teuthology.orchestra.run.smithi081.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [673 kB] 2023-11-15T03:50:45.658 INFO:teuthology.orchestra.run.smithi154.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,130 kB] 2023-11-15T03:50:45.667 INFO:teuthology.orchestra.run.smithi154.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [270 kB] 2023-11-15T03:50:45.669 INFO:teuthology.orchestra.run.smithi154.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-11-15T03:50:45.669 INFO:teuthology.orchestra.run.smithi154.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-11-15T03:50:45.669 INFO:teuthology.orchestra.run.smithi154.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-11-15T03:50:45.670 INFO:teuthology.orchestra.run.smithi081.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [398 kB] 2023-11-15T03:50:45.673 INFO:teuthology.orchestra.run.smithi081.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-11-15T03:50:45.673 INFO:teuthology.orchestra.run.smithi081.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,367 kB] 2023-11-15T03:50:45.679 INFO:teuthology.orchestra.run.smithi154.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-11-15T03:50:45.679 INFO:teuthology.orchestra.run.smithi154.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-11-15T03:50:45.703 INFO:teuthology.orchestra.run.smithi081.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-11-15T03:50:45.704 INFO:teuthology.orchestra.run.smithi081.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [329 kB] 2023-11-15T03:50:45.709 INFO:teuthology.orchestra.run.smithi081.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-11-15T03:50:45.710 INFO:teuthology.orchestra.run.smithi081.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [621 kB] 2023-11-15T03:50:45.716 INFO:teuthology.orchestra.run.smithi081.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [897 kB] 2023-11-15T03:50:45.729 INFO:teuthology.orchestra.run.smithi081.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [188 kB] 2023-11-15T03:50:45.733 INFO:teuthology.orchestra.run.smithi081.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-11-15T03:50:45.751 INFO:teuthology.orchestra.run.smithi081.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-11-15T03:50:45.751 INFO:teuthology.orchestra.run.smithi081.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-11-15T03:50:45.752 INFO:teuthology.orchestra.run.smithi081.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-11-15T03:50:45.752 INFO:teuthology.orchestra.run.smithi081.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-11-15T03:50:45.760 INFO:teuthology.orchestra.run.smithi154.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-11-15T03:50:45.778 INFO:teuthology.orchestra.run.smithi154.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-11-15T03:50:45.779 INFO:teuthology.orchestra.run.smithi154.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-11-15T03:50:45.780 INFO:teuthology.orchestra.run.smithi154.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,569 kB] 2023-11-15T03:50:45.780 INFO:teuthology.orchestra.run.smithi154.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-11-15T03:50:45.781 INFO:teuthology.orchestra.run.smithi154.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-11-15T03:50:45.781 INFO:teuthology.orchestra.run.smithi154.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-11-15T03:50:45.788 INFO:teuthology.orchestra.run.smithi081.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,959 kB] 2023-11-15T03:50:45.869 INFO:teuthology.orchestra.run.smithi154.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [398 kB] 2023-11-15T03:50:45.878 INFO:teuthology.orchestra.run.smithi154.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-11-15T03:50:45.878 INFO:teuthology.orchestra.run.smithi154.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-11-15T03:50:45.879 INFO:teuthology.orchestra.run.smithi154.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,367 kB] 2023-11-15T03:50:45.881 INFO:teuthology.orchestra.run.smithi081.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [481 kB] 2023-11-15T03:50:45.896 INFO:teuthology.orchestra.run.smithi081.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-11-15T03:50:45.896 INFO:teuthology.orchestra.run.smithi081.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,479 kB] 2023-11-15T03:50:45.941 INFO:teuthology.orchestra.run.smithi154.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [329 kB] 2023-11-15T03:50:45.947 INFO:teuthology.orchestra.run.smithi154.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-11-15T03:50:45.947 INFO:teuthology.orchestra.run.smithi154.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [621 kB] 2023-11-15T03:50:45.959 INFO:teuthology.orchestra.run.smithi154.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [897 kB] 2023-11-15T03:50:45.962 INFO:teuthology.orchestra.run.smithi081.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-11-15T03:50:45.964 INFO:teuthology.orchestra.run.smithi081.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [346 kB] 2023-11-15T03:50:45.969 INFO:teuthology.orchestra.run.smithi081.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-11-15T03:50:45.970 INFO:teuthology.orchestra.run.smithi081.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,130 kB] 2023-11-15T03:50:45.992 INFO:teuthology.orchestra.run.smithi154.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [188 kB] 2023-11-15T03:50:45.996 INFO:teuthology.orchestra.run.smithi154.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-11-15T03:50:45.996 INFO:teuthology.orchestra.run.smithi154.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-11-15T03:50:45.996 INFO:teuthology.orchestra.run.smithi154.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-11-15T03:50:45.998 INFO:teuthology.orchestra.run.smithi081.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [754 kB] 2023-11-15T03:50:45.999 INFO:teuthology.orchestra.run.smithi154.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-11-15T03:50:46.015 INFO:teuthology.orchestra.run.smithi081.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [270 kB] 2023-11-15T03:50:46.029 INFO:teuthology.orchestra.run.smithi154.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-11-15T03:50:46.049 INFO:teuthology.orchestra.run.smithi081.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-11-15T03:50:46.050 INFO:teuthology.orchestra.run.smithi081.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-11-15T03:50:46.051 INFO:teuthology.orchestra.run.smithi081.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-11-15T03:50:46.052 INFO:teuthology.orchestra.run.smithi081.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-11-15T03:50:46.052 INFO:teuthology.orchestra.run.smithi081.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-11-15T03:50:46.052 INFO:teuthology.orchestra.run.smithi081.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-11-15T03:50:46.053 INFO:teuthology.orchestra.run.smithi081.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-11-15T03:50:46.053 INFO:teuthology.orchestra.run.smithi081.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-11-15T03:50:46.063 INFO:teuthology.orchestra.run.smithi081.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-11-15T03:50:46.090 INFO:teuthology.orchestra.run.smithi081.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-11-15T03:50:46.091 INFO:teuthology.orchestra.run.smithi081.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-11-15T03:50:49.558 INFO:teuthology.orchestra.run.smithi154.stdout:Fetched 18.1 MB in 3s (7,068 kB/s) 2023-11-15T03:50:49.634 INFO:teuthology.orchestra.run.smithi081.stdout:Fetched 18.1 MB in 3s (6,772 kB/s) 2023-11-15T03:50:51.011 INFO:teuthology.orchestra.run.smithi081.stdout:Reading package lists... 2023-11-15T03:50:51.037 DEBUG:teuthology.orchestra.run.smithi081:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-11-15T03:50:51.048 INFO:teuthology.orchestra.run.smithi154.stdout:Reading package lists... 2023-11-15T03:50:51.076 DEBUG:teuthology.orchestra.run.smithi154:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-11-15T03:50:51.107 INFO:teuthology.orchestra.run.smithi081.stdout:Reading package lists... 2023-11-15T03:50:51.144 INFO:teuthology.orchestra.run.smithi154.stdout:Reading package lists... 2023-11-15T03:50:51.288 INFO:teuthology.orchestra.run.smithi081.stdout:Building dependency tree... 2023-11-15T03:50:51.289 INFO:teuthology.orchestra.run.smithi081.stdout:Reading state information... 2023-11-15T03:50:51.347 INFO:teuthology.orchestra.run.smithi154.stdout:Building dependency tree... 2023-11-15T03:50:51.348 INFO:teuthology.orchestra.run.smithi154.stdout:Reading state information... 2023-11-15T03:50:51.459 INFO:teuthology.orchestra.run.smithi081.stdout:The following additional packages will be installed: 2023-11-15T03:50:51.459 INFO:teuthology.orchestra.run.smithi081.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-11-15T03:50:51.459 INFO:teuthology.orchestra.run.smithi081.stdout: libusbmuxd6 linux-image-5.15.0-88-generic linux-modules-5.15.0-88-generic 2023-11-15T03:50:51.460 INFO:teuthology.orchestra.run.smithi081.stdout: linux-modules-extra-5.15.0-88-generic thermald upower usbmuxd 2023-11-15T03:50:51.460 INFO:teuthology.orchestra.run.smithi081.stdout:Suggested packages: 2023-11-15T03:50:51.460 INFO:teuthology.orchestra.run.smithi081.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-11-15T03:50:51.461 INFO:teuthology.orchestra.run.smithi081.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-88-generic 2023-11-15T03:50:51.521 INFO:teuthology.orchestra.run.smithi081.stdout:The following NEW packages will be installed: 2023-11-15T03:50:51.522 INFO:teuthology.orchestra.run.smithi081.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-11-15T03:50:51.522 INFO:teuthology.orchestra.run.smithi081.stdout: libusbmuxd6 linux-image-5.15.0-88-generic linux-image-generic-hwe-20.04 2023-11-15T03:50:51.522 INFO:teuthology.orchestra.run.smithi081.stdout: linux-modules-5.15.0-88-generic linux-modules-extra-5.15.0-88-generic 2023-11-15T03:50:51.522 INFO:teuthology.orchestra.run.smithi081.stdout: thermald upower usbmuxd 2023-11-15T03:50:51.532 INFO:teuthology.orchestra.run.smithi154.stdout:The following additional packages will be installed: 2023-11-15T03:50:51.532 INFO:teuthology.orchestra.run.smithi154.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-11-15T03:50:51.533 INFO:teuthology.orchestra.run.smithi154.stdout: libusbmuxd6 linux-image-5.15.0-88-generic linux-modules-5.15.0-88-generic 2023-11-15T03:50:51.533 INFO:teuthology.orchestra.run.smithi154.stdout: linux-modules-extra-5.15.0-88-generic thermald upower usbmuxd 2023-11-15T03:50:51.534 INFO:teuthology.orchestra.run.smithi154.stdout:Suggested packages: 2023-11-15T03:50:51.534 INFO:teuthology.orchestra.run.smithi154.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-11-15T03:50:51.534 INFO:teuthology.orchestra.run.smithi154.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-88-generic 2023-11-15T03:50:51.578 INFO:teuthology.orchestra.run.smithi081.stdout:0 upgraded, 13 newly installed, 0 to remove and 278 not upgraded. 2023-11-15T03:50:51.579 INFO:teuthology.orchestra.run.smithi081.stdout:Need to get 90.8 MB of archives. 2023-11-15T03:50:51.579 INFO:teuthology.orchestra.run.smithi081.stdout:After this operation, 497 MB of additional disk space will be used. 2023-11-15T03:50:51.579 INFO:teuthology.orchestra.run.smithi081.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-11-15T03:50:51.589 INFO:teuthology.orchestra.run.smithi154.stdout:The following NEW packages will be installed: 2023-11-15T03:50:51.590 INFO:teuthology.orchestra.run.smithi154.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-11-15T03:50:51.590 INFO:teuthology.orchestra.run.smithi154.stdout: libusbmuxd6 linux-image-5.15.0-88-generic linux-image-generic-hwe-20.04 2023-11-15T03:50:51.590 INFO:teuthology.orchestra.run.smithi154.stdout: linux-modules-5.15.0-88-generic linux-modules-extra-5.15.0-88-generic 2023-11-15T03:50:51.590 INFO:teuthology.orchestra.run.smithi154.stdout: thermald upower usbmuxd 2023-11-15T03:50:51.635 INFO:teuthology.orchestra.run.smithi081.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-11-15T03:50:51.640 INFO:teuthology.orchestra.run.smithi081.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-11-15T03:50:51.644 INFO:teuthology.orchestra.run.smithi081.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-11-15T03:50:51.648 INFO:teuthology.orchestra.run.smithi154.stdout:0 upgraded, 13 newly installed, 0 to remove and 278 not upgraded. 2023-11-15T03:50:51.648 INFO:teuthology.orchestra.run.smithi154.stdout:Need to get 90.8 MB of archives. 2023-11-15T03:50:51.648 INFO:teuthology.orchestra.run.smithi154.stdout:After this operation, 497 MB of additional disk space will be used. 2023-11-15T03:50:51.649 INFO:teuthology.orchestra.run.smithi154.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-11-15T03:50:51.659 INFO:teuthology.orchestra.run.smithi081.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-11-15T03:50:51.666 INFO:teuthology.orchestra.run.smithi081.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-88-generic amd64 5.15.0-88.98~20.04.1 [20.9 MB] 2023-11-15T03:50:51.715 INFO:teuthology.orchestra.run.smithi154.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-11-15T03:50:51.722 INFO:teuthology.orchestra.run.smithi154.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-11-15T03:50:51.727 INFO:teuthology.orchestra.run.smithi154.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-11-15T03:50:51.744 INFO:teuthology.orchestra.run.smithi154.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-11-15T03:50:51.753 INFO:teuthology.orchestra.run.smithi154.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-88-generic amd64 5.15.0-88.98~20.04.1 [20.9 MB] 2023-11-15T03:50:51.944 INFO:teuthology.orchestra.run.smithi081.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-88-generic amd64 5.15.0-88.98~20.04.1 [11.4 MB] 2023-11-15T03:50:52.043 INFO:teuthology.orchestra.run.smithi081.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-88-generic amd64 5.15.0-88.98~20.04.1 [58.0 MB] 2023-11-15T03:50:52.190 INFO:teuthology.orchestra.run.smithi154.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-88-generic amd64 5.15.0-88.98~20.04.1 [11.4 MB] 2023-11-15T03:50:52.351 INFO:teuthology.orchestra.run.smithi154.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-88-generic amd64 5.15.0-88.98~20.04.1 [58.0 MB] 2023-11-15T03:50:52.721 INFO:teuthology.orchestra.run.smithi081.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.88.98~20.04.46 [2,632 B] 2023-11-15T03:50:52.721 INFO:teuthology.orchestra.run.smithi081.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-11-15T03:50:52.722 INFO:teuthology.orchestra.run.smithi081.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-11-15T03:50:52.727 INFO:teuthology.orchestra.run.smithi081.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-11-15T03:50:52.787 INFO:teuthology.orchestra.run.smithi081.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-11-15T03:50:53.422 INFO:teuthology.orchestra.run.smithi081.stdout:Fetched 90.8 MB in 1s (72.3 MB/s) 2023-11-15T03:50:53.539 INFO:teuthology.orchestra.run.smithi154.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.88.98~20.04.46 [2,632 B] 2023-11-15T03:50:53.540 INFO:teuthology.orchestra.run.smithi154.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-11-15T03:50:53.540 INFO:teuthology.orchestra.run.smithi154.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-11-15T03:50:53.546 INFO:teuthology.orchestra.run.smithi154.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-11-15T03:50:53.602 INFO:teuthology.orchestra.run.smithi154.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-11-15T03:50:53.633 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-11-15T03:50:54.300 INFO:teuthology.orchestra.run.smithi154.stdout:Fetched 90.8 MB in 2s (45.3 MB/s) 2023-11-15T03:50:54.517 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-11-15T03:50:55.407 INFO:teuthology.orchestra.run.smithi081.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.) 2023-11-15T03:50:55.413 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-11-15T03:50:55.547 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-11-15T03:50:55.867 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package libplist3:amd64. 2023-11-15T03:50:55.881 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-11-15T03:50:55.925 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-11-15T03:50:56.222 INFO:teuthology.orchestra.run.smithi154.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.) 2023-11-15T03:50:56.227 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-11-15T03:50:56.253 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-11-15T03:50:56.267 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-11-15T03:50:56.311 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-11-15T03:50:56.372 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-11-15T03:50:56.656 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-11-15T03:50:56.670 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-11-15T03:50:56.684 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libplist3:amd64. 2023-11-15T03:50:56.697 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-11-15T03:50:56.714 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-11-15T03:50:56.734 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-11-15T03:50:56.992 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-11-15T03:50:57.008 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-11-15T03:50:57.042 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-11-15T03:50:57.087 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-11-15T03:50:57.102 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-11-15T03:50:57.146 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-11-15T03:50:57.378 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package linux-modules-5.15.0-88-generic. 2023-11-15T03:50:57.391 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../05-linux-modules-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-15T03:50:57.428 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking linux-modules-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-15T03:50:57.473 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-11-15T03:50:57.487 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-11-15T03:50:57.531 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-11-15T03:50:57.843 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-11-15T03:50:57.858 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-11-15T03:50:57.893 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-11-15T03:50:58.204 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package linux-modules-5.15.0-88-generic. 2023-11-15T03:50:58.218 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../05-linux-modules-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-15T03:50:58.287 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking linux-modules-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-15T03:50:59.880 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package linux-image-5.15.0-88-generic. 2023-11-15T03:50:59.894 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../06-linux-image-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-15T03:50:59.991 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-15T03:51:00.541 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-88-generic. 2023-11-15T03:51:00.555 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-15T03:51:00.599 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking linux-modules-extra-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-15T03:51:00.789 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package linux-image-5.15.0-88-generic. 2023-11-15T03:51:00.805 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../06-linux-image-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-15T03:51:00.906 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-15T03:51:01.425 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-88-generic. 2023-11-15T03:51:01.438 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-15T03:51:01.483 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking linux-modules-extra-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-15T03:51:07.468 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-11-15T03:51:07.484 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.88.98~20.04.46_amd64.deb ... 2023-11-15T03:51:07.526 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.88.98~20.04.46) ... 2023-11-15T03:51:07.986 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package libevdev2:amd64. 2023-11-15T03:51:08.002 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-11-15T03:51:08.270 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-11-15T03:51:08.453 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-11-15T03:51:08.469 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.88.98~20.04.46_amd64.deb ... 2023-11-15T03:51:08.511 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.88.98~20.04.46) ... 2023-11-15T03:51:08.649 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package thermald. 2023-11-15T03:51:08.663 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-11-15T03:51:08.698 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-11-15T03:51:08.855 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libevdev2:amd64. 2023-11-15T03:51:08.872 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-11-15T03:51:08.913 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-11-15T03:51:09.262 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package upower. 2023-11-15T03:51:09.274 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package thermald. 2023-11-15T03:51:09.278 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-11-15T03:51:09.288 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-11-15T03:51:09.333 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-11-15T03:51:09.338 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking upower (0.99.11-1build2) ... 2023-11-15T03:51:09.733 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package usbmuxd. 2023-11-15T03:51:09.747 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-11-15T03:51:09.791 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-11-15T03:51:09.871 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package upower. 2023-11-15T03:51:09.888 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-11-15T03:51:09.947 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking upower (0.99.11-1build2) ... 2023-11-15T03:51:10.108 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-11-15T03:51:10.238 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-11-15T03:51:10.363 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-11-15T03:51:10.376 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package usbmuxd. 2023-11-15T03:51:10.389 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-11-15T03:51:10.426 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-11-15T03:51:10.489 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-11-15T03:51:10.615 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-11-15T03:51:10.738 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-11-15T03:51:10.741 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-11-15T03:51:10.864 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-11-15T03:51:10.875 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up upower (0.99.11-1build2) ... 2023-11-15T03:51:10.990 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-11-15T03:51:11.116 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-11-15T03:51:11.267 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-11-15T03:51:11.393 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-11-15T03:51:11.442 INFO:teuthology.orchestra.run.smithi081.stdout:upower.service is a disabled or a static unit, not starting it. 2023-11-15T03:51:11.498 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-11-15T03:51:11.519 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up upower (0.99.11-1build2) ... 2023-11-15T03:51:11.697 INFO:teuthology.orchestra.run.smithi081.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-11-15T03:51:11.710 INFO:teuthology.orchestra.run.smithi081.stdout:Adding system user `usbmux' (UID 114) ... 2023-11-15T03:51:11.710 INFO:teuthology.orchestra.run.smithi081.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-11-15T03:51:12.048 INFO:teuthology.orchestra.run.smithi154.stdout:upower.service is a disabled or a static unit, not starting it. 2023-11-15T03:51:12.098 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-11-15T03:51:12.174 INFO:teuthology.orchestra.run.smithi081.stdout:Not creating home directory `/var/lib/usbmux'. 2023-11-15T03:51:12.281 INFO:teuthology.orchestra.run.smithi154.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-11-15T03:51:12.286 INFO:teuthology.orchestra.run.smithi154.stdout:Adding system user `usbmux' (UID 114) ... 2023-11-15T03:51:12.286 INFO:teuthology.orchestra.run.smithi154.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-11-15T03:51:12.385 INFO:teuthology.orchestra.run.smithi081.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-11-15T03:51:12.420 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-11-15T03:51:12.733 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-11-15T03:51:12.733 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-11-15T03:51:12.799 INFO:teuthology.orchestra.run.smithi154.stdout:Not creating home directory `/var/lib/usbmux'. 2023-11-15T03:51:13.019 INFO:teuthology.orchestra.run.smithi154.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-11-15T03:51:13.079 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-11-15T03:51:13.191 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-15T03:51:13.389 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-11-15T03:51:13.390 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-11-15T03:51:13.858 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-15T03:51:14.548 INFO:teuthology.orchestra.run.smithi081.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-88-generic 2023-11-15T03:51:14.548 INFO:teuthology.orchestra.run.smithi081.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-88-generic 2023-11-15T03:51:14.719 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up linux-modules-extra-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-15T03:51:15.192 INFO:teuthology.orchestra.run.smithi154.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-88-generic 2023-11-15T03:51:15.192 INFO:teuthology.orchestra.run.smithi154.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-88-generic 2023-11-15T03:51:15.353 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up linux-modules-extra-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-15T03:51:16.078 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up linux-modules-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-15T03:51:17.471 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.88.98~20.04.46) ... 2023-11-15T03:51:17.597 INFO:teuthology.orchestra.run.smithi081.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-11-15T03:51:17.812 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up linux-modules-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-15T03:51:17.886 INFO:teuthology.orchestra.run.smithi081.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-11-15T03:51:18.631 INFO:teuthology.orchestra.run.smithi081.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-11-15T03:51:19.180 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.88.98~20.04.46) ... 2023-11-15T03:51:19.323 INFO:teuthology.orchestra.run.smithi154.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-11-15T03:51:19.612 INFO:teuthology.orchestra.run.smithi154.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-11-15T03:51:19.649 INFO:teuthology.orchestra.run.smithi081.stdout:Processing triggers for linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-15T03:51:19.721 INFO:teuthology.orchestra.run.smithi081.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-11-15T03:51:19.721 INFO:teuthology.orchestra.run.smithi081.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-88-generic 2023-11-15T03:51:20.382 INFO:teuthology.orchestra.run.smithi154.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-11-15T03:51:20.498 INFO:teuthology.orchestra.run.smithi154.stdout:Processing triggers for linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-15T03:51:20.587 INFO:teuthology.orchestra.run.smithi154.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-11-15T03:51:20.588 INFO:teuthology.orchestra.run.smithi154.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-88-generic 2023-11-15T03:51:45.053 INFO:teuthology.orchestra.run.smithi081.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-11-15T03:51:45.053 INFO:teuthology.orchestra.run.smithi081.stdout:Sourcing file `/etc/default/grub' 2023-11-15T03:51:45.082 INFO:teuthology.orchestra.run.smithi081.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-11-15T03:51:45.101 INFO:teuthology.orchestra.run.smithi081.stdout:Generating grub configuration file ... 2023-11-15T03:51:45.365 INFO:teuthology.orchestra.run.smithi081.stdout:Found linux image: /boot/vmlinuz-5.15.0-88-generic 2023-11-15T03:51:45.389 INFO:teuthology.orchestra.run.smithi081.stdout:Found initrd image: /boot/initrd.img-5.15.0-88-generic 2023-11-15T03:51:45.800 INFO:teuthology.orchestra.run.smithi081.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-11-15T03:51:45.810 INFO:teuthology.orchestra.run.smithi081.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-11-15T03:51:45.954 INFO:teuthology.orchestra.run.smithi154.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-11-15T03:51:45.954 INFO:teuthology.orchestra.run.smithi154.stdout:Sourcing file `/etc/default/grub' 2023-11-15T03:51:45.975 INFO:teuthology.orchestra.run.smithi154.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-11-15T03:51:45.989 INFO:teuthology.orchestra.run.smithi154.stdout:Generating grub configuration file ... 2023-11-15T03:51:46.330 INFO:teuthology.orchestra.run.smithi154.stdout:Found linux image: /boot/vmlinuz-5.15.0-88-generic 2023-11-15T03:51:46.349 INFO:teuthology.orchestra.run.smithi154.stdout:Found initrd image: /boot/initrd.img-5.15.0-88-generic 2023-11-15T03:51:46.731 INFO:teuthology.orchestra.run.smithi154.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-11-15T03:51:46.743 INFO:teuthology.orchestra.run.smithi154.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-11-15T03:51:48.530 INFO:teuthology.orchestra.run.smithi081.stdout:done 2023-11-15T03:51:48.547 INFO:teuthology.orchestra.run.smithi154.stdout:done 2023-11-15T03:51:48.955 DEBUG:teuthology.orchestra.run.smithi081:> dpkg -s linux-image-generic-hwe-20.04 2023-11-15T03:51:48.984 DEBUG:teuthology.orchestra.run.smithi154:> dpkg -s linux-image-generic-hwe-20.04 2023-11-15T03:51:49.006 INFO:teuthology.orchestra.run.smithi081.stdout:Package: linux-image-generic-hwe-20.04 2023-11-15T03:51:49.006 INFO:teuthology.orchestra.run.smithi081.stdout:Status: install ok installed 2023-11-15T03:51:49.006 INFO:teuthology.orchestra.run.smithi081.stdout:Priority: optional 2023-11-15T03:51:49.007 INFO:teuthology.orchestra.run.smithi081.stdout:Section: kernel 2023-11-15T03:51:49.007 INFO:teuthology.orchestra.run.smithi081.stdout:Installed-Size: 20 2023-11-15T03:51:49.007 INFO:teuthology.orchestra.run.smithi081.stdout:Maintainer: Ubuntu Kernel Team 2023-11-15T03:51:49.007 INFO:teuthology.orchestra.run.smithi081.stdout:Architecture: amd64 2023-11-15T03:51:49.007 INFO:teuthology.orchestra.run.smithi081.stdout:Source: linux-meta-hwe-5.15 2023-11-15T03:51:49.008 INFO:teuthology.orchestra.run.smithi081.stdout:Version: 5.15.0.88.98~20.04.46 2023-11-15T03:51:49.008 INFO:teuthology.orchestra.run.smithi081.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-88), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-11-15T03:51:49.008 INFO:teuthology.orchestra.run.smithi081.stdout:Depends: linux-image-5.15.0-88-generic, linux-modules-extra-5.15.0-88-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-15T03:51:49.008 INFO:teuthology.orchestra.run.smithi081.stdout:Recommends: thermald 2023-11-15T03:51:49.009 INFO:teuthology.orchestra.run.smithi081.stdout:Description: Generic Linux kernel image 2023-11-15T03:51:49.009 INFO:teuthology.orchestra.run.smithi081.stdout: This package will always depend on the latest generic kernel image 2023-11-15T03:51:49.009 INFO:teuthology.orchestra.run.smithi081.stdout: available. 2023-11-15T03:51:49.010 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-88-generic 2023-11-15T03:51:49.010 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-15T03:51:49.011 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-15T03:51:49.011 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-15T03:51:49.011 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi081.front.sepia.ceph.com, path=None, version=distro) 2023-11-15T03:51:49.011 DEBUG:teuthology.orchestra.run.smithi081:> sudo apt-get clean 2023-11-15T03:51:49.072 INFO:teuthology.orchestra.run.smithi154.stdout:Package: linux-image-generic-hwe-20.04 2023-11-15T03:51:49.073 INFO:teuthology.orchestra.run.smithi154.stdout:Status: install ok installed 2023-11-15T03:51:49.073 INFO:teuthology.orchestra.run.smithi154.stdout:Priority: optional 2023-11-15T03:51:49.073 INFO:teuthology.orchestra.run.smithi154.stdout:Section: kernel 2023-11-15T03:51:49.073 INFO:teuthology.orchestra.run.smithi154.stdout:Installed-Size: 20 2023-11-15T03:51:49.074 INFO:teuthology.orchestra.run.smithi154.stdout:Maintainer: Ubuntu Kernel Team 2023-11-15T03:51:49.074 INFO:teuthology.orchestra.run.smithi154.stdout:Architecture: amd64 2023-11-15T03:51:49.074 INFO:teuthology.orchestra.run.smithi154.stdout:Source: linux-meta-hwe-5.15 2023-11-15T03:51:49.074 INFO:teuthology.orchestra.run.smithi154.stdout:Version: 5.15.0.88.98~20.04.46 2023-11-15T03:51:49.075 INFO:teuthology.orchestra.run.smithi154.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-88), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-11-15T03:51:49.075 INFO:teuthology.orchestra.run.smithi154.stdout:Depends: linux-image-5.15.0-88-generic, linux-modules-extra-5.15.0-88-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-15T03:51:49.075 INFO:teuthology.orchestra.run.smithi154.stdout:Recommends: thermald 2023-11-15T03:51:49.075 INFO:teuthology.orchestra.run.smithi154.stdout:Description: Generic Linux kernel image 2023-11-15T03:51:49.075 INFO:teuthology.orchestra.run.smithi154.stdout: This package will always depend on the latest generic kernel image 2023-11-15T03:51:49.076 INFO:teuthology.orchestra.run.smithi154.stdout: available. 2023-11-15T03:51:49.076 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-88-generic 2023-11-15T03:51:49.076 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-15T03:51:49.077 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-15T03:51:49.077 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-15T03:51:49.077 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi154.front.sepia.ceph.com, path=None, version=distro) 2023-11-15T03:51:49.077 DEBUG:teuthology.orchestra.run.smithi154:> sudo apt-get clean 2023-11-15T03:51:49.107 DEBUG:teuthology.orchestra.run.smithi081:> sudo apt-get update 2023-11-15T03:51:49.150 DEBUG:teuthology.orchestra.run.smithi154:> sudo apt-get update 2023-11-15T03:51:49.281 INFO:teuthology.orchestra.run.smithi154.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-11-15T03:51:49.281 INFO:teuthology.orchestra.run.smithi154.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-11-15T03:51:49.294 INFO:teuthology.orchestra.run.smithi154.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-11-15T03:51:49.314 INFO:teuthology.orchestra.run.smithi154.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-11-15T03:51:49.427 INFO:teuthology.orchestra.run.smithi081.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-11-15T03:51:49.436 INFO:teuthology.orchestra.run.smithi081.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-11-15T03:51:49.456 INFO:teuthology.orchestra.run.smithi081.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-11-15T03:51:50.936 INFO:teuthology.orchestra.run.smithi081.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-11-15T03:51:51.048 INFO:teuthology.orchestra.run.smithi154.stdout:Reading package lists... 2023-11-15T03:51:51.073 DEBUG:teuthology.orchestra.run.smithi154:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-11-15T03:51:51.144 INFO:teuthology.orchestra.run.smithi154.stdout:Reading package lists... 2023-11-15T03:51:51.346 INFO:teuthology.orchestra.run.smithi154.stdout:Building dependency tree... 2023-11-15T03:51:51.346 INFO:teuthology.orchestra.run.smithi154.stdout:Reading state information... 2023-11-15T03:51:51.565 INFO:teuthology.orchestra.run.smithi154.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.88.98~20.04.46). 2023-11-15T03:51:51.566 INFO:teuthology.orchestra.run.smithi154.stdout:0 upgraded, 0 newly installed, 0 to remove and 278 not upgraded. 2023-11-15T03:51:51.567 DEBUG:teuthology.orchestra.run.smithi154:> dpkg -s linux-image-generic-hwe-20.04 2023-11-15T03:51:51.590 INFO:teuthology.orchestra.run.smithi154.stdout:Package: linux-image-generic-hwe-20.04 2023-11-15T03:51:51.590 INFO:teuthology.orchestra.run.smithi154.stdout:Status: install ok installed 2023-11-15T03:51:51.590 INFO:teuthology.orchestra.run.smithi154.stdout:Priority: optional 2023-11-15T03:51:51.591 INFO:teuthology.orchestra.run.smithi154.stdout:Section: kernel 2023-11-15T03:51:51.591 INFO:teuthology.orchestra.run.smithi154.stdout:Installed-Size: 20 2023-11-15T03:51:51.591 INFO:teuthology.orchestra.run.smithi154.stdout:Maintainer: Ubuntu Kernel Team 2023-11-15T03:51:51.591 INFO:teuthology.orchestra.run.smithi154.stdout:Architecture: amd64 2023-11-15T03:51:51.592 INFO:teuthology.orchestra.run.smithi154.stdout:Source: linux-meta-hwe-5.15 2023-11-15T03:51:51.592 INFO:teuthology.orchestra.run.smithi154.stdout:Version: 5.15.0.88.98~20.04.46 2023-11-15T03:51:51.592 INFO:teuthology.orchestra.run.smithi154.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-88), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-11-15T03:51:51.592 INFO:teuthology.orchestra.run.smithi154.stdout:Depends: linux-image-5.15.0-88-generic, linux-modules-extra-5.15.0-88-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-15T03:51:51.592 INFO:teuthology.orchestra.run.smithi154.stdout:Recommends: thermald 2023-11-15T03:51:51.593 INFO:teuthology.orchestra.run.smithi154.stdout:Description: Generic Linux kernel image 2023-11-15T03:51:51.593 INFO:teuthology.orchestra.run.smithi154.stdout: This package will always depend on the latest generic kernel image 2023-11-15T03:51:51.593 INFO:teuthology.orchestra.run.smithi154.stdout: available. 2023-11-15T03:51:51.593 DEBUG:teuthology.orchestra.run.smithi154:> mktemp 2023-11-15T03:51:51.599 INFO:teuthology.orchestra.run.smithi154.stdout:/tmp/tmp.g62ZzRNZTy 2023-11-15T03:51:51.600 DEBUG:teuthology.orchestra.run.smithi154:> sudo cp /boot/grub/grub.cfg /tmp/tmp.g62ZzRNZTy 2023-11-15T03:51:51.657 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod 0666 /tmp/tmp.g62ZzRNZTy 2023-11-15T03:51:51.694 DEBUG:teuthology.orchestra.remote:smithi154:/tmp/tmp.g62ZzRNZTy is 9KB 2023-11-15T03:51:51.708 DEBUG:teuthology.orchestra.run.smithi154:> rm -fr /tmp/tmp.g62ZzRNZTy 2023-11-15T03:51:51.714 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-11-15T03:51:51.773 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-11-15T03:51:51.774 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-11-15T03:51:51.774 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-11-15T03:51:51.811 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-88-generic 2023-11-15T03:51:51.811 DEBUG:teuthology.orchestra.run.smithi154:> sudo update-grub 2023-11-15T03:51:52.250 INFO:teuthology.orchestra.run.smithi081.stdout:Reading package lists... 2023-11-15T03:51:52.271 DEBUG:teuthology.orchestra.run.smithi081:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-11-15T03:51:52.337 INFO:teuthology.orchestra.run.smithi081.stdout:Reading package lists... 2023-11-15T03:51:52.540 INFO:teuthology.orchestra.run.smithi081.stdout:Building dependency tree... 2023-11-15T03:51:52.541 INFO:teuthology.orchestra.run.smithi081.stdout:Reading state information... 2023-11-15T03:51:52.756 INFO:teuthology.orchestra.run.smithi081.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.88.98~20.04.46). 2023-11-15T03:51:52.756 INFO:teuthology.orchestra.run.smithi081.stdout:0 upgraded, 0 newly installed, 0 to remove and 278 not upgraded. 2023-11-15T03:51:52.758 DEBUG:teuthology.orchestra.run.smithi081:> dpkg -s linux-image-generic-hwe-20.04 2023-11-15T03:51:52.780 INFO:teuthology.orchestra.run.smithi081.stdout:Package: linux-image-generic-hwe-20.04 2023-11-15T03:51:52.780 INFO:teuthology.orchestra.run.smithi081.stdout:Status: install ok installed 2023-11-15T03:51:52.780 INFO:teuthology.orchestra.run.smithi081.stdout:Priority: optional 2023-11-15T03:51:52.780 INFO:teuthology.orchestra.run.smithi081.stdout:Section: kernel 2023-11-15T03:51:52.781 INFO:teuthology.orchestra.run.smithi081.stdout:Installed-Size: 20 2023-11-15T03:51:52.781 INFO:teuthology.orchestra.run.smithi081.stdout:Maintainer: Ubuntu Kernel Team 2023-11-15T03:51:52.781 INFO:teuthology.orchestra.run.smithi081.stdout:Architecture: amd64 2023-11-15T03:51:52.781 INFO:teuthology.orchestra.run.smithi081.stdout:Source: linux-meta-hwe-5.15 2023-11-15T03:51:52.781 INFO:teuthology.orchestra.run.smithi081.stdout:Version: 5.15.0.88.98~20.04.46 2023-11-15T03:51:52.782 INFO:teuthology.orchestra.run.smithi081.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-88), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-11-15T03:51:52.782 INFO:teuthology.orchestra.run.smithi081.stdout:Depends: linux-image-5.15.0-88-generic, linux-modules-extra-5.15.0-88-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-15T03:51:52.782 INFO:teuthology.orchestra.run.smithi081.stdout:Recommends: thermald 2023-11-15T03:51:52.782 INFO:teuthology.orchestra.run.smithi081.stdout:Description: Generic Linux kernel image 2023-11-15T03:51:52.783 INFO:teuthology.orchestra.run.smithi081.stdout: This package will always depend on the latest generic kernel image 2023-11-15T03:51:52.783 INFO:teuthology.orchestra.run.smithi081.stdout: available. 2023-11-15T03:51:52.783 DEBUG:teuthology.orchestra.run.smithi081:> mktemp 2023-11-15T03:51:52.788 INFO:teuthology.orchestra.run.smithi081.stdout:/tmp/tmp.ktPDdJxo84 2023-11-15T03:51:52.788 DEBUG:teuthology.orchestra.run.smithi081:> sudo cp /boot/grub/grub.cfg /tmp/tmp.ktPDdJxo84 2023-11-15T03:51:52.844 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod 0666 /tmp/tmp.ktPDdJxo84 2023-11-15T03:51:52.883 DEBUG:teuthology.orchestra.remote:smithi081:/tmp/tmp.ktPDdJxo84 is 9KB 2023-11-15T03:51:52.896 DEBUG:teuthology.orchestra.run.smithi081:> rm -fr /tmp/tmp.ktPDdJxo84 2023-11-15T03:51:52.902 DEBUG:teuthology.orchestra.run.smithi081:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-11-15T03:51:52.961 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2023-11-15T03:51:52.962 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-11-15T03:51:52.962 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-11-15T03:51:52.991 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-88-generic 2023-11-15T03:51:52.991 DEBUG:teuthology.orchestra.run.smithi081:> sudo update-grub 2023-11-15T03:51:53.132 INFO:teuthology.orchestra.run.smithi154.stderr:Sourcing file `/etc/default/grub' 2023-11-15T03:51:53.139 INFO:teuthology.orchestra.run.smithi154.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-11-15T03:51:53.152 INFO:teuthology.orchestra.run.smithi154.stderr:Generating grub configuration file ... 2023-11-15T03:51:53.381 INFO:teuthology.orchestra.run.smithi154.stderr:Found linux image: /boot/vmlinuz-5.15.0-88-generic 2023-11-15T03:51:53.392 INFO:teuthology.orchestra.run.smithi154.stderr:Found initrd image: /boot/initrd.img-5.15.0-88-generic 2023-11-15T03:51:53.761 INFO:teuthology.orchestra.run.smithi154.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-11-15T03:51:53.772 INFO:teuthology.orchestra.run.smithi154.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-11-15T03:51:54.276 INFO:teuthology.orchestra.run.smithi081.stderr:Sourcing file `/etc/default/grub' 2023-11-15T03:51:54.280 INFO:teuthology.orchestra.run.smithi081.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-11-15T03:51:54.292 INFO:teuthology.orchestra.run.smithi081.stderr:Generating grub configuration file ... 2023-11-15T03:51:54.526 INFO:teuthology.orchestra.run.smithi154.stderr:done 2023-11-15T03:51:54.528 DEBUG:teuthology.orchestra.run.smithi154:> sudo shutdown -r now 2023-11-15T03:51:54.587 INFO:teuthology.orchestra.run.smithi081.stderr:Found linux image: /boot/vmlinuz-5.15.0-88-generic 2023-11-15T03:51:54.599 INFO:teuthology.orchestra.run.smithi081.stderr:Found initrd image: /boot/initrd.img-5.15.0-88-generic 2023-11-15T03:51:55.023 INFO:teuthology.orchestra.run.smithi081.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-11-15T03:51:55.034 INFO:teuthology.orchestra.run.smithi081.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-11-15T03:51:56.706 INFO:teuthology.orchestra.run.smithi081.stderr:done 2023-11-15T03:51:56.708 DEBUG:teuthology.orchestra.run.smithi081:> sudo shutdown -r now 2023-11-15T03:52:24.558 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-15T03:52:24.559 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-11-15T03:52:24.560 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T03:52:26.713 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-15T03:52:26.713 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2023-11-15T03:52:26.714 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T03:52:59.003 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.154 2023-11-15T03:53:01.306 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.81 2023-11-15T03:53:08.010 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-11-15T03:53:08.011 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T03:53:10.309 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2023-11-15T03:53:10.310 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T03:53:28.698 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.81 2023-11-15T03:53:39.812 ERROR:teuthology.orchestra.connection:Error authenticating with smithi154.front.sepia.ceph.com: SSHException('No existing session') (No SSH private key found!) Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/connection.py", line 106, in connect ssh.connect(**connect_args) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 450, in connect self._auth( File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 781, in _auth raise saved_exception File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 757, in _auth self._transport.auth_publickey(username, key) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 1625, in auth_publickey raise SSHException("No existing session") paramiko.ssh_exception.SSHException: No existing session 2023-11-15T03:53:40.701 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2023-11-15T03:53:40.702 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T03:53:40.704 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.81 2023-11-15T03:53:43.901 DEBUG:teuthology.orchestra.run.smithi154:> true 2023-11-15T03:53:44.490 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-11-15T03:53:44.491 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-88-generic"... 2023-11-15T03:53:44.491 DEBUG:teuthology.orchestra.run.smithi154:> uname -r 2023-11-15T03:53:44.538 INFO:teuthology.orchestra.run.smithi154.stdout:5.15.0-88-generic 2023-11-15T03:53:44.539 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-88-generic vs 5.15.0-88-generic 2023-11-15T03:53:44.539 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-15T03:53:44.539 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-11-15T03:53:45.540 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-15T03:53:45.541 DEBUG:teuthology.orchestra.run.smithi154:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-15T03:53:45.625 INFO:teuthology.orchestra.run.smithi154.stdout:ttyS1 2023-11-15T03:53:45.655 DEBUG:teuthology.parallel:result is None 2023-11-15T03:53:55.706 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2023-11-15T03:53:55.707 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T03:53:55.938 DEBUG:teuthology.orchestra.run.smithi081:> true 2023-11-15T03:53:56.439 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi081.front.sepia.ceph.com' 2023-11-15T03:53:56.439 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-88-generic"... 2023-11-15T03:53:56.439 DEBUG:teuthology.orchestra.run.smithi081:> uname -r 2023-11-15T03:53:56.488 INFO:teuthology.orchestra.run.smithi081.stdout:5.15.0-88-generic 2023-11-15T03:53:56.488 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-88-generic vs 5.15.0-88-generic 2023-11-15T03:53:56.488 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-15T03:53:56.489 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-11-15T03:53:57.489 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-15T03:53:57.490 DEBUG:teuthology.orchestra.run.smithi081:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-15T03:53:57.840 INFO:teuthology.orchestra.run.smithi081.stdout:ttyS1 2023-11-15T03:53:57.868 DEBUG:teuthology.parallel:result is None 2023-11-15T03:53:57.869 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-15T03:53:57.877 INFO:teuthology.task.internal:Creating test directory... 2023-11-15T03:53:57.877 DEBUG:teuthology.orchestra.run.smithi081:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-15T03:53:57.879 DEBUG:teuthology.orchestra.run.smithi154:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-15T03:53:57.887 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-15T03:53:57.920 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-15T03:53:57.969 INFO:teuthology.task.internal:Creating archive directory... 2023-11-15T03:53:57.969 DEBUG:teuthology.orchestra.run.smithi081:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-15T03:53:57.972 DEBUG:teuthology.orchestra.run.smithi154:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-15T03:53:57.999 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-15T03:53:58.019 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-15T03:53:58.019 DEBUG:teuthology.orchestra.run.smithi081:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-15T03:53:58.027 DEBUG:teuthology.orchestra.run.smithi154:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-15T03:53:58.052 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T03:53:58.056 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T03:53:58.059 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T03:53:58.066 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T03:53:58.068 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-15T03:53:58.075 INFO:teuthology.task.internal:Configuring sudo... 2023-11-15T03:53:58.076 DEBUG:teuthology.orchestra.run.smithi081:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-15T03:53:58.112 DEBUG:teuthology.orchestra.run.smithi154:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-15T03:53:58.129 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-15T03:53:58.138 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-15T03:53:58.138 DEBUG:teuthology.orchestra.run.smithi081:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-15T03:53:58.172 DEBUG:teuthology.orchestra.run.smithi154:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-15T03:53:58.182 DEBUG:teuthology.orchestra.run.smithi081:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T03:53:58.224 DEBUG:teuthology.orchestra.run.smithi081:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T03:53:58.273 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2023-11-15T03:53:58.273 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-15T03:53:58.340 DEBUG:teuthology.orchestra.run.smithi154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T03:53:58.348 DEBUG:teuthology.orchestra.run.smithi154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T03:53:58.395 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-11-15T03:53:58.395 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-15T03:53:58.454 DEBUG:teuthology.orchestra.run.smithi081:> sudo service rsyslog restart 2023-11-15T03:53:58.457 DEBUG:teuthology.orchestra.run.smithi154:> sudo service rsyslog restart 2023-11-15T03:53:58.547 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-15T03:53:58.556 INFO:teuthology.task.internal:Starting timer... 2023-11-15T03:53:58.556 INFO:teuthology.run_tasks:Running task pcp... 2023-11-15T03:53:58.598 INFO:teuthology.run_tasks:Running task selinux... 2023-11-15T03:53:58.646 DEBUG:teuthology.task.selinux:Excluding smithi081: OS 'ubuntu' does not support SELinux 2023-11-15T03:53:58.647 DEBUG:teuthology.task.selinux:Excluding smithi154: OS 'ubuntu' does not support SELinux 2023-11-15T03:53:58.647 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-15T03:53:58.648 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-11-15T03:53:58.648 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-15T03:53:58.648 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-15T03:53:58.697 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-11-15T03:53:58.697 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-15T03:53:58.713 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-11-15T03:53:58.714 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi081.front.sepia.ceph.com,smithi154.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-15T03:59:58.868 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi081.front.sepia.ceph.com'), Remote(name='ubuntu@smithi154.front.sepia.ceph.com')] 2023-11-15T03:59:58.870 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2023-11-15T03:59:58.871 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T03:59:58.959 DEBUG:teuthology.orchestra.run.smithi081:> true 2023-11-15T03:59:59.080 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi081.front.sepia.ceph.com' 2023-11-15T03:59:59.080 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-11-15T03:59:59.081 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T03:59:59.167 DEBUG:teuthology.orchestra.run.smithi154:> true 2023-11-15T03:59:59.287 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-11-15T03:59:59.288 INFO:teuthology.run_tasks:Running task clock... 2023-11-15T03:59:59.299 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-15T03:59:59.300 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-15T03:59:59.300 DEBUG:teuthology.orchestra.run.smithi081:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T03:59:59.303 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-15T03:59:59.303 DEBUG:teuthology.orchestra.run.smithi154:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T03:59:59.337 INFO:teuthology.orchestra.run.smithi081.stdout:15 Nov 03:59:59 ntpd[22721]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-11-15T03:59:59.338 INFO:teuthology.orchestra.run.smithi081.stdout:15 Nov 03:59:59 ntpd[22721]: Command line: ntpd -gq 2023-11-15T03:59:59.338 INFO:teuthology.orchestra.run.smithi081.stdout:15 Nov 03:59:59 ntpd[22721]: proto: precision = 0.100 usec (-23) 2023-11-15T03:59:59.339 INFO:teuthology.orchestra.run.smithi081.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-15T03:59:59.339 INFO:teuthology.orchestra.run.smithi081.stdout:15 Nov 03:59:59 ntpd[22721]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-15T03:59:59.340 INFO:teuthology.orchestra.run.smithi081.stdout:15 Nov 03:59:59 ntpd[22721]: restrict ::: KOD does nothing without LIMITED. 2023-11-15T03:59:59.340 INFO:teuthology.orchestra.run.smithi081.stderr:restrict ::: KOD does nothing without LIMITED. 2023-11-15T03:59:59.341 INFO:teuthology.orchestra.run.smithi081.stdout:15 Nov 03:59:59 ntpd[22721]: Listen and drop on 0 v6wildcard [::]:123 2023-11-15T03:59:59.342 INFO:teuthology.orchestra.run.smithi081.stdout:15 Nov 03:59:59 ntpd[22721]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-11-15T03:59:59.342 INFO:teuthology.orchestra.run.smithi081.stdout:15 Nov 03:59:59 ntpd[22721]: Listen normally on 2 lo 127.0.0.1:123 2023-11-15T03:59:59.342 INFO:teuthology.orchestra.run.smithi081.stdout:15 Nov 03:59:59 ntpd[22721]: Listen normally on 3 enp3s0f1 172.21.15.81:123 2023-11-15T03:59:59.343 INFO:teuthology.orchestra.run.smithi081.stdout:15 Nov 03:59:59 ntpd[22721]: Listen normally on 4 lo [::1]:123 2023-11-15T03:59:59.343 INFO:teuthology.orchestra.run.smithi081.stdout:15 Nov 03:59:59 ntpd[22721]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d753%5]:123 2023-11-15T03:59:59.343 INFO:teuthology.orchestra.run.smithi081.stdout:15 Nov 03:59:59 ntpd[22721]: Listening on routing socket on fd #22 for interface updates 2023-11-15T03:59:59.363 INFO:teuthology.orchestra.run.smithi154.stdout:15 Nov 03:59:59 ntpd[22718]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-11-15T03:59:59.363 INFO:teuthology.orchestra.run.smithi154.stdout:15 Nov 03:59:59 ntpd[22718]: Command line: ntpd -gq 2023-11-15T03:59:59.364 INFO:teuthology.orchestra.run.smithi154.stdout:15 Nov 03:59:59 ntpd[22718]: proto: precision = 0.100 usec (-23) 2023-11-15T03:59:59.364 INFO:teuthology.orchestra.run.smithi154.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-15T03:59:59.365 INFO:teuthology.orchestra.run.smithi154.stdout:15 Nov 03:59:59 ntpd[22718]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-15T03:59:59.365 INFO:teuthology.orchestra.run.smithi154.stderr:restrict ::: KOD does nothing without LIMITED. 2023-11-15T03:59:59.366 INFO:teuthology.orchestra.run.smithi154.stdout:15 Nov 03:59:59 ntpd[22718]: restrict ::: KOD does nothing without LIMITED. 2023-11-15T03:59:59.367 INFO:teuthology.orchestra.run.smithi154.stdout:15 Nov 03:59:59 ntpd[22718]: Listen and drop on 0 v6wildcard [::]:123 2023-11-15T03:59:59.367 INFO:teuthology.orchestra.run.smithi154.stdout:15 Nov 03:59:59 ntpd[22718]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-11-15T03:59:59.367 INFO:teuthology.orchestra.run.smithi154.stdout:15 Nov 03:59:59 ntpd[22718]: Listen normally on 2 lo 127.0.0.1:123 2023-11-15T03:59:59.367 INFO:teuthology.orchestra.run.smithi154.stdout:15 Nov 03:59:59 ntpd[22718]: Listen normally on 3 enp3s0f1 172.21.15.154:123 2023-11-15T03:59:59.367 INFO:teuthology.orchestra.run.smithi154.stdout:15 Nov 03:59:59 ntpd[22718]: Listen normally on 4 lo [::1]:123 2023-11-15T03:59:59.368 INFO:teuthology.orchestra.run.smithi154.stdout:15 Nov 03:59:59 ntpd[22718]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7761%5]:123 2023-11-15T03:59:59.368 INFO:teuthology.orchestra.run.smithi154.stdout:15 Nov 03:59:59 ntpd[22718]: Listening on routing socket on fd #22 for interface updates 2023-11-15T04:00:01.364 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:01 ntpd[22718]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:01.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:01 ntpd[22718]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:01.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:01 ntpd[22718]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:01.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:01 ntpd[22718]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:01.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:01 ntpd[22718]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:01.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:01 ntpd[22718]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:01.366 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:01 ntpd[22718]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T04:00:01.366 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:01 ntpd[22718]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T04:00:02.364 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:02 ntpd[22718]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:02.364 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:02 ntpd[22718]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:02.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:02 ntpd[22718]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:02.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:02 ntpd[22718]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:02.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:02 ntpd[22718]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T04:00:02.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:02 ntpd[22718]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T04:00:03.338 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:03 ntpd[22721]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:03.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:03 ntpd[22721]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:03.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:03 ntpd[22721]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:03.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:03 ntpd[22721]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:03.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:03 ntpd[22721]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:03.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:03 ntpd[22721]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:03.340 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:03 ntpd[22721]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T04:00:03.340 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:03 ntpd[22721]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T04:00:03.340 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:03 ntpd[22721]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:03.340 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:03 ntpd[22721]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:03.340 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:03 ntpd[22721]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T04:00:03.341 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:03 ntpd[22721]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T04:00:03.364 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:03 ntpd[22718]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:03.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:03 ntpd[22718]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:03.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:03 ntpd[22718]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:03.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:03 ntpd[22718]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:03.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:03 ntpd[22718]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:03.366 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:03 ntpd[22718]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:03.366 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:03 ntpd[22718]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T04:00:03.366 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:03 ntpd[22718]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T04:00:03.366 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:03 ntpd[22718]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:03.366 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:03 ntpd[22718]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:03.367 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:03 ntpd[22718]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T04:00:03.367 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:03 ntpd[22718]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T04:00:04.338 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:04 ntpd[22721]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:04.338 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:04 ntpd[22721]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:04.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:04 ntpd[22721]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:04.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:04 ntpd[22721]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:04.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:04 ntpd[22721]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:04.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:04 ntpd[22721]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:04.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:04 ntpd[22721]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T04:00:04.340 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:04 ntpd[22721]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T04:00:04.364 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:04 ntpd[22718]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:04.364 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:04 ntpd[22718]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:04.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:04 ntpd[22718]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:04.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:04 ntpd[22718]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:04.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:04 ntpd[22718]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T04:00:04.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:04 ntpd[22718]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T04:00:05.338 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:05 ntpd[22721]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:05.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:05 ntpd[22721]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:05.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:05 ntpd[22721]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:05.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:05 ntpd[22721]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:05.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:05 ntpd[22721]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:05.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:05 ntpd[22721]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:05.340 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:05 ntpd[22721]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T04:00:05.340 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:05 ntpd[22721]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T04:00:05.340 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:05 ntpd[22721]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:05.340 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:05 ntpd[22721]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:05.340 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:05 ntpd[22721]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T04:00:05.341 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:05 ntpd[22721]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T04:00:05.364 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:05 ntpd[22718]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:05.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:05 ntpd[22718]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:05.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:05 ntpd[22718]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:05.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:05 ntpd[22718]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:05.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:05 ntpd[22718]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:05.366 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:05 ntpd[22718]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:05.366 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:05 ntpd[22718]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T04:00:05.367 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:05 ntpd[22718]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T04:00:05.367 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:05 ntpd[22718]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:05.367 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:05 ntpd[22718]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:05.368 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:05 ntpd[22718]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T04:00:05.368 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:05 ntpd[22718]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T04:00:06.338 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:06 ntpd[22721]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:06.338 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:06 ntpd[22721]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:06.338 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:06 ntpd[22721]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:06.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:06 ntpd[22721]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:06.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:06 ntpd[22721]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T04:00:06.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:06 ntpd[22721]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T04:00:06.364 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:06 ntpd[22718]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:06.364 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:06 ntpd[22718]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:06.364 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:06 ntpd[22718]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:06.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:06 ntpd[22718]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:06.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:06 ntpd[22718]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T04:00:06.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:06 ntpd[22718]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T04:00:07.338 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:07 ntpd[22721]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:07.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:07 ntpd[22721]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:07.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:07 ntpd[22721]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:07.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:07 ntpd[22721]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:07.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:07 ntpd[22721]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:07.340 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:07 ntpd[22721]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:07.340 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:07 ntpd[22721]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T04:00:07.340 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:07 ntpd[22721]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T04:00:07.340 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:07 ntpd[22721]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:07.340 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:07 ntpd[22721]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:07.341 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:07 ntpd[22721]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T04:00:07.341 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:07 ntpd[22721]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T04:00:07.364 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:07 ntpd[22718]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:07.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:07 ntpd[22718]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:07.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:07 ntpd[22718]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:07.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:07 ntpd[22718]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:07.365 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:07 ntpd[22718]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:07.366 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:07 ntpd[22718]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:07.366 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:07 ntpd[22718]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T04:00:07.366 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:07 ntpd[22718]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T04:00:07.366 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:07 ntpd[22718]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:07.367 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:07 ntpd[22718]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:07.367 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:07 ntpd[22718]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T04:00:07.367 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:07 ntpd[22718]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T04:00:07.368 INFO:teuthology.orchestra.run.smithi154.stdout:15 Nov 04:00:07 ntpd[22718]: ntpd: time slew -0.000737 s 2023-11-15T04:00:07.368 INFO:teuthology.orchestra.run.smithi154.stdout:ntpd: time slew -0.000737s 2023-11-15T04:00:07.368 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:07 ntpd[22718]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-11-15T04:00:07.369 INFO:teuthology.orchestra.run.smithi154.stderr:15 Nov 04:00:07 ntpd[22718]: can't open /var/log/ntpstats/loopstats.20231115: Permission denied 2023-11-15T04:00:07.421 INFO:teuthology.orchestra.run.smithi154.stdout: remote refid st t when poll reach delay offset jitter 2023-11-15T04:00:07.421 INFO:teuthology.orchestra.run.smithi154.stdout:============================================================================== 2023-11-15T04:00:07.421 INFO:teuthology.orchestra.run.smithi154.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T04:00:07.421 INFO:teuthology.orchestra.run.smithi154.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T04:00:07.422 INFO:teuthology.orchestra.run.smithi154.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T04:00:07.422 INFO:teuthology.orchestra.run.smithi154.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T04:00:08.338 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:08 ntpd[22721]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:08.338 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:08 ntpd[22721]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:08.338 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:08 ntpd[22721]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:08.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:08 ntpd[22721]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:08.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:08 ntpd[22721]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T04:00:08.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:08 ntpd[22721]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T04:00:09.338 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:09 ntpd[22721]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:09.338 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:09 ntpd[22721]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:09.338 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:09 ntpd[22721]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:09.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:09 ntpd[22721]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:09.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:09 ntpd[22721]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T04:00:09.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:09 ntpd[22721]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T04:00:09.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:09 ntpd[22721]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T04:00:09.339 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:09 ntpd[22721]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T04:00:09.340 INFO:teuthology.orchestra.run.smithi081.stdout:15 Nov 04:00:09 ntpd[22721]: ntpd: time slew +0.000696 s 2023-11-15T04:00:09.340 INFO:teuthology.orchestra.run.smithi081.stdout:ntpd: time slew +0.000696s 2023-11-15T04:00:09.340 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:09 ntpd[22721]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-11-15T04:00:09.341 INFO:teuthology.orchestra.run.smithi081.stderr:15 Nov 04:00:09 ntpd[22721]: can't open /var/log/ntpstats/loopstats.20231115: Permission denied 2023-11-15T04:00:09.397 INFO:teuthology.orchestra.run.smithi081.stdout: remote refid st t when poll reach delay offset jitter 2023-11-15T04:00:09.397 INFO:teuthology.orchestra.run.smithi081.stdout:============================================================================== 2023-11-15T04:00:09.397 INFO:teuthology.orchestra.run.smithi081.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T04:00:09.397 INFO:teuthology.orchestra.run.smithi081.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T04:00:09.398 INFO:teuthology.orchestra.run.smithi081.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T04:00:09.398 INFO:teuthology.orchestra.run.smithi081.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T04:00:09.399 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-11-15T04:00:09.415 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-11-15T04:00:09.415 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2023-11-15T04:00:09.416 DEBUG:teuthology.orchestra.run.smithi081:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T04:00:09.450 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-15T04:00:09.451 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/vg_nvme/lv_1 2023-11-15T04:00:09.501 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-15T04:00:09.501 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T04:00:09.501 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 493 Links: 1 2023-11-15T04:00:09.501 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T04:00:09.502 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2023-11-15 03:58:31.322395319 +0000 2023-11-15T04:00:09.502 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2023-11-15 03:58:30.974403344 +0000 2023-11-15T04:00:09.502 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2023-11-15 03:58:30.974403344 +0000 2023-11-15T04:00:09.502 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: - 2023-11-15T04:00:09.503 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-15T04:00:09.558 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2023-11-15T04:00:09.558 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2023-11-15T04:00:09.558 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.000419904 s, 1.2 MB/s 2023-11-15T04:00:09.559 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-15T04:00:09.612 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/vg_nvme/lv_2 2023-11-15T04:00:09.662 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-15T04:00:09.663 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T04:00:09.663 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 500 Links: 1 2023-11-15T04:00:09.663 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T04:00:09.664 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2023-11-15 03:58:31.870382681 +0000 2023-11-15T04:00:09.664 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2023-11-15 03:58:31.550390061 +0000 2023-11-15T04:00:09.664 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2023-11-15 03:58:31.550390061 +0000 2023-11-15T04:00:09.664 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: - 2023-11-15T04:00:09.664 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-15T04:00:09.718 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2023-11-15T04:00:09.718 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2023-11-15T04:00:09.718 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.000372439 s, 1.4 MB/s 2023-11-15T04:00:09.719 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-15T04:00:09.772 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/vg_nvme/lv_3 2023-11-15T04:00:09.822 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-15T04:00:09.823 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T04:00:09.823 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 507 Links: 1 2023-11-15T04:00:09.823 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T04:00:09.823 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2023-11-15 03:58:32.398370505 +0000 2023-11-15T04:00:09.824 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2023-11-15 03:58:32.086377700 +0000 2023-11-15T04:00:09.824 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2023-11-15 03:58:32.086377700 +0000 2023-11-15T04:00:09.824 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: - 2023-11-15T04:00:09.824 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-15T04:00:09.879 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2023-11-15T04:00:09.879 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2023-11-15T04:00:09.879 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.000394362 s, 1.3 MB/s 2023-11-15T04:00:09.880 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-15T04:00:09.932 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/vg_nvme/lv_4 2023-11-15T04:00:09.982 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-15T04:00:09.983 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T04:00:09.983 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 513 Links: 1 2023-11-15T04:00:09.983 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T04:00:09.983 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2023-11-15 03:58:32.942357960 +0000 2023-11-15T04:00:09.984 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2023-11-15 03:58:32.626365247 +0000 2023-11-15T04:00:09.984 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2023-11-15 03:58:32.626365247 +0000 2023-11-15T04:00:09.984 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: - 2023-11-15T04:00:09.984 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-15T04:00:10.036 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2023-11-15T04:00:10.036 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2023-11-15T04:00:10.037 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.00042689 s, 1.2 MB/s 2023-11-15T04:00:10.038 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-15T04:00:10.088 DEBUG:teuthology.orchestra.run.smithi081:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-15T04:00:10.207 INFO:teuthology.orchestra.run.smithi081.stdout:loop 2023-11-15T04:00:10.209 INFO:tasks.nvme_loop:Connecting nvme_loop smithi081:/dev/vg_nvme/lv_1... 2023-11-15T04:00:10.209 DEBUG:teuthology.orchestra.run.smithi081:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-15T04:00:10.233 INFO:teuthology.orchestra.run.smithi081.stdout:1 2023-11-15T04:00:10.259 INFO:teuthology.orchestra.run.smithi081.stdout:/dev/vg_nvme/lv_11 2023-11-15T04:00:10.282 INFO:tasks.nvme_loop:Connecting nvme_loop smithi081:/dev/vg_nvme/lv_2... 2023-11-15T04:00:10.283 DEBUG:teuthology.orchestra.run.smithi081:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-15T04:00:10.346 INFO:teuthology.orchestra.run.smithi081.stdout:1 2023-11-15T04:00:10.372 INFO:teuthology.orchestra.run.smithi081.stdout:/dev/vg_nvme/lv_21 2023-11-15T04:00:10.398 INFO:tasks.nvme_loop:Connecting nvme_loop smithi081:/dev/vg_nvme/lv_3... 2023-11-15T04:00:10.399 DEBUG:teuthology.orchestra.run.smithi081:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-15T04:00:10.465 INFO:teuthology.orchestra.run.smithi081.stdout:1 2023-11-15T04:00:10.491 INFO:teuthology.orchestra.run.smithi081.stdout:/dev/vg_nvme/lv_31 2023-11-15T04:00:10.516 INFO:tasks.nvme_loop:Connecting nvme_loop smithi081:/dev/vg_nvme/lv_4... 2023-11-15T04:00:10.516 DEBUG:teuthology.orchestra.run.smithi081:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-15T04:00:10.589 INFO:teuthology.orchestra.run.smithi081.stdout:1 2023-11-15T04:00:10.612 INFO:teuthology.orchestra.run.smithi081.stdout:/dev/vg_nvme/lv_41 2023-11-15T04:00:10.632 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2023-11-15T04:00:10.632 DEBUG:teuthology.orchestra.run.smithi081:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T04:00:10.682 DEBUG:teuthology.orchestra.run.smithi081:> sudo nvme list 2023-11-15T04:00:10.738 INFO:teuthology.orchestra.run.smithi081.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-15T04:00:10.738 INFO:teuthology.orchestra.run.smithi081.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-15T04:00:10.739 INFO:teuthology.orchestra.run.smithi081.stdout:/dev/nvme0n1 PHFT620400N7400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-15T04:00:10.739 INFO:teuthology.orchestra.run.smithi081.stdout:/dev/nvme1n1 ef077f9e00ab023fe8dc Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-15T04:00:10.739 INFO:teuthology.orchestra.run.smithi081.stdout:/dev/nvme2n1 e827bcdac2bf7e51ed2b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-15T04:00:10.739 INFO:teuthology.orchestra.run.smithi081.stdout:/dev/nvme3n1 fe4419bca9f935cc2b48 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-15T04:00:10.739 INFO:teuthology.orchestra.run.smithi081.stdout:/dev/nvme4n1 41f3cbdc0ad48296a68f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-15T04:00:10.740 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T04:00:10.741 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2023-11-15T04:00:10.741 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/scratch_devs 2023-11-15T04:00:10.798 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-11-15T04:00:10.799 DEBUG:teuthology.orchestra.run.smithi154:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T04:00:10.806 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-15T04:00:10.807 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/vg_nvme/lv_1 2023-11-15T04:00:10.855 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-15T04:00:10.855 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T04:00:10.855 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 5h/5d Inode: 489 Links: 1 2023-11-15T04:00:10.856 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T04:00:10.856 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2023-11-15 03:58:29.726793691 +0000 2023-11-15T04:00:10.856 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2023-11-15 03:58:29.398801255 +0000 2023-11-15T04:00:10.856 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2023-11-15 03:58:29.398801255 +0000 2023-11-15T04:00:10.856 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2023-11-15T04:00:10.857 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-15T04:00:10.910 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2023-11-15T04:00:10.911 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2023-11-15T04:00:10.911 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.000401575 s, 1.3 MB/s 2023-11-15T04:00:10.912 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-15T04:00:10.968 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/vg_nvme/lv_2 2023-11-15T04:00:11.019 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-15T04:00:11.020 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T04:00:11.020 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 5h/5d Inode: 498 Links: 1 2023-11-15T04:00:11.020 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T04:00:11.020 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2023-11-15 03:58:30.310780223 +0000 2023-11-15T04:00:11.021 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2023-11-15 03:58:29.966788157 +0000 2023-11-15T04:00:11.021 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2023-11-15 03:58:29.966788157 +0000 2023-11-15T04:00:11.021 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2023-11-15T04:00:11.022 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-15T04:00:11.072 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2023-11-15T04:00:11.073 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2023-11-15T04:00:11.073 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.000350886 s, 1.5 MB/s 2023-11-15T04:00:11.074 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-15T04:00:11.131 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/vg_nvme/lv_3 2023-11-15T04:00:11.187 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-15T04:00:11.187 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T04:00:11.187 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 5h/5d Inode: 503 Links: 1 2023-11-15T04:00:11.187 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T04:00:11.188 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2023-11-15 03:58:30.510775610 +0000 2023-11-15T04:00:11.188 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2023-11-15 03:58:30.506775704 +0000 2023-11-15T04:00:11.188 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2023-11-15 03:58:30.506775704 +0000 2023-11-15T04:00:11.188 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2023-11-15T04:00:11.189 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-15T04:00:11.240 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2023-11-15T04:00:11.241 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2023-11-15T04:00:11.241 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.000400084 s, 1.3 MB/s 2023-11-15T04:00:11.242 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-15T04:00:11.293 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/vg_nvme/lv_4 2023-11-15T04:00:11.343 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-15T04:00:11.343 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T04:00:11.343 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 5h/5d Inode: 508 Links: 1 2023-11-15T04:00:11.343 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T04:00:11.344 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2023-11-15 03:58:31.418754671 +0000 2023-11-15T04:00:11.344 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2023-11-15 03:58:31.066762789 +0000 2023-11-15T04:00:11.344 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2023-11-15 03:58:31.066762789 +0000 2023-11-15T04:00:11.344 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2023-11-15T04:00:11.345 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-15T04:00:11.398 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2023-11-15T04:00:11.399 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2023-11-15T04:00:11.399 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.000416644 s, 1.2 MB/s 2023-11-15T04:00:11.400 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-15T04:00:11.452 DEBUG:teuthology.orchestra.run.smithi154:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-15T04:00:11.592 INFO:teuthology.orchestra.run.smithi154.stdout:loop 2023-11-15T04:00:11.594 INFO:tasks.nvme_loop:Connecting nvme_loop smithi154:/dev/vg_nvme/lv_1... 2023-11-15T04:00:11.594 DEBUG:teuthology.orchestra.run.smithi154:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-15T04:00:11.619 INFO:teuthology.orchestra.run.smithi154.stdout:1 2023-11-15T04:00:11.648 INFO:teuthology.orchestra.run.smithi154.stdout:/dev/vg_nvme/lv_11 2023-11-15T04:00:11.672 INFO:tasks.nvme_loop:Connecting nvme_loop smithi154:/dev/vg_nvme/lv_2... 2023-11-15T04:00:11.672 DEBUG:teuthology.orchestra.run.smithi154:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-15T04:00:11.737 INFO:teuthology.orchestra.run.smithi154.stdout:1 2023-11-15T04:00:11.762 INFO:teuthology.orchestra.run.smithi154.stdout:/dev/vg_nvme/lv_21 2023-11-15T04:00:11.786 INFO:tasks.nvme_loop:Connecting nvme_loop smithi154:/dev/vg_nvme/lv_3... 2023-11-15T04:00:11.786 DEBUG:teuthology.orchestra.run.smithi154:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-15T04:00:11.857 INFO:teuthology.orchestra.run.smithi154.stdout:1 2023-11-15T04:00:11.883 INFO:teuthology.orchestra.run.smithi154.stdout:/dev/vg_nvme/lv_31 2023-11-15T04:00:11.905 INFO:tasks.nvme_loop:Connecting nvme_loop smithi154:/dev/vg_nvme/lv_4... 2023-11-15T04:00:11.906 DEBUG:teuthology.orchestra.run.smithi154:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-15T04:00:11.977 INFO:teuthology.orchestra.run.smithi154.stdout:1 2023-11-15T04:00:11.998 INFO:teuthology.orchestra.run.smithi154.stdout:/dev/vg_nvme/lv_41 2023-11-15T04:00:12.021 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-11-15T04:00:12.021 DEBUG:teuthology.orchestra.run.smithi154:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T04:00:12.070 DEBUG:teuthology.orchestra.run.smithi154:> sudo nvme list 2023-11-15T04:00:12.126 INFO:teuthology.orchestra.run.smithi154.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-15T04:00:12.127 INFO:teuthology.orchestra.run.smithi154.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-15T04:00:12.127 INFO:teuthology.orchestra.run.smithi154.stdout:/dev/nvme0n1 CVFT6233003B400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-15T04:00:12.127 INFO:teuthology.orchestra.run.smithi154.stdout:/dev/nvme1n1 3f31144f595337b1cb22 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-15T04:00:12.128 INFO:teuthology.orchestra.run.smithi154.stdout:/dev/nvme2n1 96bc48fc91ac147b6894 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-15T04:00:12.128 INFO:teuthology.orchestra.run.smithi154.stdout:/dev/nvme3n1 050459fabed27fe93385 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-15T04:00:12.128 INFO:teuthology.orchestra.run.smithi154.stdout:/dev/nvme4n1 f17853487dc790122b31 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-15T04:00:12.129 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T04:00:12.130 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-11-15T04:00:12.130 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/scratch_devs 2023-11-15T04:00:12.191 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-15T04:00:12.270 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': '620f25c1794f62207424fc9319427943fb8d1fae'} 2023-11-15T04:00:12.270 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T04:00:12.271 INFO:tasks.cephadm:Cluster fsid is 79c45cc2-836b-11ee-8dbe-212e2dc638e7 2023-11-15T04:00:12.272 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-15T04:00:12.272 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-15T04:00:12.272 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi081': '172.21.15.81', 'mon.smithi154': '172.21.15.154'} 2023-11-15T04:00:12.273 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-15T04:00:12.273 DEBUG:teuthology.orchestra.run.smithi081:> sudo hostname $(hostname -s) 2023-11-15T04:00:12.288 DEBUG:teuthology.orchestra.run.smithi154:> sudo hostname $(hostname -s) 2023-11-15T04:00:12.304 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 620f25c1794f62207424fc9319427943fb8d1fae)... 2023-11-15T04:00:12.305 DEBUG:teuthology.orchestra.run.smithi081:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/620f25c1794f62207424fc9319427943fb8d1fae/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-15T04:00:12.549 INFO:teuthology.orchestra.run.smithi081.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Nov 15 04:00 /home/ubuntu/cephtest/cephadm 2023-11-15T04:00:12.549 DEBUG:teuthology.orchestra.run.smithi154:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/620f25c1794f62207424fc9319427943fb8d1fae/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-15T04:00:12.709 INFO:teuthology.orchestra.run.smithi154.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Nov 15 04:00 /home/ubuntu/cephtest/cephadm 2023-11-15T04:00:12.709 DEBUG:teuthology.orchestra.run.smithi081:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-15T04:00:12.720 DEBUG:teuthology.orchestra.run.smithi154:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-15T04:00:12.737 DEBUG:teuthology.orchestra.run.smithi081:> sudo mkdir -p /etc/ceph 2023-11-15T04:00:12.778 DEBUG:teuthology.orchestra.run.smithi154:> sudo mkdir -p /etc/ceph 2023-11-15T04:00:12.795 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod 777 /etc/ceph 2023-11-15T04:00:12.834 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod 777 /etc/ceph 2023-11-15T04:00:12.851 INFO:tasks.cephadm:Writing seed config... 2023-11-15T04:00:12.853 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-15T04:00:12.853 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-15T04:00:12.853 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-15T04:00:12.853 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-15T04:00:12.854 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-15T04:00:12.854 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-15T04:00:12.854 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-15T04:00:12.855 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-15T04:00:12.855 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2023-11-15T04:00:12.856 DEBUG:teuthology.orchestra.run.smithi081:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-15T04:00:12.881 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 = 79c45cc2-836b-11ee-8dbe-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-11-15T04:00:12.881 DEBUG:teuthology.orchestra.run.smithi081:mon.smithi081> sudo journalctl -f -n 0 -u ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7@mon.smithi081.service 2023-11-15T04:00:12.924 INFO:tasks.cephadm:Bootstrapping... 2023-11-15T04:00:12.924 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae -v bootstrap --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.81 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-15T04:00:13.323 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-11-15T04:00:13.323 INFO:teuthology.orchestra.run.smithi081.stderr:-------------------------------------------------------------------------------- 2023-11-15T04:00:13.324 INFO:teuthology.orchestra.run.smithi081.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae', '-v', 'bootstrap', '--fsid', '79c45cc2-836b-11ee-8dbe-212e2dc638e7', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.81', '--skip-admin-label'] 2023-11-15T04:00:13.324 INFO:teuthology.orchestra.run.smithi081.stderr:Verifying podman|docker is present... 2023-11-15T04:00:13.325 INFO:teuthology.orchestra.run.smithi081.stderr:Verifying lvm2 is present... 2023-11-15T04:00:13.325 INFO:teuthology.orchestra.run.smithi081.stderr:Verifying time synchronization is in place... 2023-11-15T04:00:13.332 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-15T04:00:13.338 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: inactive 2023-11-15T04:00:13.343 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-11-15T04:00:13.349 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: inactive 2023-11-15T04:00:13.356 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: masked 2023-11-15T04:00:13.361 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: inactive 2023-11-15T04:00:13.367 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-11-15T04:00:13.373 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: inactive 2023-11-15T04:00:13.380 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: enabled 2023-11-15T04:00:13.386 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: active 2023-11-15T04:00:13.387 INFO:teuthology.orchestra.run.smithi081.stderr:Unit ntp.service is enabled and running 2023-11-15T04:00:13.387 INFO:teuthology.orchestra.run.smithi081.stderr:Repeating the final host check... 2023-11-15T04:00:13.387 INFO:teuthology.orchestra.run.smithi081.stderr:docker (/usr/bin/docker) is present 2023-11-15T04:00:13.387 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl is present 2023-11-15T04:00:13.388 INFO:teuthology.orchestra.run.smithi081.stderr:lvcreate is present 2023-11-15T04:00:13.392 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-15T04:00:13.398 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: inactive 2023-11-15T04:00:13.403 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-11-15T04:00:13.409 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: inactive 2023-11-15T04:00:13.416 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: masked 2023-11-15T04:00:13.423 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: inactive 2023-11-15T04:00:13.430 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-11-15T04:00:13.436 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: inactive 2023-11-15T04:00:13.444 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: enabled 2023-11-15T04:00:13.450 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: active 2023-11-15T04:00:13.451 INFO:teuthology.orchestra.run.smithi081.stderr:Unit ntp.service is enabled and running 2023-11-15T04:00:13.451 INFO:teuthology.orchestra.run.smithi081.stderr:Host looks OK 2023-11-15T04:00:13.451 INFO:teuthology.orchestra.run.smithi081.stderr:Cluster fsid: 79c45cc2-836b-11ee-8dbe-212e2dc638e7 2023-11-15T04:00:13.451 INFO:teuthology.orchestra.run.smithi081.stderr:Acquiring lock 140671480129952 on /run/cephadm/79c45cc2-836b-11ee-8dbe-212e2dc638e7.lock 2023-11-15T04:00:13.452 INFO:teuthology.orchestra.run.smithi081.stderr:Lock 140671480129952 acquired on /run/cephadm/79c45cc2-836b-11ee-8dbe-212e2dc638e7.lock 2023-11-15T04:00:13.452 INFO:teuthology.orchestra.run.smithi081.stderr:Verifying IP 172.21.15.81 port 3300 ... 2023-11-15T04:00:13.453 INFO:teuthology.orchestra.run.smithi081.stderr:Verifying IP 172.21.15.81 port 6789 ... 2023-11-15T04:00:13.453 INFO:teuthology.orchestra.run.smithi081.stderr:Base mon IP(s) is [172.21.15.81:3300, 172.21.15.81:6789], mon addrv is [v2:172.21.15.81:3300,v1:172.21.15.81:6789] 2023-11-15T04:00:13.457 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2023-11-15T04:00:13.457 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.81 metric 100 2023-11-15T04:00:13.457 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-15T04:00:13.457 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.81 2023-11-15T04:00:13.458 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.81 metric 100 2023-11-15T04:00:13.460 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-15T04:00:13.461 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-15T04:00:13.461 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1796sec pref medium 2023-11-15T04:00:13.465 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-15T04:00:13.465 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2023-11-15T04:00:13.466 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-11-15T04:00:13.466 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-15T04:00:13.466 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d753/64 scope link 2023-11-15T04:00:13.466 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-11-15T04:00:13.467 INFO:teuthology.orchestra.run.smithi081.stderr:Mon IP `172.21.15.81` is in CIDR network `172.21.0.0/20` 2023-11-15T04:00:13.467 INFO:teuthology.orchestra.run.smithi081.stderr:Mon IP `172.21.15.81` is in CIDR network `172.21.0.0/20` 2023-11-15T04:00:13.468 INFO:teuthology.orchestra.run.smithi081.stderr:Mon IP `172.21.15.81` is in CIDR network `172.21.15.254/32` 2023-11-15T04:00:13.468 INFO:teuthology.orchestra.run.smithi081.stderr:Mon IP `172.21.15.81` is in CIDR network `172.21.15.254/32` 2023-11-15T04:00:13.468 INFO:teuthology.orchestra.run.smithi081.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.15.254/32', '172.21.15.254/32'] 2023-11-15T04:00:13.468 INFO:teuthology.orchestra.run.smithi081.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-15T04:00:13.469 INFO:teuthology.orchestra.run.smithi081.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae... 2023-11-15T04:00:13.857 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/docker: 620f25c1794f62207424fc9319427943fb8d1fae: Pulling from ceph-ci/ceph 2023-11-15T04:00:13.863 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/docker: ef3cef4bbbe4: Pulling fs layer 2023-11-15T04:00:13.863 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/docker: 9ed66b813839: Pulling fs layer 2023-11-15T04:00:17.618 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/docker: ef3cef4bbbe4: Verifying Checksum 2023-11-15T04:00:17.618 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/docker: ef3cef4bbbe4: Download complete 2023-11-15T04:00:21.211 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/docker: ef3cef4bbbe4: Pull complete 2023-11-15T04:00:31.138 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/docker: 9ed66b813839: Verifying Checksum 2023-11-15T04:00:31.138 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/docker: 9ed66b813839: Download complete 2023-11-15T04:00:43.110 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/docker: 9ed66b813839: Pull complete 2023-11-15T04:00:43.244 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/docker: Digest: sha256:78226ab9e8247e56e7eee439923ee52a49b2b75959caddd6304ed7181b276d9d 2023-11-15T04:00:43.293 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T04:00:43.319 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T04:00:55.947 INFO:teuthology.orchestra.run.smithi081.stderr:ceph: ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable) 2023-11-15T04:00:56.572 INFO:teuthology.orchestra.run.smithi081.stderr:Ceph version: ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable) 2023-11-15T04:00:56.572 INFO:teuthology.orchestra.run.smithi081.stderr:Extracting ceph user uid/gid from container image... 2023-11-15T04:00:57.348 INFO:teuthology.orchestra.run.smithi081.stderr:stat: 167 167 2023-11-15T04:00:57.919 INFO:teuthology.orchestra.run.smithi081.stderr:Creating initial keys... 2023-11-15T04:00:58.721 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-authtool: AQB6QlRlf/DqKhAAsMud8UAzuu1l1YXQ2CUr2g== 2023-11-15T04:01:00.060 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-authtool: AQB8QlRlneyUAxAA/mk7bUp5cf2iamvNVhAeTg== 2023-11-15T04:01:01.435 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-authtool: AQB9QlRlWLLrGRAAf0ncitXIwdpTLpckmrbe+A== 2023-11-15T04:01:01.950 INFO:teuthology.orchestra.run.smithi081.stderr:Creating initial monmap... 2023-11-15T04:01:02.812 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-15T04:01:02.813 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 79c45cc2-836b-11ee-8dbe-212e2dc638e7 2023-11-15T04:01:02.813 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-15T04:01:03.387 INFO:teuthology.orchestra.run.smithi081.stderr:monmaptool for smithi081 [v2:172.21.15.81:3300,v1:172.21.15.81:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-15T04:01:03.388 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/monmaptool: set fsid to 79c45cc2-836b-11ee-8dbe-212e2dc638e7 2023-11-15T04:01:03.388 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-15T04:01:03.388 INFO:teuthology.orchestra.run.smithi081.stderr: 2023-11-15T04:01:03.388 INFO:teuthology.orchestra.run.smithi081.stderr:Creating mon... 2023-11-15T04:01:04.251 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.243+0000 7fe1d75da880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T04:01:04.252 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.243+0000 7fe1d75da880 1 imported monmap: 2023-11-15T04:01:04.252 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-15T04:01:04.252 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 2023-11-15T04:01:04.252 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: last_changed 2023-11-15T04:01:02.811728+0000 2023-11-15T04:01:04.253 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: created 2023-11-15T04:01:02.811728+0000 2023-11-15T04:01:04.253 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-15T04:01:04.254 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-15T04:01:04.255 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0] mon.smithi081 2023-11-15T04:01:04.255 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: 2023-11-15T04:01:04.255 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.243+0000 7fe1d75da880 0 /usr/bin/ceph-mon: set fsid to 79c45cc2-836b-11ee-8dbe-212e2dc638e7 2023-11-15T04:01:04.255 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T04:01:04.255 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: 2023-11-15T04:01:04.256 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T04:01:04.256 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Compile date Nov 13 2023 2023-11-15T04:01:04.256 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: DB SUMMARY 2023-11-15T04:01:04.256 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: 2023-11-15T04:01:04.256 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi081/store.db dir, Total Num: 0, files: 2023-11-15T04:01:04.257 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: 2023-11-15T04:01:04.257 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi081/store.db: 2023-11-15T04:01:04.257 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: 2023-11-15T04:01:04.257 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.error_if_exists: 0 2023-11-15T04:01:04.257 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.create_if_missing: 1 2023-11-15T04:01:04.279 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T04:01:04.279 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.env: 0x5601dadc2080 2023-11-15T04:01:04.279 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.fs: Posix File System 2023-11-15T04:01:04.280 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.info_log: 0x5601dcfb1380 2023-11-15T04:01:04.280 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T04:01:04.280 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.statistics: (nil) 2023-11-15T04:01:04.280 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.use_fsync: 0 2023-11-15T04:01:04.281 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T04:01:04.281 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T04:01:04.281 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T04:01:04.281 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T04:01:04.281 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T04:01:04.282 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T04:01:04.282 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T04:01:04.282 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T04:01:04.282 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T04:01:04.282 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T04:01:04.283 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T04:01:04.283 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.db_log_dir: 2023-11-15T04:01:04.283 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi081/store.db 2023-11-15T04:01:04.283 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T04:01:04.283 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T04:01:04.284 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T04:01:04.284 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T04:01:04.284 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T04:01:04.284 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T04:01:04.284 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T04:01:04.285 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T04:01:04.285 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T04:01:04.285 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T04:01:04.285 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.write_buffer_manager: 0x5601dcfb7980 2023-11-15T04:01:04.285 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T04:01:04.286 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T04:01:04.286 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T04:01:04.286 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T04:01:04.286 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T04:01:04.287 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T04:01:04.287 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T04:01:04.287 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T04:01:04.287 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T04:01:04.287 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.unordered_write: 0 2023-11-15T04:01:04.288 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T04:01:04.288 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T04:01:04.288 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T04:01:04.288 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T04:01:04.288 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.row_cache: None 2023-11-15T04:01:04.289 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.wal_filter: None 2023-11-15T04:01:04.289 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T04:01:04.289 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T04:01:04.289 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T04:01:04.289 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.two_write_queues: 0 2023-11-15T04:01:04.290 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T04:01:04.290 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.atomic_flush: 0 2023-11-15T04:01:04.290 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T04:01:04.290 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T04:01:04.290 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T04:01:04.290 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T04:01:04.291 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T04:01:04.291 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T04:01:04.291 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T04:01:04.291 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T04:01:04.291 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T04:01:04.292 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T04:01:04.292 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T04:01:04.292 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T04:01:04.292 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T04:01:04.293 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T04:01:04.293 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T04:01:04.293 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.max_open_files: -1 2023-11-15T04:01:04.293 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T04:01:04.293 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T04:01:04.294 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T04:01:04.294 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T04:01:04.294 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Compression algorithms supported: 2023-11-15T04:01:04.294 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T04:01:04.294 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: kZSTD supported: 0 2023-11-15T04:01:04.294 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: kXpressCompression supported: 0 2023-11-15T04:01:04.295 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T04:01:04.295 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T04:01:04.295 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T04:01:04.295 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: kZlibCompression supported: 1 2023-11-15T04:01:04.295 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T04:01:04.296 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T04:01:04.296 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-15T04:01:04.296 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: 2023-11-15T04:01:04.296 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi081/store.db/MANIFEST-000001 2023-11-15T04:01:04.296 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: 2023-11-15T04:01:04.297 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T04:01:04.297 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: 2023-11-15T04:01:04.297 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T04:01:04.297 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.merge_operator: 2023-11-15T04:01:04.297 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.compaction_filter: None 2023-11-15T04:01:04.298 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T04:01:04.298 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T04:01:04.298 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T04:01:04.298 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5601dcec5d30) 2023-11-15T04:01:04.298 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-15T04:01:04.299 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T04:01:04.299 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T04:01:04.299 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-15T04:01:04.299 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-15T04:01:04.299 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-15T04:01:04.300 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-15T04:01:04.300 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-15T04:01:04.300 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-15T04:01:04.300 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-15T04:01:04.300 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-15T04:01:04.300 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: block_cache: 0x5601dcefcd10 2023-11-15T04:01:04.301 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-15T04:01:04.301 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-15T04:01:04.301 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-15T04:01:04.301 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-15T04:01:04.301 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-15T04:01:04.302 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-15T04:01:04.302 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-15T04:01:04.302 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-15T04:01:04.302 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-15T04:01:04.302 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-15T04:01:04.303 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-15T04:01:04.303 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-15T04:01:04.303 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-15T04:01:04.303 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-15T04:01:04.303 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-15T04:01:04.304 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T04:01:04.304 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-15T04:01:04.304 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-15T04:01:04.304 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-15T04:01:04.304 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-15T04:01:04.305 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-15T04:01:04.305 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-15T04:01:04.305 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: 2023-11-15T04:01:04.305 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T04:01:04.305 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T04:01:04.305 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.compression: NoCompression 2023-11-15T04:01:04.306 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T04:01:04.306 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T04:01:04.306 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T04:01:04.306 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.num_levels: 7 2023-11-15T04:01:04.306 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T04:01:04.307 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T04:01:04.307 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T04:01:04.307 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T04:01:04.307 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T04:01:04.307 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T04:01:04.308 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T04:01:04.308 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T04:01:04.308 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T04:01:04.308 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T04:01:04.308 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T04:01:04.309 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T04:01:04.309 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T04:01:04.309 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T04:01:04.309 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T04:01:04.309 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T04:01:04.310 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T04:01:04.310 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T04:01:04.310 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T04:01:04.310 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T04:01:04.311 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T04:01:04.311 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T04:01:04.311 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T04:01:04.311 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T04:01:04.311 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T04:01:04.311 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T04:01:04.312 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T04:01:04.312 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T04:01:04.312 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T04:01:04.312 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T04:01:04.312 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T04:01:04.313 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T04:01:04.313 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T04:01:04.313 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T04:01:04.313 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T04:01:04.313 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T04:01:04.314 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T04:01:04.314 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T04:01:04.314 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T04:01:04.314 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T04:01:04.314 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T04:01:04.315 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T04:01:04.315 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T04:01:04.315 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T04:01:04.315 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T04:01:04.315 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T04:01:04.316 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T04:01:04.316 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.table_properties_collectors: 2023-11-15T04:01:04.316 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T04:01:04.316 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T04:01:04.316 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T04:01:04.316 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T04:01:04.317 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T04:01:04.317 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.bloom_locality: 0 2023-11-15T04:01:04.317 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T04:01:04.317 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T04:01:04.317 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T04:01:04.318 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T04:01:04.318 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T04:01:04.318 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.ttl: 2592000 2023-11-15T04:01:04.318 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.247+0000 7fe1d75da880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T04:01:04.318 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.251+0000 7fe1d75da880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi081/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-15T04:01:04.319 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: 2023-11-15T04:01:04.319 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.251+0000 7fe1d75da880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-15T04:01:04.319 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: 2023-11-15T04:01:04.319 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.251+0000 7fe1d75da880 4 rocksdb: DB pointer 0x5601dcfc5800 2023-11-15T04:01:04.319 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.251+0000 7fe1c0460700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T04:01:04.320 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.251+0000 7fe1c0460700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T04:01:04.320 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-15T04:01:04.320 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T04:01:04.320 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-15T04:01:04.320 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-15T04:01:04.321 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T04:01:04.321 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-15T04:01:04.321 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-15T04:01:04.321 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T04:01:04.321 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: 2023-11-15T04:01:04.322 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T04:01:04.322 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T04:01:04.322 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:01:04.322 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T04:01:04.322 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T04:01:04.323 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: 2023-11-15T04:01:04.323 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T04:01:04.323 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T04:01:04.323 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:01:04.323 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T04:01:04.324 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T04:01:04.324 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T04:01:04.324 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T04:01:04.324 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T04:01:04.324 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-15T04:01:04.325 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T04:01:04.325 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T04:01:04.325 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T04:01:04.325 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: 2023-11-15T04:01:04.325 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-15T04:01:04.325 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: 2023-11-15T04:01:04.326 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T04:01:04.326 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T04:01:04.326 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:01:04.326 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T04:01:04.326 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T04:01:04.327 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: 2023-11-15T04:01:04.327 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T04:01:04.327 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T04:01:04.327 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:01:04.327 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T04:01:04.328 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T04:01:04.328 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T04:01:04.328 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T04:01:04.328 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T04:01:04.328 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-15T04:01:04.329 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T04:01:04.329 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T04:01:04.329 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T04:01:04.329 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: 2023-11-15T04:01:04.329 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-15T04:01:04.330 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: 2023-11-15T04:01:04.330 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.251+0000 7fe1d75da880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-15T04:01:04.330 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.251+0000 7fe1d75da880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-15T04:01:04.330 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:01:04.251+0000 7fe1d75da880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi081 for mon.smithi081 2023-11-15T04:01:04.867 INFO:teuthology.orchestra.run.smithi081.stderr:create mon.smithi081 on 2023-11-15T04:01:05.075 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-11-15T04:01:05.261 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7.target -> /etc/systemd/system/ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7.target. 2023-11-15T04:01:05.262 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7.target -> /etc/systemd/system/ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7.target. 2023-11-15T04:01:05.705 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: Failed to reset failed state of unit ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7@mon.smithi081.service: Unit ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7@mon.smithi081.service not loaded. 2023-11-15T04:01:05.713 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: Created symlink /etc/systemd/system/ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7.target.wants/ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7@mon.smithi081.service -> /etc/systemd/system/ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7@.service. 2023-11-15T04:01:05.918 INFO:teuthology.orchestra.run.smithi081.stderr:firewalld does not appear to be present 2023-11-15T04:01:05.918 INFO:teuthology.orchestra.run.smithi081.stderr:Not possible to enable service . firewalld.service is not available 2023-11-15T04:01:05.919 INFO:teuthology.orchestra.run.smithi081.stderr:Waiting for mon to start... 2023-11-15T04:01:05.919 INFO:teuthology.orchestra.run.smithi081.stderr:Waiting for mon... 2023-11-15T04:01:07.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:07 smithi081 bash[23709]: cluster 2023-11-15T04:01:07.122475+0000 mon.smithi081 (mon.0) 1 : cluster [INF] mon.smithi081 is new leader, mons smithi081 in quorum (ranks 0) 2023-11-15T04:01:07.398 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: cluster: 2023-11-15T04:01:07.399 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: id: 79c45cc2-836b-11ee-8dbe-212e2dc638e7 2023-11-15T04:01:07.399 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-15T04:01:07.399 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: 2023-11-15T04:01:07.399 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: services: 2023-11-15T04:01:07.399 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi081 (age 0.247937s) 2023-11-15T04:01:07.400 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-15T04:01:07.400 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-15T04:01:07.400 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: 2023-11-15T04:01:07.400 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: data: 2023-11-15T04:01:07.400 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-15T04:01:07.400 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-15T04:01:07.401 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-15T04:01:07.401 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: pgs: 2023-11-15T04:01:07.401 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: 2023-11-15T04:01:08.001 INFO:teuthology.orchestra.run.smithi081.stderr:mon is available 2023-11-15T04:01:08.002 INFO:teuthology.orchestra.run.smithi081.stderr:Assimilating anything we can from ceph.conf... 2023-11-15T04:01:08.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:08 smithi081 bash[23709]: cluster 2023-11-15T04:01:07.147968+0000 mon.smithi081 (mon.0) 2 : cluster [INF] mon.smithi081 is new leader, mons smithi081 in quorum (ranks 0) 2023-11-15T04:01:08.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:08 smithi081 bash[23709]: cluster 2023-11-15T04:01:07.148360+0000 mon.smithi081 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi081=[v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0]} removed_ranks: {} 2023-11-15T04:01:08.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:08 smithi081 bash[23709]: cluster 2023-11-15T04:01:07.154620+0000 mon.smithi081 (mon.0) 4 : cluster [DBG] fsmap 2023-11-15T04:01:08.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:08 smithi081 bash[23709]: cluster 2023-11-15T04:01:07.158265+0000 mon.smithi081 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-15T04:01:08.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:08 smithi081 bash[23709]: cluster 2023-11-15T04:01:07.158756+0000 mon.smithi081 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-15T04:01:08.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:08 smithi081 bash[23709]: audit 2023-11-15T04:01:07.395836+0000 mon.smithi081 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.81:0/2021411827' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-15T04:01:09.045 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: 2023-11-15T04:01:09.045 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: [global] 2023-11-15T04:01:09.046 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: fsid = 79c45cc2-836b-11ee-8dbe-212e2dc638e7 2023-11-15T04:01:09.046 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.81:3300,v1:172.21.15.81:6789] 2023-11-15T04:01:09.046 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-15T04:01:09.046 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-15T04:01:09.047 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-15T04:01:09.047 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-15T04:01:09.047 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: 2023-11-15T04:01:09.047 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: [mgr] 2023-11-15T04:01:09.047 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-15T04:01:09.047 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: 2023-11-15T04:01:09.048 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: [osd] 2023-11-15T04:01:09.048 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-15T04:01:09.048 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-15T04:01:09.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:09 smithi081 bash[23709]: audit 2023-11-15T04:01:09.036671+0000 mon.smithi081 (mon.0) 8 : audit [INF] from='client.? 172.21.15.81:0/2622410559' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T04:01:09.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:09 smithi081 bash[23709]: audit 2023-11-15T04:01:09.043054+0000 mon.smithi081 (mon.0) 9 : audit [INF] from='client.? 172.21.15.81:0/2622410559' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-15T04:01:09.648 INFO:teuthology.orchestra.run.smithi081.stderr:Generating new minimal ceph.conf... 2023-11-15T04:01:11.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:10 smithi081 bash[23709]: audit 2023-11-15T04:01:10.731027+0000 mon.smithi081 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.81:0/293687574' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:01:11.320 INFO:teuthology.orchestra.run.smithi081.stderr:Restarting the monitor... 2023-11-15T04:01:11.604 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:11 smithi081 systemd[1]: Stopping Ceph mon.smithi081 for 79c45cc2-836b-11ee-8dbe-212e2dc638e7... 2023-11-15T04:01:11.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:11 smithi081 bash[24129]: Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-mon.smithi081 2023-11-15T04:01:11.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:11 smithi081 bash[23709]: debug 2023-11-15T04:01:11.503+0000 7f3e9c8fa700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi081 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-15T04:01:11.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:11 smithi081 bash[23709]: debug 2023-11-15T04:01:11.503+0000 7f3e9c8fa700 -1 mon.smithi081@0(leader) e1 *** Got Signal Terminated *** 2023-11-15T04:01:12.281 INFO:teuthology.orchestra.run.smithi081.stderr:Setting public_network to 172.21.15.254/32,172.21.0.0/20 in mon config section 2023-11-15T04:01:12.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:12 smithi081 bash[24165]: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-mon-smithi081 2023-11-15T04:01:12.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:12 smithi081 bash[24230]: Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-mon-smithi081 2023-11-15T04:01:12.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:12 smithi081 systemd[1]: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7@mon.smithi081.service: Succeeded. 2023-11-15T04:01:12.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:12 smithi081 systemd[1]: Stopped Ceph mon.smithi081 for 79c45cc2-836b-11ee-8dbe-212e2dc638e7. 2023-11-15T04:01:12.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:12 smithi081 systemd[1]: Started Ceph mon.smithi081 for 79c45cc2-836b-11ee-8dbe-212e2dc638e7. 2023-11-15T04:01:13.793 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.483+0000 7f145fb96880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T04:01:13.794 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.483+0000 7f145fb96880 0 ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable), process ceph-mon, pid 7 2023-11-15T04:01:13.794 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.483+0000 7f145fb96880 0 pidfile_write: ignore empty --pid-file 2023-11-15T04:01:13.794 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 0 load: jerasure load: lrc load: isa 2023-11-15T04:01:13.794 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T04:01:13.795 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T04:01:13.795 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Compile date Nov 13 2023 2023-11-15T04:01:13.795 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: DB SUMMARY 2023-11-15T04:01:13.795 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: CURRENT file: CURRENT 2023-11-15T04:01:13.795 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-15T04:01:13.796 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-15T04:01:13.796 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi081/store.db dir, Total Num: 1, files: 000004.sst 2023-11-15T04:01:13.796 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi081/store.db: 000006.log size: 86527 ; 2023-11-15T04:01:13.796 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.error_if_exists: 0 2023-11-15T04:01:13.797 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.create_if_missing: 0 2023-11-15T04:01:13.797 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T04:01:13.797 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.env: 0x557bbc9c2080 2023-11-15T04:01:13.797 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.fs: Posix File System 2023-11-15T04:01:13.797 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.info_log: 0x557bbdabe520 2023-11-15T04:01:13.798 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T04:01:13.798 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.statistics: (nil) 2023-11-15T04:01:13.798 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.use_fsync: 0 2023-11-15T04:01:13.798 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T04:01:13.798 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T04:01:13.799 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T04:01:13.799 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T04:01:13.799 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T04:01:13.800 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T04:01:13.801 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T04:01:13.801 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T04:01:13.801 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T04:01:13.801 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T04:01:13.802 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T04:01:13.802 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.db_log_dir: 2023-11-15T04:01:13.802 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi081/store.db 2023-11-15T04:01:13.802 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T04:01:13.802 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T04:01:13.803 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T04:01:13.803 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T04:01:13.803 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T04:01:13.803 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T04:01:13.803 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T04:01:13.803 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T04:01:13.804 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T04:01:13.804 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T04:01:13.804 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.write_buffer_manager: 0x557bbe70c480 2023-11-15T04:01:13.804 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T04:01:13.804 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T04:01:13.805 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T04:01:13.805 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T04:01:13.805 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T04:01:13.805 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T04:01:13.805 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T04:01:13.806 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T04:01:13.806 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T04:01:13.806 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.unordered_write: 0 2023-11-15T04:01:13.806 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T04:01:13.806 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T04:01:13.807 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T04:01:13.807 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T04:01:13.807 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.row_cache: None 2023-11-15T04:01:13.807 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.wal_filter: None 2023-11-15T04:01:13.807 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T04:01:13.808 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T04:01:13.808 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T04:01:13.808 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.two_write_queues: 0 2023-11-15T04:01:13.808 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T04:01:13.808 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.atomic_flush: 0 2023-11-15T04:01:13.808 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T04:01:13.809 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T04:01:13.809 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T04:01:13.809 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T04:01:13.809 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T04:01:13.809 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T04:01:13.810 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T04:01:13.810 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T04:01:13.810 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T04:01:13.810 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T04:01:13.810 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T04:01:13.811 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T04:01:13.811 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T04:01:13.811 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T04:01:13.811 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T04:01:13.811 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.max_open_files: -1 2023-11-15T04:01:13.812 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T04:01:13.812 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T04:01:13.812 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T04:01:13.812 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T04:01:13.812 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Compression algorithms supported: 2023-11-15T04:01:13.812 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T04:01:13.813 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: kZSTD supported: 0 2023-11-15T04:01:13.813 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: kXpressCompression supported: 0 2023-11-15T04:01:13.813 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T04:01:13.813 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T04:01:13.813 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T04:01:13.814 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: kZlibCompression supported: 1 2023-11-15T04:01:13.814 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T04:01:13.814 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T04:01:13.814 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi081/store.db/MANIFEST-000005 2023-11-15T04:01:13.814 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T04:01:13.815 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T04:01:13.815 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.merge_operator: 2023-11-15T04:01:13.815 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.compaction_filter: None 2023-11-15T04:01:13.815 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T04:01:13.815 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T04:01:13.816 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T04:01:13.816 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557bbda61d28) 2023-11-15T04:01:13.816 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: cache_index_and_filter_blocks: 1 2023-11-15T04:01:13.816 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T04:01:13.816 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T04:01:13.817 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: pin_top_level_index_and_filter: 1 2023-11-15T04:01:13.817 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: index_type: 0 2023-11-15T04:01:13.817 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: data_block_index_type: 0 2023-11-15T04:01:13.817 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: index_shortening: 1 2023-11-15T04:01:13.817 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: data_block_hash_table_util_ratio: 0.750000 2023-11-15T04:01:13.817 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: hash_index_allow_collision: 1 2023-11-15T04:01:13.818 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: checksum: 1 2023-11-15T04:01:13.818 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: no_block_cache: 0 2023-11-15T04:01:13.818 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: block_cache: 0x557bbda98f10 2023-11-15T04:01:13.818 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: block_cache_name: BinnedLRUCache 2023-11-15T04:01:13.818 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: block_cache_options: 2023-11-15T04:01:13.819 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: capacity : 536870912 2023-11-15T04:01:13.819 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: num_shard_bits : 4 2023-11-15T04:01:13.819 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: strict_capacity_limit : 0 2023-11-15T04:01:13.819 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: high_pri_pool_ratio: 0.000 2023-11-15T04:01:13.819 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: block_cache_compressed: (nil) 2023-11-15T04:01:13.820 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: persistent_cache: (nil) 2023-11-15T04:01:13.820 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: block_size: 4096 2023-11-15T04:01:13.820 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: block_size_deviation: 10 2023-11-15T04:01:13.820 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: block_restart_interval: 16 2023-11-15T04:01:13.820 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: index_block_restart_interval: 1 2023-11-15T04:01:13.821 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: metadata_block_size: 4096 2023-11-15T04:01:13.821 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: partition_filters: 0 2023-11-15T04:01:13.821 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: use_delta_encoding: 1 2023-11-15T04:01:13.821 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T04:01:13.821 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: whole_key_filtering: 1 2023-11-15T04:01:13.822 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: verify_compression: 0 2023-11-15T04:01:13.822 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: read_amp_bytes_per_bit: 0 2023-11-15T04:01:13.822 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: format_version: 2 2023-11-15T04:01:13.822 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: enable_index_compression: 1 2023-11-15T04:01:13.822 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: block_align: 0 2023-11-15T04:01:13.823 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T04:01:13.823 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T04:01:13.823 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.compression: NoCompression 2023-11-15T04:01:13.823 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T04:01:13.823 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T04:01:13.823 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T04:01:13.824 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.num_levels: 7 2023-11-15T04:01:13.824 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T04:01:13.824 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T04:01:13.824 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T04:01:13.824 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T04:01:13.825 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T04:01:13.825 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T04:01:13.825 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T04:01:13.825 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T04:01:13.825 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T04:01:13.826 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T04:01:13.826 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T04:01:13.826 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T04:01:13.826 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T04:01:13.826 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T04:01:13.827 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T04:01:13.827 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T04:01:13.827 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T04:01:13.827 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T04:01:13.827 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T04:01:13.828 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T04:01:13.828 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T04:01:13.828 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T04:01:13.828 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T04:01:13.828 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T04:01:13.829 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T04:01:13.829 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T04:01:13.829 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T04:01:13.829 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T04:01:13.829 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T04:01:13.830 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T04:01:13.830 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T04:01:13.830 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T04:01:13.830 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T04:01:13.830 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T04:01:13.831 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T04:01:13.831 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T04:01:13.831 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T04:01:13.831 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T04:01:13.831 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T04:01:13.831 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T04:01:13.832 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T04:01:13.832 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T04:01:13.832 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T04:01:13.832 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T04:01:13.832 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T04:01:13.833 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T04:01:13.833 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T04:01:13.833 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.table_properties_collectors: 2023-11-15T04:01:13.833 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T04:01:13.833 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T04:01:13.834 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T04:01:13.834 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T04:01:13.834 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T04:01:13.834 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.bloom_locality: 0 2023-11-15T04:01:13.835 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T04:01:13.835 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T04:01:13.835 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T04:01:13.835 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T04:01:13.835 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T04:01:13.836 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.ttl: 2592000 2023-11-15T04:01:13.836 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T04:01:13.836 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi081/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-15T04:01:13.836 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-15T04:01:13.836 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700020873494190, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-15T04:01:13.837 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-15T04:01:13.837 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.487+0000 7f145fb96880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-15T04:01:13.837 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.491+0000 7f145fb96880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700020873495241, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83400, "table_properties": {"data_size": 81667, "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": 76179, "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": 1700020873, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-15T04:01:13.837 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.491+0000 7f145fb96880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-15T04:01:13.837 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.491+0000 7f145fb96880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700020873495717, "job": 1, "event": "recovery_finished"} 2023-11-15T04:01:13.838 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.491+0000 7f145fb96880 4 rocksdb: DB pointer 0x557bbdb61800 2023-11-15T04:01:13.838 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.491+0000 7f144699b700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T04:01:13.838 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.491+0000 7f144699b700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T04:01:13.838 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: ** DB Stats ** 2023-11-15T04:01:13.839 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T04:01:13.839 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-15T04:01:13.839 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-15T04:01:13.839 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T04:01:13.839 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-15T04:01:13.839 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-15T04:01:13.840 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T04:01:13.840 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: ** Compaction Stats [default] ** 2023-11-15T04:01:13.840 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T04:01:13.840 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:01:13.840 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: L0 2/0 83.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 116.1 0.00 0.00 1 0.001 0 0 2023-11-15T04:01:13.841 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: Sum 2/0 83.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 116.1 0.00 0.00 1 0.001 0 0 2023-11-15T04:01:13.841 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 116.1 0.00 0.00 1 0.001 0 0 2023-11-15T04:01:13.841 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: ** Compaction Stats [default] ** 2023-11-15T04:01:13.841 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T04:01:13.841 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:01:13.842 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 116.1 0.00 0.00 1 0.001 0 0 2023-11-15T04:01:13.842 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T04:01:13.842 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T04:01:13.842 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T04:01:13.842 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T04:01:13.843 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T04:01:13.843 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T04:01:13.843 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: Cumulative compaction: 0.00 GB write, 22.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T04:01:13.843 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: Interval compaction: 0.00 GB write, 22.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T04:01:13.843 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T04:01:13.844 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T04:01:13.844 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: ** Compaction Stats [default] ** 2023-11-15T04:01:13.844 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T04:01:13.844 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:01:13.844 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: L0 2/0 83.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 116.1 0.00 0.00 1 0.001 0 0 2023-11-15T04:01:13.845 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: Sum 2/0 83.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 116.1 0.00 0.00 1 0.001 0 0 2023-11-15T04:01:13.845 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T04:01:13.845 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: ** Compaction Stats [default] ** 2023-11-15T04:01:13.845 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T04:01:13.845 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:01:13.846 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 116.1 0.00 0.00 1 0.001 0 0 2023-11-15T04:01:13.846 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T04:01:13.846 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T04:01:13.846 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T04:01:13.846 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T04:01:13.847 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T04:01:13.847 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T04:01:13.847 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: Cumulative compaction: 0.00 GB write, 21.79 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T04:01:13.847 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T04:01:13.847 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T04:01:13.848 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T04:01:13.848 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.491+0000 7f145fb96880 0 starting mon.smithi081 rank 0 at public addrs [v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0] at bind addrs [v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi081 fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 2023-11-15T04:01:13.848 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.491+0000 7f145fb96880 1 mon.smithi081@-1(???) e1 preinit fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 2023-11-15T04:01:13.848 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.491+0000 7f145fb96880 0 mon.smithi081@-1(???).mds e1 new map 2023-11-15T04:01:13.848 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.491+0000 7f145fb96880 0 mon.smithi081@-1(???).mds e1 print_map 2023-11-15T04:01:13.849 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: e1 2023-11-15T04:01:13.849 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-15T04:01:13.849 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-15T04:01:13.849 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: legacy client fscid: -1 2023-11-15T04:01:13.849 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: 2023-11-15T04:01:13.849 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: No filesystems configured 2023-11-15T04:01:13.850 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.491+0000 7f145fb96880 0 mon.smithi081@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-15T04:01:13.850 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.491+0000 7f145fb96880 0 mon.smithi081@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T04:01:13.850 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.491+0000 7f145fb96880 0 mon.smithi081@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T04:01:13.850 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.491+0000 7f145fb96880 0 mon.smithi081@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T04:01:13.850 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: audit 2023-11-15T04:01:10.731027+0000 mon.smithi081 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.81:0/293687574' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:01:13.851 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: debug 2023-11-15T04:01:13.495+0000 7f145fb96880 1 mon.smithi081@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-15T04:01:13.851 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: cluster 2023-11-15T04:01:13.520032+0000 mon.smithi081 (mon.0) 1 : cluster [INF] mon.smithi081 is new leader, mons smithi081 in quorum (ranks 0) 2023-11-15T04:01:13.851 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: cluster 2023-11-15T04:01:13.520175+0000 mon.smithi081 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi081=[v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0]} removed_ranks: {} 2023-11-15T04:01:13.851 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: cluster 2023-11-15T04:01:13.521177+0000 mon.smithi081 (mon.0) 3 : cluster [DBG] fsmap 2023-11-15T04:01:13.851 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: cluster 2023-11-15T04:01:13.521250+0000 mon.smithi081 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-15T04:01:13.852 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:13 smithi081 bash[24267]: cluster 2023-11-15T04:01:13.522059+0000 mon.smithi081 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-15T04:01:14.438 INFO:teuthology.orchestra.run.smithi081.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-15T04:01:14.439 INFO:teuthology.orchestra.run.smithi081.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-15T04:01:14.439 INFO:teuthology.orchestra.run.smithi081.stderr:Creating mgr... 2023-11-15T04:01:14.439 INFO:teuthology.orchestra.run.smithi081.stderr:Verifying port 9283 ... 2023-11-15T04:01:14.654 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: Failed to reset failed state of unit ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7@mgr.smithi081.fomiyu.service: Unit ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7@mgr.smithi081.fomiyu.service not loaded. 2023-11-15T04:01:14.661 INFO:teuthology.orchestra.run.smithi081.stderr:systemctl: Created symlink /etc/systemd/system/ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7.target.wants/ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7@mgr.smithi081.fomiyu.service -> /etc/systemd/system/ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7@.service. 2023-11-15T04:01:14.878 INFO:teuthology.orchestra.run.smithi081.stderr:firewalld does not appear to be present 2023-11-15T04:01:14.878 INFO:teuthology.orchestra.run.smithi081.stderr:Not possible to enable service . firewalld.service is not available 2023-11-15T04:01:14.879 INFO:teuthology.orchestra.run.smithi081.stderr:firewalld does not appear to be present 2023-11-15T04:01:14.879 INFO:teuthology.orchestra.run.smithi081.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-15T04:01:14.879 INFO:teuthology.orchestra.run.smithi081.stderr:Waiting for mgr to start... 2023-11-15T04:01:14.879 INFO:teuthology.orchestra.run.smithi081.stderr:Waiting for mgr... 2023-11-15T04:01:15.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:14 smithi081 bash[24267]: audit 2023-11-15T04:01:13.760573+0000 mon.smithi081 (mon.0) 6 : audit [INF] from='client.? 172.21.15.81:0/884482692' entity='client.admin' 2023-11-15T04:01:16.398 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: 2023-11-15T04:01:16.399 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: { 2023-11-15T04:01:16.399 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "fsid": "79c45cc2-836b-11ee-8dbe-212e2dc638e7", 2023-11-15T04:01:16.399 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "health": { 2023-11-15T04:01:16.399 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T04:01:16.405 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T04:01:16.405 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T04:01:16.405 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: }, 2023-11-15T04:01:16.406 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T04:01:16.406 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T04:01:16.406 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: 0 2023-11-15T04:01:16.406 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: ], 2023-11-15T04:01:16.406 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T04:01:16.407 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "smithi081" 2023-11-15T04:01:16.410 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: ], 2023-11-15T04:01:16.411 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-11-15T04:01:16.411 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T04:01:16.411 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:01:16.411 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T04:01:16.412 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T04:01:16.412 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: }, 2023-11-15T04:01:16.412 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T04:01:16.412 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:01:16.412 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T04:01:16.413 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T04:01:16.413 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T04:01:16.413 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T04:01:16.413 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T04:01:16.414 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T04:01:16.414 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: }, 2023-11-15T04:01:16.414 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T04:01:16.414 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T04:01:16.415 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T04:01:16.415 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T04:01:16.415 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T04:01:16.415 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T04:01:16.416 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T04:01:16.416 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T04:01:16.416 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T04:01:16.416 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: }, 2023-11-15T04:01:16.417 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T04:01:16.417 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:01:16.417 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T04:01:16.417 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T04:01:16.417 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: }, 2023-11-15T04:01:16.418 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T04:01:16.418 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "available": false, 2023-11-15T04:01:16.418 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T04:01:16.418 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T04:01:16.419 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "iostat", 2023-11-15T04:01:16.419 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "nfs", 2023-11-15T04:01:16.419 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "restful" 2023-11-15T04:01:16.419 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: ], 2023-11-15T04:01:16.420 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "services": {} 2023-11-15T04:01:16.420 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: }, 2023-11-15T04:01:16.420 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T04:01:16.420 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:01:16.420 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "modified": "2023-11-15T04:01:07.151362+0000", 2023-11-15T04:01:16.421 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "services": {} 2023-11-15T04:01:16.421 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: }, 2023-11-15T04:01:16.421 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T04:01:16.421 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: } 2023-11-15T04:01:16.604 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:16 smithi081 bash[24267]: audit 2023-11-15T04:01:16.396518+0000 mon.smithi081 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.81:0/3126247577' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T04:01:17.028 INFO:teuthology.orchestra.run.smithi081.stderr:mgr not available, waiting (1/15)... 2023-11-15T04:01:20.183 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: 2023-11-15T04:01:20.184 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: { 2023-11-15T04:01:20.184 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "fsid": "79c45cc2-836b-11ee-8dbe-212e2dc638e7", 2023-11-15T04:01:20.184 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "health": { 2023-11-15T04:01:20.184 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T04:01:20.185 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T04:01:20.187 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T04:01:20.188 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: }, 2023-11-15T04:01:20.188 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T04:01:20.188 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T04:01:20.188 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: 0 2023-11-15T04:01:20.189 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: ], 2023-11-15T04:01:20.189 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T04:01:20.189 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "smithi081" 2023-11-15T04:01:20.189 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: ], 2023-11-15T04:01:20.189 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-11-15T04:01:20.190 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T04:01:20.190 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:01:20.190 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T04:01:20.190 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T04:01:20.191 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: }, 2023-11-15T04:01:20.191 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T04:01:20.191 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:01:20.191 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T04:01:20.191 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T04:01:20.191 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T04:01:20.192 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T04:01:20.195 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T04:01:20.195 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T04:01:20.196 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: }, 2023-11-15T04:01:20.196 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T04:01:20.196 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T04:01:20.196 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T04:01:20.196 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T04:01:20.197 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T04:01:20.197 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T04:01:20.197 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T04:01:20.197 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T04:01:20.197 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T04:01:20.198 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: }, 2023-11-15T04:01:20.198 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T04:01:20.198 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:01:20.198 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T04:01:20.198 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T04:01:20.199 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: }, 2023-11-15T04:01:20.199 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T04:01:20.199 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "available": false, 2023-11-15T04:01:20.199 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T04:01:20.200 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T04:01:20.200 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "iostat", 2023-11-15T04:01:20.200 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "nfs", 2023-11-15T04:01:20.200 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "restful" 2023-11-15T04:01:20.200 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: ], 2023-11-15T04:01:20.201 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "services": {} 2023-11-15T04:01:20.201 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: }, 2023-11-15T04:01:20.201 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T04:01:20.201 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:01:20.201 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "modified": "2023-11-15T04:01:07.151362+0000", 2023-11-15T04:01:20.202 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "services": {} 2023-11-15T04:01:20.202 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: }, 2023-11-15T04:01:20.202 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T04:01:20.202 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: } 2023-11-15T04:01:20.604 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:20 smithi081 bash[24267]: audit 2023-11-15T04:01:20.181596+0000 mon.smithi081 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.81:0/2697392644' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T04:01:20.797 INFO:teuthology.orchestra.run.smithi081.stderr:mgr not available, waiting (2/15)... 2023-11-15T04:01:23.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:22 smithi081 bash[24267]: cluster 2023-11-15T04:01:22.657381+0000 mon.smithi081 (mon.0) 9 : cluster [INF] Activating manager daemon smithi081.fomiyu 2023-11-15T04:01:23.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:22 smithi081 bash[24267]: cluster 2023-11-15T04:01:22.663791+0000 mon.smithi081 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi081.fomiyu(active, starting, since 0.00666418s) 2023-11-15T04:01:23.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:22 smithi081 bash[24267]: audit 2023-11-15T04:01:22.665632+0000 mon.smithi081 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.81:0/40634234' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T04:01:23.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:22 smithi081 bash[24267]: audit 2023-11-15T04:01:22.665960+0000 mon.smithi081 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.81:0/40634234' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T04:01:23.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:22 smithi081 bash[24267]: audit 2023-11-15T04:01:22.666266+0000 mon.smithi081 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.81:0/40634234' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T04:01:23.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:22 smithi081 bash[24267]: audit 2023-11-15T04:01:22.666717+0000 mon.smithi081 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.81:0/40634234' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mon metadata", "id": "smithi081"}]: dispatch 2023-11-15T04:01:23.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:22 smithi081 bash[24267]: audit 2023-11-15T04:01:22.667357+0000 mon.smithi081 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.81:0/40634234' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mgr metadata", "who": "smithi081.fomiyu", "id": "smithi081.fomiyu"}]: dispatch 2023-11-15T04:01:23.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:22 smithi081 bash[24267]: cluster 2023-11-15T04:01:22.670920+0000 mon.smithi081 (mon.0) 16 : cluster [INF] Manager daemon smithi081.fomiyu is now available 2023-11-15T04:01:23.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:22 smithi081 bash[24267]: audit 2023-11-15T04:01:22.683436+0000 mon.smithi081 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.81:0/40634234' entity='mgr.smithi081.fomiyu' 2023-11-15T04:01:23.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:22 smithi081 bash[24267]: audit 2023-11-15T04:01:22.690806+0000 mon.smithi081 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.81:0/40634234' entity='mgr.smithi081.fomiyu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi081.fomiyu/mirror_snapshot_schedule"}]: dispatch 2023-11-15T04:01:23.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:22 smithi081 bash[24267]: audit 2023-11-15T04:01:22.695361+0000 mon.smithi081 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.81:0/40634234' entity='mgr.smithi081.fomiyu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi081.fomiyu/trash_purge_schedule"}]: dispatch 2023-11-15T04:01:23.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:22 smithi081 bash[24267]: audit 2023-11-15T04:01:22.700731+0000 mon.smithi081 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.81:0/40634234' entity='mgr.smithi081.fomiyu' 2023-11-15T04:01:23.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:22 smithi081 bash[24267]: audit 2023-11-15T04:01:22.703247+0000 mon.smithi081 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.81:0/40634234' entity='mgr.smithi081.fomiyu' 2023-11-15T04:01:24.186 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: 2023-11-15T04:01:24.186 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: { 2023-11-15T04:01:24.186 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "fsid": "79c45cc2-836b-11ee-8dbe-212e2dc638e7", 2023-11-15T04:01:24.187 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "health": { 2023-11-15T04:01:24.187 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T04:01:24.188 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T04:01:24.188 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T04:01:24.189 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: }, 2023-11-15T04:01:24.189 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T04:01:24.189 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T04:01:24.189 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: 0 2023-11-15T04:01:24.190 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: ], 2023-11-15T04:01:24.190 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T04:01:24.190 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "smithi081" 2023-11-15T04:01:24.190 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: ], 2023-11-15T04:01:24.190 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-11-15T04:01:24.191 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T04:01:24.191 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:01:24.196 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T04:01:24.196 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T04:01:24.197 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: }, 2023-11-15T04:01:24.197 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T04:01:24.197 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:01:24.197 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T04:01:24.197 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T04:01:24.197 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T04:01:24.198 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T04:01:24.198 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T04:01:24.198 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T04:01:24.198 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: }, 2023-11-15T04:01:24.198 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T04:01:24.199 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T04:01:24.199 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T04:01:24.199 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T04:01:24.199 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T04:01:24.199 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T04:01:24.200 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T04:01:24.200 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T04:01:24.200 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T04:01:24.200 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: }, 2023-11-15T04:01:24.200 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T04:01:24.201 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:01:24.201 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T04:01:24.201 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T04:01:24.201 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: }, 2023-11-15T04:01:24.201 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T04:01:24.201 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "available": true, 2023-11-15T04:01:24.202 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T04:01:24.202 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T04:01:24.202 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "iostat", 2023-11-15T04:01:24.202 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "nfs", 2023-11-15T04:01:24.202 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "restful" 2023-11-15T04:01:24.203 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: ], 2023-11-15T04:01:24.203 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "services": {} 2023-11-15T04:01:24.203 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: }, 2023-11-15T04:01:24.203 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T04:01:24.203 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:01:24.204 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "modified": "2023-11-15T04:01:07.151362+0000", 2023-11-15T04:01:24.204 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "services": {} 2023-11-15T04:01:24.204 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: }, 2023-11-15T04:01:24.204 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T04:01:24.204 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: } 2023-11-15T04:01:24.810 INFO:teuthology.orchestra.run.smithi081.stderr:mgr is available 2023-11-15T04:01:25.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:24 smithi081 bash[24267]: cluster 2023-11-15T04:01:23.668417+0000 mon.smithi081 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi081.fomiyu(active, since 1.0113s) 2023-11-15T04:01:25.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:24 smithi081 bash[24267]: audit 2023-11-15T04:01:24.184239+0000 mon.smithi081 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.81:0/452958718' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T04:01:26.148 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: 2023-11-15T04:01:26.148 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: [global] 2023-11-15T04:01:26.148 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: fsid = 79c45cc2-836b-11ee-8dbe-212e2dc638e7 2023-11-15T04:01:26.148 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-15T04:01:26.149 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-15T04:01:26.149 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-15T04:01:26.149 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-15T04:01:26.149 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: 2023-11-15T04:01:26.149 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: [mgr] 2023-11-15T04:01:26.149 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-15T04:01:26.150 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: 2023-11-15T04:01:26.150 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: [osd] 2023-11-15T04:01:26.151 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-15T04:01:26.151 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-15T04:01:26.750 INFO:teuthology.orchestra.run.smithi081.stderr:Enabling cephadm module... 2023-11-15T04:01:27.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:26 smithi081 bash[24267]: cluster 2023-11-15T04:01:25.668609+0000 mon.smithi081 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi081.fomiyu(active, since 3s) 2023-11-15T04:01:27.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:26 smithi081 bash[24267]: audit 2023-11-15T04:01:26.144548+0000 mon.smithi081 (mon.0) 25 : audit [INF] from='client.? 172.21.15.81:0/102232967' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T04:01:28.518 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:28 smithi081 bash[24267]: audit 2023-11-15T04:01:28.154727+0000 mon.smithi081 (mon.0) 26 : audit [INF] from='client.? 172.21.15.81:0/1591631345' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-15T04:01:29.514 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:29 smithi081 bash[24267]: audit 2023-11-15T04:01:28.208893+0000 mon.smithi081 (mon.0) 27 : audit [INF] from='client.? 172.21.15.81:0/1591631345' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-15T04:01:29.515 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:29 smithi081 bash[24267]: cluster 2023-11-15T04:01:28.209007+0000 mon.smithi081 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi081.fomiyu(active, since 5s) 2023-11-15T04:01:30.196 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: { 2023-11-15T04:01:30.196 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-15T04:01:30.197 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "available": true, 2023-11-15T04:01:30.197 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "active_name": "smithi081.fomiyu", 2023-11-15T04:01:30.197 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-15T04:01:30.197 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: } 2023-11-15T04:01:30.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:30 smithi081 bash[24267]: audit 2023-11-15T04:01:30.194636+0000 mon.smithi081 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.81:0/151062881' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-15T04:01:30.768 INFO:teuthology.orchestra.run.smithi081.stderr:Waiting for the mgr to restart... 2023-11-15T04:01:30.768 INFO:teuthology.orchestra.run.smithi081.stderr:Waiting for mgr epoch 5... 2023-11-15T04:01:35.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:34 smithi081 bash[24267]: cluster 2023-11-15T04:01:34.785272+0000 mon.smithi081 (mon.0) 30 : cluster [INF] Active manager daemon smithi081.fomiyu restarted 2023-11-15T04:01:35.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:34 smithi081 bash[24267]: cluster 2023-11-15T04:01:34.785693+0000 mon.smithi081 (mon.0) 31 : cluster [INF] Activating manager daemon smithi081.fomiyu 2023-11-15T04:01:35.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:34 smithi081 bash[24267]: cluster 2023-11-15T04:01:34.791568+0000 mon.smithi081 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-15T04:01:35.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:34 smithi081 bash[24267]: cluster 2023-11-15T04:01:34.791815+0000 mon.smithi081 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi081.fomiyu(active, starting, since 0.00627168s) 2023-11-15T04:01:35.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:34 smithi081 bash[24267]: audit 2023-11-15T04:01:34.793477+0000 mon.smithi081 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mon metadata", "id": "smithi081"}]: dispatch 2023-11-15T04:01:35.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:34 smithi081 bash[24267]: audit 2023-11-15T04:01:34.794486+0000 mon.smithi081 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mgr metadata", "who": "smithi081.fomiyu", "id": "smithi081.fomiyu"}]: dispatch 2023-11-15T04:01:35.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:34 smithi081 bash[24267]: audit 2023-11-15T04:01:34.795220+0000 mon.smithi081 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T04:01:35.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:34 smithi081 bash[24267]: audit 2023-11-15T04:01:34.795412+0000 mon.smithi081 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T04:01:35.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:34 smithi081 bash[24267]: audit 2023-11-15T04:01:34.795596+0000 mon.smithi081 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T04:01:35.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:34 smithi081 bash[24267]: cluster 2023-11-15T04:01:34.798335+0000 mon.smithi081 (mon.0) 39 : cluster [INF] Manager daemon smithi081.fomiyu is now available 2023-11-15T04:01:35.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:34 smithi081 bash[24267]: audit 2023-11-15T04:01:34.816301+0000 mon.smithi081 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' 2023-11-15T04:01:35.812 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: { 2023-11-15T04:01:35.813 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-15T04:01:35.813 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "initialized": true 2023-11-15T04:01:35.813 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: } 2023-11-15T04:01:36.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:35 smithi081 bash[24267]: cephadm 2023-11-15T04:01:34.813586+0000 mgr.smithi081.fomiyu (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-11-15T04:01:36.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:35 smithi081 bash[24267]: audit 2023-11-15T04:01:34.940103+0000 mon.smithi081 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' 2023-11-15T04:01:36.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:35 smithi081 bash[24267]: audit 2023-11-15T04:01:34.942128+0000 mon.smithi081 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:01:36.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:35 smithi081 bash[24267]: audit 2023-11-15T04:01:34.945592+0000 mon.smithi081 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:01:36.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:35 smithi081 bash[24267]: audit 2023-11-15T04:01:34.949234+0000 mon.smithi081 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:01:36.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:35 smithi081 bash[24267]: audit 2023-11-15T04:01:34.970537+0000 mon.smithi081 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi081.fomiyu/mirror_snapshot_schedule"}]: dispatch 2023-11-15T04:01:36.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:35 smithi081 bash[24267]: audit 2023-11-15T04:01:34.974566+0000 mon.smithi081 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi081.fomiyu/trash_purge_schedule"}]: dispatch 2023-11-15T04:01:36.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:35 smithi081 bash[24267]: cluster 2023-11-15T04:01:35.796471+0000 mon.smithi081 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi081.fomiyu(active, since 1.01092s) 2023-11-15T04:01:36.483 INFO:teuthology.orchestra.run.smithi081.stderr:mgr epoch 5 is available 2023-11-15T04:01:36.484 INFO:teuthology.orchestra.run.smithi081.stderr:Setting orchestrator backend to cephadm... 2023-11-15T04:01:37.256 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:36 smithi081 bash[24267]: audit 2023-11-15T04:01:35.794685+0000 mgr.smithi081.fomiyu (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-15T04:01:37.257 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:36 smithi081 bash[24267]: audit 2023-11-15T04:01:35.810998+0000 mgr.smithi081.fomiyu (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-15T04:01:38.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:37 smithi081 bash[24267]: cluster 2023-11-15T04:01:36.946857+0000 mon.smithi081 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi081.fomiyu(active, since 2s) 2023-11-15T04:01:38.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:37 smithi081 bash[24267]: audit 2023-11-15T04:01:37.817990+0000 mon.smithi081 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' 2023-11-15T04:01:38.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:37 smithi081 bash[24267]: audit 2023-11-15T04:01:37.879943+0000 mon.smithi081 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:01:39.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:38 smithi081 bash[24267]: audit 2023-11-15T04:01:37.808416+0000 mgr.smithi081.fomiyu (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:01:39.707 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: value unchanged 2023-11-15T04:01:40.293 INFO:teuthology.orchestra.run.smithi081.stderr:Generating ssh key... 2023-11-15T04:01:40.604 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:40 smithi081 bash[24267]: audit 2023-11-15T04:01:39.705855+0000 mgr.smithi081.fomiyu (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:01:43.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:42 smithi081 bash[24267]: audit 2023-11-15T04:01:41.652766+0000 mgr.smithi081.fomiyu (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:01:43.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:42 smithi081 bash[24267]: cephadm 2023-11-15T04:01:41.653167+0000 mgr.smithi081.fomiyu (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-11-15T04:01:43.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:42 smithi081 bash[24267]: audit 2023-11-15T04:01:41.842270+0000 mon.smithi081 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' 2023-11-15T04:01:43.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:42 smithi081 bash[24267]: audit 2023-11-15T04:01:41.845519+0000 mon.smithi081 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' 2023-11-15T04:01:43.742 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS2M7DrcXVb97Oo0oHhihTzSf4fJJWGWC7PJ4ewLVPl0Gz1TaIOABfcKWXEbAQ+w27x8Pq/JBoPvFssNeWZKaRRuSrDdH/ljZcJ5wRBxSGU9ZozOhNl/zrE31TTV2mNZYeuvXy/bTwHdABlgxXecywMFlfvVM/j6EfJtySnoNYBG+dadCP2dkhBRHoJ/ETH3YpKFpDMWeh1RXCfcyk3J2EAkK0UyIj0BWf3BEwg5JvvhjXxki4b38xpDpaBpuqqHt7lfyF9q5DnNR/uljghMr4ptk88/ptAelBSfi4yUzbpKscpi4/i2Fh960HvdawlptC98I7hd+XvxnA1g6ojd8Ln438/vrMLmkpBeL1L7lAuMQ+f/H4Nm3D94szwwYr2aZk8c/TPVcgb6PvZigI6EtaW9vBqpYol6Mmk6YDAxhZubbWhquDmXpGH+O25ryZFdYqNCzraMsdEJuDetFFeAnP9N0Id9VcshCikVpDmGuGKwUWNsUXEBW9rEfEmzIO9c8= ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7 2023-11-15T04:01:44.332 INFO:teuthology.orchestra.run.smithi081.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-15T04:01:44.333 INFO:teuthology.orchestra.run.smithi081.stderr:Adding key to root@localhost authorized_keys... 2023-11-15T04:01:44.333 INFO:teuthology.orchestra.run.smithi081.stderr:Adding host smithi081... 2023-11-15T04:01:44.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:44 smithi081 bash[24267]: audit 2023-11-15T04:01:43.739515+0000 mgr.smithi081.fomiyu (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:01:46.533 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: Added host 'smithi081' with addr '172.21.15.81' 2023-11-15T04:01:46.582 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:46 smithi081 bash[24267]: audit 2023-11-15T04:01:45.702829+0000 mgr.smithi081.fomiyu (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi081", "addr": "172.21.15.81", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:01:47.379 INFO:teuthology.orchestra.run.smithi081.stderr:Deploying mon service with default placement... 2023-11-15T04:01:47.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:47 smithi081 bash[24267]: audit 2023-11-15T04:01:46.530939+0000 mon.smithi081 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' 2023-11-15T04:01:47.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:47 smithi081 bash[24267]: cephadm 2023-11-15T04:01:46.531669+0000 mgr.smithi081.fomiyu (mgr.14116) 10 : cephadm [INF] Added host smithi081 2023-11-15T04:01:47.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:47 smithi081 bash[24267]: audit 2023-11-15T04:01:46.580853+0000 mon.smithi081 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:01:49.481 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-15T04:01:50.250 INFO:teuthology.orchestra.run.smithi081.stderr:Deploying mgr service with default placement... 2023-11-15T04:01:50.604 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:50 smithi081 bash[24267]: audit 2023-11-15T04:01:49.473716+0000 mgr.smithi081.fomiyu (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:01:50.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:50 smithi081 bash[24267]: cephadm 2023-11-15T04:01:49.475487+0000 mgr.smithi081.fomiyu (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-15T04:01:50.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:50 smithi081 bash[24267]: audit 2023-11-15T04:01:49.479582+0000 mon.smithi081 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' 2023-11-15T04:01:50.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:50 smithi081 bash[24267]: audit 2023-11-15T04:01:49.929110+0000 mon.smithi081 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' 2023-11-15T04:01:50.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:50 smithi081 bash[24267]: audit 2023-11-15T04:01:50.190601+0000 mon.smithi081 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' 2023-11-15T04:01:51.640 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-15T04:01:52.336 INFO:teuthology.orchestra.run.smithi081.stderr:Deploying crash service with default placement... 2023-11-15T04:01:53.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:52 smithi081 bash[24267]: audit 2023-11-15T04:01:51.631493+0000 mgr.smithi081.fomiyu (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:01:53.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:52 smithi081 bash[24267]: cephadm 2023-11-15T04:01:51.633619+0000 mgr.smithi081.fomiyu (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-15T04:01:53.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:52 smithi081 bash[24267]: audit 2023-11-15T04:01:51.638177+0000 mon.smithi081 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' 2023-11-15T04:01:53.741 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-15T04:01:54.360 INFO:teuthology.orchestra.run.smithi081.stderr:Deploying prometheus service with default placement... 2023-11-15T04:01:55.103 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:54 smithi081 bash[24267]: audit 2023-11-15T04:01:53.731951+0000 mgr.smithi081.fomiyu (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:01:55.103 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:54 smithi081 bash[24267]: cephadm 2023-11-15T04:01:53.734194+0000 mgr.smithi081.fomiyu (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-11-15T04:01:55.103 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:54 smithi081 bash[24267]: audit 2023-11-15T04:01:53.738884+0000 mon.smithi081 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' 2023-11-15T04:01:55.733 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-15T04:01:56.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:55 smithi081 bash[24267]: cluster 2023-11-15T04:01:54.797178+0000 mgr.smithi081.fomiyu (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:01:56.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:55 smithi081 bash[24267]: audit 2023-11-15T04:01:55.731366+0000 mon.smithi081 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' 2023-11-15T04:01:56.431 INFO:teuthology.orchestra.run.smithi081.stderr:Deploying grafana service with default placement... 2023-11-15T04:01:57.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:56 smithi081 bash[24267]: audit 2023-11-15T04:01:55.726093+0000 mgr.smithi081.fomiyu (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:01:57.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:56 smithi081 bash[24267]: cephadm 2023-11-15T04:01:55.727223+0000 mgr.smithi081.fomiyu (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-15T04:01:57.801 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-15T04:01:58.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:58 smithi081 bash[24267]: cluster 2023-11-15T04:01:56.797620+0000 mgr.smithi081.fomiyu (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:01:58.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:58 smithi081 bash[24267]: audit 2023-11-15T04:01:57.205263+0000 mon.smithi081 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' 2023-11-15T04:01:58.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:58 smithi081 bash[24267]: audit 2023-11-15T04:01:57.797310+0000 mon.smithi081 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' 2023-11-15T04:01:58.455 INFO:teuthology.orchestra.run.smithi081.stderr:Deploying node-exporter service with default placement... 2023-11-15T04:01:59.604 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:59 smithi081 bash[24267]: audit 2023-11-15T04:01:57.791832+0000 mgr.smithi081.fomiyu (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:01:59.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:01:59 smithi081 bash[24267]: cephadm 2023-11-15T04:01:57.793999+0000 mgr.smithi081.fomiyu (mgr.14116) 22 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-15T04:01:59.817 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-15T04:02:00.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:00 smithi081 bash[24267]: cluster 2023-11-15T04:01:58.798099+0000 mgr.smithi081.fomiyu (mgr.14116) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:02:00.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:00 smithi081 bash[24267]: audit 2023-11-15T04:01:59.815886+0000 mon.smithi081 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' 2023-11-15T04:02:00.438 INFO:teuthology.orchestra.run.smithi081.stderr:Deploying alertmanager service with default placement... 2023-11-15T04:02:01.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:01 smithi081 bash[24267]: audit 2023-11-15T04:01:59.809188+0000 mgr.smithi081.fomiyu (mgr.14116) 24 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:02:01.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:01 smithi081 bash[24267]: cephadm 2023-11-15T04:01:59.811276+0000 mgr.smithi081.fomiyu (mgr.14116) 25 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-15T04:02:02.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:02 smithi081 bash[24267]: cluster 2023-11-15T04:02:00.798466+0000 mgr.smithi081.fomiyu (mgr.14116) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:02:02.418 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-15T04:02:03.604 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:03 smithi081 bash[24267]: audit 2023-11-15T04:02:02.405613+0000 mgr.smithi081.fomiyu (mgr.14116) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:02:03.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:03 smithi081 bash[24267]: cephadm 2023-11-15T04:02:02.407750+0000 mgr.smithi081.fomiyu (mgr.14116) 28 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-15T04:02:03.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:03 smithi081 bash[24267]: audit 2023-11-15T04:02:02.413612+0000 mon.smithi081 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.81:0/569831039' entity='mgr.smithi081.fomiyu' 2023-11-15T04:02:03.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:03 smithi081 bash[24267]: cluster 2023-11-15T04:02:02.798893+0000 mgr.smithi081.fomiyu (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:02:06.303 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:05 smithi081 bash[24267]: cluster 2023-11-15T04:02:04.799368+0000 mgr.smithi081.fomiyu (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:02:06.303 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:05 smithi081 bash[24267]: audit 2023-11-15T04:02:04.874559+0000 mon.smithi081 (mon.0) 65 : audit [INF] from='client.? 172.21.15.81:0/3988247381' entity='client.admin' 2023-11-15T04:02:07.589 INFO:teuthology.orchestra.run.smithi081.stderr:Enabling the dashboard module... 2023-11-15T04:02:08.341 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:07 smithi081 bash[24267]: cluster 2023-11-15T04:02:06.799713+0000 mgr.smithi081.fomiyu (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:02:08.341 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:07 smithi081 bash[24267]: audit 2023-11-15T04:02:06.892438+0000 mon.smithi081 (mon.0) 66 : audit [INF] from='client.? 172.21.15.81:0/3345271992' entity='client.admin' 2023-11-15T04:02:09.799 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:09 smithi081 bash[24267]: cluster 2023-11-15T04:02:08.800105+0000 mgr.smithi081.fomiyu (mgr.14116) 32 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:02:09.800 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:09 smithi081 bash[24267]: audit 2023-11-15T04:02:09.034417+0000 mon.smithi081 (mon.0) 67 : audit [INF] from='client.? 172.21.15.81:0/1408986715' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-15T04:02:10.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:10 smithi081 bash[24267]: audit 2023-11-15T04:02:09.521307+0000 mon.smithi081 (mon.0) 68 : audit [INF] from='client.? 172.21.15.81:0/1408986715' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-15T04:02:10.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:10 smithi081 bash[24267]: cluster 2023-11-15T04:02:09.521471+0000 mon.smithi081 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi081.fomiyu(active, since 34s) 2023-11-15T04:02:11.820 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: { 2023-11-15T04:02:11.820 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-15T04:02:11.821 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "available": true, 2023-11-15T04:02:11.821 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "active_name": "smithi081.fomiyu", 2023-11-15T04:02:11.821 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-15T04:02:11.821 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: } 2023-11-15T04:02:12.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:11 smithi081 bash[24267]: audit 2023-11-15T04:02:11.818267+0000 mon.smithi081 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.81:0/4107634116' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-15T04:02:12.430 INFO:teuthology.orchestra.run.smithi081.stderr:Waiting for the mgr to restart... 2023-11-15T04:02:12.430 INFO:teuthology.orchestra.run.smithi081.stderr:Waiting for mgr epoch 9... 2023-11-15T04:02:16.504 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:16 smithi081 bash[24267]: cluster 2023-11-15T04:02:16.237288+0000 mon.smithi081 (mon.0) 71 : cluster [INF] Active manager daemon smithi081.fomiyu restarted 2023-11-15T04:02:16.504 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:16 smithi081 bash[24267]: cluster 2023-11-15T04:02:16.238017+0000 mon.smithi081 (mon.0) 72 : cluster [INF] Activating manager daemon smithi081.fomiyu 2023-11-15T04:02:16.505 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:16 smithi081 bash[24267]: cluster 2023-11-15T04:02:16.244201+0000 mon.smithi081 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-11-15T04:02:16.505 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:16 smithi081 bash[24267]: cluster 2023-11-15T04:02:16.244392+0000 mon.smithi081 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi081.fomiyu(active, starting, since 0.00669668s) 2023-11-15T04:02:16.505 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:16 smithi081 bash[24267]: audit 2023-11-15T04:02:16.245219+0000 mon.smithi081 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mon metadata", "id": "smithi081"}]: dispatch 2023-11-15T04:02:16.505 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:16 smithi081 bash[24267]: audit 2023-11-15T04:02:16.246329+0000 mon.smithi081 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mgr metadata", "who": "smithi081.fomiyu", "id": "smithi081.fomiyu"}]: dispatch 2023-11-15T04:02:16.506 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:16 smithi081 bash[24267]: audit 2023-11-15T04:02:16.247468+0000 mon.smithi081 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T04:02:16.506 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:16 smithi081 bash[24267]: audit 2023-11-15T04:02:16.247625+0000 mon.smithi081 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T04:02:16.506 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:16 smithi081 bash[24267]: audit 2023-11-15T04:02:16.247783+0000 mon.smithi081 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T04:02:16.506 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:16 smithi081 bash[24267]: cluster 2023-11-15T04:02:16.250959+0000 mon.smithi081 (mon.0) 80 : cluster [INF] Manager daemon smithi081.fomiyu is now available 2023-11-15T04:02:17.262 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: { 2023-11-15T04:02:17.263 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-15T04:02:17.263 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: "initialized": true 2023-11-15T04:02:17.263 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: } 2023-11-15T04:02:17.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:17 smithi081 bash[24267]: audit 2023-11-15T04:02:16.390375+0000 mon.smithi081 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:02:17.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:17 smithi081 bash[24267]: audit 2023-11-15T04:02:16.395873+0000 mon.smithi081 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:02:17.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:17 smithi081 bash[24267]: audit 2023-11-15T04:02:16.433100+0000 mon.smithi081 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi081.fomiyu/mirror_snapshot_schedule"}]: dispatch 2023-11-15T04:02:17.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:17 smithi081 bash[24267]: audit 2023-11-15T04:02:16.439652+0000 mon.smithi081 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi081.fomiyu/trash_purge_schedule"}]: dispatch 2023-11-15T04:02:17.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:17 smithi081 bash[24267]: cluster 2023-11-15T04:02:17.248804+0000 mon.smithi081 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi081.fomiyu(active, since 1.01109s) 2023-11-15T04:02:17.996 INFO:teuthology.orchestra.run.smithi081.stderr:mgr epoch 9 is available 2023-11-15T04:02:17.996 INFO:teuthology.orchestra.run.smithi081.stderr:Generating a dashboard self-signed certificate... 2023-11-15T04:02:18.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:18 smithi081 bash[24267]: audit 2023-11-15T04:02:17.248034+0000 mgr.smithi081.fomiyu (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-15T04:02:18.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:18 smithi081 bash[24267]: audit 2023-11-15T04:02:17.260561+0000 mgr.smithi081.fomiyu (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-15T04:02:19.416 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-15T04:02:19.604 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:19 smithi081 bash[24267]: cluster 2023-11-15T04:02:18.298035+0000 mon.smithi081 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi081.fomiyu(active, since 2s) 2023-11-15T04:02:20.043 INFO:teuthology.orchestra.run.smithi081.stderr:Creating initial admin user... 2023-11-15T04:02:20.825 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:20 smithi081 bash[24267]: audit 2023-11-15T04:02:19.363559+0000 mgr.smithi081.fomiyu (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:02:20.825 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:20 smithi081 bash[24267]: audit 2023-11-15T04:02:19.411222+0000 mon.smithi081 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' 2023-11-15T04:02:20.825 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:20 smithi081 bash[24267]: audit 2023-11-15T04:02:19.414433+0000 mon.smithi081 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' 2023-11-15T04:02:21.739 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$rkAKNHVTnOw463sRCVSmj.FxrwZShmmnwY0H34vhcw/22wNq1ZWpu", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700020941, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-15T04:02:22.015 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:21 smithi081 bash[24267]: audit 2023-11-15T04:02:21.494520+0000 mgr.smithi081.fomiyu (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:02:22.432 INFO:teuthology.orchestra.run.smithi081.stderr:Fetching dashboard port number... 2023-11-15T04:02:23.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:22 smithi081 bash[24267]: audit 2023-11-15T04:02:21.737683+0000 mon.smithi081 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' 2023-11-15T04:02:23.823 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: 8443 2023-11-15T04:02:24.065 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:23 smithi081 bash[24267]: cluster 2023-11-15T04:02:22.741584+0000 mon.smithi081 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi081.fomiyu(active, since 6s) 2023-11-15T04:02:24.065 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:23 smithi081 bash[24267]: audit 2023-11-15T04:02:23.360481+0000 mon.smithi081 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' 2023-11-15T04:02:24.481 INFO:teuthology.orchestra.run.smithi081.stderr:firewalld does not appear to be present 2023-11-15T04:02:24.482 INFO:teuthology.orchestra.run.smithi081.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-15T04:02:24.484 INFO:teuthology.orchestra.run.smithi081.stderr:Ceph Dashboard is now available at: 2023-11-15T04:02:24.484 INFO:teuthology.orchestra.run.smithi081.stderr: 2023-11-15T04:02:24.485 INFO:teuthology.orchestra.run.smithi081.stderr: URL: https://smithi081.front.sepia.ceph.com:8443/ 2023-11-15T04:02:24.485 INFO:teuthology.orchestra.run.smithi081.stderr: User: admin 2023-11-15T04:02:24.485 INFO:teuthology.orchestra.run.smithi081.stderr: Password: 462r16wsq5 2023-11-15T04:02:24.485 INFO:teuthology.orchestra.run.smithi081.stderr: 2023-11-15T04:02:24.485 INFO:teuthology.orchestra.run.smithi081.stderr:Enabling autotune for osd_memory_target 2023-11-15T04:02:24.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:24 smithi081 bash[24267]: audit 2023-11-15T04:02:23.821181+0000 mon.smithi081 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.81:0/3234519961' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-15T04:02:28.160 INFO:teuthology.orchestra.run.smithi081.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-15T04:02:28.848 INFO:teuthology.orchestra.run.smithi081.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-15T04:02:28.848 INFO:teuthology.orchestra.run.smithi081.stderr: 2023-11-15T04:02:28.848 INFO:teuthology.orchestra.run.smithi081.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-15T04:02:28.848 INFO:teuthology.orchestra.run.smithi081.stderr: 2023-11-15T04:02:28.849 INFO:teuthology.orchestra.run.smithi081.stderr:Or, if you are only running a single cluster on this host: 2023-11-15T04:02:28.849 INFO:teuthology.orchestra.run.smithi081.stderr: 2023-11-15T04:02:28.849 INFO:teuthology.orchestra.run.smithi081.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-15T04:02:28.849 INFO:teuthology.orchestra.run.smithi081.stderr: 2023-11-15T04:02:28.850 INFO:teuthology.orchestra.run.smithi081.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-15T04:02:28.850 INFO:teuthology.orchestra.run.smithi081.stderr: 2023-11-15T04:02:28.850 INFO:teuthology.orchestra.run.smithi081.stderr: ceph telemetry on 2023-11-15T04:02:28.850 INFO:teuthology.orchestra.run.smithi081.stderr: 2023-11-15T04:02:28.850 INFO:teuthology.orchestra.run.smithi081.stderr:For more information see: 2023-11-15T04:02:28.851 INFO:teuthology.orchestra.run.smithi081.stderr: 2023-11-15T04:02:28.851 INFO:teuthology.orchestra.run.smithi081.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-11-15T04:02:28.851 INFO:teuthology.orchestra.run.smithi081.stderr: 2023-11-15T04:02:28.851 INFO:teuthology.orchestra.run.smithi081.stderr:Bootstrap complete. 2023-11-15T04:02:28.883 INFO:tasks.cephadm:Fetching config... 2023-11-15T04:02:28.884 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2023-11-15T04:02:28.884 DEBUG:teuthology.orchestra.run.smithi081:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-15T04:02:28.892 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-15T04:02:28.893 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2023-11-15T04:02:28.893 DEBUG:teuthology.orchestra.run.smithi081:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-15T04:02:28.941 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-15T04:02:28.941 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2023-11-15T04:02:28.941 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/mon.smithi081/keyring of=/dev/stdout 2023-11-15T04:02:28.999 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-15T04:02:29.000 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2023-11-15T04:02:29.000 DEBUG:teuthology.orchestra.run.smithi081:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-15T04:02:29.049 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-15T04:02:29.050 DEBUG:teuthology.orchestra.run.smithi081:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS2M7DrcXVb97Oo0oHhihTzSf4fJJWGWC7PJ4ewLVPl0Gz1TaIOABfcKWXEbAQ+w27x8Pq/JBoPvFssNeWZKaRRuSrDdH/ljZcJ5wRBxSGU9ZozOhNl/zrE31TTV2mNZYeuvXy/bTwHdABlgxXecywMFlfvVM/j6EfJtySnoNYBG+dadCP2dkhBRHoJ/ETH3YpKFpDMWeh1RXCfcyk3J2EAkK0UyIj0BWf3BEwg5JvvhjXxki4b38xpDpaBpuqqHt7lfyF9q5DnNR/uljghMr4ptk88/ptAelBSfi4yUzbpKscpi4/i2Fh960HvdawlptC98I7hd+XvxnA1g6ojd8Ln438/vrMLmkpBeL1L7lAuMQ+f/H4Nm3D94szwwYr2aZk8c/TPVcgb6PvZigI6EtaW9vBqpYol6Mmk6YDAxhZubbWhquDmXpGH+O25ryZFdYqNCzraMsdEJuDetFFeAnP9N0Id9VcshCikVpDmGuGKwUWNsUXEBW9rEfEmzIO9c8= ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-15T04:02:29.112 INFO:teuthology.orchestra.run.smithi081.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS2M7DrcXVb97Oo0oHhihTzSf4fJJWGWC7PJ4ewLVPl0Gz1TaIOABfcKWXEbAQ+w27x8Pq/JBoPvFssNeWZKaRRuSrDdH/ljZcJ5wRBxSGU9ZozOhNl/zrE31TTV2mNZYeuvXy/bTwHdABlgxXecywMFlfvVM/j6EfJtySnoNYBG+dadCP2dkhBRHoJ/ETH3YpKFpDMWeh1RXCfcyk3J2EAkK0UyIj0BWf3BEwg5JvvhjXxki4b38xpDpaBpuqqHt7lfyF9q5DnNR/uljghMr4ptk88/ptAelBSfi4yUzbpKscpi4/i2Fh960HvdawlptC98I7hd+XvxnA1g6ojd8Ln438/vrMLmkpBeL1L7lAuMQ+f/H4Nm3D94szwwYr2aZk8c/TPVcgb6PvZigI6EtaW9vBqpYol6Mmk6YDAxhZubbWhquDmXpGH+O25ryZFdYqNCzraMsdEJuDetFFeAnP9N0Id9VcshCikVpDmGuGKwUWNsUXEBW9rEfEmzIO9c8= ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7 2023-11-15T04:02:29.118 DEBUG:teuthology.orchestra.run.smithi154:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS2M7DrcXVb97Oo0oHhihTzSf4fJJWGWC7PJ4ewLVPl0Gz1TaIOABfcKWXEbAQ+w27x8Pq/JBoPvFssNeWZKaRRuSrDdH/ljZcJ5wRBxSGU9ZozOhNl/zrE31TTV2mNZYeuvXy/bTwHdABlgxXecywMFlfvVM/j6EfJtySnoNYBG+dadCP2dkhBRHoJ/ETH3YpKFpDMWeh1RXCfcyk3J2EAkK0UyIj0BWf3BEwg5JvvhjXxki4b38xpDpaBpuqqHt7lfyF9q5DnNR/uljghMr4ptk88/ptAelBSfi4yUzbpKscpi4/i2Fh960HvdawlptC98I7hd+XvxnA1g6ojd8Ln438/vrMLmkpBeL1L7lAuMQ+f/H4Nm3D94szwwYr2aZk8c/TPVcgb6PvZigI6EtaW9vBqpYol6Mmk6YDAxhZubbWhquDmXpGH+O25ryZFdYqNCzraMsdEJuDetFFeAnP9N0Id9VcshCikVpDmGuGKwUWNsUXEBW9rEfEmzIO9c8= ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-15T04:02:29.143 INFO:teuthology.orchestra.run.smithi154.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS2M7DrcXVb97Oo0oHhihTzSf4fJJWGWC7PJ4ewLVPl0Gz1TaIOABfcKWXEbAQ+w27x8Pq/JBoPvFssNeWZKaRRuSrDdH/ljZcJ5wRBxSGU9ZozOhNl/zrE31TTV2mNZYeuvXy/bTwHdABlgxXecywMFlfvVM/j6EfJtySnoNYBG+dadCP2dkhBRHoJ/ETH3YpKFpDMWeh1RXCfcyk3J2EAkK0UyIj0BWf3BEwg5JvvhjXxki4b38xpDpaBpuqqHt7lfyF9q5DnNR/uljghMr4ptk88/ptAelBSfi4yUzbpKscpi4/i2Fh960HvdawlptC98I7hd+XvxnA1g6ojd8Ln438/vrMLmkpBeL1L7lAuMQ+f/H4Nm3D94szwwYr2aZk8c/TPVcgb6PvZigI6EtaW9vBqpYol6Mmk6YDAxhZubbWhquDmXpGH+O25ryZFdYqNCzraMsdEJuDetFFeAnP9N0Id9VcshCikVpDmGuGKwUWNsUXEBW9rEfEmzIO9c8= ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7 2023-11-15T04:02:29.154 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-15T04:02:29.169 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:29 smithi081 bash[24267]: audit 2023-11-15T04:02:28.155617+0000 mon.smithi081 (mon.0) 93 : audit [INF] from='client.? 172.21.15.81:0/3952031007' entity='client.admin' 2023-11-15T04:02:35.194 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-15T04:02:35.195 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-15T04:02:35.562 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:35 smithi081 bash[24267]: audit 2023-11-15T04:02:34.413115+0000 mon.smithi081 (mon.0) 94 : audit [INF] from='client.? 172.21.15.81:0/1064931370' entity='client.admin' 2023-11-15T04:02:37.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:37 smithi081 bash[24267]: cluster 2023-11-15T04:02:36.249343+0000 mgr.smithi081.fomiyu (mgr.14156) 5 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:02:37.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:37 smithi081 bash[24267]: audit 2023-11-15T04:02:36.701367+0000 mon.smithi081 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' 2023-11-15T04:02:37.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:37 smithi081 bash[24267]: audit 2023-11-15T04:02:37.021850+0000 mon.smithi081 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi081", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:02:37.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:37 smithi081 bash[24267]: audit 2023-11-15T04:02:37.026829+0000 mon.smithi081 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' 2023-11-15T04:02:38.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:38 smithi081 bash[24267]: cephadm 2023-11-15T04:02:37.043146+0000 mgr.smithi081.fomiyu (mgr.14156) 6 : cephadm [INF] Deploying daemon alertmanager.smithi081 on smithi081 2023-11-15T04:02:39.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:39 smithi081 bash[24267]: cluster 2023-11-15T04:02:38.249749+0000 mgr.smithi081.fomiyu (mgr.14156) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:02:39.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:39 smithi081 bash[24267]: audit 2023-11-15T04:02:38.904313+0000 mon.smithi081 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' 2023-11-15T04:02:40.193 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi154 2023-11-15T04:02:40.194 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-11-15T04:02:40.195 DEBUG:teuthology.orchestra.run.smithi154:> dd of=/etc/ceph/ceph.conf 2023-11-15T04:02:40.202 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-11-15T04:02:40.203 DEBUG:teuthology.orchestra.run.smithi154:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T04:02:40.249 INFO:tasks.cephadm:Adding host smithi154 to orchestrator... 2023-11-15T04:02:40.250 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch host add smithi154 2023-11-15T04:02:40.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:40 smithi081 bash[24267]: audit 2023-11-15T04:02:38.898992+0000 mgr.smithi081.fomiyu (mgr.14156) 8 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:02:41.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:41 smithi081 bash[24267]: cluster 2023-11-15T04:02:40.250253+0000 mgr.smithi081.fomiyu (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:02:43.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:43 smithi081 bash[24267]: cluster 2023-11-15T04:02:42.250733+0000 mgr.smithi081.fomiyu (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:02:45.914 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:45 smithi081 bash[24267]: cluster 2023-11-15T04:02:44.251194+0000 mgr.smithi081.fomiyu (mgr.14156) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:02:46.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:46 smithi081 bash[24267]: audit 2023-11-15T04:02:45.606447+0000 mon.smithi081 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' 2023-11-15T04:02:46.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:46 smithi081 bash[24267]: audit 2023-11-15T04:02:45.609445+0000 mon.smithi081 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi081", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T04:02:46.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:46 smithi081 bash[24267]: audit 2023-11-15T04:02:45.614650+0000 mon.smithi081 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi081", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-15T04:02:46.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:46 smithi081 bash[24267]: audit 2023-11-15T04:02:45.615926+0000 mon.smithi081 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:02:46.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:46 smithi081 bash[24267]: cephadm 2023-11-15T04:02:45.617060+0000 mgr.smithi081.fomiyu (mgr.14156) 12 : cephadm [INF] Deploying daemon crash.smithi081 on smithi081 2023-11-15T04:02:46.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:46 smithi081 bash[24267]: cluster 2023-11-15T04:02:46.251686+0000 mgr.smithi081.fomiyu (mgr.14156) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:02:46.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:46 smithi081 bash[24267]: audit 2023-11-15T04:02:46.436221+0000 mon.smithi081 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' 2023-11-15T04:02:49.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:49 smithi081 bash[24267]: cluster 2023-11-15T04:02:48.252175+0000 mgr.smithi081.fomiyu (mgr.14156) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:02:49.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:49 smithi081 bash[24267]: audit 2023-11-15T04:02:48.279888+0000 mon.smithi081 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' 2023-11-15T04:02:49.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:49 smithi081 bash[24267]: audit 2023-11-15T04:02:48.419151+0000 mon.smithi081 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' 2023-11-15T04:02:49.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:49 smithi081 bash[24267]: audit 2023-11-15T04:02:48.421927+0000 mon.smithi081 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' 2023-11-15T04:02:49.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:49 smithi081 bash[24267]: audit 2023-11-15T04:02:48.427310+0000 mon.smithi081 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-15T04:02:49.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:49 smithi081 bash[24267]: audit 2023-11-15T04:02:48.427815+0000 mgr.smithi081.fomiyu (mgr.14156) 15 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-15T04:02:49.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:49 smithi081 bash[24267]: audit 2023-11-15T04:02:48.430681+0000 mon.smithi081 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' 2023-11-15T04:02:49.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:49 smithi081 bash[24267]: cephadm 2023-11-15T04:02:48.443241+0000 mgr.smithi081.fomiyu (mgr.14156) 16 : cephadm [INF] Deploying daemon grafana.smithi081 on smithi081 2023-11-15T04:02:51.604 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:51 smithi081 bash[24267]: cluster 2023-11-15T04:02:50.252675+0000 mgr.smithi081.fomiyu (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:02:52.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:52 smithi081 bash[24267]: audit 2023-11-15T04:02:51.444144+0000 mon.smithi081 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' 2023-11-15T04:02:53.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:53 smithi081 bash[24267]: cluster 2023-11-15T04:02:52.253085+0000 mgr.smithi081.fomiyu (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:02:55.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:55 smithi081 bash[24267]: cluster 2023-11-15T04:02:54.253397+0000 mgr.smithi081.fomiyu (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:02:57.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:57 smithi081 bash[24267]: cluster 2023-11-15T04:02:56.253676+0000 mgr.smithi081.fomiyu (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:02:59.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:02:59 smithi081 bash[24267]: cluster 2023-11-15T04:02:58.254099+0000 mgr.smithi081.fomiyu (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:03:01.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:01 smithi081 bash[24267]: cluster 2023-11-15T04:03:00.254560+0000 mgr.smithi081.fomiyu (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:03:03.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:03 smithi081 bash[24267]: cluster 2023-11-15T04:03:02.255007+0000 mgr.smithi081.fomiyu (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:03:05.834 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:05 smithi081 bash[24267]: cluster 2023-11-15T04:03:04.255514+0000 mgr.smithi081.fomiyu (mgr.14156) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:03:07.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:07 smithi081 bash[24267]: cluster 2023-11-15T04:03:06.255981+0000 mgr.smithi081.fomiyu (mgr.14156) 25 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:03:09.128 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:08 smithi081 bash[24267]: audit 2023-11-15T04:03:07.922674+0000 mon.smithi081 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' 2023-11-15T04:03:09.129 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:08 smithi081 bash[24267]: cephadm 2023-11-15T04:03:07.926714+0000 mgr.smithi081.fomiyu (mgr.14156) 26 : cephadm [INF] Deploying daemon node-exporter.smithi081 on smithi081 2023-11-15T04:03:09.129 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:08 smithi081 bash[24267]: cluster 2023-11-15T04:03:08.256331+0000 mgr.smithi081.fomiyu (mgr.14156) 27 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:03:09.129 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:08 smithi081 bash[24267]: audit 2023-11-15T04:03:08.631475+0000 mon.smithi081 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' 2023-11-15T04:03:09.129 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:08 smithi081 bash[24267]: audit 2023-11-15T04:03:08.636381+0000 mon.smithi081 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-15T04:03:10.727 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:10 smithi081 bash[24267]: audit 2023-11-15T04:03:09.635438+0000 mon.smithi081 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.81:0/1231249091' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-15T04:03:10.727 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:10 smithi081 bash[24267]: cluster 2023-11-15T04:03:09.635510+0000 mon.smithi081 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi081.fomiyu(active, since 53s) 2023-11-15T04:03:16.578 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:16 smithi081 bash[24267]: cluster 2023-11-15T04:03:16.268542+0000 mon.smithi081 (mon.0) 115 : cluster [INF] Active manager daemon smithi081.fomiyu restarted 2023-11-15T04:03:16.578 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:16 smithi081 bash[24267]: cluster 2023-11-15T04:03:16.269116+0000 mon.smithi081 (mon.0) 116 : cluster [INF] Activating manager daemon smithi081.fomiyu 2023-11-15T04:03:16.578 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:16 smithi081 bash[24267]: cluster 2023-11-15T04:03:16.275629+0000 mon.smithi081 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-15T04:03:16.579 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:16 smithi081 bash[24267]: cluster 2023-11-15T04:03:16.275754+0000 mon.smithi081 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi081.fomiyu(active, starting, since 0.00693307s) 2023-11-15T04:03:16.579 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:16 smithi081 bash[24267]: audit 2023-11-15T04:03:16.277763+0000 mon.smithi081 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mon metadata", "id": "smithi081"}]: dispatch 2023-11-15T04:03:16.579 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:16 smithi081 bash[24267]: audit 2023-11-15T04:03:16.278817+0000 mon.smithi081 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mgr metadata", "who": "smithi081.fomiyu", "id": "smithi081.fomiyu"}]: dispatch 2023-11-15T04:03:16.579 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:16 smithi081 bash[24267]: audit 2023-11-15T04:03:16.280075+0000 mon.smithi081 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T04:03:16.579 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:16 smithi081 bash[24267]: audit 2023-11-15T04:03:16.280402+0000 mon.smithi081 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T04:03:16.580 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:16 smithi081 bash[24267]: audit 2023-11-15T04:03:16.280667+0000 mon.smithi081 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T04:03:16.580 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:16 smithi081 bash[24267]: cluster 2023-11-15T04:03:16.283726+0000 mon.smithi081 (mon.0) 124 : cluster [INF] Manager daemon smithi081.fomiyu is now available 2023-11-15T04:03:17.395 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:17 smithi081 bash[24267]: audit 2023-11-15T04:03:16.422300+0000 mon.smithi081 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:03:17.396 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:17 smithi081 bash[24267]: audit 2023-11-15T04:03:16.424186+0000 mon.smithi081 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:03:17.396 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:17 smithi081 bash[24267]: audit 2023-11-15T04:03:16.443845+0000 mon.smithi081 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:03:17.396 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:17 smithi081 bash[24267]: audit 2023-11-15T04:03:16.469251+0000 mon.smithi081 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi081.fomiyu/mirror_snapshot_schedule"}]: dispatch 2023-11-15T04:03:17.396 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:17 smithi081 bash[24267]: audit 2023-11-15T04:03:16.474755+0000 mon.smithi081 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi081.fomiyu/trash_purge_schedule"}]: dispatch 2023-11-15T04:03:17.397 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:17 smithi081 bash[24267]: cluster 2023-11-15T04:03:17.277869+0000 mon.smithi081 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi081.fomiyu(active, since 1.00904s) 2023-11-15T04:03:19.494 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:19 smithi081 bash[24267]: cluster 2023-11-15T04:03:18.328720+0000 mon.smithi081 (mon.0) 131 : cluster [DBG] mgrmap e17: smithi081.fomiyu(active, since 2s) 2023-11-15T04:03:23.422 INFO:teuthology.orchestra.run.smithi154.stdout:Added host 'smithi154' with addr '172.21.15.154' 2023-11-15T04:03:23.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:23 smithi081 bash[24267]: audit 2023-11-15T04:03:22.372420+0000 mon.smithi081 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:03:23.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:23 smithi081 bash[24267]: audit 2023-11-15T04:03:22.638235+0000 mon.smithi081 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi081", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:03:23.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:23 smithi081 bash[24267]: audit 2023-11-15T04:03:22.640148+0000 mon.smithi081 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:03:23.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:23 smithi081 bash[24267]: audit 2023-11-15T04:03:22.641320+0000 mon.smithi081 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:03:23.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:23 smithi081 bash[24267]: cephadm 2023-11-15T04:03:22.643682+0000 mgr.smithi081.fomiyu (mgr.14180) 2 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.conf 2023-11-15T04:03:23.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:23 smithi081 bash[24267]: cephadm 2023-11-15T04:03:22.667462+0000 mgr.smithi081.fomiyu (mgr.14180) 3 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.client.admin.keyring 2023-11-15T04:03:23.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:23 smithi081 bash[24267]: audit 2023-11-15T04:03:22.698858+0000 mon.smithi081 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:03:23.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:23 smithi081 bash[24267]: audit 2023-11-15T04:03:22.702858+0000 mon.smithi081 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:03:24.099 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-15T04:03:24.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:24 smithi081 bash[24267]: cephadm 2023-11-15T04:03:22.722879+0000 mgr.smithi081.fomiyu (mgr.14180) 4 : cephadm [INF] Deploying daemon prometheus.smithi081 on smithi081 2023-11-15T04:03:24.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:24 smithi081 bash[24267]: audit 2023-11-15T04:03:23.419386+0000 mon.smithi081 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:03:24.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:24 smithi081 bash[24267]: cephadm 2023-11-15T04:03:23.420047+0000 mgr.smithi081.fomiyu (mgr.14180) 5 : cephadm [INF] Added host smithi154 2023-11-15T04:03:26.956 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-11-15T04:03:26.957 INFO:teuthology.orchestra.run.smithi154.stdout:[{"addr": "172.21.15.81", "hostname": "smithi081", "labels": [], "status": ""}, {"addr": "172.21.15.154", "hostname": "smithi154", "labels": [], "status": ""}] 2023-11-15T04:03:27.594 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-15T04:03:27.595 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd crush tunables default 2023-11-15T04:03:28.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:27 smithi081 bash[24267]: audit 2023-11-15T04:03:26.954209+0000 mgr.smithi081.fomiyu (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:03:34.546 INFO:teuthology.orchestra.run.smithi081.stderr:adjusted tunables profile to default 2023-11-15T04:03:34.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:34 smithi081 bash[24267]: audit 2023-11-15T04:03:34.205902+0000 mon.smithi081 (mon.0) 139 : audit [INF] from='client.? 172.21.15.81:0/3080718270' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-15T04:03:35.435 INFO:tasks.cephadm:Adding mon.smithi081 on smithi081 2023-11-15T04:03:35.435 INFO:tasks.cephadm:Adding mon.smithi154 on smithi154 2023-11-15T04:03:35.435 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch apply mon '2;smithi081:172.21.15.81=smithi081;smithi154:172.21.15.154=smithi154' 2023-11-15T04:03:35.567 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:35 smithi081 bash[24267]: audit 2023-11-15T04:03:34.541600+0000 mon.smithi081 (mon.0) 140 : audit [INF] from='client.? 172.21.15.81:0/3080718270' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-15T04:03:35.567 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:35 smithi081 bash[24267]: cluster 2023-11-15T04:03:34.541715+0000 mon.smithi081 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T04:03:36.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:36 smithi081 bash[24267]: audit 2023-11-15T04:03:35.546056+0000 mon.smithi081 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:03:36.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:36 smithi081 bash[24267]: audit 2023-11-15T04:03:35.547743+0000 mon.smithi081 (mon.0) 143 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:03:36.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:36 smithi081 bash[24267]: audit 2023-11-15T04:03:36.086083+0000 mon.smithi081 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:03:36.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:36 smithi081 bash[24267]: audit 2023-11-15T04:03:36.449895+0000 mon.smithi081 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:03:37.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:37 smithi081 bash[24267]: cluster 2023-11-15T04:03:36.281873+0000 mgr.smithi081.fomiyu (mgr.14180) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:03:38.453 INFO:teuthology.orchestra.run.smithi154.stdout:Scheduled mon update... 2023-11-15T04:03:39.057 DEBUG:teuthology.orchestra.run.smithi154:mon.smithi154> sudo journalctl -f -n 0 -u ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7@mon.smithi154.service 2023-11-15T04:03:39.059 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:03:39.060 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:03:39.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:38 smithi081 bash[24267]: audit 2023-11-15T04:03:37.851239+0000 mon.smithi081 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:03:39.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:38 smithi081 bash[24267]: cluster 2023-11-15T04:03:38.282375+0000 mgr.smithi081.fomiyu (mgr.14180) 8 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:03:39.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:38 smithi081 bash[24267]: audit 2023-11-15T04:03:38.443887+0000 mgr.smithi081.fomiyu (mgr.14180) 9 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi081:172.21.15.81=smithi081;smithi154:172.21.15.154=smithi154", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:03:39.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:38 smithi081 bash[24267]: cephadm 2023-11-15T04:03:38.447745+0000 mgr.smithi081.fomiyu (mgr.14180) 10 : cephadm [INF] Saving service mon spec with placement smithi081:172.21.15.81=smithi081;smithi154:172.21.15.154=smithi154;count:2 2023-11-15T04:03:39.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:38 smithi081 bash[24267]: audit 2023-11-15T04:03:38.451334+0000 mon.smithi081 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:03:39.282 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-11-15T04:03:41.604 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:41 smithi081 bash[24267]: cluster 2023-11-15T04:03:40.282838+0000 mgr.smithi081.fomiyu (mgr.14180) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:03:42.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:42 smithi081 bash[24267]: audit 2023-11-15T04:03:41.484841+0000 mon.smithi081 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:03:43.466 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-11-15T04:03:43.467 INFO:teuthology.orchestra.run.smithi154.stdout:{"epoch":1,"fsid":"79c45cc2-836b-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:01:02.811728Z","created":"2023-11-15T04:01:02.811728Z","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":"smithi081","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:3300","nonce":0},{"type":"v1","addr":"172.21.15.81:6789","nonce":0}]},"addr":"172.21.15.81:6789/0","public_addr":"172.21.15.81:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:03:43.469 INFO:teuthology.orchestra.run.smithi154.stderr:dumped monmap epoch 1 2023-11-15T04:03:43.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:43 smithi081 bash[24267]: cluster 2023-11-15T04:03:42.283365+0000 mgr.smithi081.fomiyu (mgr.14180) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:03:43.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:43 smithi081 bash[24267]: audit 2023-11-15T04:03:43.465889+0000 mon.smithi081 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.154:0/1457661832' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:03:45.158 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:03:45.159 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:03:45.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:45 smithi081 bash[24267]: cluster 2023-11-15T04:03:44.283820+0000 mgr.smithi081.fomiyu (mgr.14180) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:03:45.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:45 smithi081 bash[24267]: audit 2023-11-15T04:03:44.892531+0000 mon.smithi081 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:03:45.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:45 smithi081 bash[24267]: audit 2023-11-15T04:03:45.216120+0000 mon.smithi081 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:03:45.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:45 smithi081 bash[24267]: audit 2023-11-15T04:03:45.217503+0000 mon.smithi081 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi154", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:03:45.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:45 smithi081 bash[24267]: audit 2023-11-15T04:03:45.219545+0000 mon.smithi081 (mon.0) 153 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:03:45.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:45 smithi081 bash[24267]: audit 2023-11-15T04:03:45.221359+0000 mon.smithi081 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:03:45.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:45 smithi081 bash[24267]: audit 2023-11-15T04:03:45.272318+0000 mon.smithi081 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:03:45.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:45 smithi081 bash[24267]: audit 2023-11-15T04:03:45.277962+0000 mon.smithi081 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:03:45.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:45 smithi081 bash[24267]: audit 2023-11-15T04:03:45.281391+0000 mon.smithi081 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi154", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T04:03:45.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:45 smithi081 bash[24267]: audit 2023-11-15T04:03:45.283548+0000 mon.smithi081 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi154", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-15T04:03:45.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:45 smithi081 bash[24267]: audit 2023-11-15T04:03:45.284478+0000 mon.smithi081 (mon.0) 159 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:03:46.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:46 smithi081 bash[24267]: cephadm 2023-11-15T04:03:45.223413+0000 mgr.smithi081.fomiyu (mgr.14180) 14 : cephadm [INF] Updating smithi154:/etc/ceph/ceph.conf 2023-11-15T04:03:46.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:46 smithi081 bash[24267]: cephadm 2023-11-15T04:03:45.241801+0000 mgr.smithi081.fomiyu (mgr.14180) 15 : cephadm [INF] Updating smithi154:/etc/ceph/ceph.client.admin.keyring 2023-11-15T04:03:46.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:46 smithi081 bash[24267]: cephadm 2023-11-15T04:03:45.285329+0000 mgr.smithi081.fomiyu (mgr.14180) 16 : cephadm [INF] Deploying daemon crash.smithi154 on smithi154 2023-11-15T04:03:47.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:47 smithi081 bash[24267]: cluster 2023-11-15T04:03:46.284273+0000 mgr.smithi081.fomiyu (mgr.14180) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:03:48.843 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-11-15T04:03:48.843 INFO:teuthology.orchestra.run.smithi154.stdout:{"epoch":1,"fsid":"79c45cc2-836b-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:01:02.811728Z","created":"2023-11-15T04:01:02.811728Z","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":"smithi081","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:3300","nonce":0},{"type":"v1","addr":"172.21.15.81:6789","nonce":0}]},"addr":"172.21.15.81:6789/0","public_addr":"172.21.15.81:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:03:48.846 INFO:teuthology.orchestra.run.smithi154.stderr:dumped monmap epoch 1 2023-11-15T04:03:49.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:49 smithi081 bash[24267]: cluster 2023-11-15T04:03:48.284713+0000 mgr.smithi081.fomiyu (mgr.14180) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:03:49.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:49 smithi081 bash[24267]: audit 2023-11-15T04:03:48.756453+0000 mon.smithi081 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:03:49.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:49 smithi081 bash[24267]: audit 2023-11-15T04:03:48.760980+0000 mon.smithi081 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi154.chjpkm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T04:03:49.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:49 smithi081 bash[24267]: audit 2023-11-15T04:03:48.766236+0000 mon.smithi081 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi154.chjpkm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-15T04:03:49.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:49 smithi081 bash[24267]: audit 2023-11-15T04:03:48.767527+0000 mon.smithi081 (mon.0) 163 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T04:03:49.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:49 smithi081 bash[24267]: audit 2023-11-15T04:03:48.769007+0000 mon.smithi081 (mon.0) 164 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:03:49.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:49 smithi081 bash[24267]: audit 2023-11-15T04:03:48.842598+0000 mon.smithi081 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.154:0/2965488400' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:03:50.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:50 smithi081 bash[24267]: cephadm 2023-11-15T04:03:48.770122+0000 mgr.smithi081.fomiyu (mgr.14180) 19 : cephadm [INF] Deploying daemon mgr.smithi154.chjpkm on smithi154 2023-11-15T04:03:51.001 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:03:51.002 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:03:51.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:51 smithi081 bash[24267]: cluster 2023-11-15T04:03:50.285213+0000 mgr.smithi081.fomiyu (mgr.14180) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:03:51.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:51 smithi081 bash[24267]: audit 2023-11-15T04:03:51.458671+0000 mon.smithi081 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:03:53.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:52 smithi081 bash[24267]: audit 2023-11-15T04:03:51.666435+0000 mon.smithi081 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:03:53.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:52 smithi081 bash[24267]: audit 2023-11-15T04:03:51.670828+0000 mon.smithi081 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T04:03:53.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:52 smithi081 bash[24267]: audit 2023-11-15T04:03:51.672277+0000 mon.smithi081 (mon.0) 169 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:03:53.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:52 smithi081 bash[24267]: cephadm 2023-11-15T04:03:51.673509+0000 mgr.smithi081.fomiyu (mgr.14180) 21 : cephadm [INF] Deploying daemon mon.smithi154 on smithi154 2023-11-15T04:03:54.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:53 smithi081 bash[24267]: cluster 2023-11-15T04:03:52.285651+0000 mgr.smithi081.fomiyu (mgr.14180) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:03:56.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:55 smithi081 bash[24267]: cluster 2023-11-15T04:03:54.286050+0000 mgr.smithi081.fomiyu (mgr.14180) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:03:56.308 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-11-15T04:03:56.308 INFO:teuthology.orchestra.run.smithi154.stdout:{"epoch":1,"fsid":"79c45cc2-836b-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:01:02.811728Z","created":"2023-11-15T04:01:02.811728Z","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":"smithi081","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:3300","nonce":0},{"type":"v1","addr":"172.21.15.81:6789","nonce":0}]},"addr":"172.21.15.81:6789/0","public_addr":"172.21.15.81:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:03:56.311 INFO:teuthology.orchestra.run.smithi154.stderr:dumped monmap epoch 1 2023-11-15T04:03:57.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:56 smithi081 bash[24267]: audit 2023-11-15T04:03:56.307274+0000 mon.smithi081 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.154:0/1151827307' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:03:57.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:56 smithi081 bash[24267]: audit 2023-11-15T04:03:56.465609+0000 mon.smithi081 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:03:58.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:57 smithi081 bash[24267]: cluster 2023-11-15T04:03:56.286486+0000 mgr.smithi081.fomiyu (mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:03:58.186 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:03:58 smithi154 systemd[1]: Started Ceph mon.smithi154 for 79c45cc2-836b-11ee-8dbe-212e2dc638e7. 2023-11-15T04:03:58.225 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:03:58.225 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:03:59.604 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:59 smithi081 bash[24267]: audit 2023-11-15T04:03:58.167497+0000 mon.smithi081 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:03:59.604 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:59 smithi081 bash[24267]: cephadm 2023-11-15T04:03:58.170628+0000 mgr.smithi081.fomiyu (mgr.14180) 25 : cephadm [INF] Deploying daemon node-exporter.smithi154 on smithi154 2023-11-15T04:03:59.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:59 smithi081 bash[24267]: cluster 2023-11-15T04:03:58.286922+0000 mgr.smithi081.fomiyu (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:03:59.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:59 smithi081 bash[24267]: audit 2023-11-15T04:03:58.977203+0000 mon.smithi081 (mon.0) 173 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:03:59.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:03:59 smithi081 bash[24267]: audit 2023-11-15T04:03:58.980718+0000 mon.smithi081 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:04:00.052 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:03:59 smithi154 bash[28156]: debug 2023-11-15T04:03:59.994+0000 7fe47cf19880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T04:04:00.052 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:03:59 smithi154 bash[28156]: debug 2023-11-15T04:03:59.994+0000 7fe47cf19880 0 ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable), process ceph-mon, pid 7 2023-11-15T04:04:00.052 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:03:59 smithi154 bash[28156]: debug 2023-11-15T04:03:59.994+0000 7fe47cf19880 0 pidfile_write: ignore empty --pid-file 2023-11-15T04:04:00.053 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:03:59.998+0000 7fe47cf19880 0 load: jerasure load: lrc load: isa 2023-11-15T04:04:00.053 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T04:04:00.053 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T04:04:00.053 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Compile date Nov 13 2023 2023-11-15T04:04:00.053 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: DB SUMMARY 2023-11-15T04:04:00.054 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: CURRENT file: CURRENT 2023-11-15T04:04:00.054 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-15T04:04:00.054 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-11-15T04:04:00.054 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi154/store.db dir, Total Num: 0, files: 2023-11-15T04:04:00.055 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi154/store.db: 000003.log size: 511 ; 2023-11-15T04:04:00.055 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.error_if_exists: 0 2023-11-15T04:04:00.055 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.create_if_missing: 0 2023-11-15T04:04:00.055 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T04:04:00.055 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.env: 0x55d8c47c2080 2023-11-15T04:04:00.056 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.fs: Posix File System 2023-11-15T04:04:00.056 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.info_log: 0x55d8c6d44520 2023-11-15T04:04:00.056 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T04:04:00.056 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.statistics: (nil) 2023-11-15T04:04:00.056 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.use_fsync: 0 2023-11-15T04:04:00.057 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T04:04:00.057 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T04:04:00.057 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T04:04:00.057 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T04:04:00.057 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T04:04:00.058 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T04:04:00.058 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T04:04:00.058 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T04:04:00.058 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T04:04:00.058 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T04:04:00.059 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T04:04:00.059 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.db_log_dir: 2023-11-15T04:04:00.059 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi154/store.db 2023-11-15T04:04:00.059 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T04:04:00.060 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T04:04:00.060 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T04:04:00.060 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T04:04:00.060 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T04:04:00.061 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T04:04:00.061 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T04:04:00.061 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T04:04:00.061 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T04:04:00.061 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T04:04:00.062 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.write_buffer_manager: 0x55d8c7992480 2023-11-15T04:04:00.062 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T04:04:00.062 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T04:04:00.062 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T04:04:00.063 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T04:04:00.063 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T04:04:00.063 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T04:04:00.063 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T04:04:00.063 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T04:04:00.065 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T04:04:00.065 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.unordered_write: 0 2023-11-15T04:04:00.065 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T04:04:00.066 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T04:04:00.066 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T04:04:00.066 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T04:04:00.066 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.row_cache: None 2023-11-15T04:04:00.066 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.wal_filter: None 2023-11-15T04:04:00.067 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T04:04:00.067 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T04:04:00.067 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T04:04:00.067 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.two_write_queues: 0 2023-11-15T04:04:00.067 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T04:04:00.068 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.atomic_flush: 0 2023-11-15T04:04:00.068 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T04:04:00.068 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T04:04:00.068 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T04:04:00.068 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T04:04:00.069 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T04:04:00.069 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T04:04:00.069 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T04:04:00.069 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T04:04:00.070 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T04:04:00.070 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T04:04:00.070 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T04:04:00.070 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T04:04:00.071 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T04:04:00.071 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T04:04:00.071 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T04:04:00.071 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.max_open_files: -1 2023-11-15T04:04:00.071 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T04:04:00.071 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T04:04:00.072 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T04:04:00.072 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T04:04:00.072 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Compression algorithms supported: 2023-11-15T04:04:00.072 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T04:04:00.072 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: kZSTD supported: 0 2023-11-15T04:04:00.073 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: kXpressCompression supported: 0 2023-11-15T04:04:00.073 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T04:04:00.073 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T04:04:00.073 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T04:04:00.073 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: kZlibCompression supported: 1 2023-11-15T04:04:00.074 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T04:04:00.074 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T04:04:00.074 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi154/store.db/MANIFEST-000001 2023-11-15T04:04:00.074 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T04:04:00.074 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T04:04:00.075 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.merge_operator: 2023-11-15T04:04:00.075 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.compaction_filter: None 2023-11-15T04:04:00.075 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T04:04:00.075 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T04:04:00.075 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T04:04:00.076 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d8c6ce7d28) 2023-11-15T04:04:00.076 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: cache_index_and_filter_blocks: 1 2023-11-15T04:04:00.076 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T04:04:00.076 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T04:04:00.076 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: pin_top_level_index_and_filter: 1 2023-11-15T04:04:00.077 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: index_type: 0 2023-11-15T04:04:00.077 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: data_block_index_type: 0 2023-11-15T04:04:00.077 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: index_shortening: 1 2023-11-15T04:04:00.077 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: data_block_hash_table_util_ratio: 0.750000 2023-11-15T04:04:00.077 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: hash_index_allow_collision: 1 2023-11-15T04:04:00.078 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: checksum: 1 2023-11-15T04:04:00.078 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: no_block_cache: 0 2023-11-15T04:04:00.078 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: block_cache: 0x55d8c6d1ef10 2023-11-15T04:04:00.078 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: block_cache_name: BinnedLRUCache 2023-11-15T04:04:00.078 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: block_cache_options: 2023-11-15T04:04:00.079 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: capacity : 536870912 2023-11-15T04:04:00.079 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: num_shard_bits : 4 2023-11-15T04:04:00.079 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: strict_capacity_limit : 0 2023-11-15T04:04:00.079 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: high_pri_pool_ratio: 0.000 2023-11-15T04:04:00.079 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: block_cache_compressed: (nil) 2023-11-15T04:04:00.080 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: persistent_cache: (nil) 2023-11-15T04:04:00.080 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: block_size: 4096 2023-11-15T04:04:00.080 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: block_size_deviation: 10 2023-11-15T04:04:00.080 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: block_restart_interval: 16 2023-11-15T04:04:00.080 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: index_block_restart_interval: 1 2023-11-15T04:04:00.081 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: metadata_block_size: 4096 2023-11-15T04:04:00.081 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: partition_filters: 0 2023-11-15T04:04:00.081 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: use_delta_encoding: 1 2023-11-15T04:04:00.081 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T04:04:00.081 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: whole_key_filtering: 1 2023-11-15T04:04:00.082 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: verify_compression: 0 2023-11-15T04:04:00.082 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: read_amp_bytes_per_bit: 0 2023-11-15T04:04:00.082 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: format_version: 2 2023-11-15T04:04:00.082 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: enable_index_compression: 1 2023-11-15T04:04:00.082 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: block_align: 0 2023-11-15T04:04:00.083 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T04:04:00.083 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T04:04:00.083 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.compression: NoCompression 2023-11-15T04:04:00.083 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T04:04:00.083 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T04:04:00.084 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T04:04:00.084 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.num_levels: 7 2023-11-15T04:04:00.084 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T04:04:00.084 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T04:04:00.084 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T04:04:00.085 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T04:04:00.085 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T04:04:00.085 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T04:04:00.085 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T04:04:00.085 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T04:04:00.086 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T04:04:00.086 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T04:04:00.086 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T04:04:00.086 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T04:04:00.086 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T04:04:00.087 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T04:04:00.087 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T04:04:00.087 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T04:04:00.087 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T04:04:00.087 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T04:04:00.088 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T04:04:00.088 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T04:04:00.088 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T04:04:00.088 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T04:04:00.088 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T04:04:00.089 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T04:04:00.089 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T04:04:00.089 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T04:04:00.089 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T04:04:00.089 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T04:04:00.089 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T04:04:00.090 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T04:04:00.090 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T04:04:00.090 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T04:04:00.090 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T04:04:00.090 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T04:04:00.091 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T04:04:00.091 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T04:04:00.091 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T04:04:00.091 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T04:04:00.092 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T04:04:00.092 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T04:04:00.092 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T04:04:00.092 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T04:04:00.092 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T04:04:00.093 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T04:04:00.093 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T04:04:00.093 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T04:04:00.093 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T04:04:00.093 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.table_properties_collectors: 2023-11-15T04:04:00.094 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T04:04:00.094 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T04:04:00.094 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T04:04:00.094 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T04:04:00.094 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T04:04:00.095 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.bloom_locality: 0 2023-11-15T04:04:00.095 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T04:04:00.095 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T04:04:00.095 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T04:04:00.095 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T04:04:00.096 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T04:04:00.096 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.ttl: 2592000 2023-11-15T04:04:00.096 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T04:04:00.096 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi154/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-15T04:04:00.096 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-15T04:04:00.097 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700021040005806, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-11-15T04:04:00.097 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-11-15T04:04:00.097 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-15T04:04:00.097 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700021040006294, "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": 1700021040, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-15T04:04:00.097 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-11-15T04:04:00.098 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700021040006693, "job": 1, "event": "recovery_finished"} 2023-11-15T04:04:00.098 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 4 rocksdb: DB pointer 0x55d8c6de7800 2023-11-15T04:04:00.098 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe463d1e700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T04:04:00.098 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe463d1e700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T04:04:00.098 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: ** DB Stats ** 2023-11-15T04:04:00.099 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T04:04:00.099 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-15T04:04:00.099 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-15T04:04:00.099 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T04:04:00.099 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-15T04:04:00.100 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-15T04:04:00.100 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T04:04:00.100 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: ** Compaction Stats [default] ** 2023-11-15T04:04:00.100 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T04:04:00.100 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:04:00.101 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-11-15T04:04:00.101 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-11-15T04:04:00.101 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-11-15T04:04:00.101 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: ** Compaction Stats [default] ** 2023-11-15T04:04:00.101 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T04:04:00.102 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:04:00.102 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-11-15T04:04:00.102 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T04:04:00.102 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T04:04:00.102 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T04:04:00.103 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T04:04:00.103 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T04:04:00.103 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T04:04:00.103 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: Cumulative compaction: 0.00 GB write, 0.59 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T04:04:00.103 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: Interval compaction: 0.00 GB write, 0.59 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T04:04:00.104 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T04:04:00.104 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T04:04:00.104 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: ** Compaction Stats [default] ** 2023-11-15T04:04:00.104 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T04:04:00.104 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:04:00.105 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-11-15T04:04:00.105 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-11-15T04:04:00.105 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T04:04:00.105 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: ** Compaction Stats [default] ** 2023-11-15T04:04:00.105 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T04:04:00.106 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:04:00.106 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-11-15T04:04:00.106 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T04:04:00.106 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T04:04:00.106 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T04:04:00.107 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T04:04:00.107 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T04:04:00.107 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T04:04:00.107 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: Cumulative compaction: 0.00 GB write, 0.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T04:04:00.107 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T04:04:00.108 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T04:04:00.108 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T04:04:00.108 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 0 mon.smithi154 does not exist in monmap, will attempt to join an existing cluster 2023-11-15T04:04:00.108 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.002+0000 7fe47cf19880 0 using public_addr v2:172.21.15.154:0/0 -> [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] 2023-11-15T04:04:00.108 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.006+0000 7fe47cf19880 0 starting mon.smithi154 rank -1 at public addrs [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] at bind addrs [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi154 fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 2023-11-15T04:04:00.109 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.006+0000 7fe47cf19880 1 mon.smithi154@-1(???) e0 preinit fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 2023-11-15T04:04:00.109 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.050+0000 7fe466523700 0 mon.smithi154@-1(synchronizing).mds e1 new map 2023-11-15T04:04:00.109 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.050+0000 7fe466523700 0 mon.smithi154@-1(synchronizing).mds e1 print_map 2023-11-15T04:04:00.109 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: e1 2023-11-15T04:04:00.109 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-15T04:04:00.110 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-15T04:04:00.110 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: legacy client fscid: -1 2023-11-15T04:04:00.110 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: 2023-11-15T04:04:00.110 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: No filesystems configured 2023-11-15T04:04:00.110 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.050+0000 7fe466523700 1 mon.smithi154@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-15T04:04:00.111 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.050+0000 7fe466523700 1 mon.smithi154@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-15T04:04:00.111 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.050+0000 7fe466523700 1 mon.smithi154@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-15T04:04:00.111 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.050+0000 7fe466523700 1 mon.smithi154@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-15T04:04:00.111 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.050+0000 7fe466523700 1 mon.smithi154@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-15T04:04:00.111 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.050+0000 7fe466523700 1 mon.smithi154@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-15T04:04:00.112 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.050+0000 7fe466523700 1 mon.smithi154@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-11-15T04:04:00.112 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.050+0000 7fe466523700 0 mon.smithi154@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-15T04:04:00.112 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.050+0000 7fe466523700 0 mon.smithi154@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T04:04:00.112 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.050+0000 7fe466523700 0 mon.smithi154@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T04:04:00.112 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.050+0000 7fe466523700 0 mon.smithi154@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T04:04:00.113 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: audit 2023-11-15T04:03:58.167497+0000 mon.smithi081 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:00.113 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: cephadm 2023-11-15T04:03:58.170628+0000 mgr.smithi081.fomiyu (mgr.14180) 25 : cephadm [INF] Deploying daemon node-exporter.smithi154 on smithi154 2023-11-15T04:04:00.113 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: cluster 2023-11-15T04:03:58.286922+0000 mgr.smithi081.fomiyu (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:00.113 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: audit 2023-11-15T04:03:58.977203+0000 mon.smithi081 (mon.0) 173 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:00.113 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: audit 2023-11-15T04:03:58.980718+0000 mon.smithi081 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:04:00.113 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.050+0000 7fe466523700 1 mon.smithi154@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-15T04:04:00.324 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:00 smithi154 bash[28156]: debug 2023-11-15T04:04:00.054+0000 7fe466523700 10 mon.smithi154@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-11-15T04:04:05.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: audit 2023-11-15T04:04:00.067266+0000 mon.smithi081 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mon metadata", "id": "smithi081"}]: dispatch 2023-11-15T04:04:05.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: cluster 2023-11-15T04:04:00.067612+0000 mon.smithi081 (mon.0) 177 : cluster [INF] mon.smithi081 calling monitor election 2023-11-15T04:04:05.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: audit 2023-11-15T04:04:00.088387+0000 mon.smithi081 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-11-15T04:04:05.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: cluster 2023-11-15T04:04:00.287334+0000 mgr.smithi081.fomiyu (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:05.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: audit 2023-11-15T04:04:00.865870+0000 mon.smithi081 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.154:0/3785076728' entity='mgr.smithi154.chjpkm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi154.chjpkm/crt"}]: dispatch 2023-11-15T04:04:05.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: audit 2023-11-15T04:04:01.060558+0000 mon.smithi081 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-11-15T04:04:05.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: audit 2023-11-15T04:04:02.060919+0000 mon.smithi081 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-11-15T04:04:05.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: cluster 2023-11-15T04:04:02.066123+0000 mon.smithi154 (mon.1) 1 : cluster [INF] mon.smithi154 calling monitor election 2023-11-15T04:04:05.504 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: cluster 2023-11-15T04:04:02.287744+0000 mgr.smithi081.fomiyu (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:05.504 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: audit 2023-11-15T04:04:03.060991+0000 mon.smithi081 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-11-15T04:04:05.504 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: audit 2023-11-15T04:04:04.061258+0000 mon.smithi081 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-11-15T04:04:05.504 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: cluster 2023-11-15T04:04:04.288245+0000 mgr.smithi081.fomiyu (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:05.504 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: audit 2023-11-15T04:04:05.061454+0000 mon.smithi081 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-11-15T04:04:05.505 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: cluster 2023-11-15T04:04:05.109004+0000 mon.smithi081 (mon.0) 185 : cluster [INF] mon.smithi081 is new leader, mons smithi081,smithi154 in quorum (ranks 0,1) 2023-11-15T04:04:05.505 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: cluster 2023-11-15T04:04:05.114729+0000 mon.smithi081 (mon.0) 186 : cluster [DBG] monmap e2: 2 mons at {smithi081=[v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0],smithi154=[v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0]} removed_ranks: {} 2023-11-15T04:04:05.505 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: cluster 2023-11-15T04:04:05.131910+0000 mon.smithi081 (mon.0) 187 : cluster [DBG] fsmap 2023-11-15T04:04:05.505 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: cluster 2023-11-15T04:04:05.131981+0000 mon.smithi081 (mon.0) 188 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T04:04:05.505 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: cluster 2023-11-15T04:04:05.132368+0000 mon.smithi081 (mon.0) 189 : cluster [DBG] mgrmap e17: smithi081.fomiyu(active, since 48s) 2023-11-15T04:04:05.505 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: cluster 2023-11-15T04:04:05.133815+0000 mon.smithi081 (mon.0) 190 : cluster [DBG] Standby manager daemon smithi154.chjpkm started 2023-11-15T04:04:05.506 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: audit 2023-11-15T04:04:05.136478+0000 mon.smithi081 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.154:0/3785076728' entity='mgr.smithi154.chjpkm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-15T04:04:05.506 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: cluster 2023-11-15T04:04:05.139650+0000 mon.smithi081 (mon.0) 192 : cluster [INF] overall HEALTH_OK 2023-11-15T04:04:05.506 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: audit 2023-11-15T04:04:05.140188+0000 mon.smithi081 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.154:0/3785076728' entity='mgr.smithi154.chjpkm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi154.chjpkm/key"}]: dispatch 2023-11-15T04:04:05.506 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: audit 2023-11-15T04:04:05.141007+0000 mon.smithi081 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.154:0/3785076728' entity='mgr.smithi154.chjpkm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-15T04:04:05.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: audit 2023-11-15T04:04:05.144006+0000 mon.smithi081 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:05.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: audit 2023-11-15T04:04:05.147530+0000 mon.smithi081 (mon.0) 196 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:05.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: audit 2023-11-15T04:04:05.148792+0000 mon.smithi081 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:04:05.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: audit 2023-11-15T04:04:05.150180+0000 mon.smithi081 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:04:05.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:05 smithi154 bash[28156]: audit 2023-11-15T04:04:05.182685+0000 mon.smithi081 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:05.604 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: audit 2023-11-15T04:04:00.067266+0000 mon.smithi081 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mon metadata", "id": "smithi081"}]: dispatch 2023-11-15T04:04:05.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: cluster 2023-11-15T04:04:00.067612+0000 mon.smithi081 (mon.0) 177 : cluster [INF] mon.smithi081 calling monitor election 2023-11-15T04:04:05.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: audit 2023-11-15T04:04:00.088387+0000 mon.smithi081 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-11-15T04:04:05.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: cluster 2023-11-15T04:04:00.287334+0000 mgr.smithi081.fomiyu (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:05.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: audit 2023-11-15T04:04:00.865870+0000 mon.smithi081 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.154:0/3785076728' entity='mgr.smithi154.chjpkm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi154.chjpkm/crt"}]: dispatch 2023-11-15T04:04:05.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: audit 2023-11-15T04:04:01.060558+0000 mon.smithi081 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-11-15T04:04:05.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: audit 2023-11-15T04:04:02.060919+0000 mon.smithi081 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-11-15T04:04:05.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: cluster 2023-11-15T04:04:02.066123+0000 mon.smithi154 (mon.1) 1 : cluster [INF] mon.smithi154 calling monitor election 2023-11-15T04:04:05.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: cluster 2023-11-15T04:04:02.287744+0000 mgr.smithi081.fomiyu (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:05.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: audit 2023-11-15T04:04:03.060991+0000 mon.smithi081 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-11-15T04:04:05.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: audit 2023-11-15T04:04:04.061258+0000 mon.smithi081 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-11-15T04:04:05.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: cluster 2023-11-15T04:04:04.288245+0000 mgr.smithi081.fomiyu (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:05.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: audit 2023-11-15T04:04:05.061454+0000 mon.smithi081 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-11-15T04:04:05.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: cluster 2023-11-15T04:04:05.109004+0000 mon.smithi081 (mon.0) 185 : cluster [INF] mon.smithi081 is new leader, mons smithi081,smithi154 in quorum (ranks 0,1) 2023-11-15T04:04:05.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: cluster 2023-11-15T04:04:05.114729+0000 mon.smithi081 (mon.0) 186 : cluster [DBG] monmap e2: 2 mons at {smithi081=[v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0],smithi154=[v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0]} removed_ranks: {} 2023-11-15T04:04:05.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: cluster 2023-11-15T04:04:05.131910+0000 mon.smithi081 (mon.0) 187 : cluster [DBG] fsmap 2023-11-15T04:04:05.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: cluster 2023-11-15T04:04:05.131981+0000 mon.smithi081 (mon.0) 188 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T04:04:05.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: cluster 2023-11-15T04:04:05.132368+0000 mon.smithi081 (mon.0) 189 : cluster [DBG] mgrmap e17: smithi081.fomiyu(active, since 48s) 2023-11-15T04:04:05.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: cluster 2023-11-15T04:04:05.133815+0000 mon.smithi081 (mon.0) 190 : cluster [DBG] Standby manager daemon smithi154.chjpkm started 2023-11-15T04:04:05.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: audit 2023-11-15T04:04:05.136478+0000 mon.smithi081 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.154:0/3785076728' entity='mgr.smithi154.chjpkm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-15T04:04:05.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: cluster 2023-11-15T04:04:05.139650+0000 mon.smithi081 (mon.0) 192 : cluster [INF] overall HEALTH_OK 2023-11-15T04:04:05.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: audit 2023-11-15T04:04:05.140188+0000 mon.smithi081 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.154:0/3785076728' entity='mgr.smithi154.chjpkm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi154.chjpkm/key"}]: dispatch 2023-11-15T04:04:05.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: audit 2023-11-15T04:04:05.141007+0000 mon.smithi081 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.154:0/3785076728' entity='mgr.smithi154.chjpkm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-15T04:04:05.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: audit 2023-11-15T04:04:05.144006+0000 mon.smithi081 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:05.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: audit 2023-11-15T04:04:05.147530+0000 mon.smithi081 (mon.0) 196 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:05.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: audit 2023-11-15T04:04:05.148792+0000 mon.smithi081 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:04:05.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: audit 2023-11-15T04:04:05.150180+0000 mon.smithi081 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:04:05.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:05 smithi081 bash[24267]: audit 2023-11-15T04:04:05.182685+0000 mon.smithi081 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:06.446 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:06 smithi081 bash[24267]: cephadm 2023-11-15T04:04:05.151873+0000 mgr.smithi081.fomiyu (mgr.14180) 30 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.conf 2023-11-15T04:04:06.446 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:06 smithi081 bash[24267]: cephadm 2023-11-15T04:04:05.152462+0000 mgr.smithi081.fomiyu (mgr.14180) 31 : cephadm [INF] Updating smithi154:/etc/ceph/ceph.conf 2023-11-15T04:04:06.447 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:06 smithi081 bash[24267]: audit 2023-11-15T04:04:05.186222+0000 mon.smithi081 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:06.447 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:06 smithi081 bash[24267]: cluster 2023-11-15T04:04:05.196542+0000 mon.smithi081 (mon.0) 201 : cluster [DBG] mgrmap e18: smithi081.fomiyu(active, since 48s), standbys: smithi154.chjpkm 2023-11-15T04:04:06.447 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:06 smithi081 bash[24267]: audit 2023-11-15T04:04:05.196928+0000 mon.smithi081 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mgr metadata", "who": "smithi154.chjpkm", "id": "smithi154.chjpkm"}]: dispatch 2023-11-15T04:04:06.447 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:06 smithi081 bash[24267]: audit 2023-11-15T04:04:05.199164+0000 mon.smithi081 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:06.447 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:06 smithi081 bash[24267]: cephadm 2023-11-15T04:04:05.203100+0000 mgr.smithi081.fomiyu (mgr.14180) 32 : cephadm [INF] Reconfiguring mon.smithi081 (unknown last config time)... 2023-11-15T04:04:06.448 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:06 smithi081 bash[24267]: audit 2023-11-15T04:04:05.203440+0000 mon.smithi081 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T04:04:06.448 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:06 smithi081 bash[24267]: audit 2023-11-15T04:04:05.204294+0000 mon.smithi081 (mon.0) 205 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T04:04:06.448 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:06 smithi081 bash[24267]: audit 2023-11-15T04:04:05.205120+0000 mon.smithi081 (mon.0) 206 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:04:06.448 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:06 smithi081 bash[24267]: cephadm 2023-11-15T04:04:05.205837+0000 mgr.smithi081.fomiyu (mgr.14180) 33 : cephadm [INF] Reconfiguring daemon mon.smithi081 on smithi081 2023-11-15T04:04:06.448 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:06 smithi081 bash[24267]: audit 2023-11-15T04:04:06.061761+0000 mon.smithi081 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-11-15T04:04:06.471 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-11-15T04:04:06.472 INFO:teuthology.orchestra.run.smithi154.stdout:{"epoch":2,"fsid":"79c45cc2-836b-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:04:00.062613Z","created":"2023-11-15T04:01:02.811728Z","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":"smithi081","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:3300","nonce":0},{"type":"v1","addr":"172.21.15.81:6789","nonce":0}]},"addr":"172.21.15.81:6789/0","public_addr":"172.21.15.81:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-15T04:04:06.474 INFO:teuthology.orchestra.run.smithi154.stderr:dumped monmap epoch 2 2023-11-15T04:04:06.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:06 smithi154 bash[28156]: cephadm 2023-11-15T04:04:05.151873+0000 mgr.smithi081.fomiyu (mgr.14180) 30 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.conf 2023-11-15T04:04:06.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:06 smithi154 bash[28156]: cephadm 2023-11-15T04:04:05.152462+0000 mgr.smithi081.fomiyu (mgr.14180) 31 : cephadm [INF] Updating smithi154:/etc/ceph/ceph.conf 2023-11-15T04:04:06.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:06 smithi154 bash[28156]: audit 2023-11-15T04:04:05.186222+0000 mon.smithi081 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:06.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:06 smithi154 bash[28156]: cluster 2023-11-15T04:04:05.196542+0000 mon.smithi081 (mon.0) 201 : cluster [DBG] mgrmap e18: smithi081.fomiyu(active, since 48s), standbys: smithi154.chjpkm 2023-11-15T04:04:06.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:06 smithi154 bash[28156]: audit 2023-11-15T04:04:05.196928+0000 mon.smithi081 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mgr metadata", "who": "smithi154.chjpkm", "id": "smithi154.chjpkm"}]: dispatch 2023-11-15T04:04:06.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:06 smithi154 bash[28156]: audit 2023-11-15T04:04:05.199164+0000 mon.smithi081 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:06.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:06 smithi154 bash[28156]: cephadm 2023-11-15T04:04:05.203100+0000 mgr.smithi081.fomiyu (mgr.14180) 32 : cephadm [INF] Reconfiguring mon.smithi081 (unknown last config time)... 2023-11-15T04:04:06.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:06 smithi154 bash[28156]: audit 2023-11-15T04:04:05.203440+0000 mon.smithi081 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T04:04:06.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:06 smithi154 bash[28156]: audit 2023-11-15T04:04:05.204294+0000 mon.smithi081 (mon.0) 205 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T04:04:06.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:06 smithi154 bash[28156]: audit 2023-11-15T04:04:05.205120+0000 mon.smithi081 (mon.0) 206 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:04:06.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:06 smithi154 bash[28156]: cephadm 2023-11-15T04:04:05.205837+0000 mgr.smithi081.fomiyu (mgr.14180) 33 : cephadm [INF] Reconfiguring daemon mon.smithi081 on smithi081 2023-11-15T04:04:06.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:06 smithi154 bash[28156]: audit 2023-11-15T04:04:06.061761+0000 mon.smithi081 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2023-11-15T04:04:07.294 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-15T04:04:07.295 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-15T04:04:07.476 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:07 smithi081 bash[24267]: cluster 2023-11-15T04:04:06.288716+0000 mgr.smithi081.fomiyu (mgr.14180) 34 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:07.476 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:07 smithi081 bash[24267]: audit 2023-11-15T04:04:06.470646+0000 mon.smithi081 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.154:0/294658396' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:04:07.476 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:07 smithi081 bash[24267]: audit 2023-11-15T04:04:07.126192+0000 mon.smithi081 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:07.476 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:07 smithi081 bash[24267]: audit 2023-11-15T04:04:07.128049+0000 mon.smithi081 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi081.fomiyu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T04:04:07.477 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:07 smithi081 bash[24267]: audit 2023-11-15T04:04:07.129727+0000 mon.smithi081 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T04:04:07.477 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:07 smithi081 bash[24267]: audit 2023-11-15T04:04:07.130826+0000 mon.smithi081 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:04:07.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:07 smithi154 bash[28156]: cluster 2023-11-15T04:04:06.288716+0000 mgr.smithi081.fomiyu (mgr.14180) 34 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:07.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:07 smithi154 bash[28156]: audit 2023-11-15T04:04:06.470646+0000 mon.smithi081 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.154:0/294658396' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:04:07.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:07 smithi154 bash[28156]: audit 2023-11-15T04:04:07.126192+0000 mon.smithi081 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:07.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:07 smithi154 bash[28156]: audit 2023-11-15T04:04:07.128049+0000 mon.smithi081 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi081.fomiyu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T04:04:07.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:07 smithi154 bash[28156]: audit 2023-11-15T04:04:07.129727+0000 mon.smithi081 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T04:04:07.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:07 smithi154 bash[28156]: audit 2023-11-15T04:04:07.130826+0000 mon.smithi081 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:04:08.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:08 smithi154 bash[28156]: cephadm 2023-11-15T04:04:07.127499+0000 mgr.smithi081.fomiyu (mgr.14180) 35 : cephadm [INF] Reconfiguring mgr.smithi081.fomiyu (unknown last config time)... 2023-11-15T04:04:08.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:08 smithi154 bash[28156]: cephadm 2023-11-15T04:04:07.132053+0000 mgr.smithi081.fomiyu (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon mgr.smithi081.fomiyu on smithi081 2023-11-15T04:04:08.569 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:08 smithi081 bash[24267]: cephadm 2023-11-15T04:04:07.127499+0000 mgr.smithi081.fomiyu (mgr.14180) 35 : cephadm [INF] Reconfiguring mgr.smithi081.fomiyu (unknown last config time)... 2023-11-15T04:04:08.570 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:08 smithi081 bash[24267]: cephadm 2023-11-15T04:04:07.132053+0000 mgr.smithi081.fomiyu (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon mgr.smithi081.fomiyu on smithi081 2023-11-15T04:04:09.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:09 smithi081 bash[24267]: cluster 2023-11-15T04:04:08.289133+0000 mgr.smithi081.fomiyu (mgr.14180) 37 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:10.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:09 smithi154 bash[28156]: cluster 2023-11-15T04:04:08.289133+0000 mgr.smithi081.fomiyu (mgr.14180) 37 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:11.070 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:10 smithi081 bash[24267]: audit 2023-11-15T04:04:09.765081+0000 mon.smithi081 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:11.071 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:10 smithi081 bash[24267]: cephadm 2023-11-15T04:04:09.766500+0000 mgr.smithi081.fomiyu (mgr.14180) 38 : cephadm [INF] Reconfiguring alertmanager.smithi081 (dependencies changed)... 2023-11-15T04:04:11.071 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:10 smithi081 bash[24267]: cephadm 2023-11-15T04:04:09.778609+0000 mgr.smithi081.fomiyu (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon alertmanager.smithi081 on smithi081 2023-11-15T04:04:11.071 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:10 smithi081 bash[24267]: cluster 2023-11-15T04:04:10.289425+0000 mgr.smithi081.fomiyu (mgr.14180) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:11.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:10 smithi154 bash[28156]: audit 2023-11-15T04:04:09.765081+0000 mon.smithi081 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:11.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:10 smithi154 bash[28156]: cephadm 2023-11-15T04:04:09.766500+0000 mgr.smithi081.fomiyu (mgr.14180) 38 : cephadm [INF] Reconfiguring alertmanager.smithi081 (dependencies changed)... 2023-11-15T04:04:11.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:10 smithi154 bash[28156]: cephadm 2023-11-15T04:04:09.778609+0000 mgr.smithi081.fomiyu (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon alertmanager.smithi081 on smithi081 2023-11-15T04:04:11.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:10 smithi154 bash[28156]: cluster 2023-11-15T04:04:10.289425+0000 mgr.smithi081.fomiyu (mgr.14180) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:11.455 INFO:teuthology.orchestra.run.smithi081.stdout:# minimal ceph.conf for 79c45cc2-836b-11ee-8dbe-212e2dc638e7 2023-11-15T04:04:11.455 INFO:teuthology.orchestra.run.smithi081.stdout:[global] 2023-11-15T04:04:11.456 INFO:teuthology.orchestra.run.smithi081.stdout: fsid = 79c45cc2-836b-11ee-8dbe-212e2dc638e7 2023-11-15T04:04:11.456 INFO:teuthology.orchestra.run.smithi081.stdout: mon_host = [v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0] [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] 2023-11-15T04:04:12.307 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:12 smithi081 bash[24267]: audit 2023-11-15T04:04:11.455159+0000 mon.smithi081 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.81:0/2109148200' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:04:12.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:12 smithi154 bash[28156]: audit 2023-11-15T04:04:11.455159+0000 mon.smithi081 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.81:0/2109148200' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:04:12.926 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-15T04:04:12.927 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2023-11-15T04:04:12.927 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/ceph/ceph.conf 2023-11-15T04:04:12.939 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2023-11-15T04:04:12.940 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T04:04:13.003 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-11-15T04:04:13.003 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/ceph/ceph.conf 2023-11-15T04:04:13.020 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-11-15T04:04:13.020 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T04:04:13.078 INFO:tasks.cephadm:Deploying OSDs... 2023-11-15T04:04:13.079 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2023-11-15T04:04:13.079 DEBUG:teuthology.orchestra.run.smithi081:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T04:04:13.086 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T04:04:13.087 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/nvme1n1 2023-11-15T04:04:13.142 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/nvme1n1 2023-11-15T04:04:13.142 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T04:04:13.142 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 526 Links: 1 Device type: 103,2 2023-11-15T04:04:13.143 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T04:04:13.143 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2023-11-15 04:02:35.033471475 +0000 2023-11-15T04:04:13.143 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2023-11-15 04:02:34.873475164 +0000 2023-11-15T04:04:13.143 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2023-11-15 04:02:34.873475164 +0000 2023-11-15T04:04:13.143 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: - 2023-11-15T04:04:13.144 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-15T04:04:13.193 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:13 smithi081 bash[24267]: cluster 2023-11-15T04:04:12.289823+0000 mgr.smithi081.fomiyu (mgr.14180) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:13.195 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2023-11-15T04:04:13.195 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2023-11-15T04:04:13.196 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.000452634 s, 1.1 MB/s 2023-11-15T04:04:13.197 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-15T04:04:13.247 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/nvme2n1 2023-11-15T04:04:13.295 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/nvme2n1 2023-11-15T04:04:13.295 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T04:04:13.296 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 534 Links: 1 Device type: 103,4 2023-11-15T04:04:13.296 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T04:04:13.296 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2023-11-15 04:02:35.049471106 +0000 2023-11-15T04:04:13.296 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2023-11-15 04:02:34.877475073 +0000 2023-11-15T04:04:13.296 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2023-11-15 04:02:34.877475073 +0000 2023-11-15T04:04:13.297 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: - 2023-11-15T04:04:13.297 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-15T04:04:13.347 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2023-11-15T04:04:13.348 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2023-11-15T04:04:13.348 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.000440573 s, 1.2 MB/s 2023-11-15T04:04:13.349 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-15T04:04:13.400 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/nvme3n1 2023-11-15T04:04:13.448 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/nvme3n1 2023-11-15T04:04:13.449 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T04:04:13.449 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 542 Links: 1 Device type: 103,6 2023-11-15T04:04:13.449 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T04:04:13.449 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2023-11-15 04:02:35.065470737 +0000 2023-11-15T04:04:13.449 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2023-11-15 04:02:34.881474980 +0000 2023-11-15T04:04:13.450 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2023-11-15 04:02:34.881474980 +0000 2023-11-15T04:04:13.450 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: - 2023-11-15T04:04:13.450 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-15T04:04:13.499 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2023-11-15T04:04:13.499 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2023-11-15T04:04:13.500 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.000405024 s, 1.3 MB/s 2023-11-15T04:04:13.501 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-15T04:04:13.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:13 smithi154 bash[28156]: cluster 2023-11-15T04:04:12.289823+0000 mgr.smithi081.fomiyu (mgr.14180) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:13.555 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/nvme4n1 2023-11-15T04:04:13.605 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/nvme4n1 2023-11-15T04:04:13.606 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T04:04:13.606 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 550 Links: 1 Device type: 103,8 2023-11-15T04:04:13.606 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T04:04:13.606 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2023-11-15 04:02:35.081470369 +0000 2023-11-15T04:04:13.606 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2023-11-15 04:02:34.877475073 +0000 2023-11-15T04:04:13.607 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2023-11-15 04:02:34.877475073 +0000 2023-11-15T04:04:13.607 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: - 2023-11-15T04:04:13.607 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-15T04:04:13.659 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2023-11-15T04:04:13.660 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2023-11-15T04:04:13.660 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.000474552 s, 1.1 MB/s 2023-11-15T04:04:13.661 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-15T04:04:13.710 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-11-15T04:04:13.711 DEBUG:teuthology.orchestra.run.smithi154:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T04:04:13.720 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T04:04:13.721 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/nvme1n1 2023-11-15T04:04:13.769 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/nvme1n1 2023-11-15T04:04:13.770 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T04:04:13.770 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 5h/5d Inode: 522 Links: 1 Device type: 103,2 2023-11-15T04:04:13.770 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T04:04:13.770 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2023-11-15 04:03:43.554829443 +0000 2023-11-15T04:04:13.770 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2023-11-15 04:03:43.450831776 +0000 2023-11-15T04:04:13.771 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2023-11-15 04:03:43.450831776 +0000 2023-11-15T04:04:13.771 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2023-11-15T04:04:13.771 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-15T04:04:13.825 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2023-11-15T04:04:13.825 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2023-11-15T04:04:13.825 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.00046567 s, 1.1 MB/s 2023-11-15T04:04:13.826 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-15T04:04:13.879 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/nvme2n1 2023-11-15T04:04:13.929 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/nvme2n1 2023-11-15T04:04:13.930 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T04:04:13.930 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 5h/5d Inode: 530 Links: 1 Device type: 103,4 2023-11-15T04:04:13.930 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T04:04:13.930 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2023-11-15 04:03:43.574828994 +0000 2023-11-15T04:04:13.931 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2023-11-15 04:03:43.454831687 +0000 2023-11-15T04:04:13.931 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2023-11-15 04:03:43.454831687 +0000 2023-11-15T04:04:13.931 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2023-11-15T04:04:13.931 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-15T04:04:13.985 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2023-11-15T04:04:13.986 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2023-11-15T04:04:13.986 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.000442683 s, 1.2 MB/s 2023-11-15T04:04:13.987 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-15T04:04:14.040 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/nvme3n1 2023-11-15T04:04:14.090 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/nvme3n1 2023-11-15T04:04:14.090 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T04:04:14.090 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 5h/5d Inode: 538 Links: 1 Device type: 103,6 2023-11-15T04:04:14.090 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T04:04:14.091 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2023-11-15 04:03:43.590828635 +0000 2023-11-15T04:04:14.091 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2023-11-15 04:03:43.454831687 +0000 2023-11-15T04:04:14.091 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2023-11-15 04:03:43.454831687 +0000 2023-11-15T04:04:14.091 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2023-11-15T04:04:14.092 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-15T04:04:14.142 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2023-11-15T04:04:14.143 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2023-11-15T04:04:14.143 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.000347966 s, 1.5 MB/s 2023-11-15T04:04:14.144 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-15T04:04:14.195 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/nvme4n1 2023-11-15T04:04:14.246 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/nvme4n1 2023-11-15T04:04:14.246 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T04:04:14.246 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 5h/5d Inode: 546 Links: 1 Device type: 103,8 2023-11-15T04:04:14.246 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T04:04:14.247 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2023-11-15 04:03:43.610828187 +0000 2023-11-15T04:04:14.247 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2023-11-15 04:03:43.458831596 +0000 2023-11-15T04:04:14.247 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2023-11-15 04:03:43.458831596 +0000 2023-11-15T04:04:14.247 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2023-11-15T04:04:14.248 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-15T04:04:14.301 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2023-11-15T04:04:14.301 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2023-11-15T04:04:14.301 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.000472804 s, 1.1 MB/s 2023-11-15T04:04:14.302 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-15T04:04:14.361 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-11-15T04:04:15.712 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:15 smithi154 bash[28156]: cluster 2023-11-15T04:04:14.290194+0000 mgr.smithi081.fomiyu (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:15.712 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:15 smithi154 bash[28156]: audit 2023-11-15T04:04:15.191693+0000 mon.smithi081 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:15.713 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:15 smithi154 bash[28156]: audit 2023-11-15T04:04:15.193302+0000 mon.smithi081 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi081", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T04:04:15.713 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:15 smithi154 bash[28156]: audit 2023-11-15T04:04:15.194649+0000 mon.smithi081 (mon.0) 217 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:04:15.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:15 smithi081 bash[24267]: cluster 2023-11-15T04:04:14.290194+0000 mgr.smithi081.fomiyu (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:15.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:15 smithi081 bash[24267]: audit 2023-11-15T04:04:15.191693+0000 mon.smithi081 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:15.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:15 smithi081 bash[24267]: audit 2023-11-15T04:04:15.193302+0000 mon.smithi081 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi081", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T04:04:15.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:15 smithi081 bash[24267]: audit 2023-11-15T04:04:15.194649+0000 mon.smithi081 (mon.0) 217 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:04:16.809 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:16 smithi081 bash[24267]: cephadm 2023-11-15T04:04:15.192784+0000 mgr.smithi081.fomiyu (mgr.14180) 43 : cephadm [INF] Reconfiguring crash.smithi081 (monmap changed)... 2023-11-15T04:04:16.809 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:16 smithi081 bash[24267]: cephadm 2023-11-15T04:04:15.195669+0000 mgr.smithi081.fomiyu (mgr.14180) 44 : cephadm [INF] Reconfiguring daemon crash.smithi081 on smithi081 2023-11-15T04:04:16.924 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:16 smithi154 bash[28156]: cephadm 2023-11-15T04:04:15.192784+0000 mgr.smithi081.fomiyu (mgr.14180) 43 : cephadm [INF] Reconfiguring crash.smithi081 (monmap changed)... 2023-11-15T04:04:16.924 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:16 smithi154 bash[28156]: cephadm 2023-11-15T04:04:15.195669+0000 mgr.smithi081.fomiyu (mgr.14180) 44 : cephadm [INF] Reconfiguring daemon crash.smithi081 on smithi081 2023-11-15T04:04:17.370 INFO:teuthology.orchestra.run.smithi154.stdout:Scheduled osd.all-available-devices update... 2023-11-15T04:04:17.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:17 smithi154 bash[28156]: cluster 2023-11-15T04:04:16.290606+0000 mgr.smithi081.fomiyu (mgr.14180) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:17.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:17 smithi154 bash[28156]: audit 2023-11-15T04:04:17.369920+0000 mon.smithi081 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:17.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:17 smithi081 bash[24267]: cluster 2023-11-15T04:04:16.290606+0000 mgr.smithi081.fomiyu (mgr.14180) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:17.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:17 smithi081 bash[24267]: audit 2023-11-15T04:04:17.369920+0000 mon.smithi081 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:18.084 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-15T04:04:18.085 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:04:18.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:18 smithi081 bash[24267]: audit 2023-11-15T04:04:17.360090+0000 mgr.smithi081.fomiyu (mgr.14180) 46 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:04:18.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:18 smithi081 bash[24267]: cephadm 2023-11-15T04:04:17.364482+0000 mgr.smithi081.fomiyu (mgr.14180) 47 : cephadm [INF] Marking host: smithi081 for OSDSpec preview refresh. 2023-11-15T04:04:18.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:18 smithi081 bash[24267]: cephadm 2023-11-15T04:04:17.364654+0000 mgr.smithi081.fomiyu (mgr.14180) 48 : cephadm [INF] Marking host: smithi154 for OSDSpec preview refresh. 2023-11-15T04:04:18.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:18 smithi081 bash[24267]: cephadm 2023-11-15T04:04:17.365413+0000 mgr.smithi081.fomiyu (mgr.14180) 49 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-15T04:04:18.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:18 smithi081 bash[24267]: audit 2023-11-15T04:04:17.712392+0000 mon.smithi081 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:19.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:18 smithi154 bash[28156]: audit 2023-11-15T04:04:17.360090+0000 mgr.smithi081.fomiyu (mgr.14180) 46 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:04:19.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:18 smithi154 bash[28156]: cephadm 2023-11-15T04:04:17.364482+0000 mgr.smithi081.fomiyu (mgr.14180) 47 : cephadm [INF] Marking host: smithi081 for OSDSpec preview refresh. 2023-11-15T04:04:19.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:18 smithi154 bash[28156]: cephadm 2023-11-15T04:04:17.364654+0000 mgr.smithi081.fomiyu (mgr.14180) 48 : cephadm [INF] Marking host: smithi154 for OSDSpec preview refresh. 2023-11-15T04:04:19.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:18 smithi154 bash[28156]: cephadm 2023-11-15T04:04:17.365413+0000 mgr.smithi081.fomiyu (mgr.14180) 49 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-15T04:04:19.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:18 smithi154 bash[28156]: audit 2023-11-15T04:04:17.712392+0000 mon.smithi081 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:19.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:19 smithi081 bash[24267]: cephadm 2023-11-15T04:04:17.713758+0000 mgr.smithi081.fomiyu (mgr.14180) 50 : cephadm [INF] Reconfiguring grafana.smithi081 (dependencies changed)... 2023-11-15T04:04:19.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:19 smithi081 bash[24267]: cephadm 2023-11-15T04:04:17.759019+0000 mgr.smithi081.fomiyu (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon grafana.smithi081 on smithi081 2023-11-15T04:04:19.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:19 smithi081 bash[24267]: cluster 2023-11-15T04:04:18.291042+0000 mgr.smithi081.fomiyu (mgr.14180) 52 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:20.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:19 smithi154 bash[28156]: cephadm 2023-11-15T04:04:17.713758+0000 mgr.smithi081.fomiyu (mgr.14180) 50 : cephadm [INF] Reconfiguring grafana.smithi081 (dependencies changed)... 2023-11-15T04:04:20.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:19 smithi154 bash[28156]: cephadm 2023-11-15T04:04:17.759019+0000 mgr.smithi081.fomiyu (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon grafana.smithi081 on smithi081 2023-11-15T04:04:20.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:19 smithi154 bash[28156]: cluster 2023-11-15T04:04:18.291042+0000 mgr.smithi081.fomiyu (mgr.14180) 52 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:21.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:21 smithi081 bash[24267]: cluster 2023-11-15T04:04:20.291461+0000 mgr.smithi081.fomiyu (mgr.14180) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:22.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:21 smithi154 bash[28156]: cluster 2023-11-15T04:04:20.291461+0000 mgr.smithi081.fomiyu (mgr.14180) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:22.537 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:04:22.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:22 smithi081 bash[24267]: audit 2023-11-15T04:04:22.537269+0000 mon.smithi081 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.81:0/1813367766' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:04:23.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:22 smithi154 bash[28156]: audit 2023-11-15T04:04:22.537269+0000 mon.smithi081 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.81:0/1813367766' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:04:23.660 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T04:04:23.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:23 smithi081 bash[24267]: cluster 2023-11-15T04:04:22.291712+0000 mgr.smithi081.fomiyu (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:24.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:23 smithi154 bash[28156]: cluster 2023-11-15T04:04:22.291712+0000 mgr.smithi081.fomiyu (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:24.662 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:04:25.604 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:25 smithi081 bash[24267]: cluster 2023-11-15T04:04:24.292007+0000 mgr.smithi081.fomiyu (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:25.604 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:25 smithi081 bash[24267]: audit 2023-11-15T04:04:24.331037+0000 mon.smithi081 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:25.604 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:25 smithi081 bash[24267]: cephadm 2023-11-15T04:04:24.332350+0000 mgr.smithi081.fomiyu (mgr.14180) 56 : cephadm [INF] Reconfiguring prometheus.smithi081 (dependencies changed)... 2023-11-15T04:04:25.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:25 smithi081 bash[24267]: cephadm 2023-11-15T04:04:24.339321+0000 mgr.smithi081.fomiyu (mgr.14180) 57 : cephadm [INF] Reconfiguring daemon prometheus.smithi081 on smithi081 2023-11-15T04:04:25.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:25 smithi154 bash[28156]: cluster 2023-11-15T04:04:24.292007+0000 mgr.smithi081.fomiyu (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:25.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:25 smithi154 bash[28156]: audit 2023-11-15T04:04:24.331037+0000 mon.smithi081 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:25.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:25 smithi154 bash[28156]: cephadm 2023-11-15T04:04:24.332350+0000 mgr.smithi081.fomiyu (mgr.14180) 56 : cephadm [INF] Reconfiguring prometheus.smithi081 (dependencies changed)... 2023-11-15T04:04:25.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:25 smithi154 bash[28156]: cephadm 2023-11-15T04:04:24.339321+0000 mgr.smithi081.fomiyu (mgr.14180) 57 : cephadm [INF] Reconfiguring daemon prometheus.smithi081 on smithi081 2023-11-15T04:04:27.604 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:27 smithi081 bash[24267]: cluster 2023-11-15T04:04:26.292397+0000 mgr.smithi081.fomiyu (mgr.14180) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:27.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:27 smithi154 bash[28156]: cluster 2023-11-15T04:04:26.292397+0000 mgr.smithi081.fomiyu (mgr.14180) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:29.793 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:29 smithi081 bash[24267]: cluster 2023-11-15T04:04:28.292877+0000 mgr.smithi081.fomiyu (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:29.973 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:04:30.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:29 smithi154 bash[28156]: cluster 2023-11-15T04:04:28.292877+0000 mgr.smithi081.fomiyu (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:30.802 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:30 smithi081 bash[24267]: audit 2023-11-15T04:04:29.972655+0000 mon.smithi081 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.81:0/1465225180' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:04:31.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:30 smithi154 bash[28156]: audit 2023-11-15T04:04:29.972655+0000 mon.smithi081 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.81:0/1465225180' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:04:31.156 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T04:04:31.604 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:31 smithi081 bash[24267]: cluster 2023-11-15T04:04:30.293313+0000 mgr.smithi081.fomiyu (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:32.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:31 smithi154 bash[28156]: cluster 2023-11-15T04:04:30.293313+0000 mgr.smithi081.fomiyu (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:32.157 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:04:33.218 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:32 smithi154 bash[28156]: audit 2023-11-15T04:04:31.840123+0000 mon.smithi081 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:33.219 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:32 smithi154 bash[28156]: cephadm 2023-11-15T04:04:31.841078+0000 mgr.smithi081.fomiyu (mgr.14180) 61 : cephadm [INF] Reconfiguring crash.smithi154 (monmap changed)... 2023-11-15T04:04:33.219 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:32 smithi154 bash[28156]: audit 2023-11-15T04:04:31.841442+0000 mon.smithi081 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi154", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T04:04:33.219 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:32 smithi154 bash[28156]: audit 2023-11-15T04:04:31.842536+0000 mon.smithi081 (mon.0) 225 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:04:33.220 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:32 smithi154 bash[28156]: cephadm 2023-11-15T04:04:31.843502+0000 mgr.smithi081.fomiyu (mgr.14180) 62 : cephadm [INF] Reconfiguring daemon crash.smithi154 on smithi154 2023-11-15T04:04:33.220 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:32 smithi154 bash[28156]: cluster 2023-11-15T04:04:32.293696+0000 mgr.smithi081.fomiyu (mgr.14180) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:33.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:32 smithi081 bash[24267]: audit 2023-11-15T04:04:31.840123+0000 mon.smithi081 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:33.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:32 smithi081 bash[24267]: cephadm 2023-11-15T04:04:31.841078+0000 mgr.smithi081.fomiyu (mgr.14180) 61 : cephadm [INF] Reconfiguring crash.smithi154 (monmap changed)... 2023-11-15T04:04:33.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:32 smithi081 bash[24267]: audit 2023-11-15T04:04:31.841442+0000 mon.smithi081 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi154", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T04:04:33.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:32 smithi081 bash[24267]: audit 2023-11-15T04:04:31.842536+0000 mon.smithi081 (mon.0) 225 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:04:33.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:32 smithi081 bash[24267]: cephadm 2023-11-15T04:04:31.843502+0000 mgr.smithi081.fomiyu (mgr.14180) 62 : cephadm [INF] Reconfiguring daemon crash.smithi154 on smithi154 2023-11-15T04:04:33.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:32 smithi081 bash[24267]: cluster 2023-11-15T04:04:32.293696+0000 mgr.smithi081.fomiyu (mgr.14180) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:34.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:34 smithi081 bash[24267]: audit 2023-11-15T04:04:33.684652+0000 mon.smithi081 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:34.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:34 smithi081 bash[24267]: cephadm 2023-11-15T04:04:33.685573+0000 mgr.smithi081.fomiyu (mgr.14180) 64 : cephadm [INF] Reconfiguring mgr.smithi154.chjpkm (monmap changed)... 2023-11-15T04:04:34.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:34 smithi081 bash[24267]: audit 2023-11-15T04:04:33.685958+0000 mon.smithi081 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi154.chjpkm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T04:04:34.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:34 smithi081 bash[24267]: audit 2023-11-15T04:04:33.687083+0000 mon.smithi081 (mon.0) 228 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T04:04:34.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:34 smithi081 bash[24267]: audit 2023-11-15T04:04:33.687973+0000 mon.smithi081 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:04:34.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:34 smithi081 bash[24267]: cephadm 2023-11-15T04:04:33.688727+0000 mgr.smithi081.fomiyu (mgr.14180) 65 : cephadm [INF] Reconfiguring daemon mgr.smithi154.chjpkm on smithi154 2023-11-15T04:04:34.950 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:34 smithi154 bash[28156]: audit 2023-11-15T04:04:33.684652+0000 mon.smithi081 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:34.951 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:34 smithi154 bash[28156]: cephadm 2023-11-15T04:04:33.685573+0000 mgr.smithi081.fomiyu (mgr.14180) 64 : cephadm [INF] Reconfiguring mgr.smithi154.chjpkm (monmap changed)... 2023-11-15T04:04:34.951 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:34 smithi154 bash[28156]: audit 2023-11-15T04:04:33.685958+0000 mon.smithi081 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi154.chjpkm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T04:04:34.951 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:34 smithi154 bash[28156]: audit 2023-11-15T04:04:33.687083+0000 mon.smithi081 (mon.0) 228 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T04:04:34.951 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:34 smithi154 bash[28156]: audit 2023-11-15T04:04:33.687973+0000 mon.smithi081 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:04:34.951 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:34 smithi154 bash[28156]: cephadm 2023-11-15T04:04:33.688727+0000 mgr.smithi081.fomiyu (mgr.14180) 65 : cephadm [INF] Reconfiguring daemon mgr.smithi154.chjpkm on smithi154 2023-11-15T04:04:35.699 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:04:35.955 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:35 smithi081 bash[24267]: cluster 2023-11-15T04:04:34.294141+0000 mgr.smithi081.fomiyu (mgr.14180) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:35.956 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:35 smithi081 bash[24267]: audit 2023-11-15T04:04:35.458311+0000 mon.smithi081 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:35.956 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:35 smithi081 bash[24267]: audit 2023-11-15T04:04:35.459649+0000 mon.smithi081 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T04:04:35.956 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:35 smithi081 bash[24267]: audit 2023-11-15T04:04:35.460855+0000 mon.smithi081 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T04:04:35.956 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:35 smithi081 bash[24267]: audit 2023-11-15T04:04:35.461889+0000 mon.smithi081 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:04:36.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:35 smithi154 bash[28156]: cluster 2023-11-15T04:04:34.294141+0000 mgr.smithi081.fomiyu (mgr.14180) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:36.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:35 smithi154 bash[28156]: audit 2023-11-15T04:04:35.458311+0000 mon.smithi081 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:36.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:35 smithi154 bash[28156]: audit 2023-11-15T04:04:35.459649+0000 mon.smithi081 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T04:04:36.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:35 smithi154 bash[28156]: audit 2023-11-15T04:04:35.460855+0000 mon.smithi081 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T04:04:36.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:35 smithi154 bash[28156]: audit 2023-11-15T04:04:35.461889+0000 mon.smithi081 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:04:36.452 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T04:04:37.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:36 smithi154 bash[28156]: cephadm 2023-11-15T04:04:35.459280+0000 mgr.smithi081.fomiyu (mgr.14180) 67 : cephadm [INF] Reconfiguring mon.smithi154 (monmap changed)... 2023-11-15T04:04:37.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:36 smithi154 bash[28156]: cephadm 2023-11-15T04:04:35.462802+0000 mgr.smithi081.fomiyu (mgr.14180) 68 : cephadm [INF] Reconfiguring daemon mon.smithi154 on smithi154 2023-11-15T04:04:37.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:36 smithi154 bash[28156]: audit 2023-11-15T04:04:35.698916+0000 mon.smithi081 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.81:0/439850665' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:04:37.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:36 smithi081 bash[24267]: cephadm 2023-11-15T04:04:35.459280+0000 mgr.smithi081.fomiyu (mgr.14180) 67 : cephadm [INF] Reconfiguring mon.smithi154 (monmap changed)... 2023-11-15T04:04:37.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:36 smithi081 bash[24267]: cephadm 2023-11-15T04:04:35.462802+0000 mgr.smithi081.fomiyu (mgr.14180) 68 : cephadm [INF] Reconfiguring daemon mon.smithi154 on smithi154 2023-11-15T04:04:37.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:36 smithi081 bash[24267]: audit 2023-11-15T04:04:35.698916+0000 mon.smithi081 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.81:0/439850665' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:04:37.453 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:04:38.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:37 smithi154 bash[28156]: cluster 2023-11-15T04:04:36.294647+0000 mgr.smithi081.fomiyu (mgr.14180) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:38.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:37 smithi154 bash[28156]: audit 2023-11-15T04:04:37.281591+0000 mon.smithi081 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:38.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:37 smithi154 bash[28156]: audit 2023-11-15T04:04:37.286283+0000 mon.smithi081 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T04:04:38.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:37 smithi154 bash[28156]: audit 2023-11-15T04:04:37.288779+0000 mon.smithi081 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi081.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T04:04:38.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:37 smithi154 bash[28156]: audit 2023-11-15T04:04:37.294896+0000 mon.smithi081 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:38.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:37 smithi154 bash[28156]: audit 2023-11-15T04:04:37.304361+0000 mon.smithi081 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T04:04:38.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:37 smithi154 bash[28156]: audit 2023-11-15T04:04:37.315917+0000 mon.smithi081 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi081.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T04:04:38.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:37 smithi154 bash[28156]: audit 2023-11-15T04:04:37.322799+0000 mon.smithi081 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:38.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:37 smithi154 bash[28156]: audit 2023-11-15T04:04:37.332717+0000 mon.smithi081 (mon.0) 242 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T04:04:38.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:37 smithi154 bash[28156]: audit 2023-11-15T04:04:37.338873+0000 mon.smithi081 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi081.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T04:04:38.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:37 smithi154 bash[28156]: audit 2023-11-15T04:04:37.346072+0000 mon.smithi081 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:38.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:37 smithi154 bash[28156]: audit 2023-11-15T04:04:37.352178+0000 mon.smithi081 (mon.0) 245 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:04:38.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:37 smithi081 bash[24267]: cluster 2023-11-15T04:04:36.294647+0000 mgr.smithi081.fomiyu (mgr.14180) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:38.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:37 smithi081 bash[24267]: audit 2023-11-15T04:04:37.281591+0000 mon.smithi081 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:38.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:37 smithi081 bash[24267]: audit 2023-11-15T04:04:37.286283+0000 mon.smithi081 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T04:04:38.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:37 smithi081 bash[24267]: audit 2023-11-15T04:04:37.288779+0000 mon.smithi081 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi081.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T04:04:38.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:37 smithi081 bash[24267]: audit 2023-11-15T04:04:37.294896+0000 mon.smithi081 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:38.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:37 smithi081 bash[24267]: audit 2023-11-15T04:04:37.304361+0000 mon.smithi081 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T04:04:38.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:37 smithi081 bash[24267]: audit 2023-11-15T04:04:37.315917+0000 mon.smithi081 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi081.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T04:04:38.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:37 smithi081 bash[24267]: audit 2023-11-15T04:04:37.322799+0000 mon.smithi081 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:38.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:37 smithi081 bash[24267]: audit 2023-11-15T04:04:37.332717+0000 mon.smithi081 (mon.0) 242 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T04:04:38.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:37 smithi081 bash[24267]: audit 2023-11-15T04:04:37.338873+0000 mon.smithi081 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi081.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T04:04:38.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:37 smithi081 bash[24267]: audit 2023-11-15T04:04:37.346072+0000 mon.smithi081 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:38.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:37 smithi081 bash[24267]: audit 2023-11-15T04:04:37.352178+0000 mon.smithi081 (mon.0) 245 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:04:39.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:38 smithi154 bash[28156]: audit 2023-11-15T04:04:37.286841+0000 mgr.smithi081.fomiyu (mgr.14180) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T04:04:39.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:38 smithi154 bash[28156]: audit 2023-11-15T04:04:37.289248+0000 mgr.smithi081.fomiyu (mgr.14180) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi081.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T04:04:39.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:38 smithi154 bash[28156]: audit 2023-11-15T04:04:37.304879+0000 mgr.smithi081.fomiyu (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T04:04:39.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:38 smithi154 bash[28156]: audit 2023-11-15T04:04:37.316581+0000 mgr.smithi081.fomiyu (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi081.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T04:04:39.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:38 smithi154 bash[28156]: audit 2023-11-15T04:04:37.333444+0000 mgr.smithi081.fomiyu (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T04:04:39.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:38 smithi154 bash[28156]: audit 2023-11-15T04:04:37.339429+0000 mgr.smithi081.fomiyu (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi081.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T04:04:39.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:38 smithi154 bash[28156]: cluster 2023-11-15T04:04:38.295109+0000 mgr.smithi081.fomiyu (mgr.14180) 76 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:39.081 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:38 smithi081 bash[24267]: audit 2023-11-15T04:04:37.286841+0000 mgr.smithi081.fomiyu (mgr.14180) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T04:04:39.081 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:38 smithi081 bash[24267]: audit 2023-11-15T04:04:37.289248+0000 mgr.smithi081.fomiyu (mgr.14180) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi081.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T04:04:39.081 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:38 smithi081 bash[24267]: audit 2023-11-15T04:04:37.304879+0000 mgr.smithi081.fomiyu (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T04:04:39.082 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:38 smithi081 bash[24267]: audit 2023-11-15T04:04:37.316581+0000 mgr.smithi081.fomiyu (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi081.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T04:04:39.082 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:38 smithi081 bash[24267]: audit 2023-11-15T04:04:37.333444+0000 mgr.smithi081.fomiyu (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T04:04:39.082 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:38 smithi081 bash[24267]: audit 2023-11-15T04:04:37.339429+0000 mgr.smithi081.fomiyu (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi081.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T04:04:39.083 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:38 smithi081 bash[24267]: cluster 2023-11-15T04:04:38.295109+0000 mgr.smithi081.fomiyu (mgr.14180) 76 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:40.708 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:04:41.443 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T04:04:41.604 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:41 smithi081 bash[24267]: cluster 2023-11-15T04:04:40.295507+0000 mgr.smithi081.fomiyu (mgr.14180) 77 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:41.604 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:41 smithi081 bash[24267]: audit 2023-11-15T04:04:40.707864+0000 mon.smithi081 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.81:0/720270355' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:04:41.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:41 smithi154 bash[28156]: cluster 2023-11-15T04:04:40.295507+0000 mgr.smithi081.fomiyu (mgr.14180) 77 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:41.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:41 smithi154 bash[28156]: audit 2023-11-15T04:04:40.707864+0000 mon.smithi081 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.81:0/720270355' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:04:42.445 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:04:43.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:43 smithi081 bash[24267]: cluster 2023-11-15T04:04:42.295869+0000 mgr.smithi081.fomiyu (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:43.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:43 smithi081 bash[24267]: audit 2023-11-15T04:04:42.709437+0000 mon.smithi081 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:43.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:43 smithi081 bash[24267]: audit 2023-11-15T04:04:42.715159+0000 mon.smithi081 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:43.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:43 smithi081 bash[24267]: audit 2023-11-15T04:04:43.177152+0000 mon.smithi081 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:43.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:43 smithi154 bash[28156]: cluster 2023-11-15T04:04:42.295869+0000 mgr.smithi081.fomiyu (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:43.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:43 smithi154 bash[28156]: audit 2023-11-15T04:04:42.709437+0000 mon.smithi081 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:43.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:43 smithi154 bash[28156]: audit 2023-11-15T04:04:42.715159+0000 mon.smithi081 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:43.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:43 smithi154 bash[28156]: audit 2023-11-15T04:04:43.177152+0000 mon.smithi081 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:44.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:44 smithi154 bash[28156]: audit 2023-11-15T04:04:43.443360+0000 mon.smithi081 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:44.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:44 smithi154 bash[28156]: audit 2023-11-15T04:04:43.444788+0000 mon.smithi081 (mon.0) 251 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:04:44.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:44 smithi154 bash[28156]: audit 2023-11-15T04:04:43.445902+0000 mon.smithi081 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:04:44.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:44 smithi154 bash[28156]: audit 2023-11-15T04:04:43.451085+0000 mon.smithi081 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:44.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:44 smithi154 bash[28156]: audit 2023-11-15T04:04:43.457858+0000 mon.smithi081 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:04:44.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:44 smithi154 bash[28156]: audit 2023-11-15T04:04:43.462156+0000 mon.smithi081 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T04:04:44.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:44 smithi154 bash[28156]: audit 2023-11-15T04:04:43.465456+0000 mon.smithi081 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T04:04:44.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:44 smithi154 bash[28156]: audit 2023-11-15T04:04:43.465925+0000 mon.smithi081 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:04:44.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:44 smithi154 bash[28156]: audit 2023-11-15T04:04:43.467014+0000 mon.smithi081 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:04:44.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:44 smithi081 bash[24267]: audit 2023-11-15T04:04:43.443360+0000 mon.smithi081 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:44.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:44 smithi081 bash[24267]: audit 2023-11-15T04:04:43.444788+0000 mon.smithi081 (mon.0) 251 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:04:44.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:44 smithi081 bash[24267]: audit 2023-11-15T04:04:43.445902+0000 mon.smithi081 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:04:44.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:44 smithi081 bash[24267]: audit 2023-11-15T04:04:43.451085+0000 mon.smithi081 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:04:44.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:44 smithi081 bash[24267]: audit 2023-11-15T04:04:43.457858+0000 mon.smithi081 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:04:44.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:44 smithi081 bash[24267]: audit 2023-11-15T04:04:43.462156+0000 mon.smithi081 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T04:04:44.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:44 smithi081 bash[24267]: audit 2023-11-15T04:04:43.465456+0000 mon.smithi081 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T04:04:44.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:44 smithi081 bash[24267]: audit 2023-11-15T04:04:43.465925+0000 mon.smithi081 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:04:44.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:44 smithi081 bash[24267]: audit 2023-11-15T04:04:43.467014+0000 mon.smithi081 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:04:45.603 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:45 smithi081 bash[24267]: cluster 2023-11-15T04:04:44.296256+0000 mgr.smithi081.fomiyu (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:45.718 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:04:46.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:45 smithi154 bash[28156]: cluster 2023-11-15T04:04:44.296256+0000 mgr.smithi081.fomiyu (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:46.422 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T04:04:46.853 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:46 smithi081 bash[24267]: audit 2023-11-15T04:04:45.717869+0000 mon.smithi081 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.81:0/1566590869' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:04:47.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:46 smithi154 bash[28156]: audit 2023-11-15T04:04:45.717869+0000 mon.smithi081 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.81:0/1566590869' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:04:47.423 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:04:47.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:47 smithi081 bash[24267]: cluster 2023-11-15T04:04:46.296626+0000 mgr.smithi081.fomiyu (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:48.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:47 smithi154 bash[28156]: cluster 2023-11-15T04:04:46.296626+0000 mgr.smithi081.fomiyu (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:49.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:49 smithi154 bash[28156]: cluster 2023-11-15T04:04:48.297048+0000 mgr.smithi081.fomiyu (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:49.846 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:49 smithi081 bash[24267]: cluster 2023-11-15T04:04:48.297048+0000 mgr.smithi081.fomiyu (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:51.152 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:04:51.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:51 smithi081 bash[24267]: cluster 2023-11-15T04:04:50.297531+0000 mgr.smithi081.fomiyu (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:51.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:51 smithi081 bash[24267]: audit 2023-11-15T04:04:51.152399+0000 mon.smithi081 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.81:0/3557336737' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:04:52.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:51 smithi154 bash[28156]: cluster 2023-11-15T04:04:50.297531+0000 mgr.smithi081.fomiyu (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:52.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:51 smithi154 bash[28156]: audit 2023-11-15T04:04:51.152399+0000 mon.smithi081 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.81:0/3557336737' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:04:52.284 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T04:04:52.853 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:52 smithi081 bash[24267]: audit 2023-11-15T04:04:52.285296+0000 mon.smithi081 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f25a45c0-1b6a-4147-9f90-9a3de6460a7d"}]: dispatch 2023-11-15T04:04:52.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:52 smithi081 bash[24267]: audit 2023-11-15T04:04:52.285731+0000 mon.smithi154 (mon.1) 2 : audit [INF] from='client.? 172.21.15.154:0/3826143810' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f25a45c0-1b6a-4147-9f90-9a3de6460a7d"}]: dispatch 2023-11-15T04:04:52.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:52 smithi081 bash[24267]: audit 2023-11-15T04:04:52.293336+0000 mon.smithi081 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f25a45c0-1b6a-4147-9f90-9a3de6460a7d"}]': finished 2023-11-15T04:04:52.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:52 smithi081 bash[24267]: cluster 2023-11-15T04:04:52.293411+0000 mon.smithi081 (mon.0) 263 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-15T04:04:52.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:52 smithi081 bash[24267]: audit 2023-11-15T04:04:52.293549+0000 mon.smithi081 (mon.0) 264 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:04:53.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:52 smithi154 bash[28156]: audit 2023-11-15T04:04:52.285296+0000 mon.smithi081 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f25a45c0-1b6a-4147-9f90-9a3de6460a7d"}]: dispatch 2023-11-15T04:04:53.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:52 smithi154 bash[28156]: audit 2023-11-15T04:04:52.285731+0000 mon.smithi154 (mon.1) 2 : audit [INF] from='client.? 172.21.15.154:0/3826143810' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f25a45c0-1b6a-4147-9f90-9a3de6460a7d"}]: dispatch 2023-11-15T04:04:53.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:52 smithi154 bash[28156]: audit 2023-11-15T04:04:52.293336+0000 mon.smithi081 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f25a45c0-1b6a-4147-9f90-9a3de6460a7d"}]': finished 2023-11-15T04:04:53.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:52 smithi154 bash[28156]: cluster 2023-11-15T04:04:52.293411+0000 mon.smithi081 (mon.0) 263 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-15T04:04:53.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:52 smithi154 bash[28156]: audit 2023-11-15T04:04:52.293549+0000 mon.smithi081 (mon.0) 264 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:04:53.286 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:04:53.853 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:53 smithi081 bash[24267]: cluster 2023-11-15T04:04:52.297847+0000 mgr.smithi081.fomiyu (mgr.14180) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:54.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:53 smithi154 bash[28156]: cluster 2023-11-15T04:04:52.297847+0000 mgr.smithi081.fomiyu (mgr.14180) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:54.853 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:54 smithi081 bash[24267]: audit 2023-11-15T04:04:53.951567+0000 mon.smithi154 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.154:0/2305033853' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:04:55.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:54 smithi154 bash[28156]: audit 2023-11-15T04:04:53.951567+0000 mon.smithi154 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.154:0/2305033853' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:04:55.853 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:55 smithi081 bash[24267]: cluster 2023-11-15T04:04:54.298248+0000 mgr.smithi081.fomiyu (mgr.14180) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:55.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:55 smithi081 bash[24267]: audit 2023-11-15T04:04:54.710641+0000 mon.smithi081 (mon.0) 265 : audit [INF] from='client.? 172.21.15.81:0/2700651023' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "81924551-03b4-4b4b-8458-1ef5f387fd03"}]: dispatch 2023-11-15T04:04:55.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:55 smithi081 bash[24267]: audit 2023-11-15T04:04:54.716735+0000 mon.smithi081 (mon.0) 266 : audit [INF] from='client.? 172.21.15.81:0/2700651023' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "81924551-03b4-4b4b-8458-1ef5f387fd03"}]': finished 2023-11-15T04:04:55.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:55 smithi081 bash[24267]: cluster 2023-11-15T04:04:54.716836+0000 mon.smithi081 (mon.0) 267 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-15T04:04:55.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:55 smithi081 bash[24267]: audit 2023-11-15T04:04:54.716975+0000 mon.smithi081 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:04:55.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:55 smithi081 bash[24267]: audit 2023-11-15T04:04:54.717486+0000 mon.smithi081 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:04:56.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:55 smithi154 bash[28156]: cluster 2023-11-15T04:04:54.298248+0000 mgr.smithi081.fomiyu (mgr.14180) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:56.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:55 smithi154 bash[28156]: audit 2023-11-15T04:04:54.710641+0000 mon.smithi081 (mon.0) 265 : audit [INF] from='client.? 172.21.15.81:0/2700651023' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "81924551-03b4-4b4b-8458-1ef5f387fd03"}]: dispatch 2023-11-15T04:04:56.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:55 smithi154 bash[28156]: audit 2023-11-15T04:04:54.716735+0000 mon.smithi081 (mon.0) 266 : audit [INF] from='client.? 172.21.15.81:0/2700651023' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "81924551-03b4-4b4b-8458-1ef5f387fd03"}]': finished 2023-11-15T04:04:56.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:55 smithi154 bash[28156]: cluster 2023-11-15T04:04:54.716836+0000 mon.smithi081 (mon.0) 267 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-15T04:04:56.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:55 smithi154 bash[28156]: audit 2023-11-15T04:04:54.716975+0000 mon.smithi081 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:04:56.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:55 smithi154 bash[28156]: audit 2023-11-15T04:04:54.717486+0000 mon.smithi081 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:04:57.329 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:04:57.789 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:57 smithi081 bash[24267]: cluster 2023-11-15T04:04:56.298699+0000 mgr.smithi081.fomiyu (mgr.14180) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:57.789 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:57 smithi081 bash[24267]: audit 2023-11-15T04:04:56.746309+0000 mon.smithi081 (mon.0) 270 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8333cd9e-3c5c-424b-88f1-de6c6d2dcb54"}]: dispatch 2023-11-15T04:04:57.790 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:57 smithi081 bash[24267]: audit 2023-11-15T04:04:56.746614+0000 mon.smithi154 (mon.1) 4 : audit [INF] from='client.? 172.21.15.154:0/3566327767' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8333cd9e-3c5c-424b-88f1-de6c6d2dcb54"}]: dispatch 2023-11-15T04:04:57.790 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:57 smithi081 bash[24267]: audit 2023-11-15T04:04:56.753648+0000 mon.smithi081 (mon.0) 271 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8333cd9e-3c5c-424b-88f1-de6c6d2dcb54"}]': finished 2023-11-15T04:04:57.790 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:57 smithi081 bash[24267]: cluster 2023-11-15T04:04:56.753765+0000 mon.smithi081 (mon.0) 272 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-15T04:04:57.790 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:57 smithi081 bash[24267]: audit 2023-11-15T04:04:56.754036+0000 mon.smithi081 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:04:57.791 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:57 smithi081 bash[24267]: audit 2023-11-15T04:04:56.754653+0000 mon.smithi081 (mon.0) 274 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:04:57.791 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:57 smithi081 bash[24267]: audit 2023-11-15T04:04:56.755037+0000 mon.smithi081 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:04:57.791 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:57 smithi081 bash[24267]: audit 2023-11-15T04:04:57.329201+0000 mon.smithi081 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.81:0/708559049' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:04:57.791 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:57 smithi081 bash[24267]: audit 2023-11-15T04:04:57.353452+0000 mon.smithi081 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.81:0/3226233086' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:04:58.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:57 smithi154 bash[28156]: cluster 2023-11-15T04:04:56.298699+0000 mgr.smithi081.fomiyu (mgr.14180) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:04:58.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:57 smithi154 bash[28156]: audit 2023-11-15T04:04:56.746309+0000 mon.smithi081 (mon.0) 270 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8333cd9e-3c5c-424b-88f1-de6c6d2dcb54"}]: dispatch 2023-11-15T04:04:58.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:57 smithi154 bash[28156]: audit 2023-11-15T04:04:56.746614+0000 mon.smithi154 (mon.1) 4 : audit [INF] from='client.? 172.21.15.154:0/3566327767' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8333cd9e-3c5c-424b-88f1-de6c6d2dcb54"}]: dispatch 2023-11-15T04:04:58.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:57 smithi154 bash[28156]: audit 2023-11-15T04:04:56.753648+0000 mon.smithi081 (mon.0) 271 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8333cd9e-3c5c-424b-88f1-de6c6d2dcb54"}]': finished 2023-11-15T04:04:58.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:57 smithi154 bash[28156]: cluster 2023-11-15T04:04:56.753765+0000 mon.smithi081 (mon.0) 272 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-15T04:04:58.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:57 smithi154 bash[28156]: audit 2023-11-15T04:04:56.754036+0000 mon.smithi081 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:04:58.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:57 smithi154 bash[28156]: audit 2023-11-15T04:04:56.754653+0000 mon.smithi081 (mon.0) 274 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:04:58.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:57 smithi154 bash[28156]: audit 2023-11-15T04:04:56.755037+0000 mon.smithi081 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:04:58.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:57 smithi154 bash[28156]: audit 2023-11-15T04:04:57.329201+0000 mon.smithi081 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.81:0/708559049' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:04:58.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:57 smithi154 bash[28156]: audit 2023-11-15T04:04:57.353452+0000 mon.smithi081 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.81:0/3226233086' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:04:58.130 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1700021096,"num_remapped_pgs":0} 2023-11-15T04:04:58.853 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:58 smithi081 bash[24267]: audit 2023-11-15T04:04:58.337534+0000 mon.smithi154 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.154:0/3501264006' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:04:59.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:58 smithi154 bash[28156]: audit 2023-11-15T04:04:58.337534+0000 mon.smithi154 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.154:0/3501264006' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:04:59.132 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:05:00.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:04:59 smithi154 bash[28156]: cluster 2023-11-15T04:04:58.299112+0000 mgr.smithi081.fomiyu (mgr.14180) 86 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:00.103 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:04:59 smithi081 bash[24267]: cluster 2023-11-15T04:04:58.299112+0000 mgr.smithi081.fomiyu (mgr.14180) 86 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:00.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:00 smithi081 bash[24267]: audit 2023-11-15T04:05:00.137315+0000 mon.smithi081 (mon.0) 278 : audit [INF] from='client.? 172.21.15.81:0/2225041644' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d4e077fc-c260-4137-8d7c-f486b1b8cdc3"}]: dispatch 2023-11-15T04:05:00.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:00 smithi081 bash[24267]: audit 2023-11-15T04:05:00.141522+0000 mon.smithi081 (mon.0) 279 : audit [INF] from='client.? 172.21.15.81:0/2225041644' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d4e077fc-c260-4137-8d7c-f486b1b8cdc3"}]': finished 2023-11-15T04:05:00.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:00 smithi081 bash[24267]: cluster 2023-11-15T04:05:00.141561+0000 mon.smithi081 (mon.0) 280 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-15T04:05:00.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:00 smithi081 bash[24267]: audit 2023-11-15T04:05:00.141830+0000 mon.smithi081 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:05:00.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:00 smithi081 bash[24267]: audit 2023-11-15T04:05:00.142251+0000 mon.smithi081 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:00.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:00 smithi081 bash[24267]: audit 2023-11-15T04:05:00.142463+0000 mon.smithi081 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:05:00.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:00 smithi081 bash[24267]: audit 2023-11-15T04:05:00.142642+0000 mon.smithi081 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:01.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:00 smithi154 bash[28156]: audit 2023-11-15T04:05:00.137315+0000 mon.smithi081 (mon.0) 278 : audit [INF] from='client.? 172.21.15.81:0/2225041644' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d4e077fc-c260-4137-8d7c-f486b1b8cdc3"}]: dispatch 2023-11-15T04:05:01.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:00 smithi154 bash[28156]: audit 2023-11-15T04:05:00.141522+0000 mon.smithi081 (mon.0) 279 : audit [INF] from='client.? 172.21.15.81:0/2225041644' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d4e077fc-c260-4137-8d7c-f486b1b8cdc3"}]': finished 2023-11-15T04:05:01.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:00 smithi154 bash[28156]: cluster 2023-11-15T04:05:00.141561+0000 mon.smithi081 (mon.0) 280 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-15T04:05:01.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:00 smithi154 bash[28156]: audit 2023-11-15T04:05:00.141830+0000 mon.smithi081 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:05:01.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:00 smithi154 bash[28156]: audit 2023-11-15T04:05:00.142251+0000 mon.smithi081 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:01.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:00 smithi154 bash[28156]: audit 2023-11-15T04:05:00.142463+0000 mon.smithi081 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:05:01.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:00 smithi154 bash[28156]: audit 2023-11-15T04:05:00.142642+0000 mon.smithi081 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:01.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:01 smithi081 bash[24267]: cluster 2023-11-15T04:05:00.299434+0000 mgr.smithi081.fomiyu (mgr.14180) 87 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:01.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:01 smithi081 bash[24267]: audit 2023-11-15T04:05:01.133195+0000 mon.smithi081 (mon.0) 285 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "83199bd7-3065-498f-9a54-293ab0543dfb"}]: dispatch 2023-11-15T04:05:01.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:01 smithi081 bash[24267]: audit 2023-11-15T04:05:01.133686+0000 mon.smithi154 (mon.1) 6 : audit [INF] from='client.? 172.21.15.154:0/1277377977' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "83199bd7-3065-498f-9a54-293ab0543dfb"}]: dispatch 2023-11-15T04:05:01.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:01 smithi081 bash[24267]: audit 2023-11-15T04:05:01.138427+0000 mon.smithi081 (mon.0) 286 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "83199bd7-3065-498f-9a54-293ab0543dfb"}]': finished 2023-11-15T04:05:01.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:01 smithi081 bash[24267]: cluster 2023-11-15T04:05:01.138486+0000 mon.smithi081 (mon.0) 287 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-15T04:05:01.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:01 smithi081 bash[24267]: audit 2023-11-15T04:05:01.144523+0000 mon.smithi081 (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:05:01.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:01 smithi081 bash[24267]: audit 2023-11-15T04:05:01.144918+0000 mon.smithi081 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:01.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:01 smithi081 bash[24267]: audit 2023-11-15T04:05:01.145193+0000 mon.smithi081 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:05:01.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:01 smithi081 bash[24267]: audit 2023-11-15T04:05:01.145482+0000 mon.smithi081 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:01.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:01 smithi081 bash[24267]: audit 2023-11-15T04:05:01.145747+0000 mon.smithi081 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:01.985 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:01 smithi154 bash[28156]: cluster 2023-11-15T04:05:00.299434+0000 mgr.smithi081.fomiyu (mgr.14180) 87 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:01.986 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:01 smithi154 bash[28156]: audit 2023-11-15T04:05:01.133195+0000 mon.smithi081 (mon.0) 285 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "83199bd7-3065-498f-9a54-293ab0543dfb"}]: dispatch 2023-11-15T04:05:01.986 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:01 smithi154 bash[28156]: audit 2023-11-15T04:05:01.133686+0000 mon.smithi154 (mon.1) 6 : audit [INF] from='client.? 172.21.15.154:0/1277377977' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "83199bd7-3065-498f-9a54-293ab0543dfb"}]: dispatch 2023-11-15T04:05:01.986 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:01 smithi154 bash[28156]: audit 2023-11-15T04:05:01.138427+0000 mon.smithi081 (mon.0) 286 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "83199bd7-3065-498f-9a54-293ab0543dfb"}]': finished 2023-11-15T04:05:01.986 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:01 smithi154 bash[28156]: cluster 2023-11-15T04:05:01.138486+0000 mon.smithi081 (mon.0) 287 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-15T04:05:01.986 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:01 smithi154 bash[28156]: audit 2023-11-15T04:05:01.144523+0000 mon.smithi081 (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:05:01.987 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:01 smithi154 bash[28156]: audit 2023-11-15T04:05:01.144918+0000 mon.smithi081 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:01.987 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:01 smithi154 bash[28156]: audit 2023-11-15T04:05:01.145193+0000 mon.smithi081 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:05:01.987 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:01 smithi154 bash[28156]: audit 2023-11-15T04:05:01.145482+0000 mon.smithi081 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:01.987 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:01 smithi154 bash[28156]: audit 2023-11-15T04:05:01.145747+0000 mon.smithi081 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:02.939 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:05:03.662 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1700021101,"num_remapped_pgs":0} 2023-11-15T04:05:04.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:03 smithi154 bash[28156]: cluster 2023-11-15T04:05:02.299776+0000 mgr.smithi081.fomiyu (mgr.14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:04.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:03 smithi154 bash[28156]: audit 2023-11-15T04:05:02.728707+0000 mon.smithi154 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.154:0/1246148807' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:05:04.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:03 smithi154 bash[28156]: audit 2023-11-15T04:05:02.731815+0000 mon.smithi081 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.81:0/1706239680' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:05:04.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:03 smithi154 bash[28156]: audit 2023-11-15T04:05:02.939493+0000 mon.smithi081 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.81:0/933926351' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:05:04.103 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:03 smithi081 bash[24267]: cluster 2023-11-15T04:05:02.299776+0000 mgr.smithi081.fomiyu (mgr.14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:04.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:03 smithi081 bash[24267]: audit 2023-11-15T04:05:02.728707+0000 mon.smithi154 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.154:0/1246148807' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:05:04.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:03 smithi081 bash[24267]: audit 2023-11-15T04:05:02.731815+0000 mon.smithi081 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.81:0/1706239680' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:05:04.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:03 smithi081 bash[24267]: audit 2023-11-15T04:05:02.939493+0000 mon.smithi081 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.81:0/933926351' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:05:04.664 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:05:05.888 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:05 smithi081 bash[24267]: cluster 2023-11-15T04:05:04.300249+0000 mgr.smithi081.fomiyu (mgr.14180) 89 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:05.889 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:05 smithi081 bash[24267]: audit 2023-11-15T04:05:05.510341+0000 mon.smithi081 (mon.0) 295 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5e36775d-fdfd-41bf-a2a4-34840433338b"}]: dispatch 2023-11-15T04:05:05.889 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:05 smithi081 bash[24267]: audit 2023-11-15T04:05:05.510621+0000 mon.smithi154 (mon.1) 8 : audit [INF] from='client.? 172.21.15.154:0/794167973' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5e36775d-fdfd-41bf-a2a4-34840433338b"}]: dispatch 2023-11-15T04:05:05.889 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:05 smithi081 bash[24267]: audit 2023-11-15T04:05:05.515445+0000 mon.smithi081 (mon.0) 296 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5e36775d-fdfd-41bf-a2a4-34840433338b"}]': finished 2023-11-15T04:05:05.889 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:05 smithi081 bash[24267]: cluster 2023-11-15T04:05:05.515520+0000 mon.smithi081 (mon.0) 297 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-15T04:05:05.890 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:05 smithi081 bash[24267]: audit 2023-11-15T04:05:05.515645+0000 mon.smithi081 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:05:05.890 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:05 smithi081 bash[24267]: audit 2023-11-15T04:05:05.516052+0000 mon.smithi081 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:05.890 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:05 smithi081 bash[24267]: audit 2023-11-15T04:05:05.516346+0000 mon.smithi081 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:05:05.890 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:05 smithi081 bash[24267]: audit 2023-11-15T04:05:05.516594+0000 mon.smithi081 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:05.891 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:05 smithi081 bash[24267]: audit 2023-11-15T04:05:05.516845+0000 mon.smithi081 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:05.891 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:05 smithi081 bash[24267]: audit 2023-11-15T04:05:05.517096+0000 mon.smithi081 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:05.891 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:05 smithi081 bash[24267]: audit 2023-11-15T04:05:05.521375+0000 mon.smithi081 (mon.0) 304 : audit [INF] from='client.? 172.21.15.81:0/1869652309' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "df7b96ec-abf3-418b-8cc8-36e4c0999025"}]: dispatch 2023-11-15T04:05:05.891 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:05 smithi081 bash[24267]: audit 2023-11-15T04:05:05.529551+0000 mon.smithi081 (mon.0) 305 : audit [INF] from='client.? 172.21.15.81:0/1869652309' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "df7b96ec-abf3-418b-8cc8-36e4c0999025"}]': finished 2023-11-15T04:05:05.891 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:05 smithi081 bash[24267]: cluster 2023-11-15T04:05:05.529624+0000 mon.smithi081 (mon.0) 306 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-15T04:05:05.892 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:05 smithi081 bash[24267]: audit 2023-11-15T04:05:05.529741+0000 mon.smithi081 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:05:05.892 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:05 smithi081 bash[24267]: audit 2023-11-15T04:05:05.530119+0000 mon.smithi081 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:05.892 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:05 smithi081 bash[24267]: audit 2023-11-15T04:05:05.530299+0000 mon.smithi081 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:05:05.892 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:05 smithi081 bash[24267]: audit 2023-11-15T04:05:05.530499+0000 mon.smithi081 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:05.892 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:05 smithi081 bash[24267]: audit 2023-11-15T04:05:05.530679+0000 mon.smithi081 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:05.893 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:05 smithi081 bash[24267]: audit 2023-11-15T04:05:05.530858+0000 mon.smithi081 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:05.893 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:05 smithi081 bash[24267]: audit 2023-11-15T04:05:05.531049+0000 mon.smithi081 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:05.941 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:05 smithi154 bash[28156]: cluster 2023-11-15T04:05:04.300249+0000 mgr.smithi081.fomiyu (mgr.14180) 89 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:05.941 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:05 smithi154 bash[28156]: audit 2023-11-15T04:05:05.510341+0000 mon.smithi081 (mon.0) 295 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5e36775d-fdfd-41bf-a2a4-34840433338b"}]: dispatch 2023-11-15T04:05:05.942 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:05 smithi154 bash[28156]: audit 2023-11-15T04:05:05.510621+0000 mon.smithi154 (mon.1) 8 : audit [INF] from='client.? 172.21.15.154:0/794167973' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5e36775d-fdfd-41bf-a2a4-34840433338b"}]: dispatch 2023-11-15T04:05:05.942 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:05 smithi154 bash[28156]: audit 2023-11-15T04:05:05.515445+0000 mon.smithi081 (mon.0) 296 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5e36775d-fdfd-41bf-a2a4-34840433338b"}]': finished 2023-11-15T04:05:05.942 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:05 smithi154 bash[28156]: cluster 2023-11-15T04:05:05.515520+0000 mon.smithi081 (mon.0) 297 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-15T04:05:05.943 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:05 smithi154 bash[28156]: audit 2023-11-15T04:05:05.515645+0000 mon.smithi081 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:05:05.943 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:05 smithi154 bash[28156]: audit 2023-11-15T04:05:05.516052+0000 mon.smithi081 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:05.943 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:05 smithi154 bash[28156]: audit 2023-11-15T04:05:05.516346+0000 mon.smithi081 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:05:05.943 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:05 smithi154 bash[28156]: audit 2023-11-15T04:05:05.516594+0000 mon.smithi081 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:05.944 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:05 smithi154 bash[28156]: audit 2023-11-15T04:05:05.516845+0000 mon.smithi081 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:05.944 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:05 smithi154 bash[28156]: audit 2023-11-15T04:05:05.517096+0000 mon.smithi081 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:05.944 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:05 smithi154 bash[28156]: audit 2023-11-15T04:05:05.521375+0000 mon.smithi081 (mon.0) 304 : audit [INF] from='client.? 172.21.15.81:0/1869652309' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "df7b96ec-abf3-418b-8cc8-36e4c0999025"}]: dispatch 2023-11-15T04:05:05.944 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:05 smithi154 bash[28156]: audit 2023-11-15T04:05:05.529551+0000 mon.smithi081 (mon.0) 305 : audit [INF] from='client.? 172.21.15.81:0/1869652309' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "df7b96ec-abf3-418b-8cc8-36e4c0999025"}]': finished 2023-11-15T04:05:05.945 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:05 smithi154 bash[28156]: cluster 2023-11-15T04:05:05.529624+0000 mon.smithi081 (mon.0) 306 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-15T04:05:05.945 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:05 smithi154 bash[28156]: audit 2023-11-15T04:05:05.529741+0000 mon.smithi081 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:05:05.945 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:05 smithi154 bash[28156]: audit 2023-11-15T04:05:05.530119+0000 mon.smithi081 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:05.945 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:05 smithi154 bash[28156]: audit 2023-11-15T04:05:05.530299+0000 mon.smithi081 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:05:05.945 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:05 smithi154 bash[28156]: audit 2023-11-15T04:05:05.530499+0000 mon.smithi081 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:05.946 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:05 smithi154 bash[28156]: audit 2023-11-15T04:05:05.530679+0000 mon.smithi081 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:05.946 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:05 smithi154 bash[28156]: audit 2023-11-15T04:05:05.530858+0000 mon.smithi081 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:05.946 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:05 smithi154 bash[28156]: audit 2023-11-15T04:05:05.531049+0000 mon.smithi081 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:07.919 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:07 smithi081 bash[24267]: cluster 2023-11-15T04:05:06.300830+0000 mgr.smithi081.fomiyu (mgr.14180) 90 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:07.919 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:07 smithi081 bash[24267]: audit 2023-11-15T04:05:07.198819+0000 mon.smithi154 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.154:0/597947006' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:05:08.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:07 smithi154 bash[28156]: cluster 2023-11-15T04:05:06.300830+0000 mgr.smithi081.fomiyu (mgr.14180) 90 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:08.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:07 smithi154 bash[28156]: audit 2023-11-15T04:05:07.198819+0000 mon.smithi154 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.154:0/597947006' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:05:08.327 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:05:08.853 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:08 smithi081 bash[24267]: audit 2023-11-15T04:05:08.118923+0000 mon.smithi081 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.81:0/1857712877' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:05:08.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:08 smithi081 bash[24267]: audit 2023-11-15T04:05:08.326644+0000 mon.smithi081 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.81:0/3297018917' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:05:09.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:08 smithi154 bash[28156]: audit 2023-11-15T04:05:08.118923+0000 mon.smithi081 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.81:0/1857712877' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:05:09.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:08 smithi154 bash[28156]: audit 2023-11-15T04:05:08.326644+0000 mon.smithi081 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.81:0/3297018917' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:05:09.184 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1700021105,"num_remapped_pgs":0} 2023-11-15T04:05:09.928 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:09 smithi154 bash[28156]: cluster 2023-11-15T04:05:08.301236+0000 mgr.smithi081.fomiyu (mgr.14180) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:10.103 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:09 smithi081 bash[24267]: cluster 2023-11-15T04:05:08.301236+0000 mgr.smithi081.fomiyu (mgr.14180) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:10.185 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:05:11.817 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:11 smithi081 bash[24267]: cluster 2023-11-15T04:05:10.301646+0000 mgr.smithi081.fomiyu (mgr.14180) 92 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:11.818 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:11 smithi081 bash[24267]: audit 2023-11-15T04:05:10.919956+0000 mon.smithi081 (mon.0) 316 : audit [INF] from='client.? 172.21.15.81:0/4230405798' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2cf95a9-7dec-481a-adb2-136777ac23d8"}]: dispatch 2023-11-15T04:05:11.818 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:11 smithi081 bash[24267]: audit 2023-11-15T04:05:10.926059+0000 mon.smithi081 (mon.0) 317 : audit [INF] from='client.? 172.21.15.81:0/4230405798' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2cf95a9-7dec-481a-adb2-136777ac23d8"}]': finished 2023-11-15T04:05:11.818 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:11 smithi081 bash[24267]: cluster 2023-11-15T04:05:10.926099+0000 mon.smithi081 (mon.0) 318 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-15T04:05:11.818 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:11 smithi081 bash[24267]: audit 2023-11-15T04:05:10.926195+0000 mon.smithi081 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:05:11.819 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:11 smithi081 bash[24267]: audit 2023-11-15T04:05:10.926554+0000 mon.smithi081 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:11.819 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:11 smithi081 bash[24267]: audit 2023-11-15T04:05:10.926809+0000 mon.smithi081 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:05:11.819 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:11 smithi081 bash[24267]: audit 2023-11-15T04:05:10.927017+0000 mon.smithi081 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:11.819 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:11 smithi081 bash[24267]: audit 2023-11-15T04:05:10.927254+0000 mon.smithi081 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:11.819 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:11 smithi081 bash[24267]: audit 2023-11-15T04:05:10.927498+0000 mon.smithi081 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:11.820 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:11 smithi081 bash[24267]: audit 2023-11-15T04:05:10.927723+0000 mon.smithi081 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:11.820 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:11 smithi081 bash[24267]: audit 2023-11-15T04:05:10.927977+0000 mon.smithi081 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:12.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:11 smithi154 bash[28156]: cluster 2023-11-15T04:05:10.301646+0000 mgr.smithi081.fomiyu (mgr.14180) 92 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:12.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:11 smithi154 bash[28156]: audit 2023-11-15T04:05:10.919956+0000 mon.smithi081 (mon.0) 316 : audit [INF] from='client.? 172.21.15.81:0/4230405798' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2cf95a9-7dec-481a-adb2-136777ac23d8"}]: dispatch 2023-11-15T04:05:12.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:11 smithi154 bash[28156]: audit 2023-11-15T04:05:10.926059+0000 mon.smithi081 (mon.0) 317 : audit [INF] from='client.? 172.21.15.81:0/4230405798' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2cf95a9-7dec-481a-adb2-136777ac23d8"}]': finished 2023-11-15T04:05:12.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:11 smithi154 bash[28156]: cluster 2023-11-15T04:05:10.926099+0000 mon.smithi081 (mon.0) 318 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-15T04:05:12.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:11 smithi154 bash[28156]: audit 2023-11-15T04:05:10.926195+0000 mon.smithi081 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:05:12.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:11 smithi154 bash[28156]: audit 2023-11-15T04:05:10.926554+0000 mon.smithi081 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:12.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:11 smithi154 bash[28156]: audit 2023-11-15T04:05:10.926809+0000 mon.smithi081 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:05:12.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:11 smithi154 bash[28156]: audit 2023-11-15T04:05:10.927017+0000 mon.smithi081 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:12.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:11 smithi154 bash[28156]: audit 2023-11-15T04:05:10.927254+0000 mon.smithi081 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:12.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:11 smithi154 bash[28156]: audit 2023-11-15T04:05:10.927498+0000 mon.smithi081 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:12.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:11 smithi154 bash[28156]: audit 2023-11-15T04:05:10.927723+0000 mon.smithi081 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:12.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:11 smithi154 bash[28156]: audit 2023-11-15T04:05:10.927977+0000 mon.smithi081 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:13.805 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:05:13.836 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:13 smithi081 bash[24267]: cluster 2023-11-15T04:05:12.302074+0000 mgr.smithi081.fomiyu (mgr.14180) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:13.837 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:13 smithi081 bash[24267]: audit 2023-11-15T04:05:13.396862+0000 mon.smithi081 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.81:0/1820222416' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:05:14.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:13 smithi154 bash[28156]: cluster 2023-11-15T04:05:12.302074+0000 mgr.smithi081.fomiyu (mgr.14180) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:14.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:13 smithi154 bash[28156]: audit 2023-11-15T04:05:13.396862+0000 mon.smithi081 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.81:0/1820222416' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:05:14.531 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700021110,"num_remapped_pgs":0} 2023-11-15T04:05:14.853 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:14 smithi081 bash[24267]: audit 2023-11-15T04:05:13.804945+0000 mon.smithi081 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.81:0/1705801057' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:05:15.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:14 smithi154 bash[28156]: audit 2023-11-15T04:05:13.804945+0000 mon.smithi081 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.81:0/1705801057' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:05:15.533 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:05:15.853 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:15 smithi081 bash[24267]: cluster 2023-11-15T04:05:14.302497+0000 mgr.smithi081.fomiyu (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:15.963 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:15 smithi154 bash[28156]: cluster 2023-11-15T04:05:14.302497+0000 mgr.smithi081.fomiyu (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:18.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:17 smithi154 bash[28156]: cluster 2023-11-15T04:05:16.302919+0000 mgr.smithi081.fomiyu (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:18.103 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:17 smithi081 bash[24267]: cluster 2023-11-15T04:05:16.302919+0000 mgr.smithi081.fomiyu (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:19.598 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:05:19.929 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:19 smithi154 bash[28156]: cluster 2023-11-15T04:05:18.303387+0000 mgr.smithi081.fomiyu (mgr.14180) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:19.930 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:19 smithi154 bash[28156]: audit 2023-11-15T04:05:18.823976+0000 mon.smithi081 (mon.0) 329 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-15T04:05:19.930 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:19 smithi154 bash[28156]: audit 2023-11-15T04:05:18.825543+0000 mon.smithi081 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:05:19.930 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:19 smithi154 bash[28156]: audit 2023-11-15T04:05:19.598533+0000 mon.smithi081 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.81:0/4098451075' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:05:20.103 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:19 smithi081 bash[24267]: cluster 2023-11-15T04:05:18.303387+0000 mgr.smithi081.fomiyu (mgr.14180) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:20.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:19 smithi081 bash[24267]: audit 2023-11-15T04:05:18.823976+0000 mon.smithi081 (mon.0) 329 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-15T04:05:20.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:19 smithi081 bash[24267]: audit 2023-11-15T04:05:18.825543+0000 mon.smithi081 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:05:20.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:19 smithi081 bash[24267]: audit 2023-11-15T04:05:19.598533+0000 mon.smithi081 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.81:0/4098451075' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:05:20.385 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700021110,"num_remapped_pgs":0} 2023-11-15T04:05:21.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:20 smithi154 bash[28156]: cephadm 2023-11-15T04:05:18.826690+0000 mgr.smithi081.fomiyu (mgr.14180) 97 : cephadm [INF] Deploying daemon osd.0 on smithi154 2023-11-15T04:05:21.103 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:20 smithi081 bash[24267]: cephadm 2023-11-15T04:05:18.826690+0000 mgr.smithi081.fomiyu (mgr.14180) 97 : cephadm [INF] Deploying daemon osd.0 on smithi154 2023-11-15T04:05:21.386 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:05:21.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:21 smithi081 bash[24267]: cluster 2023-11-15T04:05:20.303806+0000 mgr.smithi081.fomiyu (mgr.14180) 98 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:21.959 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:21 smithi154 bash[28156]: cluster 2023-11-15T04:05:20.303806+0000 mgr.smithi081.fomiyu (mgr.14180) 98 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:23.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:23 smithi081 bash[24267]: cluster 2023-11-15T04:05:22.304245+0000 mgr.smithi081.fomiyu (mgr.14180) 99 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:23.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:23 smithi081 bash[24267]: audit 2023-11-15T04:05:22.965617+0000 mon.smithi081 (mon.0) 332 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:05:23.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:23 smithi081 bash[24267]: audit 2023-11-15T04:05:22.967136+0000 mon.smithi081 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-15T04:05:23.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:23 smithi081 bash[24267]: audit 2023-11-15T04:05:22.968423+0000 mon.smithi081 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:05:24.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:23 smithi154 bash[28156]: cluster 2023-11-15T04:05:22.304245+0000 mgr.smithi081.fomiyu (mgr.14180) 99 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:24.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:23 smithi154 bash[28156]: audit 2023-11-15T04:05:22.965617+0000 mon.smithi081 (mon.0) 332 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:05:24.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:23 smithi154 bash[28156]: audit 2023-11-15T04:05:22.967136+0000 mon.smithi081 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-15T04:05:24.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:23 smithi154 bash[28156]: audit 2023-11-15T04:05:22.968423+0000 mon.smithi081 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:05:24.942 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:24 smithi154 bash[28156]: cephadm 2023-11-15T04:05:22.969251+0000 mgr.smithi081.fomiyu (mgr.14180) 100 : cephadm [INF] Deploying daemon osd.2 on smithi154 2023-11-15T04:05:25.034 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:24 smithi081 bash[24267]: cephadm 2023-11-15T04:05:22.969251+0000 mgr.smithi081.fomiyu (mgr.14180) 100 : cephadm [INF] Deploying daemon osd.2 on smithi154 2023-11-15T04:05:25.472 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:05:25.853 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:25 smithi081 bash[24267]: cluster 2023-11-15T04:05:24.304613+0000 mgr.smithi081.fomiyu (mgr.14180) 101 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:25.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:25 smithi081 bash[24267]: audit 2023-11-15T04:05:25.471994+0000 mon.smithi081 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.81:0/4007332585' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:05:26.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:25 smithi154 bash[28156]: cluster 2023-11-15T04:05:24.304613+0000 mgr.smithi081.fomiyu (mgr.14180) 101 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:26.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:25 smithi154 bash[28156]: audit 2023-11-15T04:05:25.471994+0000 mon.smithi081 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.81:0/4007332585' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:05:26.524 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700021110,"num_remapped_pgs":0} 2023-11-15T04:05:27.526 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:05:27.853 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:27 smithi081 bash[24267]: cluster 2023-11-15T04:05:26.305010+0000 mgr.smithi081.fomiyu (mgr.14180) 102 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:28.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:27 smithi154 bash[28156]: cluster 2023-11-15T04:05:26.305010+0000 mgr.smithi081.fomiyu (mgr.14180) 102 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:29.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:29 smithi081 bash[24267]: cluster 2023-11-15T04:05:28.305463+0000 mgr.smithi081.fomiyu (mgr.14180) 103 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:29.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:29 smithi081 bash[24267]: audit 2023-11-15T04:05:28.844009+0000 mon.smithi081 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:05:29.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:29 smithi081 bash[24267]: audit 2023-11-15T04:05:28.845084+0000 mon.smithi081 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-15T04:05:29.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:29 smithi081 bash[24267]: audit 2023-11-15T04:05:28.846093+0000 mon.smithi081 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:05:29.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:29 smithi081 bash[24267]: audit 2023-11-15T04:05:29.300213+0000 mon.smithi081 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-15T04:05:29.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:29 smithi081 bash[24267]: audit 2023-11-15T04:05:29.301660+0000 mon.smithi081 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:05:30.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:29 smithi154 bash[28156]: cluster 2023-11-15T04:05:28.305463+0000 mgr.smithi081.fomiyu (mgr.14180) 103 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:30.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:29 smithi154 bash[28156]: audit 2023-11-15T04:05:28.844009+0000 mon.smithi081 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:05:30.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:29 smithi154 bash[28156]: audit 2023-11-15T04:05:28.845084+0000 mon.smithi081 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-15T04:05:30.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:29 smithi154 bash[28156]: audit 2023-11-15T04:05:28.846093+0000 mon.smithi081 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:05:30.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:29 smithi154 bash[28156]: audit 2023-11-15T04:05:29.300213+0000 mon.smithi081 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-15T04:05:30.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:29 smithi154 bash[28156]: audit 2023-11-15T04:05:29.301660+0000 mon.smithi081 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:05:31.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:30 smithi154 bash[28156]: cephadm 2023-11-15T04:05:28.846961+0000 mgr.smithi081.fomiyu (mgr.14180) 104 : cephadm [INF] Deploying daemon osd.4 on smithi154 2023-11-15T04:05:31.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:30 smithi154 bash[28156]: cephadm 2023-11-15T04:05:29.302780+0000 mgr.smithi081.fomiyu (mgr.14180) 105 : cephadm [INF] Deploying daemon osd.1 on smithi081 2023-11-15T04:05:31.124 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:30 smithi081 bash[24267]: cephadm 2023-11-15T04:05:28.846961+0000 mgr.smithi081.fomiyu (mgr.14180) 104 : cephadm [INF] Deploying daemon osd.4 on smithi154 2023-11-15T04:05:31.124 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:30 smithi081 bash[24267]: cephadm 2023-11-15T04:05:29.302780+0000 mgr.smithi081.fomiyu (mgr.14180) 105 : cephadm [INF] Deploying daemon osd.1 on smithi081 2023-11-15T04:05:31.731 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:31 smithi081 bash[24267]: cluster 2023-11-15T04:05:30.305883+0000 mgr.smithi081.fomiyu (mgr.14180) 106 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:31.731 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:31 smithi081 bash[24267]: audit 2023-11-15T04:05:31.158725+0000 mon.smithi081 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T04:05:31.732 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:31 smithi081 bash[24267]: audit 2023-11-15T04:05:31.159327+0000 mon.smithi154 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.154:6800/976012998,v1:172.21.15.154:6801/976012998]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T04:05:32.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:31 smithi154 bash[28156]: cluster 2023-11-15T04:05:30.305883+0000 mgr.smithi081.fomiyu (mgr.14180) 106 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:32.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:31 smithi154 bash[28156]: audit 2023-11-15T04:05:31.158725+0000 mon.smithi081 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T04:05:32.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:31 smithi154 bash[28156]: audit 2023-11-15T04:05:31.159327+0000 mon.smithi154 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.154:6800/976012998,v1:172.21.15.154:6801/976012998]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T04:05:32.728 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:05:33.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:32 smithi154 bash[28156]: audit 2023-11-15T04:05:31.719513+0000 mon.smithi081 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-15T04:05:33.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:32 smithi154 bash[28156]: cluster 2023-11-15T04:05:31.719601+0000 mon.smithi081 (mon.0) 343 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-15T04:05:33.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:32 smithi154 bash[28156]: audit 2023-11-15T04:05:31.719836+0000 mon.smithi081 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:05:33.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:32 smithi154 bash[28156]: audit 2023-11-15T04:05:31.720433+0000 mon.smithi081 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:33.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:32 smithi154 bash[28156]: audit 2023-11-15T04:05:31.720704+0000 mon.smithi081 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:05:33.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:32 smithi154 bash[28156]: audit 2023-11-15T04:05:31.721188+0000 mon.smithi081 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:33.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:32 smithi154 bash[28156]: audit 2023-11-15T04:05:31.721617+0000 mon.smithi081 (mon.0) 348 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-11-15T04:05:33.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:32 smithi154 bash[28156]: audit 2023-11-15T04:05:31.721797+0000 mon.smithi154 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.154:6800/976012998,v1:172.21.15.154:6801/976012998]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-11-15T04:05:33.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:32 smithi154 bash[28156]: audit 2023-11-15T04:05:31.721986+0000 mon.smithi081 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:33.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:32 smithi154 bash[28156]: audit 2023-11-15T04:05:31.722294+0000 mon.smithi081 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:33.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:32 smithi154 bash[28156]: audit 2023-11-15T04:05:31.722651+0000 mon.smithi081 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:33.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:32 smithi154 bash[28156]: audit 2023-11-15T04:05:31.723029+0000 mon.smithi081 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:33.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:32 smithi154 bash[28156]: cluster 2023-11-15T04:05:32.306300+0000 mgr.smithi081.fomiyu (mgr.14180) 107 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:33.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:32 smithi081 bash[24267]: audit 2023-11-15T04:05:31.719513+0000 mon.smithi081 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-15T04:05:33.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:32 smithi081 bash[24267]: cluster 2023-11-15T04:05:31.719601+0000 mon.smithi081 (mon.0) 343 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-15T04:05:33.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:32 smithi081 bash[24267]: audit 2023-11-15T04:05:31.719836+0000 mon.smithi081 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:05:33.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:32 smithi081 bash[24267]: audit 2023-11-15T04:05:31.720433+0000 mon.smithi081 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:33.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:32 smithi081 bash[24267]: audit 2023-11-15T04:05:31.720704+0000 mon.smithi081 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:05:33.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:32 smithi081 bash[24267]: audit 2023-11-15T04:05:31.721188+0000 mon.smithi081 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:33.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:32 smithi081 bash[24267]: audit 2023-11-15T04:05:31.721617+0000 mon.smithi081 (mon.0) 348 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-11-15T04:05:33.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:32 smithi081 bash[24267]: audit 2023-11-15T04:05:31.721797+0000 mon.smithi154 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.154:6800/976012998,v1:172.21.15.154:6801/976012998]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-11-15T04:05:33.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:32 smithi081 bash[24267]: audit 2023-11-15T04:05:31.721986+0000 mon.smithi081 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:33.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:32 smithi081 bash[24267]: audit 2023-11-15T04:05:31.722294+0000 mon.smithi081 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:33.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:32 smithi081 bash[24267]: audit 2023-11-15T04:05:31.722651+0000 mon.smithi081 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:33.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:32 smithi081 bash[24267]: audit 2023-11-15T04:05:31.723029+0000 mon.smithi081 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:33.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:32 smithi081 bash[24267]: cluster 2023-11-15T04:05:32.306300+0000 mgr.smithi081.fomiyu (mgr.14180) 107 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:05:33.926 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:33 smithi154 bash[28156]: audit 2023-11-15T04:05:32.727472+0000 mon.smithi081 (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=smithi154", "root=default"]}]': finished 2023-11-15T04:05:33.927 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:33 smithi154 bash[28156]: cluster 2023-11-15T04:05:32.727575+0000 mon.smithi081 (mon.0) 354 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-15T04:05:33.927 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:33 smithi154 bash[28156]: audit 2023-11-15T04:05:32.728022+0000 mon.smithi081 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:05:33.927 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:33 smithi154 bash[28156]: audit 2023-11-15T04:05:32.728678+0000 mon.smithi081 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:33.927 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:33 smithi154 bash[28156]: audit 2023-11-15T04:05:32.728996+0000 mon.smithi081 (mon.0) 357 : audit [DBG] from='client.? 172.21.15.81:0/3303146504' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:05:33.927 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:33 smithi154 bash[28156]: audit 2023-11-15T04:05:32.729276+0000 mon.smithi081 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:05:33.928 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:33 smithi154 bash[28156]: audit 2023-11-15T04:05:32.729644+0000 mon.smithi081 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:33.928 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:33 smithi154 bash[28156]: audit 2023-11-15T04:05:32.730000+0000 mon.smithi081 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:33.928 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:33 smithi154 bash[28156]: audit 2023-11-15T04:05:32.730352+0000 mon.smithi081 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:33.928 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:33 smithi154 bash[28156]: audit 2023-11-15T04:05:32.730717+0000 mon.smithi081 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:33.929 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:33 smithi154 bash[28156]: audit 2023-11-15T04:05:32.731119+0000 mon.smithi081 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:33.929 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:33 smithi154 bash[28156]: audit 2023-11-15T04:05:32.732096+0000 mon.smithi081 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:05:34.049 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:33 smithi081 bash[24267]: audit 2023-11-15T04:05:32.727472+0000 mon.smithi081 (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=smithi154", "root=default"]}]': finished 2023-11-15T04:05:34.049 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:33 smithi081 bash[24267]: cluster 2023-11-15T04:05:32.727575+0000 mon.smithi081 (mon.0) 354 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-15T04:05:34.050 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:33 smithi081 bash[24267]: audit 2023-11-15T04:05:32.728022+0000 mon.smithi081 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:05:34.050 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:33 smithi081 bash[24267]: audit 2023-11-15T04:05:32.728678+0000 mon.smithi081 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:34.050 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:33 smithi081 bash[24267]: audit 2023-11-15T04:05:32.728996+0000 mon.smithi081 (mon.0) 357 : audit [DBG] from='client.? 172.21.15.81:0/3303146504' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:05:34.050 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:33 smithi081 bash[24267]: audit 2023-11-15T04:05:32.729276+0000 mon.smithi081 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:05:34.051 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:33 smithi081 bash[24267]: audit 2023-11-15T04:05:32.729644+0000 mon.smithi081 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:34.051 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:33 smithi081 bash[24267]: audit 2023-11-15T04:05:32.730000+0000 mon.smithi081 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:34.051 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:33 smithi081 bash[24267]: audit 2023-11-15T04:05:32.730352+0000 mon.smithi081 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:34.051 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:33 smithi081 bash[24267]: audit 2023-11-15T04:05:32.730717+0000 mon.smithi081 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:34.051 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:33 smithi081 bash[24267]: audit 2023-11-15T04:05:32.731119+0000 mon.smithi081 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:34.052 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:33 smithi081 bash[24267]: audit 2023-11-15T04:05:32.732096+0000 mon.smithi081 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:05:34.053 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":15,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700021110,"num_remapped_pgs":0} 2023-11-15T04:05:34.828 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:34 smithi154 bash[28156]: cluster 2023-11-15T04:05:32.153707+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:05:34.829 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:34 smithi154 bash[28156]: cluster 2023-11-15T04:05:32.153808+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:05:34.829 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:34 smithi154 bash[28156]: cluster 2023-11-15T04:05:33.729122+0000 mon.smithi081 (mon.0) 365 : cluster [INF] osd.0 [v2:172.21.15.154:6800/976012998,v1:172.21.15.154:6801/976012998] boot 2023-11-15T04:05:34.829 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:34 smithi154 bash[28156]: cluster 2023-11-15T04:05:33.729155+0000 mon.smithi081 (mon.0) 366 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-15T04:05:34.829 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:34 smithi154 bash[28156]: audit 2023-11-15T04:05:33.729559+0000 mon.smithi081 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:05:34.829 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:34 smithi154 bash[28156]: audit 2023-11-15T04:05:33.730106+0000 mon.smithi081 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:34.830 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:34 smithi154 bash[28156]: audit 2023-11-15T04:05:33.730439+0000 mon.smithi081 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:05:34.830 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:34 smithi154 bash[28156]: audit 2023-11-15T04:05:33.730746+0000 mon.smithi081 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:34.830 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:34 smithi154 bash[28156]: audit 2023-11-15T04:05:33.731051+0000 mon.smithi081 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:34.830 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:34 smithi154 bash[28156]: audit 2023-11-15T04:05:33.731299+0000 mon.smithi081 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:34.831 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:34 smithi154 bash[28156]: audit 2023-11-15T04:05:33.731488+0000 mon.smithi081 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:34.831 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:34 smithi154 bash[28156]: audit 2023-11-15T04:05:33.731680+0000 mon.smithi081 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:34.831 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:34 smithi154 bash[28156]: cluster 2023-11-15T04:05:34.306677+0000 mgr.smithi081.fomiyu (mgr.14180) 108 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T04:05:34.853 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:34 smithi081 bash[24267]: cluster 2023-11-15T04:05:32.153707+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:05:34.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:34 smithi081 bash[24267]: cluster 2023-11-15T04:05:32.153808+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:05:34.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:34 smithi081 bash[24267]: cluster 2023-11-15T04:05:33.729122+0000 mon.smithi081 (mon.0) 365 : cluster [INF] osd.0 [v2:172.21.15.154:6800/976012998,v1:172.21.15.154:6801/976012998] boot 2023-11-15T04:05:34.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:34 smithi081 bash[24267]: cluster 2023-11-15T04:05:33.729155+0000 mon.smithi081 (mon.0) 366 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-15T04:05:34.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:34 smithi081 bash[24267]: audit 2023-11-15T04:05:33.729559+0000 mon.smithi081 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:05:34.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:34 smithi081 bash[24267]: audit 2023-11-15T04:05:33.730106+0000 mon.smithi081 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:34.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:34 smithi081 bash[24267]: audit 2023-11-15T04:05:33.730439+0000 mon.smithi081 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:05:34.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:34 smithi081 bash[24267]: audit 2023-11-15T04:05:33.730746+0000 mon.smithi081 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:34.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:34 smithi081 bash[24267]: audit 2023-11-15T04:05:33.731051+0000 mon.smithi081 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:34.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:34 smithi081 bash[24267]: audit 2023-11-15T04:05:33.731299+0000 mon.smithi081 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:34.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:34 smithi081 bash[24267]: audit 2023-11-15T04:05:33.731488+0000 mon.smithi081 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:34.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:34 smithi081 bash[24267]: audit 2023-11-15T04:05:33.731680+0000 mon.smithi081 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:34.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:34 smithi081 bash[24267]: cluster 2023-11-15T04:05:34.306677+0000 mgr.smithi081.fomiyu (mgr.14180) 108 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T04:05:35.055 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:05:35.904 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:35 smithi081 bash[24267]: cluster 2023-11-15T04:05:34.743551+0000 mon.smithi081 (mon.0) 375 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-15T04:05:35.905 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:35 smithi081 bash[24267]: audit 2023-11-15T04:05:34.743735+0000 mon.smithi081 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:35.905 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:35 smithi081 bash[24267]: audit 2023-11-15T04:05:34.744094+0000 mon.smithi081 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:05:35.905 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:35 smithi081 bash[24267]: audit 2023-11-15T04:05:34.744309+0000 mon.smithi081 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:35.906 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:35 smithi081 bash[24267]: audit 2023-11-15T04:05:34.744542+0000 mon.smithi081 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:35.906 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:35 smithi081 bash[24267]: audit 2023-11-15T04:05:34.744746+0000 mon.smithi081 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:35.906 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:35 smithi081 bash[24267]: audit 2023-11-15T04:05:34.744975+0000 mon.smithi081 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:35.906 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:35 smithi081 bash[24267]: audit 2023-11-15T04:05:34.745179+0000 mon.smithi081 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:35.906 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:35 smithi081 bash[24267]: audit 2023-11-15T04:05:34.806524+0000 mon.smithi081 (mon.0) 383 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:05:35.907 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:35 smithi081 bash[24267]: audit 2023-11-15T04:05:34.807657+0000 mon.smithi081 (mon.0) 384 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-15T04:05:35.907 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:35 smithi081 bash[24267]: audit 2023-11-15T04:05:34.808638+0000 mon.smithi081 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:05:35.907 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:35 smithi081 bash[24267]: cephadm 2023-11-15T04:05:34.809427+0000 mgr.smithi081.fomiyu (mgr.14180) 109 : cephadm [INF] Deploying daemon osd.5 on smithi154 2023-11-15T04:05:36.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:35 smithi154 bash[28156]: cluster 2023-11-15T04:05:34.743551+0000 mon.smithi081 (mon.0) 375 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-15T04:05:36.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:35 smithi154 bash[28156]: audit 2023-11-15T04:05:34.743735+0000 mon.smithi081 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:36.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:35 smithi154 bash[28156]: audit 2023-11-15T04:05:34.744094+0000 mon.smithi081 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:05:36.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:35 smithi154 bash[28156]: audit 2023-11-15T04:05:34.744309+0000 mon.smithi081 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:36.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:35 smithi154 bash[28156]: audit 2023-11-15T04:05:34.744542+0000 mon.smithi081 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:36.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:35 smithi154 bash[28156]: audit 2023-11-15T04:05:34.744746+0000 mon.smithi081 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:36.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:35 smithi154 bash[28156]: audit 2023-11-15T04:05:34.744975+0000 mon.smithi081 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:36.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:35 smithi154 bash[28156]: audit 2023-11-15T04:05:34.745179+0000 mon.smithi081 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:36.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:35 smithi154 bash[28156]: audit 2023-11-15T04:05:34.806524+0000 mon.smithi081 (mon.0) 383 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:05:36.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:35 smithi154 bash[28156]: audit 2023-11-15T04:05:34.807657+0000 mon.smithi081 (mon.0) 384 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-15T04:05:36.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:35 smithi154 bash[28156]: audit 2023-11-15T04:05:34.808638+0000 mon.smithi081 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:05:36.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:35 smithi154 bash[28156]: cephadm 2023-11-15T04:05:34.809427+0000 mgr.smithi081.fomiyu (mgr.14180) 109 : cephadm [INF] Deploying daemon osd.5 on smithi154 2023-11-15T04:05:37.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:36 smithi154 bash[28156]: audit 2023-11-15T04:05:35.882335+0000 mon.smithi081 (mon.0) 386 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:05:37.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:36 smithi154 bash[28156]: audit 2023-11-15T04:05:35.883653+0000 mon.smithi081 (mon.0) 387 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-15T04:05:37.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:36 smithi154 bash[28156]: audit 2023-11-15T04:05:35.884505+0000 mon.smithi081 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:05:37.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:36 smithi154 bash[28156]: cephadm 2023-11-15T04:05:35.885391+0000 mgr.smithi081.fomiyu (mgr.14180) 110 : cephadm [INF] Deploying daemon osd.3 on smithi081 2023-11-15T04:05:37.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:36 smithi154 bash[28156]: cluster 2023-11-15T04:05:36.307133+0000 mgr.smithi081.fomiyu (mgr.14180) 111 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T04:05:37.353 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:36 smithi081 bash[24267]: audit 2023-11-15T04:05:35.882335+0000 mon.smithi081 (mon.0) 386 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:05:37.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:36 smithi081 bash[24267]: audit 2023-11-15T04:05:35.883653+0000 mon.smithi081 (mon.0) 387 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-15T04:05:37.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:36 smithi081 bash[24267]: audit 2023-11-15T04:05:35.884505+0000 mon.smithi081 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:05:37.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:36 smithi081 bash[24267]: cephadm 2023-11-15T04:05:35.885391+0000 mgr.smithi081.fomiyu (mgr.14180) 110 : cephadm [INF] Deploying daemon osd.3 on smithi081 2023-11-15T04:05:37.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:36 smithi081 bash[24267]: cluster 2023-11-15T04:05:36.307133+0000 mgr.smithi081.fomiyu (mgr.14180) 111 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T04:05:38.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:37 smithi081 bash[24267]: audit 2023-11-15T04:05:37.639008+0000 mon.smithi081 (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T04:05:38.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:37 smithi081 bash[24267]: audit 2023-11-15T04:05:37.639692+0000 mon.smithi154 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.154:6808/1488143459,v1:172.21.15.154:6809/1488143459]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T04:05:38.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:37 smithi154 bash[28156]: audit 2023-11-15T04:05:37.639008+0000 mon.smithi081 (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T04:05:38.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:37 smithi154 bash[28156]: audit 2023-11-15T04:05:37.639692+0000 mon.smithi154 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.154:6808/1488143459,v1:172.21.15.154:6809/1488143459]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T04:05:39.161 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:38 smithi081 bash[24267]: audit 2023-11-15T04:05:37.899327+0000 mon.smithi081 (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-15T04:05:39.161 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:38 smithi081 bash[24267]: cluster 2023-11-15T04:05:37.899449+0000 mon.smithi081 (mon.0) 391 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-15T04:05:39.162 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:38 smithi081 bash[24267]: audit 2023-11-15T04:05:37.899630+0000 mon.smithi081 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:39.162 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:38 smithi081 bash[24267]: audit 2023-11-15T04:05:37.899978+0000 mon.smithi081 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:05:39.162 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:38 smithi081 bash[24267]: audit 2023-11-15T04:05:37.900157+0000 mon.smithi081 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:39.162 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:38 smithi081 bash[24267]: audit 2023-11-15T04:05:37.900319+0000 mon.smithi081 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:39.163 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:38 smithi081 bash[24267]: audit 2023-11-15T04:05:37.900543+0000 mon.smithi081 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:39.163 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:38 smithi081 bash[24267]: audit 2023-11-15T04:05:37.900817+0000 mon.smithi081 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:39.163 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:38 smithi081 bash[24267]: audit 2023-11-15T04:05:37.901037+0000 mon.smithi081 (mon.0) 398 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-11-15T04:05:39.163 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:38 smithi081 bash[24267]: audit 2023-11-15T04:05:37.901273+0000 mon.smithi081 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:39.163 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:38 smithi081 bash[24267]: audit 2023-11-15T04:05:37.901474+0000 mon.smithi154 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.154:6808/1488143459,v1:172.21.15.154:6809/1488143459]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-11-15T04:05:39.164 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:38 smithi081 bash[24267]: cluster 2023-11-15T04:05:38.307585+0000 mgr.smithi081.fomiyu (mgr.14180) 112 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T04:05:39.167 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:38 smithi154 bash[28156]: audit 2023-11-15T04:05:37.899327+0000 mon.smithi081 (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-15T04:05:39.167 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:38 smithi154 bash[28156]: cluster 2023-11-15T04:05:37.899449+0000 mon.smithi081 (mon.0) 391 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-15T04:05:39.167 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:38 smithi154 bash[28156]: audit 2023-11-15T04:05:37.899630+0000 mon.smithi081 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:39.167 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:38 smithi154 bash[28156]: audit 2023-11-15T04:05:37.899978+0000 mon.smithi081 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:05:39.167 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:38 smithi154 bash[28156]: audit 2023-11-15T04:05:37.900157+0000 mon.smithi081 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:39.168 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:38 smithi154 bash[28156]: audit 2023-11-15T04:05:37.900319+0000 mon.smithi081 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:39.168 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:38 smithi154 bash[28156]: audit 2023-11-15T04:05:37.900543+0000 mon.smithi081 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:39.168 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:38 smithi154 bash[28156]: audit 2023-11-15T04:05:37.900817+0000 mon.smithi081 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:39.168 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:38 smithi154 bash[28156]: audit 2023-11-15T04:05:37.901037+0000 mon.smithi081 (mon.0) 398 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-11-15T04:05:39.168 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:38 smithi154 bash[28156]: audit 2023-11-15T04:05:37.901273+0000 mon.smithi081 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:39.169 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:38 smithi154 bash[28156]: audit 2023-11-15T04:05:37.901474+0000 mon.smithi154 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.154:6808/1488143459,v1:172.21.15.154:6809/1488143459]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-11-15T04:05:39.169 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:38 smithi154 bash[28156]: cluster 2023-11-15T04:05:38.307585+0000 mgr.smithi081.fomiyu (mgr.14180) 112 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T04:05:40.159 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:39 smithi154 bash[28156]: audit 2023-11-15T04:05:38.901288+0000 mon.smithi081 (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=smithi154", "root=default"]}]': finished 2023-11-15T04:05:40.159 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:39 smithi154 bash[28156]: cluster 2023-11-15T04:05:38.901358+0000 mon.smithi081 (mon.0) 401 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-11-15T04:05:40.159 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:39 smithi154 bash[28156]: audit 2023-11-15T04:05:38.901797+0000 mon.smithi081 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:40.159 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:39 smithi154 bash[28156]: audit 2023-11-15T04:05:38.902096+0000 mon.smithi081 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:05:40.160 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:39 smithi154 bash[28156]: audit 2023-11-15T04:05:38.902273+0000 mon.smithi081 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:40.160 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:39 smithi154 bash[28156]: audit 2023-11-15T04:05:38.902420+0000 mon.smithi081 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:40.160 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:39 smithi154 bash[28156]: audit 2023-11-15T04:05:38.902598+0000 mon.smithi081 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:40.160 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:39 smithi154 bash[28156]: audit 2023-11-15T04:05:38.902725+0000 mon.smithi081 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:40.160 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:39 smithi154 bash[28156]: audit 2023-11-15T04:05:38.902880+0000 mon.smithi081 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:40.161 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:39 smithi154 bash[28156]: audit 2023-11-15T04:05:38.908495+0000 mon.smithi081 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:05:40.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:39 smithi081 bash[24267]: audit 2023-11-15T04:05:38.901288+0000 mon.smithi081 (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=smithi154", "root=default"]}]': finished 2023-11-15T04:05:40.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:39 smithi081 bash[24267]: cluster 2023-11-15T04:05:38.901358+0000 mon.smithi081 (mon.0) 401 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-11-15T04:05:40.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:39 smithi081 bash[24267]: audit 2023-11-15T04:05:38.901797+0000 mon.smithi081 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:40.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:39 smithi081 bash[24267]: audit 2023-11-15T04:05:38.902096+0000 mon.smithi081 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:05:40.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:39 smithi081 bash[24267]: audit 2023-11-15T04:05:38.902273+0000 mon.smithi081 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:40.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:39 smithi081 bash[24267]: audit 2023-11-15T04:05:38.902420+0000 mon.smithi081 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:40.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:39 smithi081 bash[24267]: audit 2023-11-15T04:05:38.902598+0000 mon.smithi081 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:40.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:39 smithi081 bash[24267]: audit 2023-11-15T04:05:38.902725+0000 mon.smithi081 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:40.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:39 smithi081 bash[24267]: audit 2023-11-15T04:05:38.902880+0000 mon.smithi081 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:40.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:39 smithi081 bash[24267]: audit 2023-11-15T04:05:38.908495+0000 mon.smithi081 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:05:41.127 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:40 smithi154 bash[28156]: cluster 2023-11-15T04:05:38.608942+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:05:41.128 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:40 smithi154 bash[28156]: cluster 2023-11-15T04:05:38.609000+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:05:41.128 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:40 smithi154 bash[28156]: cluster 2023-11-15T04:05:39.909851+0000 mon.smithi081 (mon.0) 410 : cluster [INF] osd.2 [v2:172.21.15.154:6808/1488143459,v1:172.21.15.154:6809/1488143459] boot 2023-11-15T04:05:41.129 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:40 smithi154 bash[28156]: cluster 2023-11-15T04:05:39.909896+0000 mon.smithi081 (mon.0) 411 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-15T04:05:41.129 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:40 smithi154 bash[28156]: audit 2023-11-15T04:05:39.910320+0000 mon.smithi081 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:41.130 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:40 smithi154 bash[28156]: audit 2023-11-15T04:05:39.910626+0000 mon.smithi081 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:05:41.130 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:40 smithi154 bash[28156]: audit 2023-11-15T04:05:39.910879+0000 mon.smithi081 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:41.130 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:40 smithi154 bash[28156]: audit 2023-11-15T04:05:39.911046+0000 mon.smithi081 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:41.130 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:40 smithi154 bash[28156]: audit 2023-11-15T04:05:39.911243+0000 mon.smithi081 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:41.131 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:40 smithi154 bash[28156]: audit 2023-11-15T04:05:39.911418+0000 mon.smithi081 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:41.131 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:40 smithi154 bash[28156]: audit 2023-11-15T04:05:39.911570+0000 mon.smithi081 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:41.131 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:40 smithi154 bash[28156]: cluster 2023-11-15T04:05:40.307983+0000 mgr.smithi081.fomiyu (mgr.14180) 113 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T04:05:41.221 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:40 smithi081 bash[24267]: cluster 2023-11-15T04:05:38.608942+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:05:41.221 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:40 smithi081 bash[24267]: cluster 2023-11-15T04:05:38.609000+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:05:41.221 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:40 smithi081 bash[24267]: cluster 2023-11-15T04:05:39.909851+0000 mon.smithi081 (mon.0) 410 : cluster [INF] osd.2 [v2:172.21.15.154:6808/1488143459,v1:172.21.15.154:6809/1488143459] boot 2023-11-15T04:05:41.222 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:40 smithi081 bash[24267]: cluster 2023-11-15T04:05:39.909896+0000 mon.smithi081 (mon.0) 411 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-15T04:05:41.222 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:40 smithi081 bash[24267]: audit 2023-11-15T04:05:39.910320+0000 mon.smithi081 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:41.222 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:40 smithi081 bash[24267]: audit 2023-11-15T04:05:39.910626+0000 mon.smithi081 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:05:41.222 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:40 smithi081 bash[24267]: audit 2023-11-15T04:05:39.910879+0000 mon.smithi081 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:41.222 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:40 smithi081 bash[24267]: audit 2023-11-15T04:05:39.911046+0000 mon.smithi081 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:41.223 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:40 smithi081 bash[24267]: audit 2023-11-15T04:05:39.911243+0000 mon.smithi081 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:41.223 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:40 smithi081 bash[24267]: audit 2023-11-15T04:05:39.911418+0000 mon.smithi081 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:41.223 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:40 smithi081 bash[24267]: audit 2023-11-15T04:05:39.911570+0000 mon.smithi081 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:41.223 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:40 smithi081 bash[24267]: cluster 2023-11-15T04:05:40.307983+0000 mgr.smithi081.fomiyu (mgr.14180) 113 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T04:05:42.183 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:41 smithi154 bash[28156]: cluster 2023-11-15T04:05:40.923836+0000 mon.smithi081 (mon.0) 419 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-11-15T04:05:42.183 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:41 smithi154 bash[28156]: audit 2023-11-15T04:05:40.923985+0000 mon.smithi081 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:42.183 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:41 smithi154 bash[28156]: audit 2023-11-15T04:05:40.924393+0000 mon.smithi081 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:42.184 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:41 smithi154 bash[28156]: audit 2023-11-15T04:05:40.924588+0000 mon.smithi081 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:42.184 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:41 smithi154 bash[28156]: audit 2023-11-15T04:05:40.924790+0000 mon.smithi081 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:42.184 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:41 smithi154 bash[28156]: audit 2023-11-15T04:05:40.924978+0000 mon.smithi081 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:42.184 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:41 smithi154 bash[28156]: audit 2023-11-15T04:05:40.925163+0000 mon.smithi081 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:42.184 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:41 smithi154 bash[28156]: audit 2023-11-15T04:05:41.104970+0000 mon.smithi081 (mon.0) 426 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:05:42.344 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:05:42.353 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:41 smithi081 bash[24267]: cluster 2023-11-15T04:05:40.923836+0000 mon.smithi081 (mon.0) 419 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-11-15T04:05:42.353 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:41 smithi081 bash[24267]: audit 2023-11-15T04:05:40.923985+0000 mon.smithi081 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:42.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:41 smithi081 bash[24267]: audit 2023-11-15T04:05:40.924393+0000 mon.smithi081 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:42.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:41 smithi081 bash[24267]: audit 2023-11-15T04:05:40.924588+0000 mon.smithi081 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:42.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:41 smithi081 bash[24267]: audit 2023-11-15T04:05:40.924790+0000 mon.smithi081 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:42.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:41 smithi081 bash[24267]: audit 2023-11-15T04:05:40.924978+0000 mon.smithi081 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:42.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:41 smithi081 bash[24267]: audit 2023-11-15T04:05:40.925163+0000 mon.smithi081 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:42.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:41 smithi081 bash[24267]: audit 2023-11-15T04:05:41.104970+0000 mon.smithi081 (mon.0) 426 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:05:43.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:42 smithi081 bash[24267]: cluster 2023-11-15T04:05:42.308340+0000 mgr.smithi081.fomiyu (mgr.14180) 114 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-15T04:05:43.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:42 smithi081 bash[24267]: audit 2023-11-15T04:05:42.344169+0000 mon.smithi081 (mon.0) 427 : audit [DBG] from='client.? 172.21.15.81:0/468337150' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:05:43.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:42 smithi154 bash[28156]: cluster 2023-11-15T04:05:42.308340+0000 mgr.smithi081.fomiyu (mgr.14180) 114 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-15T04:05:43.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:42 smithi154 bash[28156]: audit 2023-11-15T04:05:42.344169+0000 mon.smithi081 (mon.0) 427 : audit [DBG] from='client.? 172.21.15.81:0/468337150' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:05:43.856 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":21,"num_osds":8,"num_up_osds":2,"osd_up_since":1700021139,"num_in_osds":8,"osd_in_since":1700021110,"num_remapped_pgs":0} 2023-11-15T04:05:44.853 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:44 smithi081 bash[24267]: audit 2023-11-15T04:05:43.695527+0000 mon.smithi081 (mon.0) 428 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T04:05:44.853 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:44 smithi081 bash[24267]: audit 2023-11-15T04:05:43.695702+0000 mon.smithi154 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.154:6816/1187254889,v1:172.21.15.154:6817/1187254889]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T04:05:44.858 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:05:45.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:44 smithi154 bash[28156]: audit 2023-11-15T04:05:43.695527+0000 mon.smithi081 (mon.0) 428 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T04:05:45.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:44 smithi154 bash[28156]: audit 2023-11-15T04:05:43.695702+0000 mon.smithi154 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.154:6816/1187254889,v1:172.21.15.154:6817/1187254889]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T04:05:45.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:45 smithi081 bash[24267]: cluster 2023-11-15T04:05:44.308704+0000 mgr.smithi081.fomiyu (mgr.14180) 115 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-15T04:05:45.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:45 smithi081 bash[24267]: audit 2023-11-15T04:05:44.578093+0000 mon.smithi081 (mon.0) 429 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-15T04:05:45.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:45 smithi081 bash[24267]: cluster 2023-11-15T04:05:44.578191+0000 mon.smithi081 (mon.0) 430 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2023-11-15T04:05:45.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:45 smithi081 bash[24267]: audit 2023-11-15T04:05:44.578490+0000 mon.smithi081 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:45.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:45 smithi081 bash[24267]: audit 2023-11-15T04:05:44.579043+0000 mon.smithi081 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:45.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:45 smithi081 bash[24267]: audit 2023-11-15T04:05:44.579385+0000 mon.smithi081 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:45.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:45 smithi081 bash[24267]: audit 2023-11-15T04:05:44.579633+0000 mon.smithi081 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:45.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:45 smithi081 bash[24267]: audit 2023-11-15T04:05:44.579853+0000 mon.smithi081 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:45.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:45 smithi081 bash[24267]: audit 2023-11-15T04:05:44.580079+0000 mon.smithi081 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:45.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:45 smithi081 bash[24267]: audit 2023-11-15T04:05:44.582304+0000 mon.smithi081 (mon.0) 437 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-11-15T04:05:45.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:45 smithi081 bash[24267]: audit 2023-11-15T04:05:44.583203+0000 mon.smithi154 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.154:6816/1187254889,v1:172.21.15.154:6817/1187254889]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-11-15T04:05:45.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:45 smithi081 bash[24267]: audit 2023-11-15T04:05:44.605256+0000 mon.smithi081 (mon.0) 438 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:05:45.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:45 smithi081 bash[24267]: audit 2023-11-15T04:05:44.606611+0000 mon.smithi081 (mon.0) 439 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-15T04:05:45.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:45 smithi081 bash[24267]: audit 2023-11-15T04:05:44.608118+0000 mon.smithi081 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:05:45.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:45 smithi081 bash[24267]: cephadm 2023-11-15T04:05:44.609242+0000 mgr.smithi081.fomiyu (mgr.14180) 116 : cephadm [INF] Deploying daemon osd.6 on smithi081 2023-11-15T04:05:46.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:45 smithi154 bash[28156]: cluster 2023-11-15T04:05:44.308704+0000 mgr.smithi081.fomiyu (mgr.14180) 115 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-15T04:05:46.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:45 smithi154 bash[28156]: audit 2023-11-15T04:05:44.578093+0000 mon.smithi081 (mon.0) 429 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-15T04:05:46.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:45 smithi154 bash[28156]: cluster 2023-11-15T04:05:44.578191+0000 mon.smithi081 (mon.0) 430 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2023-11-15T04:05:46.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:45 smithi154 bash[28156]: audit 2023-11-15T04:05:44.578490+0000 mon.smithi081 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:46.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:45 smithi154 bash[28156]: audit 2023-11-15T04:05:44.579043+0000 mon.smithi081 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:46.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:45 smithi154 bash[28156]: audit 2023-11-15T04:05:44.579385+0000 mon.smithi081 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:46.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:45 smithi154 bash[28156]: audit 2023-11-15T04:05:44.579633+0000 mon.smithi081 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:46.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:45 smithi154 bash[28156]: audit 2023-11-15T04:05:44.579853+0000 mon.smithi081 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:46.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:45 smithi154 bash[28156]: audit 2023-11-15T04:05:44.580079+0000 mon.smithi081 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:46.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:45 smithi154 bash[28156]: audit 2023-11-15T04:05:44.582304+0000 mon.smithi081 (mon.0) 437 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-11-15T04:05:46.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:45 smithi154 bash[28156]: audit 2023-11-15T04:05:44.583203+0000 mon.smithi154 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.154:6816/1187254889,v1:172.21.15.154:6817/1187254889]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-11-15T04:05:46.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:45 smithi154 bash[28156]: audit 2023-11-15T04:05:44.605256+0000 mon.smithi081 (mon.0) 438 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:05:46.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:45 smithi154 bash[28156]: audit 2023-11-15T04:05:44.606611+0000 mon.smithi081 (mon.0) 439 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-15T04:05:46.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:45 smithi154 bash[28156]: audit 2023-11-15T04:05:44.608118+0000 mon.smithi081 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:05:46.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:45 smithi154 bash[28156]: cephadm 2023-11-15T04:05:44.609242+0000 mgr.smithi081.fomiyu (mgr.14180) 116 : cephadm [INF] Deploying daemon osd.6 on smithi081 2023-11-15T04:05:47.318 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:47 smithi081 bash[24267]: audit 2023-11-15T04:05:45.580087+0000 mon.smithi081 (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2023-11-15T04:05:47.318 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:47 smithi081 bash[24267]: cluster 2023-11-15T04:05:45.580141+0000 mon.smithi081 (mon.0) 442 : cluster [DBG] osdmap e23: 8 total, 2 up, 8 in 2023-11-15T04:05:47.319 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:47 smithi081 bash[24267]: audit 2023-11-15T04:05:45.580598+0000 mon.smithi081 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:47.319 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:47 smithi081 bash[24267]: audit 2023-11-15T04:05:45.581167+0000 mon.smithi081 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:47.319 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:47 smithi081 bash[24267]: audit 2023-11-15T04:05:45.581920+0000 mon.smithi081 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:47.319 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:47 smithi081 bash[24267]: audit 2023-11-15T04:05:45.582422+0000 mon.smithi081 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:47.319 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:47 smithi081 bash[24267]: audit 2023-11-15T04:05:45.582909+0000 mon.smithi081 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:47.320 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:47 smithi081 bash[24267]: audit 2023-11-15T04:05:45.583563+0000 mon.smithi081 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:47.320 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:47 smithi081 bash[24267]: audit 2023-11-15T04:05:45.589348+0000 mon.smithi081 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:47.320 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:47 smithi081 bash[24267]: audit 2023-11-15T04:05:46.333765+0000 mon.smithi081 (mon.0) 450 : audit [INF] from='osd.1 [v2:172.21.15.81:6802/1150707406,v1:172.21.15.81:6803/1150707406]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-15T04:05:47.332 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:47 smithi154 bash[28156]: audit 2023-11-15T04:05:45.580087+0000 mon.smithi081 (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2023-11-15T04:05:47.332 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:47 smithi154 bash[28156]: cluster 2023-11-15T04:05:45.580141+0000 mon.smithi081 (mon.0) 442 : cluster [DBG] osdmap e23: 8 total, 2 up, 8 in 2023-11-15T04:05:47.332 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:47 smithi154 bash[28156]: audit 2023-11-15T04:05:45.580598+0000 mon.smithi081 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:47.333 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:47 smithi154 bash[28156]: audit 2023-11-15T04:05:45.581167+0000 mon.smithi081 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:47.333 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:47 smithi154 bash[28156]: audit 2023-11-15T04:05:45.581920+0000 mon.smithi081 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:47.333 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:47 smithi154 bash[28156]: audit 2023-11-15T04:05:45.582422+0000 mon.smithi081 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:47.334 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:47 smithi154 bash[28156]: audit 2023-11-15T04:05:45.582909+0000 mon.smithi081 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:47.334 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:47 smithi154 bash[28156]: audit 2023-11-15T04:05:45.583563+0000 mon.smithi081 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:47.334 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:47 smithi154 bash[28156]: audit 2023-11-15T04:05:45.589348+0000 mon.smithi081 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:47.334 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:47 smithi154 bash[28156]: audit 2023-11-15T04:05:46.333765+0000 mon.smithi081 (mon.0) 450 : audit [INF] from='osd.1 [v2:172.21.15.81:6802/1150707406,v1:172.21.15.81:6803/1150707406]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-15T04:05:48.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:48 smithi081 bash[24267]: cluster 2023-11-15T04:05:44.694255+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:05:48.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:48 smithi081 bash[24267]: cluster 2023-11-15T04:05:44.694350+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:05:48.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:48 smithi081 bash[24267]: cluster 2023-11-15T04:05:46.309158+0000 mgr.smithi081.fomiyu (mgr.14180) 117 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-15T04:05:48.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:48 smithi081 bash[24267]: cluster 2023-11-15T04:05:46.589934+0000 mon.smithi081 (mon.0) 451 : cluster [INF] osd.4 [v2:172.21.15.154:6816/1187254889,v1:172.21.15.154:6817/1187254889] boot 2023-11-15T04:05:48.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:48 smithi081 bash[24267]: audit 2023-11-15T04:05:46.590023+0000 mon.smithi081 (mon.0) 452 : audit [INF] from='osd.1 [v2:172.21.15.81:6802/1150707406,v1:172.21.15.81:6803/1150707406]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-15T04:05:48.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:48 smithi081 bash[24267]: cluster 2023-11-15T04:05:46.590102+0000 mon.smithi081 (mon.0) 453 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-11-15T04:05:48.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:48 smithi081 bash[24267]: audit 2023-11-15T04:05:46.590701+0000 mon.smithi081 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:48.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:48 smithi081 bash[24267]: audit 2023-11-15T04:05:46.591361+0000 mon.smithi081 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:48.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:48 smithi081 bash[24267]: audit 2023-11-15T04:05:46.591718+0000 mon.smithi081 (mon.0) 456 : audit [INF] from='osd.1 [v2:172.21.15.81:6802/1150707406,v1:172.21.15.81:6803/1150707406]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]: dispatch 2023-11-15T04:05:48.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:48 smithi081 bash[24267]: audit 2023-11-15T04:05:46.592103+0000 mon.smithi081 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:48.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:48 smithi081 bash[24267]: audit 2023-11-15T04:05:46.592523+0000 mon.smithi081 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:48.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:48 smithi081 bash[24267]: audit 2023-11-15T04:05:46.592976+0000 mon.smithi081 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:48.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:48 smithi081 bash[24267]: audit 2023-11-15T04:05:46.593255+0000 mon.smithi081 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:48.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:48 smithi081 bash[24267]: audit 2023-11-15T04:05:46.593637+0000 mon.smithi081 (mon.0) 461 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-15T04:05:48.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:48 smithi081 bash[24267]: audit 2023-11-15T04:05:47.593450+0000 mon.smithi081 (mon.0) 462 : audit [INF] from='osd.1 [v2:172.21.15.81:6802/1150707406,v1:172.21.15.81:6803/1150707406]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]': finished 2023-11-15T04:05:48.243 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:48 smithi081 bash[24267]: audit 2023-11-15T04:05:47.593574+0000 mon.smithi081 (mon.0) 463 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-15T04:05:48.243 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:48 smithi081 bash[24267]: cluster 2023-11-15T04:05:47.593657+0000 mon.smithi081 (mon.0) 464 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2023-11-15T04:05:48.243 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:48 smithi081 bash[24267]: audit 2023-11-15T04:05:47.593864+0000 mon.smithi081 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:48.243 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:48 smithi081 bash[24267]: audit 2023-11-15T04:05:47.594230+0000 mon.smithi081 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:48.244 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:48 smithi081 bash[24267]: audit 2023-11-15T04:05:47.594963+0000 mon.smithi081 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:48.244 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:48 smithi081 bash[24267]: audit 2023-11-15T04:05:47.595289+0000 mon.smithi081 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:48.244 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:48 smithi081 bash[24267]: audit 2023-11-15T04:05:47.595452+0000 mon.smithi081 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:48.244 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:48 smithi081 bash[24267]: audit 2023-11-15T04:05:47.596095+0000 mon.smithi081 (mon.0) 470 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-15T04:05:48.244 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:48 smithi081 bash[24267]: audit 2023-11-15T04:05:47.599033+0000 mon.smithi081 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:48.302 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:48 smithi154 bash[28156]: cluster 2023-11-15T04:05:44.694255+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:05:48.302 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:48 smithi154 bash[28156]: cluster 2023-11-15T04:05:44.694350+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:05:48.303 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:48 smithi154 bash[28156]: cluster 2023-11-15T04:05:46.309158+0000 mgr.smithi081.fomiyu (mgr.14180) 117 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-15T04:05:48.303 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:48 smithi154 bash[28156]: cluster 2023-11-15T04:05:46.589934+0000 mon.smithi081 (mon.0) 451 : cluster [INF] osd.4 [v2:172.21.15.154:6816/1187254889,v1:172.21.15.154:6817/1187254889] boot 2023-11-15T04:05:48.303 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:48 smithi154 bash[28156]: audit 2023-11-15T04:05:46.590023+0000 mon.smithi081 (mon.0) 452 : audit [INF] from='osd.1 [v2:172.21.15.81:6802/1150707406,v1:172.21.15.81:6803/1150707406]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-15T04:05:48.303 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:48 smithi154 bash[28156]: cluster 2023-11-15T04:05:46.590102+0000 mon.smithi081 (mon.0) 453 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-11-15T04:05:48.304 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:48 smithi154 bash[28156]: audit 2023-11-15T04:05:46.590701+0000 mon.smithi081 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:48.304 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:48 smithi154 bash[28156]: audit 2023-11-15T04:05:46.591361+0000 mon.smithi081 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:48.304 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:48 smithi154 bash[28156]: audit 2023-11-15T04:05:46.591718+0000 mon.smithi081 (mon.0) 456 : audit [INF] from='osd.1 [v2:172.21.15.81:6802/1150707406,v1:172.21.15.81:6803/1150707406]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]: dispatch 2023-11-15T04:05:48.304 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:48 smithi154 bash[28156]: audit 2023-11-15T04:05:46.592103+0000 mon.smithi081 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:05:48.304 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:48 smithi154 bash[28156]: audit 2023-11-15T04:05:46.592523+0000 mon.smithi081 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:48.305 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:48 smithi154 bash[28156]: audit 2023-11-15T04:05:46.592976+0000 mon.smithi081 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:48.305 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:48 smithi154 bash[28156]: audit 2023-11-15T04:05:46.593255+0000 mon.smithi081 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:48.305 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:48 smithi154 bash[28156]: audit 2023-11-15T04:05:46.593637+0000 mon.smithi081 (mon.0) 461 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-15T04:05:48.305 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:48 smithi154 bash[28156]: audit 2023-11-15T04:05:47.593450+0000 mon.smithi081 (mon.0) 462 : audit [INF] from='osd.1 [v2:172.21.15.81:6802/1150707406,v1:172.21.15.81:6803/1150707406]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]': finished 2023-11-15T04:05:48.305 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:48 smithi154 bash[28156]: audit 2023-11-15T04:05:47.593574+0000 mon.smithi081 (mon.0) 463 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-15T04:05:48.306 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:48 smithi154 bash[28156]: cluster 2023-11-15T04:05:47.593657+0000 mon.smithi081 (mon.0) 464 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2023-11-15T04:05:48.306 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:48 smithi154 bash[28156]: audit 2023-11-15T04:05:47.593864+0000 mon.smithi081 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:48.306 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:48 smithi154 bash[28156]: audit 2023-11-15T04:05:47.594230+0000 mon.smithi081 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:48.306 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:48 smithi154 bash[28156]: audit 2023-11-15T04:05:47.594963+0000 mon.smithi081 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:48.306 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:48 smithi154 bash[28156]: audit 2023-11-15T04:05:47.595289+0000 mon.smithi081 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:48.307 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:48 smithi154 bash[28156]: audit 2023-11-15T04:05:47.595452+0000 mon.smithi081 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:48.307 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:48 smithi154 bash[28156]: audit 2023-11-15T04:05:47.596095+0000 mon.smithi081 (mon.0) 470 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-15T04:05:48.307 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:48 smithi154 bash[28156]: audit 2023-11-15T04:05:47.599033+0000 mon.smithi081 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:49.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:49 smithi081 bash[24267]: audit 2023-11-15T04:05:48.306669+0000 mon.smithi081 (mon.0) 472 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-15T04:05:49.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:49 smithi081 bash[24267]: audit 2023-11-15T04:05:48.307340+0000 mon.smithi154 (mon.1) 16 : audit [INF] from='osd.5 [v2:172.21.15.154:6824/4075644077,v1:172.21.15.154:6825/4075644077]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-15T04:05:49.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:49 smithi081 bash[24267]: cluster 2023-11-15T04:05:48.309478+0000 mgr.smithi081.fomiyu (mgr.14180) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-15T04:05:49.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:49 smithi081 bash[24267]: audit 2023-11-15T04:05:48.596865+0000 mon.smithi081 (mon.0) 473 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-15T04:05:49.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:49 smithi081 bash[24267]: cluster 2023-11-15T04:05:48.596933+0000 mon.smithi081 (mon.0) 474 : cluster [INF] osd.1 [v2:172.21.15.81:6802/1150707406,v1:172.21.15.81:6803/1150707406] boot 2023-11-15T04:05:49.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:49 smithi081 bash[24267]: audit 2023-11-15T04:05:48.596972+0000 mon.smithi081 (mon.0) 475 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-15T04:05:49.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:49 smithi081 bash[24267]: cluster 2023-11-15T04:05:48.597025+0000 mon.smithi081 (mon.0) 476 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-11-15T04:05:49.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:49 smithi081 bash[24267]: audit 2023-11-15T04:05:48.597473+0000 mon.smithi081 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:49.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:49 smithi081 bash[24267]: audit 2023-11-15T04:05:48.597786+0000 mon.smithi081 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:49.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:49 smithi081 bash[24267]: audit 2023-11-15T04:05:48.597992+0000 mon.smithi081 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:49.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:49 smithi081 bash[24267]: audit 2023-11-15T04:05:48.598215+0000 mon.smithi081 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:49.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:49 smithi081 bash[24267]: audit 2023-11-15T04:05:48.598412+0000 mon.smithi081 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:49.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:49 smithi081 bash[24267]: audit 2023-11-15T04:05:48.602575+0000 mon.smithi081 (mon.0) 482 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-11-15T04:05:49.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:49 smithi081 bash[24267]: audit 2023-11-15T04:05:48.603148+0000 mon.smithi154 (mon.1) 17 : audit [INF] from='osd.5 [v2:172.21.15.154:6824/4075644077,v1:172.21.15.154:6825/4075644077]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-11-15T04:05:49.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:49 smithi154 bash[28156]: audit 2023-11-15T04:05:48.306669+0000 mon.smithi081 (mon.0) 472 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-15T04:05:49.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:49 smithi154 bash[28156]: audit 2023-11-15T04:05:48.307340+0000 mon.smithi154 (mon.1) 16 : audit [INF] from='osd.5 [v2:172.21.15.154:6824/4075644077,v1:172.21.15.154:6825/4075644077]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-15T04:05:49.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:49 smithi154 bash[28156]: cluster 2023-11-15T04:05:48.309478+0000 mgr.smithi081.fomiyu (mgr.14180) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-15T04:05:49.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:49 smithi154 bash[28156]: audit 2023-11-15T04:05:48.596865+0000 mon.smithi081 (mon.0) 473 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-15T04:05:49.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:49 smithi154 bash[28156]: cluster 2023-11-15T04:05:48.596933+0000 mon.smithi081 (mon.0) 474 : cluster [INF] osd.1 [v2:172.21.15.81:6802/1150707406,v1:172.21.15.81:6803/1150707406] boot 2023-11-15T04:05:49.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:49 smithi154 bash[28156]: audit 2023-11-15T04:05:48.596972+0000 mon.smithi081 (mon.0) 475 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-15T04:05:49.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:49 smithi154 bash[28156]: cluster 2023-11-15T04:05:48.597025+0000 mon.smithi081 (mon.0) 476 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-11-15T04:05:49.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:49 smithi154 bash[28156]: audit 2023-11-15T04:05:48.597473+0000 mon.smithi081 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:05:49.504 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:49 smithi154 bash[28156]: audit 2023-11-15T04:05:48.597786+0000 mon.smithi081 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:49.504 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:49 smithi154 bash[28156]: audit 2023-11-15T04:05:48.597992+0000 mon.smithi081 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:49.505 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:49 smithi154 bash[28156]: audit 2023-11-15T04:05:48.598215+0000 mon.smithi081 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:49.505 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:49 smithi154 bash[28156]: audit 2023-11-15T04:05:48.598412+0000 mon.smithi081 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:49.505 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:49 smithi154 bash[28156]: audit 2023-11-15T04:05:48.602575+0000 mon.smithi081 (mon.0) 482 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-11-15T04:05:49.506 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:49 smithi154 bash[28156]: audit 2023-11-15T04:05:48.603148+0000 mon.smithi154 (mon.1) 17 : audit [INF] from='osd.5 [v2:172.21.15.154:6824/4075644077,v1:172.21.15.154:6825/4075644077]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2023-11-15T04:05:50.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:50 smithi081 bash[24267]: cluster 2023-11-15T04:05:47.290409+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:05:50.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:50 smithi081 bash[24267]: cluster 2023-11-15T04:05:47.290466+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:05:50.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:50 smithi081 bash[24267]: audit 2023-11-15T04:05:49.602828+0000 mon.smithi081 (mon.0) 483 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2023-11-15T04:05:50.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:50 smithi081 bash[24267]: cluster 2023-11-15T04:05:49.602918+0000 mon.smithi081 (mon.0) 484 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-11-15T04:05:50.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:50 smithi081 bash[24267]: audit 2023-11-15T04:05:49.603088+0000 mon.smithi081 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:50.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:50 smithi081 bash[24267]: audit 2023-11-15T04:05:49.603516+0000 mon.smithi081 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:50.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:50 smithi081 bash[24267]: audit 2023-11-15T04:05:49.603761+0000 mon.smithi081 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:50.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:50 smithi081 bash[24267]: audit 2023-11-15T04:05:49.603966+0000 mon.smithi081 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:50.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:50 smithi081 bash[24267]: audit 2023-11-15T04:05:49.609087+0000 mon.smithi081 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:50.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:50 smithi154 bash[28156]: cluster 2023-11-15T04:05:47.290409+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:05:50.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:50 smithi154 bash[28156]: cluster 2023-11-15T04:05:47.290466+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:05:50.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:50 smithi154 bash[28156]: audit 2023-11-15T04:05:49.602828+0000 mon.smithi081 (mon.0) 483 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2023-11-15T04:05:50.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:50 smithi154 bash[28156]: cluster 2023-11-15T04:05:49.602918+0000 mon.smithi081 (mon.0) 484 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-11-15T04:05:50.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:50 smithi154 bash[28156]: audit 2023-11-15T04:05:49.603088+0000 mon.smithi081 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:50.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:50 smithi154 bash[28156]: audit 2023-11-15T04:05:49.603516+0000 mon.smithi081 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:50.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:50 smithi154 bash[28156]: audit 2023-11-15T04:05:49.603761+0000 mon.smithi081 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:50.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:50 smithi154 bash[28156]: audit 2023-11-15T04:05:49.603966+0000 mon.smithi081 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:50.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:50 smithi154 bash[28156]: audit 2023-11-15T04:05:49.609087+0000 mon.smithi081 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:51.227 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:05:51.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:51 smithi081 bash[24267]: cluster 2023-11-15T04:05:49.260321+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:05:51.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:51 smithi081 bash[24267]: cluster 2023-11-15T04:05:49.260440+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:05:51.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:51 smithi081 bash[24267]: cluster 2023-11-15T04:05:50.309968+0000 mgr.smithi081.fomiyu (mgr.14180) 119 : cluster [DBG] pgmap v93: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-15T04:05:51.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:51 smithi081 bash[24267]: cluster 2023-11-15T04:05:50.603397+0000 mon.smithi081 (mon.0) 490 : cluster [INF] osd.5 [v2:172.21.15.154:6824/4075644077,v1:172.21.15.154:6825/4075644077] boot 2023-11-15T04:05:51.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:51 smithi081 bash[24267]: cluster 2023-11-15T04:05:50.603454+0000 mon.smithi081 (mon.0) 491 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-11-15T04:05:51.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:51 smithi081 bash[24267]: audit 2023-11-15T04:05:50.603690+0000 mon.smithi081 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:51.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:51 smithi081 bash[24267]: audit 2023-11-15T04:05:50.604142+0000 mon.smithi081 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:51.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:51 smithi081 bash[24267]: audit 2023-11-15T04:05:50.604493+0000 mon.smithi081 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:51.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:51 smithi081 bash[24267]: audit 2023-11-15T04:05:50.604866+0000 mon.smithi081 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:51.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:51 smithi081 bash[24267]: audit 2023-11-15T04:05:51.227381+0000 mon.smithi081 (mon.0) 496 : audit [DBG] from='client.? 172.21.15.81:0/2016356416' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:05:52.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:51 smithi154 bash[28156]: cluster 2023-11-15T04:05:49.260321+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:05:52.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:51 smithi154 bash[28156]: cluster 2023-11-15T04:05:49.260440+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:05:52.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:51 smithi154 bash[28156]: cluster 2023-11-15T04:05:50.309968+0000 mgr.smithi081.fomiyu (mgr.14180) 119 : cluster [DBG] pgmap v93: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-15T04:05:52.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:51 smithi154 bash[28156]: cluster 2023-11-15T04:05:50.603397+0000 mon.smithi081 (mon.0) 490 : cluster [INF] osd.5 [v2:172.21.15.154:6824/4075644077,v1:172.21.15.154:6825/4075644077] boot 2023-11-15T04:05:52.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:51 smithi154 bash[28156]: cluster 2023-11-15T04:05:50.603454+0000 mon.smithi081 (mon.0) 491 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-11-15T04:05:52.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:51 smithi154 bash[28156]: audit 2023-11-15T04:05:50.603690+0000 mon.smithi081 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:52.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:51 smithi154 bash[28156]: audit 2023-11-15T04:05:50.604142+0000 mon.smithi081 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:05:52.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:51 smithi154 bash[28156]: audit 2023-11-15T04:05:50.604493+0000 mon.smithi081 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:52.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:51 smithi154 bash[28156]: audit 2023-11-15T04:05:50.604866+0000 mon.smithi081 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:52.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:51 smithi154 bash[28156]: audit 2023-11-15T04:05:51.227381+0000 mon.smithi081 (mon.0) 496 : audit [DBG] from='client.? 172.21.15.81:0/2016356416' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:05:52.653 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":28,"num_osds":8,"num_up_osds":5,"osd_up_since":1700021150,"num_in_osds":8,"osd_in_since":1700021110,"num_remapped_pgs":0} 2023-11-15T04:05:53.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:52 smithi154 bash[28156]: audit 2023-11-15T04:05:51.665556+0000 mon.smithi081 (mon.0) 497 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:05:53.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:52 smithi154 bash[28156]: cluster 2023-11-15T04:05:52.064192+0000 mon.smithi081 (mon.0) 498 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-11-15T04:05:53.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:52 smithi154 bash[28156]: audit 2023-11-15T04:05:52.064366+0000 mon.smithi081 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:53.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:52 smithi154 bash[28156]: audit 2023-11-15T04:05:52.064652+0000 mon.smithi081 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:53.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:52 smithi154 bash[28156]: audit 2023-11-15T04:05:52.064854+0000 mon.smithi081 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:53.103 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:52 smithi081 bash[24267]: audit 2023-11-15T04:05:51.665556+0000 mon.smithi081 (mon.0) 497 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:05:53.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:52 smithi081 bash[24267]: cluster 2023-11-15T04:05:52.064192+0000 mon.smithi081 (mon.0) 498 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-11-15T04:05:53.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:52 smithi081 bash[24267]: audit 2023-11-15T04:05:52.064366+0000 mon.smithi081 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:53.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:52 smithi081 bash[24267]: audit 2023-11-15T04:05:52.064652+0000 mon.smithi081 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:53.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:52 smithi081 bash[24267]: audit 2023-11-15T04:05:52.064854+0000 mon.smithi081 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:53.654 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:05:53.831 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:53 smithi081 bash[24267]: cluster 2023-11-15T04:05:52.310427+0000 mgr.smithi081.fomiyu (mgr.14180) 120 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T04:05:53.832 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:53 smithi081 bash[24267]: audit 2023-11-15T04:05:53.414560+0000 mon.smithi081 (mon.0) 502 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:05:53.832 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:53 smithi081 bash[24267]: audit 2023-11-15T04:05:53.415846+0000 mon.smithi081 (mon.0) 503 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-15T04:05:53.832 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:53 smithi081 bash[24267]: audit 2023-11-15T04:05:53.417166+0000 mon.smithi081 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:05:54.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:53 smithi154 bash[28156]: cluster 2023-11-15T04:05:52.310427+0000 mgr.smithi081.fomiyu (mgr.14180) 120 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T04:05:54.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:53 smithi154 bash[28156]: audit 2023-11-15T04:05:53.414560+0000 mon.smithi081 (mon.0) 502 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:05:54.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:53 smithi154 bash[28156]: audit 2023-11-15T04:05:53.415846+0000 mon.smithi081 (mon.0) 503 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-15T04:05:54.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:53 smithi154 bash[28156]: audit 2023-11-15T04:05:53.417166+0000 mon.smithi081 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:05:55.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:54 smithi154 bash[28156]: cephadm 2023-11-15T04:05:53.418203+0000 mgr.smithi081.fomiyu (mgr.14180) 121 : cephadm [INF] Deploying daemon osd.7 on smithi081 2023-11-15T04:05:55.103 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:54 smithi081 bash[24267]: cephadm 2023-11-15T04:05:53.418203+0000 mgr.smithi081.fomiyu (mgr.14180) 121 : cephadm [INF] Deploying daemon osd.7 on smithi081 2023-11-15T04:05:55.853 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:55 smithi081 bash[24267]: cluster 2023-11-15T04:05:54.311023+0000 mgr.smithi081.fomiyu (mgr.14180) 122 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T04:05:55.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:55 smithi081 bash[24267]: audit 2023-11-15T04:05:55.109576+0000 mon.smithi081 (mon.0) 505 : audit [INF] from='osd.3 [v2:172.21.15.81:6810/2739741964,v1:172.21.15.81:6811/2739741964]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-15T04:05:56.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:55 smithi154 bash[28156]: cluster 2023-11-15T04:05:54.311023+0000 mgr.smithi081.fomiyu (mgr.14180) 122 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T04:05:56.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:55 smithi154 bash[28156]: audit 2023-11-15T04:05:55.109576+0000 mon.smithi081 (mon.0) 505 : audit [INF] from='osd.3 [v2:172.21.15.81:6810/2739741964,v1:172.21.15.81:6811/2739741964]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-15T04:05:57.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:56 smithi154 bash[28156]: audit 2023-11-15T04:05:55.682239+0000 mon.smithi081 (mon.0) 506 : audit [INF] from='osd.3 [v2:172.21.15.81:6810/2739741964,v1:172.21.15.81:6811/2739741964]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-15T04:05:57.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:56 smithi154 bash[28156]: cluster 2023-11-15T04:05:55.682347+0000 mon.smithi081 (mon.0) 507 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2023-11-15T04:05:57.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:56 smithi154 bash[28156]: audit 2023-11-15T04:05:55.682883+0000 mon.smithi081 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:57.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:56 smithi154 bash[28156]: audit 2023-11-15T04:05:55.683307+0000 mon.smithi081 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:57.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:56 smithi154 bash[28156]: audit 2023-11-15T04:05:55.683526+0000 mon.smithi081 (mon.0) 510 : audit [INF] from='osd.3 [v2:172.21.15.81:6810/2739741964,v1:172.21.15.81:6811/2739741964]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]: dispatch 2023-11-15T04:05:57.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:56 smithi154 bash[28156]: audit 2023-11-15T04:05:55.683980+0000 mon.smithi081 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:57.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:56 smithi154 bash[28156]: audit 2023-11-15T04:05:56.683081+0000 mon.smithi081 (mon.0) 512 : audit [INF] from='osd.3 [v2:172.21.15.81:6810/2739741964,v1:172.21.15.81:6811/2739741964]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]': finished 2023-11-15T04:05:57.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:56 smithi154 bash[28156]: cluster 2023-11-15T04:05:56.683158+0000 mon.smithi081 (mon.0) 513 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2023-11-15T04:05:57.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:56 smithi154 bash[28156]: audit 2023-11-15T04:05:56.683330+0000 mon.smithi081 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:57.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:56 smithi154 bash[28156]: audit 2023-11-15T04:05:56.683750+0000 mon.smithi081 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:57.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:56 smithi081 bash[24267]: audit 2023-11-15T04:05:55.682239+0000 mon.smithi081 (mon.0) 506 : audit [INF] from='osd.3 [v2:172.21.15.81:6810/2739741964,v1:172.21.15.81:6811/2739741964]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-15T04:05:57.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:56 smithi081 bash[24267]: cluster 2023-11-15T04:05:55.682347+0000 mon.smithi081 (mon.0) 507 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2023-11-15T04:05:57.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:56 smithi081 bash[24267]: audit 2023-11-15T04:05:55.682883+0000 mon.smithi081 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:57.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:56 smithi081 bash[24267]: audit 2023-11-15T04:05:55.683307+0000 mon.smithi081 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:57.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:56 smithi081 bash[24267]: audit 2023-11-15T04:05:55.683526+0000 mon.smithi081 (mon.0) 510 : audit [INF] from='osd.3 [v2:172.21.15.81:6810/2739741964,v1:172.21.15.81:6811/2739741964]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]: dispatch 2023-11-15T04:05:57.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:56 smithi081 bash[24267]: audit 2023-11-15T04:05:55.683980+0000 mon.smithi081 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:57.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:56 smithi081 bash[24267]: audit 2023-11-15T04:05:56.683081+0000 mon.smithi081 (mon.0) 512 : audit [INF] from='osd.3 [v2:172.21.15.81:6810/2739741964,v1:172.21.15.81:6811/2739741964]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]': finished 2023-11-15T04:05:57.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:56 smithi081 bash[24267]: cluster 2023-11-15T04:05:56.683158+0000 mon.smithi081 (mon.0) 513 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2023-11-15T04:05:57.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:56 smithi081 bash[24267]: audit 2023-11-15T04:05:56.683330+0000 mon.smithi081 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:57.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:56 smithi081 bash[24267]: audit 2023-11-15T04:05:56.683750+0000 mon.smithi081 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:57.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:57 smithi081 bash[24267]: cluster 2023-11-15T04:05:56.311624+0000 mgr.smithi081.fomiyu (mgr.14180) 123 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T04:05:57.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:57 smithi081 bash[24267]: audit 2023-11-15T04:05:56.684374+0000 mon.smithi081 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:57.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:57 smithi081 bash[24267]: audit 2023-11-15T04:05:56.691176+0000 mon.smithi081 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:57.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:57 smithi081 bash[24267]: cluster 2023-11-15T04:05:57.685756+0000 mon.smithi081 (mon.0) 518 : cluster [INF] osd.3 [v2:172.21.15.81:6810/2739741964,v1:172.21.15.81:6811/2739741964] boot 2023-11-15T04:05:57.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:57 smithi081 bash[24267]: cluster 2023-11-15T04:05:57.685807+0000 mon.smithi081 (mon.0) 519 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-11-15T04:05:57.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:57 smithi081 bash[24267]: audit 2023-11-15T04:05:57.686239+0000 mon.smithi081 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:57.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:57 smithi081 bash[24267]: audit 2023-11-15T04:05:57.686519+0000 mon.smithi081 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:58.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:57 smithi154 bash[28156]: cluster 2023-11-15T04:05:56.311624+0000 mgr.smithi081.fomiyu (mgr.14180) 123 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T04:05:58.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:57 smithi154 bash[28156]: audit 2023-11-15T04:05:56.684374+0000 mon.smithi081 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:58.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:57 smithi154 bash[28156]: audit 2023-11-15T04:05:56.691176+0000 mon.smithi081 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:58.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:57 smithi154 bash[28156]: cluster 2023-11-15T04:05:57.685756+0000 mon.smithi081 (mon.0) 518 : cluster [INF] osd.3 [v2:172.21.15.81:6810/2739741964,v1:172.21.15.81:6811/2739741964] boot 2023-11-15T04:05:58.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:57 smithi154 bash[28156]: cluster 2023-11-15T04:05:57.685807+0000 mon.smithi081 (mon.0) 519 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-11-15T04:05:58.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:57 smithi154 bash[28156]: audit 2023-11-15T04:05:57.686239+0000 mon.smithi081 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:05:58.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:57 smithi154 bash[28156]: audit 2023-11-15T04:05:57.686519+0000 mon.smithi081 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:59.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:58 smithi154 bash[28156]: cluster 2023-11-15T04:05:56.153203+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:05:59.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:58 smithi154 bash[28156]: cluster 2023-11-15T04:05:56.153296+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:05:59.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:58 smithi154 bash[28156]: audit 2023-11-15T04:05:57.687314+0000 mon.smithi081 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:59.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:58 smithi154 bash[28156]: cluster 2023-11-15T04:05:58.573401+0000 mon.smithi081 (mon.0) 523 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-11-15T04:05:59.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:58 smithi154 bash[28156]: audit 2023-11-15T04:05:58.573863+0000 mon.smithi081 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:59.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:58 smithi154 bash[28156]: audit 2023-11-15T04:05:58.574444+0000 mon.smithi081 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:59.103 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:58 smithi081 bash[24267]: cluster 2023-11-15T04:05:56.153203+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:05:59.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:58 smithi081 bash[24267]: cluster 2023-11-15T04:05:56.153296+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:05:59.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:58 smithi081 bash[24267]: audit 2023-11-15T04:05:57.687314+0000 mon.smithi081 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:59.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:58 smithi081 bash[24267]: cluster 2023-11-15T04:05:58.573401+0000 mon.smithi081 (mon.0) 523 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-11-15T04:05:59.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:58 smithi081 bash[24267]: audit 2023-11-15T04:05:58.573863+0000 mon.smithi081 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:59.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:58 smithi081 bash[24267]: audit 2023-11-15T04:05:58.574444+0000 mon.smithi081 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:05:59.848 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:59 smithi081 bash[24267]: cluster 2023-11-15T04:05:58.312256+0000 mgr.smithi081.fomiyu (mgr.14180) 124 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T04:05:59.848 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:59 smithi081 bash[24267]: cluster 2023-11-15T04:05:59.578646+0000 mon.smithi081 (mon.0) 526 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2023-11-15T04:05:59.848 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:59 smithi081 bash[24267]: audit 2023-11-15T04:05:59.579023+0000 mon.smithi081 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:05:59.849 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:05:59 smithi081 bash[24267]: audit 2023-11-15T04:05:59.579553+0000 mon.smithi081 (mon.0) 528 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:06:00.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:59 smithi154 bash[28156]: cluster 2023-11-15T04:05:58.312256+0000 mgr.smithi081.fomiyu (mgr.14180) 124 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T04:06:00.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:59 smithi154 bash[28156]: cluster 2023-11-15T04:05:59.578646+0000 mon.smithi081 (mon.0) 526 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2023-11-15T04:06:00.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:59 smithi154 bash[28156]: audit 2023-11-15T04:05:59.579023+0000 mon.smithi081 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:06:00.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:05:59 smithi154 bash[28156]: audit 2023-11-15T04:05:59.579553+0000 mon.smithi081 (mon.0) 528 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:06:00.241 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:06:00.761 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:00 smithi081 bash[24267]: audit 2023-11-15T04:06:00.241183+0000 mon.smithi081 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.81:0/2644757883' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:06:01.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:00 smithi154 bash[28156]: audit 2023-11-15T04:06:00.241183+0000 mon.smithi081 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.81:0/2644757883' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:06:01.330 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":34,"num_osds":8,"num_up_osds":6,"osd_up_since":1700021157,"num_in_osds":8,"osd_in_since":1700021110,"num_remapped_pgs":0} 2023-11-15T04:06:01.853 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:01 smithi081 bash[24267]: cluster 2023-11-15T04:06:00.312755+0000 mgr.smithi081.fomiyu (mgr.14180) 125 : cluster [DBG] pgmap v105: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T04:06:01.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:01 smithi081 bash[24267]: audit 2023-11-15T04:06:01.619941+0000 mon.smithi081 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:06:02.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:01 smithi154 bash[28156]: cluster 2023-11-15T04:06:00.312755+0000 mgr.smithi081.fomiyu (mgr.14180) 125 : cluster [DBG] pgmap v105: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T04:06:02.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:01 smithi154 bash[28156]: audit 2023-11-15T04:06:01.619941+0000 mon.smithi081 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:06:02.331 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:06:03.853 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:03 smithi081 bash[24267]: cluster 2023-11-15T04:06:02.313258+0000 mgr.smithi081.fomiyu (mgr.14180) 126 : cluster [DBG] pgmap v106: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T04:06:03.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:03 smithi081 bash[24267]: audit 2023-11-15T04:06:03.561264+0000 mon.smithi081 (mon.0) 531 : audit [INF] from='osd.6 [v2:172.21.15.81:6818/2828244092,v1:172.21.15.81:6819/2828244092]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T04:06:04.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:03 smithi154 bash[28156]: cluster 2023-11-15T04:06:02.313258+0000 mgr.smithi081.fomiyu (mgr.14180) 126 : cluster [DBG] pgmap v106: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T04:06:04.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:03 smithi154 bash[28156]: audit 2023-11-15T04:06:03.561264+0000 mon.smithi081 (mon.0) 531 : audit [INF] from='osd.6 [v2:172.21.15.81:6818/2828244092,v1:172.21.15.81:6819/2828244092]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T04:06:05.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:04 smithi154 bash[28156]: audit 2023-11-15T04:06:03.719580+0000 mon.smithi081 (mon.0) 532 : audit [INF] from='osd.6 [v2:172.21.15.81:6818/2828244092,v1:172.21.15.81:6819/2828244092]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-15T04:06:05.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:04 smithi154 bash[28156]: cluster 2023-11-15T04:06:03.719672+0000 mon.smithi081 (mon.0) 533 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2023-11-15T04:06:05.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:04 smithi154 bash[28156]: audit 2023-11-15T04:06:03.720246+0000 mon.smithi081 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:06:05.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:04 smithi154 bash[28156]: audit 2023-11-15T04:06:03.720814+0000 mon.smithi081 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:06:05.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:04 smithi154 bash[28156]: audit 2023-11-15T04:06:03.721263+0000 mon.smithi081 (mon.0) 536 : audit [INF] from='osd.6 [v2:172.21.15.81:6818/2828244092,v1:172.21.15.81:6819/2828244092]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]: dispatch 2023-11-15T04:06:05.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:04 smithi154 bash[28156]: cluster 2023-11-15T04:06:04.313842+0000 mgr.smithi081.fomiyu (mgr.14180) 127 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T04:06:05.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:04 smithi081 bash[24267]: audit 2023-11-15T04:06:03.719580+0000 mon.smithi081 (mon.0) 532 : audit [INF] from='osd.6 [v2:172.21.15.81:6818/2828244092,v1:172.21.15.81:6819/2828244092]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-15T04:06:05.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:04 smithi081 bash[24267]: cluster 2023-11-15T04:06:03.719672+0000 mon.smithi081 (mon.0) 533 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2023-11-15T04:06:05.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:04 smithi081 bash[24267]: audit 2023-11-15T04:06:03.720246+0000 mon.smithi081 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:06:05.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:04 smithi081 bash[24267]: audit 2023-11-15T04:06:03.720814+0000 mon.smithi081 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:06:05.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:04 smithi081 bash[24267]: audit 2023-11-15T04:06:03.721263+0000 mon.smithi081 (mon.0) 536 : audit [INF] from='osd.6 [v2:172.21.15.81:6818/2828244092,v1:172.21.15.81:6819/2828244092]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]: dispatch 2023-11-15T04:06:05.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:04 smithi081 bash[24267]: cluster 2023-11-15T04:06:04.313842+0000 mgr.smithi081.fomiyu (mgr.14180) 127 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T04:06:06.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:05 smithi154 bash[28156]: audit 2023-11-15T04:06:04.725209+0000 mon.smithi081 (mon.0) 537 : audit [INF] from='osd.6 [v2:172.21.15.81:6818/2828244092,v1:172.21.15.81:6819/2828244092]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]': finished 2023-11-15T04:06:06.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:05 smithi154 bash[28156]: cluster 2023-11-15T04:06:04.725321+0000 mon.smithi081 (mon.0) 538 : cluster [DBG] osdmap e36: 8 total, 6 up, 8 in 2023-11-15T04:06:06.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:05 smithi154 bash[28156]: audit 2023-11-15T04:06:04.726281+0000 mon.smithi081 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:06:06.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:05 smithi154 bash[28156]: audit 2023-11-15T04:06:04.727028+0000 mon.smithi081 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:06:06.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:05 smithi154 bash[28156]: audit 2023-11-15T04:06:04.732818+0000 mon.smithi081 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:06:06.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:05 smithi154 bash[28156]: audit 2023-11-15T04:06:05.730711+0000 mon.smithi081 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:06:06.098 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:05 smithi081 bash[24267]: audit 2023-11-15T04:06:04.725209+0000 mon.smithi081 (mon.0) 537 : audit [INF] from='osd.6 [v2:172.21.15.81:6818/2828244092,v1:172.21.15.81:6819/2828244092]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]': finished 2023-11-15T04:06:06.099 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:05 smithi081 bash[24267]: cluster 2023-11-15T04:06:04.725321+0000 mon.smithi081 (mon.0) 538 : cluster [DBG] osdmap e36: 8 total, 6 up, 8 in 2023-11-15T04:06:06.099 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:05 smithi081 bash[24267]: audit 2023-11-15T04:06:04.726281+0000 mon.smithi081 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:06:06.099 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:05 smithi081 bash[24267]: audit 2023-11-15T04:06:04.727028+0000 mon.smithi081 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:06:06.099 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:05 smithi081 bash[24267]: audit 2023-11-15T04:06:04.732818+0000 mon.smithi081 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:06:06.100 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:05 smithi081 bash[24267]: audit 2023-11-15T04:06:05.730711+0000 mon.smithi081 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:06:06.503 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:06:06.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:06 smithi081 bash[24267]: cluster 2023-11-15T04:06:04.602806+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:06:06.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:06 smithi081 bash[24267]: cluster 2023-11-15T04:06:04.602931+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:06:06.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:06 smithi081 bash[24267]: cluster 2023-11-15T04:06:05.744321+0000 mon.smithi081 (mon.0) 543 : cluster [INF] osd.6 [v2:172.21.15.81:6818/2828244092,v1:172.21.15.81:6819/2828244092] boot 2023-11-15T04:06:06.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:06 smithi081 bash[24267]: cluster 2023-11-15T04:06:05.744390+0000 mon.smithi081 (mon.0) 544 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-11-15T04:06:06.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:06 smithi081 bash[24267]: audit 2023-11-15T04:06:05.745058+0000 mon.smithi081 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:06:06.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:06 smithi081 bash[24267]: audit 2023-11-15T04:06:05.745866+0000 mon.smithi081 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:06:06.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:06 smithi081 bash[24267]: cluster 2023-11-15T04:06:06.314242+0000 mgr.smithi081.fomiyu (mgr.14180) 128 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T04:06:06.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:06 smithi081 bash[24267]: audit 2023-11-15T04:06:06.503116+0000 mon.smithi081 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.81:0/3022336448' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:06:07.235 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":37,"num_osds":8,"num_up_osds":7,"osd_up_since":1700021165,"num_in_osds":8,"osd_in_since":1700021110,"num_remapped_pgs":0} 2023-11-15T04:06:07.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:06 smithi154 bash[28156]: cluster 2023-11-15T04:06:04.602806+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:06:07.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:06 smithi154 bash[28156]: cluster 2023-11-15T04:06:04.602931+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:06:07.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:06 smithi154 bash[28156]: cluster 2023-11-15T04:06:05.744321+0000 mon.smithi081 (mon.0) 543 : cluster [INF] osd.6 [v2:172.21.15.81:6818/2828244092,v1:172.21.15.81:6819/2828244092] boot 2023-11-15T04:06:07.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:06 smithi154 bash[28156]: cluster 2023-11-15T04:06:05.744390+0000 mon.smithi081 (mon.0) 544 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-11-15T04:06:07.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:06 smithi154 bash[28156]: audit 2023-11-15T04:06:05.745058+0000 mon.smithi081 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:06:07.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:06 smithi154 bash[28156]: audit 2023-11-15T04:06:05.745866+0000 mon.smithi081 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:06:07.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:06 smithi154 bash[28156]: cluster 2023-11-15T04:06:06.314242+0000 mgr.smithi081.fomiyu (mgr.14180) 128 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T04:06:07.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:06 smithi154 bash[28156]: audit 2023-11-15T04:06:06.503116+0000 mon.smithi081 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.81:0/3022336448' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:06:08.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:07 smithi081 bash[24267]: cluster 2023-11-15T04:06:06.758147+0000 mon.smithi081 (mon.0) 548 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2023-11-15T04:06:08.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:07 smithi081 bash[24267]: audit 2023-11-15T04:06:06.758369+0000 mon.smithi081 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:06:08.236 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:06:08.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:07 smithi154 bash[28156]: cluster 2023-11-15T04:06:06.758147+0000 mon.smithi081 (mon.0) 548 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2023-11-15T04:06:08.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:07 smithi154 bash[28156]: audit 2023-11-15T04:06:06.758369+0000 mon.smithi081 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:06:09.853 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:09 smithi081 bash[24267]: cluster 2023-11-15T04:06:08.314778+0000 mgr.smithi081.fomiyu (mgr.14180) 129 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T04:06:10.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:09 smithi154 bash[28156]: cluster 2023-11-15T04:06:08.314778+0000 mgr.smithi081.fomiyu (mgr.14180) 129 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T04:06:10.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:10 smithi081 bash[24267]: audit 2023-11-15T04:06:09.811087+0000 mon.smithi081 (mon.0) 550 : audit [INF] from='osd.7 [v2:172.21.15.81:6826/3381100857,v1:172.21.15.81:6827/3381100857]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-15T04:06:11.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:10 smithi154 bash[28156]: audit 2023-11-15T04:06:09.811087+0000 mon.smithi081 (mon.0) 550 : audit [INF] from='osd.7 [v2:172.21.15.81:6826/3381100857,v1:172.21.15.81:6827/3381100857]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-15T04:06:11.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:11 smithi081 bash[24267]: cluster 2023-11-15T04:06:10.315290+0000 mgr.smithi081.fomiyu (mgr.14180) 130 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T04:06:11.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:11 smithi081 bash[24267]: audit 2023-11-15T04:06:10.587767+0000 mon.smithi081 (mon.0) 551 : audit [INF] from='osd.7 [v2:172.21.15.81:6826/3381100857,v1:172.21.15.81:6827/3381100857]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-15T04:06:11.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:11 smithi081 bash[24267]: cluster 2023-11-15T04:06:10.587828+0000 mon.smithi081 (mon.0) 552 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2023-11-15T04:06:11.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:11 smithi081 bash[24267]: audit 2023-11-15T04:06:10.588020+0000 mon.smithi081 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:06:11.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:11 smithi081 bash[24267]: audit 2023-11-15T04:06:10.588634+0000 mon.smithi081 (mon.0) 554 : audit [INF] from='osd.7 [v2:172.21.15.81:6826/3381100857,v1:172.21.15.81:6827/3381100857]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]: dispatch 2023-11-15T04:06:12.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:11 smithi154 bash[28156]: cluster 2023-11-15T04:06:10.315290+0000 mgr.smithi081.fomiyu (mgr.14180) 130 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T04:06:12.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:11 smithi154 bash[28156]: audit 2023-11-15T04:06:10.587767+0000 mon.smithi081 (mon.0) 551 : audit [INF] from='osd.7 [v2:172.21.15.81:6826/3381100857,v1:172.21.15.81:6827/3381100857]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-15T04:06:12.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:11 smithi154 bash[28156]: cluster 2023-11-15T04:06:10.587828+0000 mon.smithi081 (mon.0) 552 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2023-11-15T04:06:12.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:11 smithi154 bash[28156]: audit 2023-11-15T04:06:10.588020+0000 mon.smithi081 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:06:12.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:11 smithi154 bash[28156]: audit 2023-11-15T04:06:10.588634+0000 mon.smithi081 (mon.0) 554 : audit [INF] from='osd.7 [v2:172.21.15.81:6826/3381100857,v1:172.21.15.81:6827/3381100857]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]: dispatch 2023-11-15T04:06:12.987 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:12 smithi081 bash[24267]: audit 2023-11-15T04:06:11.590273+0000 mon.smithi081 (mon.0) 555 : audit [INF] from='osd.7 [v2:172.21.15.81:6826/3381100857,v1:172.21.15.81:6827/3381100857]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]': finished 2023-11-15T04:06:12.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:12 smithi081 bash[24267]: cluster 2023-11-15T04:06:11.590338+0000 mon.smithi081 (mon.0) 556 : cluster [DBG] osdmap e40: 8 total, 7 up, 8 in 2023-11-15T04:06:12.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:12 smithi081 bash[24267]: audit 2023-11-15T04:06:11.590767+0000 mon.smithi081 (mon.0) 557 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:06:12.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:12 smithi081 bash[24267]: audit 2023-11-15T04:06:11.599542+0000 mon.smithi081 (mon.0) 558 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:06:13.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:12 smithi154 bash[28156]: audit 2023-11-15T04:06:11.590273+0000 mon.smithi081 (mon.0) 555 : audit [INF] from='osd.7 [v2:172.21.15.81:6826/3381100857,v1:172.21.15.81:6827/3381100857]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]': finished 2023-11-15T04:06:13.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:12 smithi154 bash[28156]: cluster 2023-11-15T04:06:11.590338+0000 mon.smithi081 (mon.0) 556 : cluster [DBG] osdmap e40: 8 total, 7 up, 8 in 2023-11-15T04:06:13.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:12 smithi154 bash[28156]: audit 2023-11-15T04:06:11.590767+0000 mon.smithi081 (mon.0) 557 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:06:13.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:12 smithi154 bash[28156]: audit 2023-11-15T04:06:11.599542+0000 mon.smithi081 (mon.0) 558 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:06:13.415 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:06:13.841 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:13 smithi081 bash[24267]: cluster 2023-11-15T04:06:10.808941+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:06:13.842 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:13 smithi081 bash[24267]: cluster 2023-11-15T04:06:10.809057+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:06:13.842 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:13 smithi081 bash[24267]: cluster 2023-11-15T04:06:12.315769+0000 mgr.smithi081.fomiyu (mgr.14180) 131 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T04:06:13.842 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:13 smithi081 bash[24267]: audit 2023-11-15T04:06:12.595928+0000 mon.smithi081 (mon.0) 559 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:06:13.842 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:13 smithi081 bash[24267]: cluster 2023-11-15T04:06:12.601368+0000 mon.smithi081 (mon.0) 560 : cluster [INF] osd.7 [v2:172.21.15.81:6826/3381100857,v1:172.21.15.81:6827/3381100857] boot 2023-11-15T04:06:13.842 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:13 smithi081 bash[24267]: cluster 2023-11-15T04:06:12.601456+0000 mon.smithi081 (mon.0) 561 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-15T04:06:13.843 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:13 smithi081 bash[24267]: audit 2023-11-15T04:06:12.602326+0000 mon.smithi081 (mon.0) 562 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:06:13.843 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:13 smithi081 bash[24267]: audit 2023-11-15T04:06:13.415563+0000 mon.smithi081 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.81:0/1341389932' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:06:13.843 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:13 smithi081 bash[24267]: cluster 2023-11-15T04:06:13.578637+0000 mon.smithi081 (mon.0) 564 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-15T04:06:14.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:13 smithi154 bash[28156]: cluster 2023-11-15T04:06:10.808941+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:06:14.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:13 smithi154 bash[28156]: cluster 2023-11-15T04:06:10.809057+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:06:14.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:13 smithi154 bash[28156]: cluster 2023-11-15T04:06:12.315769+0000 mgr.smithi081.fomiyu (mgr.14180) 131 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T04:06:14.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:13 smithi154 bash[28156]: audit 2023-11-15T04:06:12.595928+0000 mon.smithi081 (mon.0) 559 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:06:14.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:13 smithi154 bash[28156]: cluster 2023-11-15T04:06:12.601368+0000 mon.smithi081 (mon.0) 560 : cluster [INF] osd.7 [v2:172.21.15.81:6826/3381100857,v1:172.21.15.81:6827/3381100857] boot 2023-11-15T04:06:14.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:13 smithi154 bash[28156]: cluster 2023-11-15T04:06:12.601456+0000 mon.smithi081 (mon.0) 561 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-15T04:06:14.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:13 smithi154 bash[28156]: audit 2023-11-15T04:06:12.602326+0000 mon.smithi081 (mon.0) 562 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:06:14.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:13 smithi154 bash[28156]: audit 2023-11-15T04:06:13.415563+0000 mon.smithi081 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.81:0/1341389932' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:06:14.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:13 smithi154 bash[28156]: cluster 2023-11-15T04:06:13.578637+0000 mon.smithi081 (mon.0) 564 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-15T04:06:14.480 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":41,"num_osds":8,"num_up_osds":8,"osd_up_since":1700021172,"num_in_osds":8,"osd_in_since":1700021110,"num_remapped_pgs":1} 2023-11-15T04:06:14.480 INFO:tasks.cephadm:Setting up client nodes... 2023-11-15T04:06:14.481 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-15T04:06:15.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:15 smithi081 bash[24267]: cluster 2023-11-15T04:06:14.316420+0000 mgr.smithi081.fomiyu (mgr.14180) 132 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:15.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:15 smithi081 bash[24267]: cluster 2023-11-15T04:06:14.591534+0000 mon.smithi081 (mon.0) 565 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-15T04:06:15.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:15 smithi081 bash[24267]: audit 2023-11-15T04:06:15.330040+0000 mon.smithi081 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:06:15.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:15 smithi081 bash[24267]: audit 2023-11-15T04:06:15.334264+0000 mon.smithi081 (mon.0) 567 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:06:16.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:15 smithi154 bash[28156]: cluster 2023-11-15T04:06:14.316420+0000 mgr.smithi081.fomiyu (mgr.14180) 132 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:16.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:15 smithi154 bash[28156]: cluster 2023-11-15T04:06:14.591534+0000 mon.smithi081 (mon.0) 565 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-15T04:06:16.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:15 smithi154 bash[28156]: audit 2023-11-15T04:06:15.330040+0000 mon.smithi081 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:06:16.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:15 smithi154 bash[28156]: audit 2023-11-15T04:06:15.334264+0000 mon.smithi081 (mon.0) 567 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:06:17.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:17 smithi081 bash[24267]: cluster 2023-11-15T04:06:16.317100+0000 mgr.smithi081.fomiyu (mgr.14180) 133 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:17.992 INFO:teuthology.orchestra.run.smithi081.stdout:[client.0] 2023-11-15T04:06:17.992 INFO:teuthology.orchestra.run.smithi081.stdout: key = AQC5Q1RloPHGOhAAddPw8J5ji9U0QfgyOVYjEA== 2023-11-15T04:06:18.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:17 smithi154 bash[28156]: cluster 2023-11-15T04:06:16.317100+0000 mgr.smithi081.fomiyu (mgr.14180) 133 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:18.727 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2023-11-15T04:06:18.727 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-15T04:06:18.728 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-15T04:06:18.754 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-15T04:06:18.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:18 smithi081 bash[24267]: audit 2023-11-15T04:06:17.985784+0000 mon.smithi081 (mon.0) 568 : audit [INF] from='client.? 172.21.15.81:0/2337456736' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T04:06:18.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:18 smithi081 bash[24267]: audit 2023-11-15T04:06:17.992054+0000 mon.smithi081 (mon.0) 569 : audit [INF] from='client.? 172.21.15.81:0/2337456736' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T04:06:18.953 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:18 smithi154 bash[28156]: audit 2023-11-15T04:06:17.985784+0000 mon.smithi081 (mon.0) 568 : audit [INF] from='client.? 172.21.15.81:0/2337456736' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T04:06:18.954 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:18 smithi154 bash[28156]: audit 2023-11-15T04:06:17.992054+0000 mon.smithi081 (mon.0) 569 : audit [INF] from='client.? 172.21.15.81:0/2337456736' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T04:06:19.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:19 smithi081 bash[24267]: cluster 2023-11-15T04:06:18.317799+0000 mgr.smithi081.fomiyu (mgr.14180) 134 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:19.943 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:19 smithi154 bash[28156]: cluster 2023-11-15T04:06:18.317799+0000 mgr.smithi081.fomiyu (mgr.14180) 134 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:21.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:21 smithi081 bash[24267]: cluster 2023-11-15T04:06:20.318395+0000 mgr.smithi081.fomiyu (mgr.14180) 135 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:21.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:21 smithi081 bash[24267]: audit 2023-11-15T04:06:20.729514+0000 mon.smithi081 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:06:21.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:21 smithi081 bash[24267]: audit 2023-11-15T04:06:21.433179+0000 mon.smithi081 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:06:22.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:21 smithi154 bash[28156]: cluster 2023-11-15T04:06:20.318395+0000 mgr.smithi081.fomiyu (mgr.14180) 135 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:22.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:21 smithi154 bash[28156]: audit 2023-11-15T04:06:20.729514+0000 mon.smithi081 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:06:22.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:21 smithi154 bash[28156]: audit 2023-11-15T04:06:21.433179+0000 mon.smithi081 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:06:22.114 INFO:teuthology.orchestra.run.smithi154.stdout:[client.1] 2023-11-15T04:06:22.115 INFO:teuthology.orchestra.run.smithi154.stdout: key = AQC+Q1Rl2r5VBhAAikv/GDkfWqY7/hNcLCT/xA== 2023-11-15T04:06:22.799 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-11-15T04:06:22.800 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-11-15T04:06:22.800 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-11-15T04:06:22.818 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T04:06:23.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:22 smithi154 bash[28156]: audit 2023-11-15T04:06:22.105949+0000 mon.smithi081 (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 2023-11-15T04:06:23.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:22 smithi154 bash[28156]: audit 2023-11-15T04:06:22.106557+0000 mon.smithi154 (mon.1) 18 : audit [INF] from='client.? 172.21.15.154:0/2495263473' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T04:06:23.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:22 smithi154 bash[28156]: audit 2023-11-15T04:06:22.114263+0000 mon.smithi081 (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 2023-11-15T04:06:23.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:22 smithi081 bash[24267]: audit 2023-11-15T04:06:22.105949+0000 mon.smithi081 (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 2023-11-15T04:06:23.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:22 smithi081 bash[24267]: audit 2023-11-15T04:06:22.106557+0000 mon.smithi154 (mon.1) 18 : audit [INF] from='client.? 172.21.15.154:0/2495263473' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T04:06:23.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:22 smithi081 bash[24267]: audit 2023-11-15T04:06:22.114263+0000 mon.smithi081 (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 2023-11-15T04:06:24.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:23 smithi154 bash[28156]: cluster 2023-11-15T04:06:22.318990+0000 mgr.smithi081.fomiyu (mgr.14180) 136 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:24.103 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:23 smithi081 bash[24267]: cluster 2023-11-15T04:06:22.318990+0000 mgr.smithi081.fomiyu (mgr.14180) 136 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:26.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:25 smithi154 bash[28156]: cluster 2023-11-15T04:06:24.319569+0000 mgr.smithi081.fomiyu (mgr.14180) 137 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:26.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:25 smithi081 bash[24267]: cluster 2023-11-15T04:06:24.319569+0000 mgr.smithi081.fomiyu (mgr.14180) 137 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:27.236 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/mon.smithi081/config 2023-11-15T04:06:27.853 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:27 smithi081 bash[24267]: cluster 2023-11-15T04:06:26.320052+0000 mgr.smithi081.fomiyu (mgr.14180) 138 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:28.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:27 smithi154 bash[28156]: cluster 2023-11-15T04:06:26.320052+0000 mgr.smithi081.fomiyu (mgr.14180) 138 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:29.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:29 smithi081 bash[24267]: cluster 2023-11-15T04:06:28.320556+0000 mgr.smithi081.fomiyu (mgr.14180) 139 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:29.943 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:29 smithi154 bash[28156]: cluster 2023-11-15T04:06:28.320556+0000 mgr.smithi081.fomiyu (mgr.14180) 139 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:31.546 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:06:31.546 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":43,"fsid":"79c45cc2-836b-11ee-8dbe-212e2dc638e7","created":"2023-11-15T04:01:07.149898+0000","modified":"2023-11-15T04:06:14.582643+0000","last_up_change":"2023-11-15T04:06:12.595003+0000","last_in_change":"2023-11-15T04:05:10.921000+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-15T04:05:47.043107+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":"28","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":"f25a45c0-1b6a-4147-9f90-9a3de6460a7d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6800","nonce":976012998},{"type":"v1","addr":"172.21.15.154:6801","nonce":976012998}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6802","nonce":976012998},{"type":"v1","addr":"172.21.15.154:6803","nonce":976012998}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6806","nonce":976012998},{"type":"v1","addr":"172.21.15.154:6807","nonce":976012998}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6804","nonce":976012998},{"type":"v1","addr":"172.21.15.154:6805","nonce":976012998}]},"public_addr":"172.21.15.154:6801/976012998","cluster_addr":"172.21.15.154:6803/976012998","heartbeat_back_addr":"172.21.15.154:6807/976012998","heartbeat_front_addr":"172.21.15.154:6805/976012998","state":["exists","up"]},{"osd":1,"uuid":"81924551-03b4-4b4b-8458-1ef5f387fd03","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6802","nonce":1150707406},{"type":"v1","addr":"172.21.15.81:6803","nonce":1150707406}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6804","nonce":1150707406},{"type":"v1","addr":"172.21.15.81:6805","nonce":1150707406}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6808","nonce":1150707406},{"type":"v1","addr":"172.21.15.81:6809","nonce":1150707406}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6806","nonce":1150707406},{"type":"v1","addr":"172.21.15.81:6807","nonce":1150707406}]},"public_addr":"172.21.15.81:6803/1150707406","cluster_addr":"172.21.15.81:6805/1150707406","heartbeat_back_addr":"172.21.15.81:6809/1150707406","heartbeat_front_addr":"172.21.15.81:6807/1150707406","state":["exists","up"]},{"osd":2,"uuid":"8333cd9e-3c5c-424b-88f1-de6c6d2dcb54","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.154:6808","nonce":1488143459},{"type":"v1","addr":"172.21.15.154:6809","nonce":1488143459}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6810","nonce":1488143459},{"type":"v1","addr":"172.21.15.154:6811","nonce":1488143459}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6814","nonce":1488143459},{"type":"v1","addr":"172.21.15.154:6815","nonce":1488143459}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6812","nonce":1488143459},{"type":"v1","addr":"172.21.15.154:6813","nonce":1488143459}]},"public_addr":"172.21.15.154:6809/1488143459","cluster_addr":"172.21.15.154:6811/1488143459","heartbeat_back_addr":"172.21.15.154:6815/1488143459","heartbeat_front_addr":"172.21.15.154:6813/1488143459","state":["exists","up"]},{"osd":3,"uuid":"d4e077fc-c260-4137-8d7c-f486b1b8cdc3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6810","nonce":2739741964},{"type":"v1","addr":"172.21.15.81:6811","nonce":2739741964}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6812","nonce":2739741964},{"type":"v1","addr":"172.21.15.81:6813","nonce":2739741964}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6816","nonce":2739741964},{"type":"v1","addr":"172.21.15.81:6817","nonce":2739741964}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6814","nonce":2739741964},{"type":"v1","addr":"172.21.15.81:6815","nonce":2739741964}]},"public_addr":"172.21.15.81:6811/2739741964","cluster_addr":"172.21.15.81:6813/2739741964","heartbeat_back_addr":"172.21.15.81:6817/2739741964","heartbeat_front_addr":"172.21.15.81:6815/2739741964","state":["exists","up"]},{"osd":4,"uuid":"83199bd7-3065-498f-9a54-293ab0543dfb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6816","nonce":1187254889},{"type":"v1","addr":"172.21.15.154:6817","nonce":1187254889}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6818","nonce":1187254889},{"type":"v1","addr":"172.21.15.154:6819","nonce":1187254889}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6822","nonce":1187254889},{"type":"v1","addr":"172.21.15.154:6823","nonce":1187254889}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6820","nonce":1187254889},{"type":"v1","addr":"172.21.15.154:6821","nonce":1187254889}]},"public_addr":"172.21.15.154:6817/1187254889","cluster_addr":"172.21.15.154:6819/1187254889","heartbeat_back_addr":"172.21.15.154:6823/1187254889","heartbeat_front_addr":"172.21.15.154:6821/1187254889","state":["exists","up"]},{"osd":5,"uuid":"5e36775d-fdfd-41bf-a2a4-34840433338b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6824","nonce":4075644077},{"type":"v1","addr":"172.21.15.154:6825","nonce":4075644077}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6826","nonce":4075644077},{"type":"v1","addr":"172.21.15.154:6827","nonce":4075644077}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6830","nonce":4075644077},{"type":"v1","addr":"172.21.15.154:6831","nonce":4075644077}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6828","nonce":4075644077},{"type":"v1","addr":"172.21.15.154:6829","nonce":4075644077}]},"public_addr":"172.21.15.154:6825/4075644077","cluster_addr":"172.21.15.154:6827/4075644077","heartbeat_back_addr":"172.21.15.154:6831/4075644077","heartbeat_front_addr":"172.21.15.154:6829/4075644077","state":["exists","up"]},{"osd":6,"uuid":"df7b96ec-abf3-418b-8cc8-36e4c0999025","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6818","nonce":2828244092},{"type":"v1","addr":"172.21.15.81:6819","nonce":2828244092}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6820","nonce":2828244092},{"type":"v1","addr":"172.21.15.81:6821","nonce":2828244092}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6824","nonce":2828244092},{"type":"v1","addr":"172.21.15.81:6825","nonce":2828244092}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6822","nonce":2828244092},{"type":"v1","addr":"172.21.15.81:6823","nonce":2828244092}]},"public_addr":"172.21.15.81:6819/2828244092","cluster_addr":"172.21.15.81:6821/2828244092","heartbeat_back_addr":"172.21.15.81:6825/2828244092","heartbeat_front_addr":"172.21.15.81:6823/2828244092","state":["exists","up"]},{"osd":7,"uuid":"f2cf95a9-7dec-481a-adb2-136777ac23d8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6826","nonce":3381100857},{"type":"v1","addr":"172.21.15.81:6827","nonce":3381100857}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6828","nonce":3381100857},{"type":"v1","addr":"172.21.15.81:6829","nonce":3381100857}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6832","nonce":3381100857},{"type":"v1","addr":"172.21.15.81:6833","nonce":3381100857}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6830","nonce":3381100857},{"type":"v1","addr":"172.21.15.81:6831","nonce":3381100857}]},"public_addr":"172.21.15.81:6827/3381100857","cluster_addr":"172.21.15.81:6829/3381100857","heartbeat_back_addr":"172.21.15.81:6833/3381100857","heartbeat_front_addr":"172.21.15.81:6831/3381100857","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:05:32.153811+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:05:47.290469+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:05:38.609003+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:05:56.153301+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:05:44.694355+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:05:49.260446+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:06:04.602940+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:06:10.809064+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.81:6801/393379013":"2023-11-16T04:03:16.268581+0000","172.21.15.81:0/1095713474":"2023-11-16T04:03:16.268581+0000","172.21.15.81:0/393098763":"2023-11-16T04:03:16.268581+0000","172.21.15.81:6801/2832501867":"2023-11-16T04:02:16.237348+0000","172.21.15.81:6800/2832501867":"2023-11-16T04:02:16.237348+0000","172.21.15.81:0/1345626192":"2023-11-16T04:02:16.237348+0000","172.21.15.81:6800/157265087":"2023-11-16T04:01:34.785305+0000","172.21.15.81:6801/157265087":"2023-11-16T04:01:34.785305+0000","172.21.15.81:6800/393379013":"2023-11-16T04:03:16.268581+0000","172.21.15.81:0/3633046754":"2023-11-16T04:01:34.785305+0000","172.21.15.81:0/1690003212":"2023-11-16T04:02:16.237348+0000","172.21.15.81:0/2687548405":"2023-11-16T04:01:34.785305+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-15T04:06:31.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:31 smithi081 bash[24267]: cluster 2023-11-15T04:06:30.320998+0000 mgr.smithi081.fomiyu (mgr.14180) 140 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:31.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:31 smithi081 bash[24267]: cephadm 2023-11-15T04:06:30.638993+0000 mgr.smithi081.fomiyu (mgr.14180) 141 : cephadm [INF] Detected new or changed devices on smithi154 2023-11-15T04:06:31.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:31 smithi081 bash[24267]: audit 2023-11-15T04:06:30.649646+0000 mon.smithi081 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:06:31.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:31 smithi081 bash[24267]: audit 2023-11-15T04:06:30.935875+0000 mon.smithi081 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:06:31.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:31 smithi081 bash[24267]: audit 2023-11-15T04:06:30.937433+0000 mon.smithi081 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:06:31.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:31 smithi081 bash[24267]: audit 2023-11-15T04:06:30.938820+0000 mon.smithi081 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:06:31.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:31 smithi081 bash[24267]: audit 2023-11-15T04:06:30.940234+0000 mon.smithi081 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:06:31.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:31 smithi081 bash[24267]: audit 2023-11-15T04:06:30.947926+0000 mon.smithi081 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:06:31.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:31 smithi081 bash[24267]: audit 2023-11-15T04:06:31.544915+0000 mon.smithi081 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.81:0/2783216005' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T04:06:32.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:31 smithi154 bash[28156]: cluster 2023-11-15T04:06:30.320998+0000 mgr.smithi081.fomiyu (mgr.14180) 140 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:32.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:31 smithi154 bash[28156]: cephadm 2023-11-15T04:06:30.638993+0000 mgr.smithi081.fomiyu (mgr.14180) 141 : cephadm [INF] Detected new or changed devices on smithi154 2023-11-15T04:06:32.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:31 smithi154 bash[28156]: audit 2023-11-15T04:06:30.649646+0000 mon.smithi081 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:06:32.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:31 smithi154 bash[28156]: audit 2023-11-15T04:06:30.935875+0000 mon.smithi081 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:06:32.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:31 smithi154 bash[28156]: audit 2023-11-15T04:06:30.937433+0000 mon.smithi081 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:06:32.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:31 smithi154 bash[28156]: audit 2023-11-15T04:06:30.938820+0000 mon.smithi081 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:06:32.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:31 smithi154 bash[28156]: audit 2023-11-15T04:06:30.940234+0000 mon.smithi081 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:06:32.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:31 smithi154 bash[28156]: audit 2023-11-15T04:06:30.947926+0000 mon.smithi081 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:06:32.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:31 smithi154 bash[28156]: audit 2023-11-15T04:06:31.544915+0000 mon.smithi081 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.81:0/2783216005' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T04:06:32.404 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-11-15T04:05:47.043107+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': '28', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-11-15T04:06:32.404 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-11-15T04:06:33.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:32 smithi154 bash[28156]: cephadm 2023-11-15T04:06:30.941425+0000 mgr.smithi081.fomiyu (mgr.14180) 142 : cephadm [INF] Adjusting osd_memory_target on smithi154 to 4028M 2023-11-15T04:06:33.103 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:32 smithi081 bash[24267]: cephadm 2023-11-15T04:06:30.941425+0000 mgr.smithi081.fomiyu (mgr.14180) 142 : cephadm [INF] Adjusting osd_memory_target on smithi154 to 4028M 2023-11-15T04:06:34.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:33 smithi154 bash[28156]: cluster 2023-11-15T04:06:32.321554+0000 mgr.smithi081.fomiyu (mgr.14180) 143 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:34.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:33 smithi154 bash[28156]: audit 2023-11-15T04:06:33.118518+0000 mon.smithi081 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:06:34.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:33 smithi154 bash[28156]: audit 2023-11-15T04:06:33.415836+0000 mon.smithi081 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:06:34.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:33 smithi154 bash[28156]: audit 2023-11-15T04:06:33.417370+0000 mon.smithi081 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:06:34.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:33 smithi154 bash[28156]: audit 2023-11-15T04:06:33.418506+0000 mon.smithi081 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:06:34.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:33 smithi154 bash[28156]: audit 2023-11-15T04:06:33.419690+0000 mon.smithi081 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:06:34.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:33 smithi154 bash[28156]: audit 2023-11-15T04:06:33.426053+0000 mon.smithi081 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:06:34.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:33 smithi154 bash[28156]: audit 2023-11-15T04:06:33.428011+0000 mon.smithi081 (mon.0) 587 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:06:34.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:33 smithi154 bash[28156]: audit 2023-11-15T04:06:33.429177+0000 mon.smithi081 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:06:34.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:33 smithi154 bash[28156]: audit 2023-11-15T04:06:33.435345+0000 mon.smithi081 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:06:34.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:33 smithi154 bash[28156]: audit 2023-11-15T04:06:33.441836+0000 mon.smithi081 (mon.0) 590 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:06:34.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:33 smithi154 bash[28156]: audit 2023-11-15T04:06:33.446944+0000 mon.smithi081 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T04:06:34.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:33 smithi154 bash[28156]: audit 2023-11-15T04:06:33.449762+0000 mon.smithi081 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T04:06:34.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:33 smithi154 bash[28156]: audit 2023-11-15T04:06:33.450152+0000 mon.smithi081 (mon.0) 593 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:06:34.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:33 smithi154 bash[28156]: audit 2023-11-15T04:06:33.451084+0000 mon.smithi081 (mon.0) 594 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:06:34.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:33 smithi081 bash[24267]: cluster 2023-11-15T04:06:32.321554+0000 mgr.smithi081.fomiyu (mgr.14180) 143 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:34.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:33 smithi081 bash[24267]: audit 2023-11-15T04:06:33.118518+0000 mon.smithi081 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:06:34.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:33 smithi081 bash[24267]: audit 2023-11-15T04:06:33.415836+0000 mon.smithi081 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:06:34.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:33 smithi081 bash[24267]: audit 2023-11-15T04:06:33.417370+0000 mon.smithi081 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:06:34.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:33 smithi081 bash[24267]: audit 2023-11-15T04:06:33.418506+0000 mon.smithi081 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:06:34.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:33 smithi081 bash[24267]: audit 2023-11-15T04:06:33.419690+0000 mon.smithi081 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:06:34.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:33 smithi081 bash[24267]: audit 2023-11-15T04:06:33.426053+0000 mon.smithi081 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:06:34.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:33 smithi081 bash[24267]: audit 2023-11-15T04:06:33.428011+0000 mon.smithi081 (mon.0) 587 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:06:34.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:33 smithi081 bash[24267]: audit 2023-11-15T04:06:33.429177+0000 mon.smithi081 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:06:34.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:33 smithi081 bash[24267]: audit 2023-11-15T04:06:33.435345+0000 mon.smithi081 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:06:34.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:33 smithi081 bash[24267]: audit 2023-11-15T04:06:33.441836+0000 mon.smithi081 (mon.0) 590 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:06:34.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:33 smithi081 bash[24267]: audit 2023-11-15T04:06:33.446944+0000 mon.smithi081 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T04:06:34.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:33 smithi081 bash[24267]: audit 2023-11-15T04:06:33.449762+0000 mon.smithi081 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T04:06:34.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:33 smithi081 bash[24267]: audit 2023-11-15T04:06:33.450152+0000 mon.smithi081 (mon.0) 593 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:06:34.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:33 smithi081 bash[24267]: audit 2023-11-15T04:06:33.451084+0000 mon.smithi081 (mon.0) 594 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:06:35.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:34 smithi154 bash[28156]: cephadm 2023-11-15T04:06:33.105824+0000 mgr.smithi081.fomiyu (mgr.14180) 144 : cephadm [INF] Detected new or changed devices on smithi081 2023-11-15T04:06:35.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:34 smithi154 bash[28156]: cephadm 2023-11-15T04:06:33.420740+0000 mgr.smithi081.fomiyu (mgr.14180) 145 : cephadm [INF] Adjusting osd_memory_target on smithi081 to 3260M 2023-11-15T04:06:35.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:34 smithi081 bash[24267]: cephadm 2023-11-15T04:06:33.105824+0000 mgr.smithi081.fomiyu (mgr.14180) 144 : cephadm [INF] Detected new or changed devices on smithi081 2023-11-15T04:06:35.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:34 smithi081 bash[24267]: cephadm 2023-11-15T04:06:33.420740+0000 mgr.smithi081.fomiyu (mgr.14180) 145 : cephadm [INF] Adjusting osd_memory_target on smithi081 to 3260M 2023-11-15T04:06:36.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:35 smithi154 bash[28156]: cluster 2023-11-15T04:06:34.322196+0000 mgr.smithi081.fomiyu (mgr.14180) 146 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:36.103 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:35 smithi081 bash[24267]: cluster 2023-11-15T04:06:34.322196+0000 mgr.smithi081.fomiyu (mgr.14180) 146 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:37.180 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/mon.smithi081/config 2023-11-15T04:06:38.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:37 smithi154 bash[28156]: cluster 2023-11-15T04:06:36.322762+0000 mgr.smithi081.fomiyu (mgr.14180) 147 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:38.075 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:37 smithi081 bash[24267]: cluster 2023-11-15T04:06:36.322762+0000 mgr.smithi081.fomiyu (mgr.14180) 147 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:39.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:39 smithi154 bash[28156]: cluster 2023-11-15T04:06:38.323345+0000 mgr.smithi081.fomiyu (mgr.14180) 148 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:40.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:39 smithi081 bash[24267]: cluster 2023-11-15T04:06:38.323345+0000 mgr.smithi081.fomiyu (mgr.14180) 148 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:41.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:41 smithi081 bash[24267]: cluster 2023-11-15T04:06:40.323703+0000 mgr.smithi081.fomiyu (mgr.14180) 149 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:41.910 INFO:teuthology.orchestra.run.smithi081.stdout:pg_num: 1 2023-11-15T04:06:42.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:41 smithi154 bash[28156]: cluster 2023-11-15T04:06:40.323703+0000 mgr.smithi081.fomiyu (mgr.14180) 149 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:42.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:42 smithi081 bash[24267]: audit 2023-11-15T04:06:41.910268+0000 mon.smithi081 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.81:0/3656285434' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-15T04:06:43.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:42 smithi154 bash[28156]: audit 2023-11-15T04:06:41.910268+0000 mon.smithi081 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.81:0/3656285434' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-15T04:06:43.197 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-15T04:06:43.198 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-15T04:06:43.199 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-15T04:06:44.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:43 smithi154 bash[28156]: cluster 2023-11-15T04:06:42.324285+0000 mgr.smithi081.fomiyu (mgr.14180) 150 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:44.103 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:43 smithi081 bash[24267]: cluster 2023-11-15T04:06:42.324285+0000 mgr.smithi081.fomiyu (mgr.14180) 150 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:46.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:45 smithi154 bash[28156]: cluster 2023-11-15T04:06:44.324891+0000 mgr.smithi081.fomiyu (mgr.14180) 151 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:46.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:45 smithi081 bash[24267]: cluster 2023-11-15T04:06:44.324891+0000 mgr.smithi081.fomiyu (mgr.14180) 151 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:48.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:47 smithi154 bash[28156]: cluster 2023-11-15T04:06:46.325476+0000 mgr.smithi081.fomiyu (mgr.14180) 152 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:48.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:47 smithi081 bash[24267]: cluster 2023-11-15T04:06:46.325476+0000 mgr.smithi081.fomiyu (mgr.14180) 152 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:48.183 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/mon.smithi081/config 2023-11-15T04:06:49.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:49 smithi081 bash[24267]: cluster 2023-11-15T04:06:48.326067+0000 mgr.smithi081.fomiyu (mgr.14180) 153 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:50.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:49 smithi154 bash[28156]: cluster 2023-11-15T04:06:48.326067+0000 mgr.smithi081.fomiyu (mgr.14180) 153 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:51.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:51 smithi081 bash[24267]: cluster 2023-11-15T04:06:50.326530+0000 mgr.smithi081.fomiyu (mgr.14180) 154 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:51.981 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:06:52.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:51 smithi154 bash[28156]: cluster 2023-11-15T04:06:50.326530+0000 mgr.smithi081.fomiyu (mgr.14180) 154 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:52.966 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:52 smithi081 bash[24267]: audit 2023-11-15T04:06:51.975909+0000 mon.smithi081 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.81:0/2000519999' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-15T04:06:53.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:52 smithi154 bash[28156]: audit 2023-11-15T04:06:51.975909+0000 mon.smithi081 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.81:0/2000519999' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-15T04:06:53.464 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi081.fomiyu","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6800","nonce":2511234355},{"type":"v1","addr":"172.21.15.81:6801","nonce":2511234355}]},"active_addr":"172.21.15.81:6801/2511234355","active_change":"2023-11-15T04:03:16.268796+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14198,"name":"smithi154.chjpkm","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.81:8443/","prometheus":"http://172.21.15.81: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.81:0","nonce":3258231942}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.81:0","nonce":967646029}]}]} 2023-11-15T04:06:53.468 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-15T04:06:53.468 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-15T04:06:53.469 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T04:06:54.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:53 smithi154 bash[28156]: cluster 2023-11-15T04:06:52.327161+0000 mgr.smithi081.fomiyu (mgr.14180) 155 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:54.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:53 smithi081 bash[24267]: cluster 2023-11-15T04:06:52.327161+0000 mgr.smithi081.fomiyu (mgr.14180) 155 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:56.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:55 smithi154 bash[28156]: cluster 2023-11-15T04:06:54.327833+0000 mgr.smithi081.fomiyu (mgr.14180) 156 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:56.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:55 smithi081 bash[24267]: cluster 2023-11-15T04:06:54.327833+0000 mgr.smithi081.fomiyu (mgr.14180) 156 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:58.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:57 smithi154 bash[28156]: cluster 2023-11-15T04:06:56.328355+0000 mgr.smithi081.fomiyu (mgr.14180) 157 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:58.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:57 smithi081 bash[24267]: cluster 2023-11-15T04:06:56.328355+0000 mgr.smithi081.fomiyu (mgr.14180) 157 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:58.825 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/mon.smithi081/config 2023-11-15T04:06:59.842 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:06:59 smithi081 bash[24267]: cluster 2023-11-15T04:06:58.328921+0000 mgr.smithi081.fomiyu (mgr.14180) 158 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:06:59.905 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:06:59 smithi154 bash[28156]: cluster 2023-11-15T04:06:58.328921+0000 mgr.smithi081.fomiyu (mgr.14180) 158 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:01.914 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:01 smithi081 bash[24267]: cluster 2023-11-15T04:07:00.329556+0000 mgr.smithi081.fomiyu (mgr.14180) 159 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:01.914 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:01 smithi081 bash[24267]: audit 2023-11-15T04:07:00.626660+0000 mon.smithi081 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:07:02.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:01 smithi154 bash[28156]: cluster 2023-11-15T04:07:00.329556+0000 mgr.smithi081.fomiyu (mgr.14180) 159 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:02.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:01 smithi154 bash[28156]: audit 2023-11-15T04:07:00.626660+0000 mon.smithi081 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:07:02.495 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:07:02.495 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":43,"fsid":"79c45cc2-836b-11ee-8dbe-212e2dc638e7","created":"2023-11-15T04:01:07.149898+0000","modified":"2023-11-15T04:06:14.582643+0000","last_up_change":"2023-11-15T04:06:12.595003+0000","last_in_change":"2023-11-15T04:05:10.921000+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-15T04:05:47.043107+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":"28","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":"f25a45c0-1b6a-4147-9f90-9a3de6460a7d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6800","nonce":976012998},{"type":"v1","addr":"172.21.15.154:6801","nonce":976012998}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6802","nonce":976012998},{"type":"v1","addr":"172.21.15.154:6803","nonce":976012998}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6806","nonce":976012998},{"type":"v1","addr":"172.21.15.154:6807","nonce":976012998}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6804","nonce":976012998},{"type":"v1","addr":"172.21.15.154:6805","nonce":976012998}]},"public_addr":"172.21.15.154:6801/976012998","cluster_addr":"172.21.15.154:6803/976012998","heartbeat_back_addr":"172.21.15.154:6807/976012998","heartbeat_front_addr":"172.21.15.154:6805/976012998","state":["exists","up"]},{"osd":1,"uuid":"81924551-03b4-4b4b-8458-1ef5f387fd03","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6802","nonce":1150707406},{"type":"v1","addr":"172.21.15.81:6803","nonce":1150707406}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6804","nonce":1150707406},{"type":"v1","addr":"172.21.15.81:6805","nonce":1150707406}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6808","nonce":1150707406},{"type":"v1","addr":"172.21.15.81:6809","nonce":1150707406}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6806","nonce":1150707406},{"type":"v1","addr":"172.21.15.81:6807","nonce":1150707406}]},"public_addr":"172.21.15.81:6803/1150707406","cluster_addr":"172.21.15.81:6805/1150707406","heartbeat_back_addr":"172.21.15.81:6809/1150707406","heartbeat_front_addr":"172.21.15.81:6807/1150707406","state":["exists","up"]},{"osd":2,"uuid":"8333cd9e-3c5c-424b-88f1-de6c6d2dcb54","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.154:6808","nonce":1488143459},{"type":"v1","addr":"172.21.15.154:6809","nonce":1488143459}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6810","nonce":1488143459},{"type":"v1","addr":"172.21.15.154:6811","nonce":1488143459}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6814","nonce":1488143459},{"type":"v1","addr":"172.21.15.154:6815","nonce":1488143459}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6812","nonce":1488143459},{"type":"v1","addr":"172.21.15.154:6813","nonce":1488143459}]},"public_addr":"172.21.15.154:6809/1488143459","cluster_addr":"172.21.15.154:6811/1488143459","heartbeat_back_addr":"172.21.15.154:6815/1488143459","heartbeat_front_addr":"172.21.15.154:6813/1488143459","state":["exists","up"]},{"osd":3,"uuid":"d4e077fc-c260-4137-8d7c-f486b1b8cdc3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6810","nonce":2739741964},{"type":"v1","addr":"172.21.15.81:6811","nonce":2739741964}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6812","nonce":2739741964},{"type":"v1","addr":"172.21.15.81:6813","nonce":2739741964}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6816","nonce":2739741964},{"type":"v1","addr":"172.21.15.81:6817","nonce":2739741964}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6814","nonce":2739741964},{"type":"v1","addr":"172.21.15.81:6815","nonce":2739741964}]},"public_addr":"172.21.15.81:6811/2739741964","cluster_addr":"172.21.15.81:6813/2739741964","heartbeat_back_addr":"172.21.15.81:6817/2739741964","heartbeat_front_addr":"172.21.15.81:6815/2739741964","state":["exists","up"]},{"osd":4,"uuid":"83199bd7-3065-498f-9a54-293ab0543dfb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6816","nonce":1187254889},{"type":"v1","addr":"172.21.15.154:6817","nonce":1187254889}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6818","nonce":1187254889},{"type":"v1","addr":"172.21.15.154:6819","nonce":1187254889}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6822","nonce":1187254889},{"type":"v1","addr":"172.21.15.154:6823","nonce":1187254889}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6820","nonce":1187254889},{"type":"v1","addr":"172.21.15.154:6821","nonce":1187254889}]},"public_addr":"172.21.15.154:6817/1187254889","cluster_addr":"172.21.15.154:6819/1187254889","heartbeat_back_addr":"172.21.15.154:6823/1187254889","heartbeat_front_addr":"172.21.15.154:6821/1187254889","state":["exists","up"]},{"osd":5,"uuid":"5e36775d-fdfd-41bf-a2a4-34840433338b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6824","nonce":4075644077},{"type":"v1","addr":"172.21.15.154:6825","nonce":4075644077}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6826","nonce":4075644077},{"type":"v1","addr":"172.21.15.154:6827","nonce":4075644077}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6830","nonce":4075644077},{"type":"v1","addr":"172.21.15.154:6831","nonce":4075644077}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6828","nonce":4075644077},{"type":"v1","addr":"172.21.15.154:6829","nonce":4075644077}]},"public_addr":"172.21.15.154:6825/4075644077","cluster_addr":"172.21.15.154:6827/4075644077","heartbeat_back_addr":"172.21.15.154:6831/4075644077","heartbeat_front_addr":"172.21.15.154:6829/4075644077","state":["exists","up"]},{"osd":6,"uuid":"df7b96ec-abf3-418b-8cc8-36e4c0999025","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6818","nonce":2828244092},{"type":"v1","addr":"172.21.15.81:6819","nonce":2828244092}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6820","nonce":2828244092},{"type":"v1","addr":"172.21.15.81:6821","nonce":2828244092}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6824","nonce":2828244092},{"type":"v1","addr":"172.21.15.81:6825","nonce":2828244092}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6822","nonce":2828244092},{"type":"v1","addr":"172.21.15.81:6823","nonce":2828244092}]},"public_addr":"172.21.15.81:6819/2828244092","cluster_addr":"172.21.15.81:6821/2828244092","heartbeat_back_addr":"172.21.15.81:6825/2828244092","heartbeat_front_addr":"172.21.15.81:6823/2828244092","state":["exists","up"]},{"osd":7,"uuid":"f2cf95a9-7dec-481a-adb2-136777ac23d8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6826","nonce":3381100857},{"type":"v1","addr":"172.21.15.81:6827","nonce":3381100857}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6828","nonce":3381100857},{"type":"v1","addr":"172.21.15.81:6829","nonce":3381100857}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6832","nonce":3381100857},{"type":"v1","addr":"172.21.15.81:6833","nonce":3381100857}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6830","nonce":3381100857},{"type":"v1","addr":"172.21.15.81:6831","nonce":3381100857}]},"public_addr":"172.21.15.81:6827/3381100857","cluster_addr":"172.21.15.81:6829/3381100857","heartbeat_back_addr":"172.21.15.81:6833/3381100857","heartbeat_front_addr":"172.21.15.81:6831/3381100857","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:05:32.153811+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:05:47.290469+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:05:38.609003+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:05:56.153301+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:05:44.694355+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:05:49.260446+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:06:04.602940+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:06:10.809064+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.81:6801/393379013":"2023-11-16T04:03:16.268581+0000","172.21.15.81:0/1095713474":"2023-11-16T04:03:16.268581+0000","172.21.15.81:0/393098763":"2023-11-16T04:03:16.268581+0000","172.21.15.81:6801/2832501867":"2023-11-16T04:02:16.237348+0000","172.21.15.81:6800/2832501867":"2023-11-16T04:02:16.237348+0000","172.21.15.81:0/1345626192":"2023-11-16T04:02:16.237348+0000","172.21.15.81:6800/157265087":"2023-11-16T04:01:34.785305+0000","172.21.15.81:6801/157265087":"2023-11-16T04:01:34.785305+0000","172.21.15.81:6800/393379013":"2023-11-16T04:03:16.268581+0000","172.21.15.81:0/3633046754":"2023-11-16T04:01:34.785305+0000","172.21.15.81:0/1690003212":"2023-11-16T04:02:16.237348+0000","172.21.15.81:0/2687548405":"2023-11-16T04:01:34.785305+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-15T04:07:02.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:02 smithi081 bash[24267]: audit 2023-11-15T04:07:02.493486+0000 mon.smithi081 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.81:0/4146382057' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T04:07:03.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:02 smithi154 bash[28156]: audit 2023-11-15T04:07:02.493486+0000 mon.smithi081 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.81:0/4146382057' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T04:07:03.416 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-15T04:07:03.417 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T04:07:03.689 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:03 smithi081 bash[24267]: cluster 2023-11-15T04:07:02.330031+0000 mgr.smithi081.fomiyu (mgr.14180) 160 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:04.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:03 smithi154 bash[28156]: cluster 2023-11-15T04:07:02.330031+0000 mgr.smithi081.fomiyu (mgr.14180) 160 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:06.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:05 smithi154 bash[28156]: cluster 2023-11-15T04:07:04.330613+0000 mgr.smithi081.fomiyu (mgr.14180) 161 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:06.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:05 smithi154 bash[28156]: audit 2023-11-15T04:07:05.358359+0000 mon.smithi081 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:07:06.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:05 smithi081 bash[24267]: cluster 2023-11-15T04:07:04.330613+0000 mgr.smithi081.fomiyu (mgr.14180) 161 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:06.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:05 smithi081 bash[24267]: audit 2023-11-15T04:07:05.358359+0000 mon.smithi081 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:07:08.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:07 smithi154 bash[28156]: cluster 2023-11-15T04:07:06.331308+0000 mgr.smithi081.fomiyu (mgr.14180) 162 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:08.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:07 smithi081 bash[24267]: cluster 2023-11-15T04:07:06.331308+0000 mgr.smithi081.fomiyu (mgr.14180) 162 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:08.887 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/mon.smithi081/config 2023-11-15T04:07:10.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:09 smithi154 bash[28156]: cluster 2023-11-15T04:07:08.332037+0000 mgr.smithi081.fomiyu (mgr.14180) 163 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:10.034 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:09 smithi081 bash[24267]: cluster 2023-11-15T04:07:08.332037+0000 mgr.smithi081.fomiyu (mgr.14180) 163 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:11.786 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:07:11.787 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":43,"fsid":"79c45cc2-836b-11ee-8dbe-212e2dc638e7","created":"2023-11-15T04:01:07.149898+0000","modified":"2023-11-15T04:06:14.582643+0000","last_up_change":"2023-11-15T04:06:12.595003+0000","last_in_change":"2023-11-15T04:05:10.921000+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-15T04:05:47.043107+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":"28","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":"f25a45c0-1b6a-4147-9f90-9a3de6460a7d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6800","nonce":976012998},{"type":"v1","addr":"172.21.15.154:6801","nonce":976012998}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6802","nonce":976012998},{"type":"v1","addr":"172.21.15.154:6803","nonce":976012998}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6806","nonce":976012998},{"type":"v1","addr":"172.21.15.154:6807","nonce":976012998}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6804","nonce":976012998},{"type":"v1","addr":"172.21.15.154:6805","nonce":976012998}]},"public_addr":"172.21.15.154:6801/976012998","cluster_addr":"172.21.15.154:6803/976012998","heartbeat_back_addr":"172.21.15.154:6807/976012998","heartbeat_front_addr":"172.21.15.154:6805/976012998","state":["exists","up"]},{"osd":1,"uuid":"81924551-03b4-4b4b-8458-1ef5f387fd03","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6802","nonce":1150707406},{"type":"v1","addr":"172.21.15.81:6803","nonce":1150707406}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6804","nonce":1150707406},{"type":"v1","addr":"172.21.15.81:6805","nonce":1150707406}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6808","nonce":1150707406},{"type":"v1","addr":"172.21.15.81:6809","nonce":1150707406}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6806","nonce":1150707406},{"type":"v1","addr":"172.21.15.81:6807","nonce":1150707406}]},"public_addr":"172.21.15.81:6803/1150707406","cluster_addr":"172.21.15.81:6805/1150707406","heartbeat_back_addr":"172.21.15.81:6809/1150707406","heartbeat_front_addr":"172.21.15.81:6807/1150707406","state":["exists","up"]},{"osd":2,"uuid":"8333cd9e-3c5c-424b-88f1-de6c6d2dcb54","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.154:6808","nonce":1488143459},{"type":"v1","addr":"172.21.15.154:6809","nonce":1488143459}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6810","nonce":1488143459},{"type":"v1","addr":"172.21.15.154:6811","nonce":1488143459}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6814","nonce":1488143459},{"type":"v1","addr":"172.21.15.154:6815","nonce":1488143459}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6812","nonce":1488143459},{"type":"v1","addr":"172.21.15.154:6813","nonce":1488143459}]},"public_addr":"172.21.15.154:6809/1488143459","cluster_addr":"172.21.15.154:6811/1488143459","heartbeat_back_addr":"172.21.15.154:6815/1488143459","heartbeat_front_addr":"172.21.15.154:6813/1488143459","state":["exists","up"]},{"osd":3,"uuid":"d4e077fc-c260-4137-8d7c-f486b1b8cdc3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6810","nonce":2739741964},{"type":"v1","addr":"172.21.15.81:6811","nonce":2739741964}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6812","nonce":2739741964},{"type":"v1","addr":"172.21.15.81:6813","nonce":2739741964}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6816","nonce":2739741964},{"type":"v1","addr":"172.21.15.81:6817","nonce":2739741964}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6814","nonce":2739741964},{"type":"v1","addr":"172.21.15.81:6815","nonce":2739741964}]},"public_addr":"172.21.15.81:6811/2739741964","cluster_addr":"172.21.15.81:6813/2739741964","heartbeat_back_addr":"172.21.15.81:6817/2739741964","heartbeat_front_addr":"172.21.15.81:6815/2739741964","state":["exists","up"]},{"osd":4,"uuid":"83199bd7-3065-498f-9a54-293ab0543dfb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6816","nonce":1187254889},{"type":"v1","addr":"172.21.15.154:6817","nonce":1187254889}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6818","nonce":1187254889},{"type":"v1","addr":"172.21.15.154:6819","nonce":1187254889}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6822","nonce":1187254889},{"type":"v1","addr":"172.21.15.154:6823","nonce":1187254889}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6820","nonce":1187254889},{"type":"v1","addr":"172.21.15.154:6821","nonce":1187254889}]},"public_addr":"172.21.15.154:6817/1187254889","cluster_addr":"172.21.15.154:6819/1187254889","heartbeat_back_addr":"172.21.15.154:6823/1187254889","heartbeat_front_addr":"172.21.15.154:6821/1187254889","state":["exists","up"]},{"osd":5,"uuid":"5e36775d-fdfd-41bf-a2a4-34840433338b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6824","nonce":4075644077},{"type":"v1","addr":"172.21.15.154:6825","nonce":4075644077}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6826","nonce":4075644077},{"type":"v1","addr":"172.21.15.154:6827","nonce":4075644077}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6830","nonce":4075644077},{"type":"v1","addr":"172.21.15.154:6831","nonce":4075644077}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6828","nonce":4075644077},{"type":"v1","addr":"172.21.15.154:6829","nonce":4075644077}]},"public_addr":"172.21.15.154:6825/4075644077","cluster_addr":"172.21.15.154:6827/4075644077","heartbeat_back_addr":"172.21.15.154:6831/4075644077","heartbeat_front_addr":"172.21.15.154:6829/4075644077","state":["exists","up"]},{"osd":6,"uuid":"df7b96ec-abf3-418b-8cc8-36e4c0999025","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6818","nonce":2828244092},{"type":"v1","addr":"172.21.15.81:6819","nonce":2828244092}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6820","nonce":2828244092},{"type":"v1","addr":"172.21.15.81:6821","nonce":2828244092}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6824","nonce":2828244092},{"type":"v1","addr":"172.21.15.81:6825","nonce":2828244092}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6822","nonce":2828244092},{"type":"v1","addr":"172.21.15.81:6823","nonce":2828244092}]},"public_addr":"172.21.15.81:6819/2828244092","cluster_addr":"172.21.15.81:6821/2828244092","heartbeat_back_addr":"172.21.15.81:6825/2828244092","heartbeat_front_addr":"172.21.15.81:6823/2828244092","state":["exists","up"]},{"osd":7,"uuid":"f2cf95a9-7dec-481a-adb2-136777ac23d8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6826","nonce":3381100857},{"type":"v1","addr":"172.21.15.81:6827","nonce":3381100857}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6828","nonce":3381100857},{"type":"v1","addr":"172.21.15.81:6829","nonce":3381100857}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6832","nonce":3381100857},{"type":"v1","addr":"172.21.15.81:6833","nonce":3381100857}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6830","nonce":3381100857},{"type":"v1","addr":"172.21.15.81:6831","nonce":3381100857}]},"public_addr":"172.21.15.81:6827/3381100857","cluster_addr":"172.21.15.81:6829/3381100857","heartbeat_back_addr":"172.21.15.81:6833/3381100857","heartbeat_front_addr":"172.21.15.81:6831/3381100857","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:05:32.153811+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:05:47.290469+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:05:38.609003+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:05:56.153301+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:05:44.694355+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:05:49.260446+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:06:04.602940+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:06:10.809064+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.81:6801/393379013":"2023-11-16T04:03:16.268581+0000","172.21.15.81:0/1095713474":"2023-11-16T04:03:16.268581+0000","172.21.15.81:0/393098763":"2023-11-16T04:03:16.268581+0000","172.21.15.81:6801/2832501867":"2023-11-16T04:02:16.237348+0000","172.21.15.81:6800/2832501867":"2023-11-16T04:02:16.237348+0000","172.21.15.81:0/1345626192":"2023-11-16T04:02:16.237348+0000","172.21.15.81:6800/157265087":"2023-11-16T04:01:34.785305+0000","172.21.15.81:6801/157265087":"2023-11-16T04:01:34.785305+0000","172.21.15.81:6800/393379013":"2023-11-16T04:03:16.268581+0000","172.21.15.81:0/3633046754":"2023-11-16T04:01:34.785305+0000","172.21.15.81:0/1690003212":"2023-11-16T04:02:16.237348+0000","172.21.15.81:0/2687548405":"2023-11-16T04:01:34.785305+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-15T04:07:11.961 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:11 smithi081 bash[24267]: cluster 2023-11-15T04:07:10.332749+0000 mgr.smithi081.fomiyu (mgr.14180) 164 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:12.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:11 smithi154 bash[28156]: cluster 2023-11-15T04:07:10.332749+0000 mgr.smithi081.fomiyu (mgr.14180) 164 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:12.485 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-15T04:07:12.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:12 smithi081 bash[24267]: audit 2023-11-15T04:07:11.784537+0000 mon.smithi081 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.81:0/1486445134' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T04:07:13.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:12 smithi154 bash[28156]: audit 2023-11-15T04:07:11.784537+0000 mon.smithi081 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.81:0/1486445134' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T04:07:14.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:13 smithi154 bash[28156]: cluster 2023-11-15T04:07:12.333487+0000 mgr.smithi081.fomiyu (mgr.14180) 165 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:14.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:13 smithi081 bash[24267]: cluster 2023-11-15T04:07:12.333487+0000 mgr.smithi081.fomiyu (mgr.14180) 165 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:16.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:15 smithi154 bash[28156]: cluster 2023-11-15T04:07:14.334157+0000 mgr.smithi081.fomiyu (mgr.14180) 166 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:16.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:15 smithi081 bash[24267]: cluster 2023-11-15T04:07:14.334157+0000 mgr.smithi081.fomiyu (mgr.14180) 166 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:17.265 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/mon.smithi081/config 2023-11-15T04:07:18.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:17 smithi154 bash[28156]: cluster 2023-11-15T04:07:16.334809+0000 mgr.smithi081.fomiyu (mgr.14180) 167 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:18.101 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:17 smithi081 bash[24267]: cluster 2023-11-15T04:07:16.334809+0000 mgr.smithi081.fomiyu (mgr.14180) 167 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:19.940 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:19 smithi081 bash[24267]: cluster 2023-11-15T04:07:18.335420+0000 mgr.smithi081.fomiyu (mgr.14180) 168 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:20.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:19 smithi154 bash[28156]: cluster 2023-11-15T04:07:18.335420+0000 mgr.smithi081.fomiyu (mgr.14180) 168 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:20.871 INFO:teuthology.orchestra.run.smithi081.stdout:68719476760 2023-11-15T04:07:20.871 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-15T04:07:22.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:21 smithi154 bash[28156]: cluster 2023-11-15T04:07:20.335947+0000 mgr.smithi081.fomiyu (mgr.14180) 169 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:22.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:21 smithi081 bash[24267]: cluster 2023-11-15T04:07:20.335947+0000 mgr.smithi081.fomiyu (mgr.14180) 169 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:24.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:23 smithi154 bash[28156]: cluster 2023-11-15T04:07:22.336519+0000 mgr.smithi081.fomiyu (mgr.14180) 170 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:24.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:23 smithi081 bash[24267]: cluster 2023-11-15T04:07:22.336519+0000 mgr.smithi081.fomiyu (mgr.14180) 170 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:25.659 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/mon.smithi081/config 2023-11-15T04:07:26.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:25 smithi154 bash[28156]: cluster 2023-11-15T04:07:24.337201+0000 mgr.smithi081.fomiyu (mgr.14180) 171 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:26.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:25 smithi081 bash[24267]: cluster 2023-11-15T04:07:24.337201+0000 mgr.smithi081.fomiyu (mgr.14180) 171 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:27.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:27 smithi081 bash[24267]: cluster 2023-11-15T04:07:26.337807+0000 mgr.smithi081.fomiyu (mgr.14180) 172 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:28.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:27 smithi154 bash[28156]: cluster 2023-11-15T04:07:26.337807+0000 mgr.smithi081.fomiyu (mgr.14180) 172 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:29.275 INFO:teuthology.orchestra.run.smithi081.stdout:111669149717 2023-11-15T04:07:29.276 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-15T04:07:30.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:29 smithi154 bash[28156]: cluster 2023-11-15T04:07:28.338463+0000 mgr.smithi081.fomiyu (mgr.14180) 173 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:30.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:29 smithi081 bash[24267]: cluster 2023-11-15T04:07:28.338463+0000 mgr.smithi081.fomiyu (mgr.14180) 173 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:32.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:31 smithi154 bash[28156]: cluster 2023-11-15T04:07:30.339018+0000 mgr.smithi081.fomiyu (mgr.14180) 174 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:32.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:31 smithi081 bash[24267]: cluster 2023-11-15T04:07:30.339018+0000 mgr.smithi081.fomiyu (mgr.14180) 174 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:34.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:33 smithi154 bash[28156]: cluster 2023-11-15T04:07:32.339566+0000 mgr.smithi081.fomiyu (mgr.14180) 175 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:34.060 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/mon.smithi081/config 2023-11-15T04:07:34.091 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:33 smithi081 bash[24267]: cluster 2023-11-15T04:07:32.339566+0000 mgr.smithi081.fomiyu (mgr.14180) 175 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:36.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:35 smithi154 bash[28156]: cluster 2023-11-15T04:07:34.340175+0000 mgr.smithi081.fomiyu (mgr.14180) 176 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:36.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:35 smithi081 bash[24267]: cluster 2023-11-15T04:07:34.340175+0000 mgr.smithi081.fomiyu (mgr.14180) 176 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:37.858 INFO:teuthology.orchestra.run.smithi081.stdout:85899345946 2023-11-15T04:07:37.859 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-15T04:07:38.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:37 smithi154 bash[28156]: cluster 2023-11-15T04:07:36.340704+0000 mgr.smithi081.fomiyu (mgr.14180) 177 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:38.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:37 smithi081 bash[24267]: cluster 2023-11-15T04:07:36.340704+0000 mgr.smithi081.fomiyu (mgr.14180) 177 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:40.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:39 smithi154 bash[28156]: cluster 2023-11-15T04:07:38.341285+0000 mgr.smithi081.fomiyu (mgr.14180) 178 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:40.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:39 smithi081 bash[24267]: cluster 2023-11-15T04:07:38.341285+0000 mgr.smithi081.fomiyu (mgr.14180) 178 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:42.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:41 smithi154 bash[28156]: cluster 2023-11-15T04:07:40.341873+0000 mgr.smithi081.fomiyu (mgr.14180) 179 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:42.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:41 smithi081 bash[24267]: cluster 2023-11-15T04:07:40.341873+0000 mgr.smithi081.fomiyu (mgr.14180) 179 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:42.642 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/mon.smithi081/config 2023-11-15T04:07:43.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:42 smithi154 bash[28156]: cluster 2023-11-15T04:07:42.342459+0000 mgr.smithi081.fomiyu (mgr.14180) 180 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:43.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:42 smithi081 bash[24267]: cluster 2023-11-15T04:07:42.342459+0000 mgr.smithi081.fomiyu (mgr.14180) 180 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:45.745 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:45 smithi081 bash[24267]: cluster 2023-11-15T04:07:44.343046+0000 mgr.smithi081.fomiyu (mgr.14180) 181 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:46.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:45 smithi154 bash[28156]: cluster 2023-11-15T04:07:44.343046+0000 mgr.smithi081.fomiyu (mgr.14180) 181 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:46.452 INFO:teuthology.orchestra.run.smithi081.stdout:137438953496 2023-11-15T04:07:46.452 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-15T04:07:48.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:47 smithi154 bash[28156]: cluster 2023-11-15T04:07:46.343579+0000 mgr.smithi081.fomiyu (mgr.14180) 182 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:48.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:47 smithi081 bash[24267]: cluster 2023-11-15T04:07:46.343579+0000 mgr.smithi081.fomiyu (mgr.14180) 182 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:50.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:49 smithi154 bash[28156]: cluster 2023-11-15T04:07:48.344098+0000 mgr.smithi081.fomiyu (mgr.14180) 183 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:50.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:49 smithi081 bash[24267]: cluster 2023-11-15T04:07:48.344098+0000 mgr.smithi081.fomiyu (mgr.14180) 183 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:51.227 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/mon.smithi081/config 2023-11-15T04:07:52.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:51 smithi154 bash[28156]: cluster 2023-11-15T04:07:50.344665+0000 mgr.smithi081.fomiyu (mgr.14180) 184 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:52.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:51 smithi081 bash[24267]: cluster 2023-11-15T04:07:50.344665+0000 mgr.smithi081.fomiyu (mgr.14180) 184 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:53.909 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:53 smithi081 bash[24267]: cluster 2023-11-15T04:07:52.345224+0000 mgr.smithi081.fomiyu (mgr.14180) 185 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:54.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:53 smithi154 bash[28156]: cluster 2023-11-15T04:07:52.345224+0000 mgr.smithi081.fomiyu (mgr.14180) 185 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:54.896 INFO:teuthology.orchestra.run.smithi081.stdout:103079215133 2023-11-15T04:07:54.897 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-15T04:07:56.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:55 smithi154 bash[28156]: cluster 2023-11-15T04:07:54.345939+0000 mgr.smithi081.fomiyu (mgr.14180) 186 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:56.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:55 smithi081 bash[24267]: cluster 2023-11-15T04:07:54.345939+0000 mgr.smithi081.fomiyu (mgr.14180) 186 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:58.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:57 smithi154 bash[28156]: cluster 2023-11-15T04:07:56.346517+0000 mgr.smithi081.fomiyu (mgr.14180) 187 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:58.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:57 smithi081 bash[24267]: cluster 2023-11-15T04:07:56.346517+0000 mgr.smithi081.fomiyu (mgr.14180) 187 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:59.680 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/mon.smithi081/config 2023-11-15T04:08:00.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:07:59 smithi154 bash[28156]: cluster 2023-11-15T04:07:58.347108+0000 mgr.smithi081.fomiyu (mgr.14180) 188 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:00.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:07:59 smithi081 bash[24267]: cluster 2023-11-15T04:07:58.347108+0000 mgr.smithi081.fomiyu (mgr.14180) 188 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:01.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:01 smithi081 bash[24267]: cluster 2023-11-15T04:08:00.347514+0000 mgr.smithi081.fomiyu (mgr.14180) 189 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:02.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:01 smithi154 bash[28156]: cluster 2023-11-15T04:08:00.347514+0000 mgr.smithi081.fomiyu (mgr.14180) 189 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:03.288 INFO:teuthology.orchestra.run.smithi081.stdout:120259084317 2023-11-15T04:08:03.289 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-15T04:08:04.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:03 smithi154 bash[28156]: cluster 2023-11-15T04:08:02.347983+0000 mgr.smithi081.fomiyu (mgr.14180) 190 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:04.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:03 smithi081 bash[24267]: cluster 2023-11-15T04:08:02.347983+0000 mgr.smithi081.fomiyu (mgr.14180) 190 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:06.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:05 smithi154 bash[28156]: cluster 2023-11-15T04:08:04.348583+0000 mgr.smithi081.fomiyu (mgr.14180) 191 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:06.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:05 smithi154 bash[28156]: audit 2023-11-15T04:08:05.363098+0000 mon.smithi081 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:08:06.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:05 smithi081 bash[24267]: cluster 2023-11-15T04:08:04.348583+0000 mgr.smithi081.fomiyu (mgr.14180) 191 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:06.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:05 smithi081 bash[24267]: audit 2023-11-15T04:08:05.363098+0000 mon.smithi081 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:08:07.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:07 smithi154 bash[28156]: cluster 2023-11-15T04:08:06.349141+0000 mgr.smithi081.fomiyu (mgr.14180) 192 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:08.070 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/mon.smithi081/config 2023-11-15T04:08:08.098 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:07 smithi081 bash[24267]: cluster 2023-11-15T04:08:06.349141+0000 mgr.smithi081.fomiyu (mgr.14180) 192 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:09.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:09 smithi081 bash[24267]: cluster 2023-11-15T04:08:08.349721+0000 mgr.smithi081.fomiyu (mgr.14180) 193 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:10.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:09 smithi154 bash[28156]: cluster 2023-11-15T04:08:08.349721+0000 mgr.smithi081.fomiyu (mgr.14180) 193 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:11.878 INFO:teuthology.orchestra.run.smithi081.stdout:158913789978 2023-11-15T04:08:11.878 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-15T04:08:12.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:11 smithi154 bash[28156]: cluster 2023-11-15T04:08:10.350314+0000 mgr.smithi081.fomiyu (mgr.14180) 194 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:12.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:11 smithi154 bash[28156]: audit 2023-11-15T04:08:10.898543+0000 mon.smithi081 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:08:12.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:11 smithi081 bash[24267]: cluster 2023-11-15T04:08:10.350314+0000 mgr.smithi081.fomiyu (mgr.14180) 194 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:12.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:11 smithi081 bash[24267]: audit 2023-11-15T04:08:10.898543+0000 mon.smithi081 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:08:13.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:12 smithi154 bash[28156]: audit 2023-11-15T04:08:11.683872+0000 mon.smithi081 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:08:13.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:12 smithi154 bash[28156]: audit 2023-11-15T04:08:11.951212+0000 mon.smithi081 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:08:13.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:12 smithi154 bash[28156]: audit 2023-11-15T04:08:11.952645+0000 mon.smithi081 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:08:13.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:12 smithi154 bash[28156]: audit 2023-11-15T04:08:11.961648+0000 mon.smithi081 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:08:13.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:12 smithi154 bash[28156]: audit 2023-11-15T04:08:11.969960+0000 mon.smithi081 (mon.0) 607 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:08:13.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:12 smithi081 bash[24267]: audit 2023-11-15T04:08:11.683872+0000 mon.smithi081 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:08:13.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:12 smithi081 bash[24267]: audit 2023-11-15T04:08:11.951212+0000 mon.smithi081 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:08:13.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:12 smithi081 bash[24267]: audit 2023-11-15T04:08:11.952645+0000 mon.smithi081 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:08:13.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:12 smithi081 bash[24267]: audit 2023-11-15T04:08:11.961648+0000 mon.smithi081 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:08:13.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:12 smithi081 bash[24267]: audit 2023-11-15T04:08:11.969960+0000 mon.smithi081 (mon.0) 607 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:08:14.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:13 smithi154 bash[28156]: cluster 2023-11-15T04:08:12.350883+0000 mgr.smithi081.fomiyu (mgr.14180) 195 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:14.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:13 smithi081 bash[24267]: cluster 2023-11-15T04:08:12.350883+0000 mgr.smithi081.fomiyu (mgr.14180) 195 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:16.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:15 smithi154 bash[28156]: cluster 2023-11-15T04:08:14.351453+0000 mgr.smithi081.fomiyu (mgr.14180) 196 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:16.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:15 smithi081 bash[24267]: cluster 2023-11-15T04:08:14.351453+0000 mgr.smithi081.fomiyu (mgr.14180) 196 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:16.659 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/mon.smithi081/config 2023-11-15T04:08:17.977 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:17 smithi081 bash[24267]: cluster 2023-11-15T04:08:16.352020+0000 mgr.smithi081.fomiyu (mgr.14180) 197 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:17.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:17 smithi154 bash[28156]: cluster 2023-11-15T04:08:16.352020+0000 mgr.smithi081.fomiyu (mgr.14180) 197 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:19.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:19 smithi154 bash[28156]: cluster 2023-11-15T04:08:18.352573+0000 mgr.smithi081.fomiyu (mgr.14180) 198 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:20.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:19 smithi081 bash[24267]: cluster 2023-11-15T04:08:18.352573+0000 mgr.smithi081.fomiyu (mgr.14180) 198 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:20.380 INFO:teuthology.orchestra.run.smithi081.stdout:176093659165 2023-11-15T04:08:20.380 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-15T04:08:21.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:21 smithi154 bash[28156]: cluster 2023-11-15T04:08:20.353074+0000 mgr.smithi081.fomiyu (mgr.14180) 199 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:22.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:21 smithi081 bash[24267]: cluster 2023-11-15T04:08:20.353074+0000 mgr.smithi081.fomiyu (mgr.14180) 199 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:23.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:23 smithi154 bash[28156]: cluster 2023-11-15T04:08:22.353635+0000 mgr.smithi081.fomiyu (mgr.14180) 200 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:24.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:23 smithi081 bash[24267]: cluster 2023-11-15T04:08:22.353635+0000 mgr.smithi081.fomiyu (mgr.14180) 200 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:25.170 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/mon.smithi081/config 2023-11-15T04:08:25.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:25 smithi154 bash[28156]: cluster 2023-11-15T04:08:24.354251+0000 mgr.smithi081.fomiyu (mgr.14180) 201 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:26.043 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:25 smithi081 bash[24267]: cluster 2023-11-15T04:08:24.354251+0000 mgr.smithi081.fomiyu (mgr.14180) 201 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:27.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:27 smithi154 bash[28156]: cluster 2023-11-15T04:08:26.354841+0000 mgr.smithi081.fomiyu (mgr.14180) 202 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:28.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:27 smithi081 bash[24267]: cluster 2023-11-15T04:08:26.354841+0000 mgr.smithi081.fomiyu (mgr.14180) 202 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:28.270 INFO:teuthology.orchestra.run.smithi081.stdout:68719476773 2023-11-15T04:08:28.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:28 smithi081 bash[24267]: audit 2023-11-15T04:08:28.269486+0000 mon.smithi081 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.81:0/285771537' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-15T04:08:28.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:28 smithi154 bash[28156]: audit 2023-11-15T04:08:28.269486+0000 mon.smithi081 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.81:0/285771537' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-15T04:08:29.035 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476760 got 68719476773 for osd.0 2023-11-15T04:08:29.035 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-15T04:08:30.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:29 smithi154 bash[28156]: cluster 2023-11-15T04:08:28.355399+0000 mgr.smithi081.fomiyu (mgr.14180) 203 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:30.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:29 smithi081 bash[24267]: cluster 2023-11-15T04:08:28.355399+0000 mgr.smithi081.fomiyu (mgr.14180) 203 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:31.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:31 smithi154 bash[28156]: cluster 2023-11-15T04:08:30.355958+0000 mgr.smithi081.fomiyu (mgr.14180) 204 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:32.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:31 smithi081 bash[24267]: cluster 2023-11-15T04:08:30.355958+0000 mgr.smithi081.fomiyu (mgr.14180) 204 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:33.818 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/mon.smithi081/config 2023-11-15T04:08:33.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:33 smithi154 bash[28156]: cluster 2023-11-15T04:08:32.356494+0000 mgr.smithi081.fomiyu (mgr.14180) 205 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:34.073 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:33 smithi081 bash[24267]: cluster 2023-11-15T04:08:32.356494+0000 mgr.smithi081.fomiyu (mgr.14180) 205 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:36.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:35 smithi154 bash[28156]: cluster 2023-11-15T04:08:34.357095+0000 mgr.smithi081.fomiyu (mgr.14180) 206 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:36.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:35 smithi081 bash[24267]: cluster 2023-11-15T04:08:34.357095+0000 mgr.smithi081.fomiyu (mgr.14180) 206 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:37.046 INFO:teuthology.orchestra.run.smithi081.stdout:111669149731 2023-11-15T04:08:37.080 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:36 smithi081 bash[24267]: cluster 2023-11-15T04:08:36.357693+0000 mgr.smithi081.fomiyu (mgr.14180) 207 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:37.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:36 smithi154 bash[28156]: cluster 2023-11-15T04:08:36.357693+0000 mgr.smithi081.fomiyu (mgr.14180) 207 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:37.780 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149717 got 111669149731 for osd.1 2023-11-15T04:08:37.781 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-15T04:08:38.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:37 smithi081 bash[24267]: audit 2023-11-15T04:08:37.045658+0000 mon.smithi081 (mon.0) 609 : audit [DBG] from='client.? 172.21.15.81:0/266620390' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-15T04:08:38.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:37 smithi154 bash[28156]: audit 2023-11-15T04:08:37.045658+0000 mon.smithi081 (mon.0) 609 : audit [DBG] from='client.? 172.21.15.81:0/266620390' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-15T04:08:39.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:39 smithi154 bash[28156]: cluster 2023-11-15T04:08:38.358326+0000 mgr.smithi081.fomiyu (mgr.14180) 208 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:40.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:39 smithi081 bash[24267]: cluster 2023-11-15T04:08:38.358326+0000 mgr.smithi081.fomiyu (mgr.14180) 208 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:41.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:41 smithi154 bash[28156]: cluster 2023-11-15T04:08:40.358905+0000 mgr.smithi081.fomiyu (mgr.14180) 209 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:42.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:41 smithi081 bash[24267]: cluster 2023-11-15T04:08:40.358905+0000 mgr.smithi081.fomiyu (mgr.14180) 209 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:42.554 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/mon.smithi081/config 2023-11-15T04:08:43.754 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:43 smithi081 bash[24267]: cluster 2023-11-15T04:08:42.359469+0000 mgr.smithi081.fomiyu (mgr.14180) 210 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:43.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:43 smithi154 bash[28156]: cluster 2023-11-15T04:08:42.359469+0000 mgr.smithi081.fomiyu (mgr.14180) 210 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:45.671 INFO:teuthology.orchestra.run.smithi081.stdout:85899345959 2023-11-15T04:08:45.889 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:45 smithi081 bash[24267]: cluster 2023-11-15T04:08:44.360023+0000 mgr.smithi081.fomiyu (mgr.14180) 211 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:46.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:45 smithi154 bash[28156]: cluster 2023-11-15T04:08:44.360023+0000 mgr.smithi081.fomiyu (mgr.14180) 211 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:46.437 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345946 got 85899345959 for osd.2 2023-11-15T04:08:46.438 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-15T04:08:46.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:46 smithi081 bash[24267]: audit 2023-11-15T04:08:45.670285+0000 mon.smithi081 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.81:0/3167182228' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-15T04:08:46.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:46 smithi154 bash[28156]: audit 2023-11-15T04:08:45.670285+0000 mon.smithi081 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.81:0/3167182228' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-15T04:08:47.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:47 smithi154 bash[28156]: cluster 2023-11-15T04:08:46.360599+0000 mgr.smithi081.fomiyu (mgr.14180) 212 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:48.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:47 smithi081 bash[24267]: cluster 2023-11-15T04:08:46.360599+0000 mgr.smithi081.fomiyu (mgr.14180) 212 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:50.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:49 smithi154 bash[28156]: cluster 2023-11-15T04:08:48.361206+0000 mgr.smithi081.fomiyu (mgr.14180) 213 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:50.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:49 smithi081 bash[24267]: cluster 2023-11-15T04:08:48.361206+0000 mgr.smithi081.fomiyu (mgr.14180) 213 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:51.235 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/mon.smithi081/config 2023-11-15T04:08:51.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:51 smithi154 bash[28156]: cluster 2023-11-15T04:08:50.361808+0000 mgr.smithi081.fomiyu (mgr.14180) 214 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:52.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:51 smithi081 bash[24267]: cluster 2023-11-15T04:08:50.361808+0000 mgr.smithi081.fomiyu (mgr.14180) 214 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:53.934 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:53 smithi081 bash[24267]: cluster 2023-11-15T04:08:52.362418+0000 mgr.smithi081.fomiyu (mgr.14180) 215 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:53.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:53 smithi154 bash[28156]: cluster 2023-11-15T04:08:52.362418+0000 mgr.smithi081.fomiyu (mgr.14180) 215 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:54.379 INFO:teuthology.orchestra.run.smithi081.stdout:137438953509 2023-11-15T04:08:54.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:54 smithi081 bash[24267]: audit 2023-11-15T04:08:54.378776+0000 mon.smithi081 (mon.0) 611 : audit [DBG] from='client.? 172.21.15.81:0/4200952111' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-15T04:08:55.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:54 smithi154 bash[28156]: audit 2023-11-15T04:08:54.378776+0000 mon.smithi081 (mon.0) 611 : audit [DBG] from='client.? 172.21.15.81:0/4200952111' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-15T04:08:55.140 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953496 got 137438953509 for osd.3 2023-11-15T04:08:55.141 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-15T04:08:56.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:55 smithi154 bash[28156]: cluster 2023-11-15T04:08:54.362837+0000 mgr.smithi081.fomiyu (mgr.14180) 216 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:56.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:55 smithi081 bash[24267]: cluster 2023-11-15T04:08:54.362837+0000 mgr.smithi081.fomiyu (mgr.14180) 216 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:57.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:57 smithi154 bash[28156]: cluster 2023-11-15T04:08:56.363236+0000 mgr.smithi081.fomiyu (mgr.14180) 217 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:58.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:57 smithi081 bash[24267]: cluster 2023-11-15T04:08:56.363236+0000 mgr.smithi081.fomiyu (mgr.14180) 217 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:08:59.921 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/mon.smithi081/config 2023-11-15T04:09:00.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:08:59 smithi154 bash[28156]: cluster 2023-11-15T04:08:58.363785+0000 mgr.smithi081.fomiyu (mgr.14180) 218 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:00.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:08:59 smithi081 bash[24267]: cluster 2023-11-15T04:08:58.363785+0000 mgr.smithi081.fomiyu (mgr.14180) 218 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:01.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:01 smithi154 bash[28156]: cluster 2023-11-15T04:09:00.364180+0000 mgr.smithi081.fomiyu (mgr.14180) 219 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:02.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:01 smithi081 bash[24267]: cluster 2023-11-15T04:09:00.364180+0000 mgr.smithi081.fomiyu (mgr.14180) 219 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:03.074 INFO:teuthology.orchestra.run.smithi081.stdout:103079215146 2023-11-15T04:09:03.818 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215133 got 103079215146 for osd.4 2023-11-15T04:09:03.818 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-15T04:09:03.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:03 smithi154 bash[28156]: cluster 2023-11-15T04:09:02.364713+0000 mgr.smithi081.fomiyu (mgr.14180) 220 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:04.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:03 smithi154 bash[28156]: audit 2023-11-15T04:09:03.073327+0000 mon.smithi081 (mon.0) 612 : audit [DBG] from='client.? 172.21.15.81:0/1295186578' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-15T04:09:04.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:03 smithi081 bash[24267]: cluster 2023-11-15T04:09:02.364713+0000 mgr.smithi081.fomiyu (mgr.14180) 220 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:04.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:03 smithi081 bash[24267]: audit 2023-11-15T04:09:03.073327+0000 mon.smithi081 (mon.0) 612 : audit [DBG] from='client.? 172.21.15.81:0/1295186578' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-15T04:09:05.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:05 smithi154 bash[28156]: cluster 2023-11-15T04:09:04.365289+0000 mgr.smithi081.fomiyu (mgr.14180) 221 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:06.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:05 smithi081 bash[24267]: cluster 2023-11-15T04:09:04.365289+0000 mgr.smithi081.fomiyu (mgr.14180) 221 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:07.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:07 smithi154 bash[28156]: cluster 2023-11-15T04:09:06.365863+0000 mgr.smithi081.fomiyu (mgr.14180) 222 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:08.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:07 smithi081 bash[24267]: cluster 2023-11-15T04:09:06.365863+0000 mgr.smithi081.fomiyu (mgr.14180) 222 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:08.603 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/mon.smithi081/config 2023-11-15T04:09:09.770 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:09 smithi081 bash[24267]: cluster 2023-11-15T04:09:08.366435+0000 mgr.smithi081.fomiyu (mgr.14180) 223 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:09.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:09 smithi154 bash[28156]: cluster 2023-11-15T04:09:08.366435+0000 mgr.smithi081.fomiyu (mgr.14180) 223 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:11.684 INFO:teuthology.orchestra.run.smithi081.stdout:120259084330 2023-11-15T04:09:11.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:11 smithi154 bash[28156]: cluster 2023-11-15T04:09:10.367015+0000 mgr.smithi081.fomiyu (mgr.14180) 224 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:12.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:11 smithi154 bash[28156]: audit 2023-11-15T04:09:11.683620+0000 mon.smithi081 (mon.0) 613 : audit [DBG] from='client.? 172.21.15.81:0/3476442192' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-15T04:09:12.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:11 smithi081 bash[24267]: cluster 2023-11-15T04:09:10.367015+0000 mgr.smithi081.fomiyu (mgr.14180) 224 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:12.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:11 smithi081 bash[24267]: audit 2023-11-15T04:09:11.683620+0000 mon.smithi081 (mon.0) 613 : audit [DBG] from='client.? 172.21.15.81:0/3476442192' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-15T04:09:12.470 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084317 got 120259084330 for osd.5 2023-11-15T04:09:12.470 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-15T04:09:12.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:12 smithi154 bash[28156]: audit 2023-11-15T04:09:11.980549+0000 mon.smithi081 (mon.0) 614 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:09:13.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:12 smithi081 bash[24267]: audit 2023-11-15T04:09:11.980549+0000 mon.smithi081 (mon.0) 614 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:09:13.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:13 smithi154 bash[28156]: cluster 2023-11-15T04:09:12.367652+0000 mgr.smithi081.fomiyu (mgr.14180) 225 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:14.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:13 smithi081 bash[24267]: cluster 2023-11-15T04:09:12.367652+0000 mgr.smithi081.fomiyu (mgr.14180) 225 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:15.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:15 smithi154 bash[28156]: cluster 2023-11-15T04:09:14.368296+0000 mgr.smithi081.fomiyu (mgr.14180) 226 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:16.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:15 smithi081 bash[24267]: cluster 2023-11-15T04:09:14.368296+0000 mgr.smithi081.fomiyu (mgr.14180) 226 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:16.750 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/mon.smithi081/config 2023-11-15T04:09:17.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:17 smithi154 bash[28156]: cluster 2023-11-15T04:09:16.368978+0000 mgr.smithi081.fomiyu (mgr.14180) 227 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:18.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:17 smithi154 bash[28156]: audit 2023-11-15T04:09:17.469349+0000 mon.smithi081 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:09:18.010 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:17 smithi081 bash[24267]: cluster 2023-11-15T04:09:16.368978+0000 mgr.smithi081.fomiyu (mgr.14180) 227 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:18.010 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:17 smithi081 bash[24267]: audit 2023-11-15T04:09:17.469349+0000 mon.smithi081 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:09:19.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:19 smithi154 bash[28156]: audit 2023-11-15T04:09:17.996047+0000 mon.smithi081 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:09:19.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:19 smithi154 bash[28156]: audit 2023-11-15T04:09:18.262190+0000 mon.smithi081 (mon.0) 617 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:09:19.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:19 smithi154 bash[28156]: audit 2023-11-15T04:09:18.263120+0000 mon.smithi081 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:09:19.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:19 smithi154 bash[28156]: audit 2023-11-15T04:09:18.271003+0000 mon.smithi081 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:09:19.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:19 smithi154 bash[28156]: audit 2023-11-15T04:09:18.275765+0000 mon.smithi081 (mon.0) 620 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:09:19.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:19 smithi154 bash[28156]: cluster 2023-11-15T04:09:18.369555+0000 mgr.smithi081.fomiyu (mgr.14180) 228 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:19.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:18 smithi081 bash[24267]: audit 2023-11-15T04:09:17.996047+0000 mon.smithi081 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:09:19.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:18 smithi081 bash[24267]: audit 2023-11-15T04:09:18.262190+0000 mon.smithi081 (mon.0) 617 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:09:19.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:18 smithi081 bash[24267]: audit 2023-11-15T04:09:18.263120+0000 mon.smithi081 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:09:19.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:18 smithi081 bash[24267]: audit 2023-11-15T04:09:18.271003+0000 mon.smithi081 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:09:19.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:18 smithi081 bash[24267]: audit 2023-11-15T04:09:18.275765+0000 mon.smithi081 (mon.0) 620 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:09:19.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:18 smithi081 bash[24267]: cluster 2023-11-15T04:09:18.369555+0000 mgr.smithi081.fomiyu (mgr.14180) 228 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:20.002 INFO:teuthology.orchestra.run.smithi081.stdout:158913789992 2023-11-15T04:09:20.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:20 smithi081 bash[24267]: audit 2023-11-15T04:09:20.001148+0000 mon.smithi081 (mon.0) 621 : audit [DBG] from='client.? 172.21.15.81:0/1165606552' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-15T04:09:20.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:20 smithi154 bash[28156]: audit 2023-11-15T04:09:20.001148+0000 mon.smithi081 (mon.0) 621 : audit [DBG] from='client.? 172.21.15.81:0/1165606552' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-15T04:09:20.791 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789978 got 158913789992 for osd.6 2023-11-15T04:09:20.791 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-15T04:09:21.604 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:21 smithi081 bash[24267]: cluster 2023-11-15T04:09:20.370136+0000 mgr.smithi081.fomiyu (mgr.14180) 229 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:21.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:21 smithi154 bash[28156]: cluster 2023-11-15T04:09:20.370136+0000 mgr.smithi081.fomiyu (mgr.14180) 229 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:23.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:23 smithi154 bash[28156]: cluster 2023-11-15T04:09:22.370704+0000 mgr.smithi081.fomiyu (mgr.14180) 230 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:23.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:23 smithi081 bash[24267]: cluster 2023-11-15T04:09:22.370704+0000 mgr.smithi081.fomiyu (mgr.14180) 230 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:25.580 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/mon.smithi081/config 2023-11-15T04:09:25.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:25 smithi154 bash[28156]: cluster 2023-11-15T04:09:24.371354+0000 mgr.smithi081.fomiyu (mgr.14180) 231 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:26.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:25 smithi081 bash[24267]: cluster 2023-11-15T04:09:24.371354+0000 mgr.smithi081.fomiyu (mgr.14180) 231 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:27.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:27 smithi081 bash[24267]: cluster 2023-11-15T04:09:26.371863+0000 mgr.smithi081.fomiyu (mgr.14180) 232 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:27.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:27 smithi154 bash[28156]: cluster 2023-11-15T04:09:26.371863+0000 mgr.smithi081.fomiyu (mgr.14180) 232 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:28.583 INFO:teuthology.orchestra.run.smithi081.stdout:176093659178 2023-11-15T04:09:28.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:28 smithi154 bash[28156]: audit 2023-11-15T04:09:28.582456+0000 mon.smithi081 (mon.0) 622 : audit [DBG] from='client.? 172.21.15.81:0/1321528881' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-15T04:09:29.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:28 smithi081 bash[24267]: audit 2023-11-15T04:09:28.582456+0000 mon.smithi081 (mon.0) 622 : audit [DBG] from='client.? 172.21.15.81:0/1321528881' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-15T04:09:29.396 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659165 got 176093659178 for osd.7 2023-11-15T04:09:29.397 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-15T04:09:29.397 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-15T04:09:29.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:29 smithi154 bash[28156]: cluster 2023-11-15T04:09:28.372403+0000 mgr.smithi081.fomiyu (mgr.14180) 233 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:30.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:29 smithi081 bash[24267]: cluster 2023-11-15T04:09:28.372403+0000 mgr.smithi081.fomiyu (mgr.14180) 233 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:31.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:31 smithi154 bash[28156]: cluster 2023-11-15T04:09:30.373000+0000 mgr.smithi081.fomiyu (mgr.14180) 234 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:32.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:31 smithi081 bash[24267]: cluster 2023-11-15T04:09:30.373000+0000 mgr.smithi081.fomiyu (mgr.14180) 234 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:33.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:33 smithi154 bash[28156]: cluster 2023-11-15T04:09:32.373592+0000 mgr.smithi081.fomiyu (mgr.14180) 235 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:34.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:33 smithi081 bash[24267]: cluster 2023-11-15T04:09:32.373592+0000 mgr.smithi081.fomiyu (mgr.14180) 235 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:34.182 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/mon.smithi081/config 2023-11-15T04:09:35.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:35 smithi081 bash[24267]: cluster 2023-11-15T04:09:34.374181+0000 mgr.smithi081.fomiyu (mgr.14180) 236 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:35.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:35 smithi154 bash[28156]: cluster 2023-11-15T04:09:34.374181+0000 mgr.smithi081.fomiyu (mgr.14180) 236 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:37.318 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:09:37.322 INFO:teuthology.orchestra.run.smithi081.stderr:dumped all 2023-11-15T04:09:37.883 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:37 smithi081 bash[24267]: cluster 2023-11-15T04:09:36.374769+0000 mgr.smithi081.fomiyu (mgr.14180) 237 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:37.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:37 smithi154 bash[28156]: cluster 2023-11-15T04:09:36.374769+0000 mgr.smithi081.fomiyu (mgr.14180) 237 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:38.126 INFO:teuthology.orchestra.run.smithi081.stdout:{"pg_ready":true,"pg_map":{"version":222,"stamp":"2023-11-15T04:09:36.374498+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":2380152,"kb_used_data":3384,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548296,"statfs":{"total":767926730752,"available":765489455104,"internally_reserved":0,"allocated":3465216,"data_stored":1352410,"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":43,"state":"active+clean","last_fresh":"2023-11-15T04:06:15.050367+0000","last_change":"2023-11-15T04:06:15.050367+0000","last_active":"2023-11-15T04:06:15.050367+0000","last_peered":"2023-11-15T04:06:15.050367+0000","last_clean":"2023-11-15T04:06:15.050367+0000","last_became_active":"2023-11-15T04:06:15.049681+0000","last_became_peered":"2023-11-15T04:06:15.049681+0000","last_unstale":"2023-11-15T04:06:15.050367+0000","last_undegraded":"2023-11-15T04:06:15.050367+0000","last_fullsized":"2023-11-15T04:06:15.050367+0000","mapping_epoch":42,"log_start":"0'0","ondisk_log_start":"0'0","created":25,"last_epoch_clean":43,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-15T04:05:47.586645+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-15T04:05:47.586645+0000","last_clean_scrub_stamp":"2023-11-15T04:05:47.586645+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":41,"seq":176093659180,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297516,"kb_used_data":420,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443540,"statfs":{"total":95990841344,"available":95686184960,"internally_reserved":0,"allocated":430080,"data_stored":168815,"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":"Wed Nov 15 04:09:21 2023","interfaces":[{"interface":"back","average":{"1min":0.83299999999999996,"5min":0.85899999999999999,"15min":0.86099999999999999},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.026,"5min":1.103,"15min":1.103},"last":0.77200000000000002},{"interface":"front","average":{"1min":0.91500000000000004,"5min":0.91400000000000003,"15min":0.91200000000000003},"min":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.165,"5min":1.165,"15min":1.165},"last":1.0109999999999999}]},{"osd":1,"last update":"Wed Nov 15 04:09:21 2023","interfaces":[{"interface":"back","average":{"1min":0.70599999999999996,"5min":0.71699999999999997,"15min":0.71699999999999997},"min":{"1min":0.51700000000000002,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.127,"5min":1.1890000000000001,"15min":1.1890000000000001},"last":0.68100000000000005},{"interface":"front","average":{"1min":0.81299999999999994,"5min":0.77300000000000002,"15min":0.76100000000000001},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":1.028,"5min":1.1699999999999999,"15min":1.1699999999999999},"last":0.93400000000000005}]},{"osd":2,"last update":"Wed Nov 15 04:09:21 2023","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.86899999999999999,"15min":0.86399999999999999},"min":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.0600000000000001,"5min":1.234,"15min":1.234},"last":1.0289999999999999},{"interface":"front","average":{"1min":0.90000000000000002,"5min":0.92400000000000004,"15min":0.93000000000000005},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.0700000000000001,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":0.84399999999999997}]},{"osd":3,"last update":"Wed Nov 15 04:09:21 2023","interfaces":[{"interface":"back","average":{"1min":0.88700000000000001,"5min":0.82399999999999995,"15min":0.79900000000000004},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.167,"5min":1.3129999999999999,"15min":1.3129999999999999},"last":1.0720000000000001},{"interface":"front","average":{"1min":0.79500000000000004,"5min":0.80000000000000004,"15min":0.78800000000000003},"min":{"1min":0.54500000000000004,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":1.0980000000000001,"5min":1.194,"15min":1.194},"last":0.88}]},{"osd":4,"last update":"Wed Nov 15 04:09:21 2023","interfaces":[{"interface":"back","average":{"1min":0.95499999999999996,"5min":0.95599999999999996,"15min":0.95399999999999996},"min":{"1min":0.70499999999999996,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.1990000000000001,"5min":1.1990000000000001,"15min":1.1990000000000001},"last":1.1259999999999999},{"interface":"front","average":{"1min":0.96399999999999997,"5min":1.0109999999999999,"15min":1.024},"min":{"1min":0.69699999999999995,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.1879999999999999,"5min":1.6679999999999999,"15min":1.6679999999999999},"last":1.0940000000000001}]},{"osd":5,"last update":"Wed Nov 15 04:09:21 2023","interfaces":[{"interface":"back","average":{"1min":0.98499999999999999,"5min":1.0409999999999999,"15min":1.0509999999999999},"min":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.3089999999999999,"5min":1.5960000000000001,"15min":1.5960000000000001},"last":0.97799999999999998},{"interface":"front","average":{"1min":1.0349999999999999,"5min":1.0469999999999999,"15min":1.0409999999999999},"min":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"max":{"1min":1.296,"5min":1.3460000000000001,"15min":1.3460000000000001},"last":1.1519999999999999}]},{"osd":6,"last update":"Wed Nov 15 04:09:21 2023","interfaces":[{"interface":"back","average":{"1min":0.98499999999999999,"5min":1.0129999999999999,"15min":1.004},"min":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.264,"5min":1.423,"15min":1.423},"last":1.21},{"interface":"front","average":{"1min":1.038,"5min":1.0169999999999999,"15min":1.0089999999999999},"min":{"1min":0.59699999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.3320000000000001,"5min":1.5649999999999999,"15min":1.5649999999999999},"last":1.1899999999999999}]}]},{"osd":6,"up_from":37,"seq":158913789995,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":169130,"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":"Wed Nov 15 04:09:14 2023","interfaces":[{"interface":"back","average":{"1min":0.84799999999999998,"5min":0.90000000000000002,"15min":0.91700000000000004},"min":{"1min":0.65600000000000003,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.139,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":1.042},{"interface":"front","average":{"1min":0.80400000000000005,"5min":0.83699999999999997,"15min":0.84299999999999997},"min":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":0.98099999999999998,"5min":1.26,"15min":1.26},"last":0.79700000000000004}]},{"osd":1,"last update":"Wed Nov 15 04:09:14 2023","interfaces":[{"interface":"back","average":{"1min":0.73799999999999999,"5min":0.746,"15min":0.74199999999999999},"min":{"1min":0.53100000000000003,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":1.2410000000000001,"5min":1.2410000000000001,"15min":1.2410000000000001},"last":0.67200000000000004},{"interface":"front","average":{"1min":0.76100000000000001,"5min":0.79700000000000004,"15min":0.80100000000000005},"min":{"1min":0.51300000000000001,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.0600000000000001,"5min":1.218,"15min":1.218},"last":0.70899999999999996}]},{"osd":2,"last update":"Wed Nov 15 04:09:14 2023","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.875,"15min":0.86699999999999999},"min":{"1min":0.64400000000000002,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.099,"5min":1.163,"15min":1.163},"last":0.755},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.93500000000000005,"15min":0.92600000000000005},"min":{"1min":0.70599999999999996,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.1140000000000001,"5min":1.345,"15min":1.345},"last":1.1180000000000001}]},{"osd":3,"last update":"Wed Nov 15 04:09:14 2023","interfaces":[{"interface":"back","average":{"1min":0.82699999999999996,"5min":0.80100000000000005,"15min":0.78500000000000003},"min":{"1min":0.52400000000000002,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.109,"5min":1.302,"15min":1.302},"last":0.996},{"interface":"front","average":{"1min":0.95299999999999996,"5min":0.93899999999999995,"15min":0.93500000000000005},"min":{"1min":0.57299999999999995,"5min":0.5,"15min":0.5},"max":{"1min":1.1759999999999999,"5min":1.375,"15min":1.375},"last":0.96299999999999997}]},{"osd":4,"last update":"Wed Nov 15 04:09:14 2023","interfaces":[{"interface":"back","average":{"1min":1.0049999999999999,"5min":0.98899999999999999,"15min":0.97499999999999998},"min":{"1min":0.69399999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.242,"5min":1.3029999999999999,"15min":1.3029999999999999},"last":0.90900000000000003},{"interface":"front","average":{"1min":1.0580000000000001,"5min":1.014,"15min":1},"min":{"1min":0.73999999999999999,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.286,"5min":1.367,"15min":1.367},"last":0.88200000000000001}]},{"osd":5,"last update":"Wed Nov 15 04:09:14 2023","interfaces":[{"interface":"back","average":{"1min":1.0309999999999999,"5min":1.0589999999999999,"15min":1.0609999999999999},"min":{"1min":0.76100000000000001,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":1.2669999999999999,"5min":1.478,"15min":1.478},"last":0.84099999999999997},{"interface":"front","average":{"1min":1.109,"5min":1.073,"15min":1.0649999999999999},"min":{"1min":0.88800000000000001,"5min":0.72199999999999998,"15min":0.72199999999999998},"max":{"1min":1.393,"5min":1.548,"15min":1.548},"last":1.1419999999999999}]},{"osd":7,"last update":"Wed Nov 15 04:09:14 2023","interfaces":[{"interface":"back","average":{"1min":1.0640000000000001,"5min":1.0880000000000001,"15min":1.0920000000000001},"min":{"1min":0.621,"5min":0.621,"15min":0.621},"max":{"1min":1.323,"5min":1.4710000000000001,"15min":1.4710000000000001},"last":1.1759999999999999},{"interface":"front","average":{"1min":1.097,"5min":1.0649999999999999,"15min":1.0549999999999999},"min":{"1min":0.69799999999999995,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.327,"5min":1.605,"15min":1.605},"last":1.083}]}]},{"osd":2,"up_from":20,"seq":85899345970,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":169130,"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":"Wed Nov 15 04:08:43 2023","interfaces":[{"interface":"back","average":{"1min":0.70399999999999996,"5min":0.65000000000000002,"15min":0.625},"min":{"1min":0.47599999999999998,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":1.0700000000000001,"5min":1.0700000000000001,"15min":1.0700000000000001},"last":0.95499999999999996},{"interface":"front","average":{"1min":0.79300000000000004,"5min":0.70599999999999996,"15min":0.66700000000000004},"min":{"1min":0.629,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":1.1299999999999999,"5min":1.248,"15min":1.248},"last":0.93200000000000005}]},{"osd":1,"last update":"Wed Nov 15 04:08:57 2023","interfaces":[{"interface":"back","average":{"1min":0.80400000000000005,"5min":0.84799999999999998,"15min":0.86499999999999999},"min":{"1min":0.63,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.091,"5min":1.181,"15min":1.181},"last":0.68799999999999994},{"interface":"front","average":{"1min":0.877,"5min":0.88100000000000001,"15min":0.88200000000000001},"min":{"1min":0.68100000000000005,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.145,"5min":1.1890000000000001,"15min":1.1890000000000001},"last":0.81000000000000005}]},{"osd":3,"last update":"Wed Nov 15 04:09:05 2023","interfaces":[{"interface":"back","average":{"1min":0.91400000000000003,"5min":0.95499999999999996,"15min":0.96499999999999997},"min":{"1min":0.66700000000000004,"5min":0.629,"15min":0.629},"max":{"1min":1.1259999999999999,"5min":1.214,"15min":1.214},"last":0.78800000000000003},{"interface":"front","average":{"1min":0.98599999999999999,"5min":0.97599999999999998,"15min":0.97099999999999997},"min":{"1min":0.77700000000000002,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.2030000000000001,"5min":1.2030000000000001,"15min":1.2030000000000001},"last":0.90200000000000002}]},{"osd":4,"last update":"Wed Nov 15 04:08:51 2023","interfaces":[{"interface":"back","average":{"1min":0.91600000000000004,"5min":0.88200000000000001,"15min":0.88700000000000001},"min":{"1min":0.58699999999999997,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.248,"5min":1.266,"15min":1.266},"last":0.72399999999999998},{"interface":"front","average":{"1min":0.92000000000000004,"5min":0.84999999999999998,"15min":0.81899999999999995},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.2310000000000001,"5min":1.4590000000000001,"15min":1.4590000000000001},"last":0.64700000000000002}]},{"osd":5,"last update":"Wed Nov 15 04:08:57 2023","interfaces":[{"interface":"back","average":{"1min":1.002,"5min":0.94799999999999995,"15min":0.92700000000000005},"min":{"1min":0.78400000000000003,"5min":0.441,"15min":0.441},"max":{"1min":1.3160000000000001,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":0.75600000000000001},{"interface":"front","average":{"1min":0.96699999999999997,"5min":0.96699999999999997,"15min":0.96499999999999997},"min":{"1min":0.629,"5min":0.374,"15min":0.374},"max":{"1min":1.242,"5min":1.7589999999999999,"15min":1.7589999999999999},"last":0.83299999999999996}]},{"osd":6,"last update":"Wed Nov 15 04:09:12 2023","interfaces":[{"interface":"back","average":{"1min":1.099,"5min":1.079,"15min":1.079},"min":{"1min":0.84699999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"max":{"1min":1.575,"5min":1.575,"15min":1.575},"last":1.1479999999999999},{"interface":"front","average":{"1min":1.105,"5min":1.091,"15min":1.0900000000000001},"min":{"1min":0.77800000000000002,"5min":0.75,"15min":0.75},"max":{"1min":1.3740000000000001,"5min":1.657,"15min":1.657},"last":0.89000000000000001}]},{"osd":7,"last update":"Wed Nov 15 04:09:16 2023","interfaces":[{"interface":"back","average":{"1min":1.1870000000000001,"5min":1.1459999999999999,"15min":1.1479999999999999},"min":{"1min":0.872,"5min":0.81200000000000006,"15min":0.81200000000000006},"max":{"1min":1.774,"5min":1.774,"15min":1.774},"last":1.2210000000000001},{"interface":"front","average":{"1min":1.125,"5min":1.1379999999999999,"15min":1.1379999999999999},"min":{"1min":0.93400000000000005,"5min":0.71799999999999997,"15min":0.71799999999999997},"max":{"1min":1.3240000000000001,"5min":1.827,"15min":1.827},"last":0.97699999999999998}]}]},{"osd":0,"up_from":16,"seq":68719476787,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":169130,"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":"Wed Nov 15 04:08:52 2023","interfaces":[{"interface":"back","average":{"1min":0.79900000000000004,"5min":0.749,"15min":0.72199999999999998},"min":{"1min":0.58099999999999996,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.1160000000000001,"5min":1.1240000000000001,"15min":1.1240000000000001},"last":0.92200000000000004},{"interface":"front","average":{"1min":0.85999999999999999,"5min":0.78700000000000003,"15min":0.75600000000000001},"min":{"1min":0.60099999999999998,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":1.3129999999999999,"5min":1.3129999999999999,"15min":1.3129999999999999},"last":0.873}]},{"osd":2,"last update":"Wed Nov 15 04:08:52 2023","interfaces":[{"interface":"back","average":{"1min":0.85299999999999998,"5min":0.77100000000000002,"15min":0.746},"min":{"1min":0.59699999999999998,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.0800000000000001,"5min":1.1970000000000001,"15min":1.1970000000000001},"last":0.95999999999999996},{"interface":"front","average":{"1min":0.754,"5min":0.751,"15min":0.74199999999999999},"min":{"1min":0.51400000000000001,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":1.0600000000000001,"5min":1.0600000000000001,"15min":1.0600000000000001},"last":1.0369999999999999}]},{"osd":3,"last update":"Wed Nov 15 04:09:04 2023","interfaces":[{"interface":"back","average":{"1min":0.92400000000000004,"5min":0.88700000000000001,"15min":0.873},"min":{"1min":0.58099999999999996,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.157,"5min":1.175,"15min":1.175},"last":1.022},{"interface":"front","average":{"1min":1.0469999999999999,"5min":0.98499999999999999,"15min":0.96599999999999997},"min":{"1min":0.71999999999999997,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.4790000000000001,"5min":1.4790000000000001,"15min":1.4790000000000001},"last":1.0700000000000001}]},{"osd":4,"last update":"Wed Nov 15 04:08:52 2023","interfaces":[{"interface":"back","average":{"1min":0.86099999999999999,"5min":0.84199999999999997,"15min":0.82999999999999996},"min":{"1min":0.67100000000000004,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":0.997,"5min":1.1279999999999999,"15min":1.1279999999999999},"last":0.96999999999999997},{"interface":"front","average":{"1min":0.88800000000000001,"5min":0.89200000000000002,"15min":0.879},"min":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.1220000000000001,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":1.23}]},{"osd":5,"last update":"Wed Nov 15 04:08:57 2023","interfaces":[{"interface":"back","average":{"1min":0.95199999999999996,"5min":0.93200000000000005,"15min":0.92600000000000005},"min":{"1min":0.67000000000000004,"5min":0.622,"15min":0.622},"max":{"1min":1.3280000000000001,"5min":1.3280000000000001,"15min":1.3280000000000001},"last":1.105},{"interface":"front","average":{"1min":0.999,"5min":0.96799999999999997,"15min":0.94799999999999995},"min":{"1min":0.76200000000000001,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.2310000000000001,"5min":1.2689999999999999,"15min":1.2689999999999999},"last":1.1180000000000001}]},{"osd":6,"last update":"Wed Nov 15 04:09:13 2023","interfaces":[{"interface":"back","average":{"1min":1.135,"5min":1.0569999999999999,"15min":1.0349999999999999},"min":{"1min":0.83499999999999996,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.514,"5min":1.514,"15min":1.514},"last":1.5229999999999999},{"interface":"front","average":{"1min":1.01,"5min":1.0049999999999999,"15min":0.996},"min":{"1min":0.76700000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.3400000000000001,"5min":1.444,"15min":1.444},"last":1.129}]},{"osd":7,"last update":"Wed Nov 15 04:09:13 2023","interfaces":[{"interface":"back","average":{"1min":1.139,"5min":1.117,"15min":1.115},"min":{"1min":0.83999999999999997,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":1.4390000000000001,"5min":1.4770000000000001,"15min":1.4770000000000001},"last":1.4810000000000001},{"interface":"front","average":{"1min":1.1879999999999999,"5min":1.1200000000000001,"15min":1.0920000000000001},"min":{"1min":0.92900000000000005,"5min":0.75600000000000001,"15min":0.75600000000000001},"max":{"1min":1.46,"5min":1.46,"15min":1.46},"last":1.4259999999999999}]}]},{"osd":4,"up_from":24,"seq":103079215153,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":169130,"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":"Wed Nov 15 04:08:47 2023","interfaces":[{"interface":"back","average":{"1min":0.67400000000000004,"5min":0.67000000000000004,"15min":0.65400000000000003},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.84399999999999997,"5min":1.137,"15min":1.137},"last":0.66300000000000003},{"interface":"front","average":{"1min":0.80300000000000005,"5min":0.77300000000000002,"15min":0.76100000000000001},"min":{"1min":0.56799999999999995,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.2609999999999999,"5min":1.2609999999999999,"15min":1.2609999999999999},"last":0.92100000000000004}]},{"osd":1,"last update":"Wed Nov 15 04:09:02 2023","interfaces":[{"interface":"back","average":{"1min":0.93600000000000005,"5min":0.88,"15min":0.86699999999999999},"min":{"1min":0.76800000000000002,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.081,"5min":1.3,"15min":1.3},"last":0.95199999999999996},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.90500000000000003,"15min":0.89500000000000002},"min":{"1min":0.77500000000000002,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.0800000000000001,"5min":1.1220000000000001,"15min":1.1220000000000001},"last":0.85799999999999998}]},{"osd":2,"last update":"Wed Nov 15 04:08:47 2023","interfaces":[{"interface":"back","average":{"1min":0.79500000000000004,"5min":0.79700000000000004,"15min":0.79300000000000004},"min":{"1min":0.60399999999999998,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.04,"5min":1.413,"15min":1.413},"last":0.81699999999999995},{"interface":"front","average":{"1min":0.86099999999999999,"5min":0.82899999999999996,"15min":0.82199999999999995},"min":{"1min":0.51900000000000002,"5min":0.501,"15min":0.501},"max":{"1min":1.1970000000000001,"5min":1.333,"15min":1.333},"last":0.77100000000000002}]},{"osd":3,"last update":"Wed Nov 15 04:09:04 2023","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.95999999999999996,"15min":0.96299999999999997},"min":{"1min":0.78200000000000003,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.1180000000000001,"5min":1.3260000000000001,"15min":1.3260000000000001},"last":1.0920000000000001},{"interface":"front","average":{"1min":0.95799999999999996,"5min":0.94899999999999995,"15min":0.94499999999999995},"min":{"1min":0.627,"5min":0.627,"15min":0.627},"max":{"1min":1.2130000000000001,"5min":1.431,"15min":1.431},"last":0.88800000000000001}]},{"osd":5,"last update":"Wed Nov 15 04:09:02 2023","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.95899999999999996,"15min":0.96499999999999997},"min":{"1min":0.76300000000000001,"5min":0.62,"15min":0.62},"max":{"1min":1.222,"5min":1.248,"15min":1.248},"last":0.93999999999999995},{"interface":"front","average":{"1min":1.014,"5min":1.0329999999999999,"15min":1.0389999999999999},"min":{"1min":0.73399999999999999,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.361,"5min":1.361,"15min":1.361},"last":0.98999999999999999}]},{"osd":6,"last update":"Wed Nov 15 04:09:10 2023","interfaces":[{"interface":"back","average":{"1min":1.0920000000000001,"5min":1.119,"15min":1.123},"min":{"1min":0.94899999999999995,"5min":0.746,"15min":0.746},"max":{"1min":1.502,"5min":1.5489999999999999,"15min":1.5489999999999999},"last":1.0349999999999999},{"interface":"front","average":{"1min":1.117,"5min":1.0800000000000001,"15min":1.0600000000000001},"min":{"1min":0.83799999999999997,"5min":0.80200000000000005,"15min":0.80200000000000005},"max":{"1min":1.639,"5min":1.639,"15min":1.639},"last":1.0680000000000001}]},{"osd":7,"last update":"Wed Nov 15 04:09:18 2023","interfaces":[{"interface":"back","average":{"1min":1.1399999999999999,"5min":1.095,"15min":1.071},"min":{"1min":0.85799999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"max":{"1min":1.732,"5min":1.732,"15min":1.732},"last":1.143},{"interface":"front","average":{"1min":1.1479999999999999,"5min":1.1699999999999999,"15min":1.1759999999999999},"min":{"1min":0.879,"5min":0.83699999999999997,"15min":0.83699999999999997},"max":{"1min":1.5780000000000001,"5min":1.5780000000000001,"15min":1.5780000000000001},"last":1.121}]}]},{"osd":1,"up_from":26,"seq":111669149743,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297516,"kb_used_data":420,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443540,"statfs":{"total":95990841344,"available":95686184960,"internally_reserved":0,"allocated":430080,"data_stored":168815,"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":"Wed Nov 15 04:08:55 2023","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.82699999999999996,"15min":0.81599999999999995},"min":{"1min":0.64600000000000002,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.1060000000000001,"5min":1.274,"15min":1.274},"last":0.88700000000000001},{"interface":"front","average":{"1min":0.93899999999999995,"5min":0.88200000000000001,"15min":0.83999999999999997},"min":{"1min":0.67800000000000005,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.2629999999999999,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":0.998}]},{"osd":2,"last update":"Wed Nov 15 04:08:55 2023","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.86799999999999999,"15min":0.83399999999999996},"min":{"1min":0.73899999999999999,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":1.1970000000000001,"5min":1.2150000000000001,"15min":1.2150000000000001},"last":0.93000000000000005},{"interface":"front","average":{"1min":0.875,"5min":0.82399999999999995,"15min":0.81599999999999995},"min":{"1min":0.72499999999999998,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":0.97399999999999998,"5min":1.077,"15min":1.077},"last":0.97299999999999998}]},{"osd":3,"last update":"Wed Nov 15 04:09:04 2023","interfaces":[{"interface":"back","average":{"1min":0.93400000000000005,"5min":0.82399999999999995,"15min":0.78900000000000003},"min":{"1min":0.60699999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.24,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":0.82699999999999996},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.871,"15min":0.84999999999999998},"min":{"1min":0.57499999999999996,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.1599999999999999,"5min":1.3260000000000001,"15min":1.3260000000000001},"last":0.78700000000000003}]},{"osd":4,"last update":"Wed Nov 15 04:08:55 2023","interfaces":[{"interface":"back","average":{"1min":0.95099999999999996,"5min":0.89300000000000002,"15min":0.85899999999999999},"min":{"1min":0.73899999999999999,"5min":0.443,"15min":0.443},"max":{"1min":1.2529999999999999,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":0.94999999999999996},{"interface":"front","average":{"1min":1.006,"5min":0.94399999999999995,"15min":0.93000000000000005},"min":{"1min":0.77500000000000002,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.3,"5min":1.3460000000000001,"15min":1.3460000000000001},"last":1.121}]},{"osd":5,"last update":"Wed Nov 15 04:08:55 2023","interfaces":[{"interface":"back","average":{"1min":1.0009999999999999,"5min":0.95199999999999996,"15min":0.93200000000000005},"min":{"1min":0.80700000000000005,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.2170000000000001,"5min":1.329,"15min":1.329},"last":1.044},{"interface":"front","average":{"1min":1.0660000000000001,"5min":0.98699999999999999,"15min":0.96399999999999997},"min":{"1min":0.73099999999999998,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.2949999999999999,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":1.0209999999999999}]},{"osd":6,"last update":"Wed Nov 15 04:09:13 2023","interfaces":[{"interface":"back","average":{"1min":0.97499999999999998,"5min":0.91100000000000003,"15min":0.90900000000000003},"min":{"1min":0.63600000000000001,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":1.3220000000000001,"5min":1.3220000000000001,"15min":1.3220000000000001},"last":0.86499999999999999},{"interface":"front","average":{"1min":1.0229999999999999,"5min":0.97899999999999998,"15min":0.97199999999999998},"min":{"1min":0.53800000000000003,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.446,"5min":1.446,"15min":1.446},"last":0.70099999999999996}]},{"osd":7,"last update":"Wed Nov 15 04:09:17 2023","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.91600000000000004,"15min":0.92400000000000004},"min":{"1min":0.54400000000000004,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.2689999999999999,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":0.754},{"interface":"front","average":{"1min":1.0760000000000001,"5min":1.0409999999999999,"15min":1.0269999999999999},"min":{"1min":0.61199999999999999,"5min":0.498,"15min":0.498},"max":{"1min":1.5169999999999999,"5min":1.6970000000000001,"15min":1.6970000000000001},"last":1.0760000000000001}]}]},{"osd":5,"up_from":28,"seq":120259084336,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":169130,"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":"Wed Nov 15 04:08:55 2023","interfaces":[{"interface":"back","average":{"1min":0.69799999999999995,"5min":0.73599999999999999,"15min":0.75600000000000001},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.0349999999999999,"5min":1.2410000000000001,"15min":1.2410000000000001},"last":0.93799999999999994},{"interface":"front","average":{"1min":0.78700000000000003,"5min":0.77400000000000002,"15min":0.75700000000000001},"min":{"1min":0.60899999999999999,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.0700000000000001,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":0.89100000000000001}]},{"osd":1,"last update":"Wed Nov 15 04:08:55 2023","interfaces":[{"interface":"back","average":{"1min":0.85299999999999998,"5min":0.85599999999999998,"15min":0.85999999999999999},"min":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.171,"5min":1.171,"15min":1.171},"last":0.78800000000000003},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.93600000000000005,"15min":0.94799999999999995},"min":{"1min":0.68500000000000005,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.2,"5min":1.2,"15min":1.2},"last":1.0600000000000001}]},{"osd":2,"last update":"Wed Nov 15 04:08:55 2023","interfaces":[{"interface":"back","average":{"1min":0.93700000000000006,"5min":0.86299999999999999,"15min":0.84799999999999998},"min":{"1min":0.60199999999999998,"5min":0.438,"15min":0.438},"max":{"1min":1.153,"5min":1.296,"15min":1.296},"last":0.98099999999999998},{"interface":"front","average":{"1min":0.80800000000000005,"5min":0.85599999999999998,"15min":0.878},"min":{"1min":0.60699999999999998,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.05,"5min":1.393,"15min":1.393},"last":0.753}]},{"osd":3,"last update":"Wed Nov 15 04:09:04 2023","interfaces":[{"interface":"back","average":{"1min":0.97899999999999998,"5min":1.0049999999999999,"15min":1.0189999999999999},"min":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.1879999999999999,"5min":1.2909999999999999,"15min":1.2909999999999999},"last":0.83099999999999996},{"interface":"front","average":{"1min":0.93600000000000005,"5min":0.96499999999999997,"15min":0.97199999999999998},"min":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"max":{"1min":1.1579999999999999,"5min":1.228,"15min":1.228},"last":1.1080000000000001}]},{"osd":4,"last update":"Wed Nov 15 04:08:55 2023","interfaces":[{"interface":"back","average":{"1min":0.92800000000000005,"5min":0.95399999999999996,"15min":0.95999999999999996},"min":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.103,"5min":1.2470000000000001,"15min":1.2470000000000001},"last":1.03},{"interface":"front","average":{"1min":0.93200000000000005,"5min":0.95999999999999996,"15min":0.95899999999999996},"min":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.2769999999999999,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":1.018}]},{"osd":6,"last update":"Wed Nov 15 04:09:11 2023","interfaces":[{"interface":"back","average":{"1min":1.018,"5min":1.052,"15min":1.0660000000000001},"min":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.28,"5min":1.28,"15min":1.28},"last":0.91100000000000003},{"interface":"front","average":{"1min":1.143,"5min":1.1479999999999999,"15min":1.167},"min":{"1min":0.82099999999999995,"5min":0.80700000000000005,"15min":0.80700000000000005},"max":{"1min":1.5449999999999999,"5min":1.5449999999999999,"15min":1.5449999999999999},"last":1.143}]},{"osd":7,"last update":"Wed Nov 15 04:09:17 2023","interfaces":[{"interface":"back","average":{"1min":1.1180000000000001,"5min":1.1559999999999999,"15min":1.1779999999999999},"min":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"max":{"1min":1.3109999999999999,"5min":1.657,"15min":1.657},"last":1.218},{"interface":"front","average":{"1min":1.133,"5min":1.1379999999999999,"15min":1.1459999999999999},"min":{"1min":0.84499999999999997,"5min":0.79800000000000004,"15min":0.79800000000000004},"max":{"1min":1.512,"5min":1.512,"15min":1.512},"last":1.081}]}]},{"osd":3,"up_from":32,"seq":137438953518,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":169130,"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":"Wed Nov 15 04:08:59 2023","interfaces":[{"interface":"back","average":{"1min":0.81699999999999995,"5min":0.79000000000000004,"15min":0.77800000000000002},"min":{"1min":0.59199999999999997,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.0960000000000001,"5min":1.0960000000000001,"15min":1.0960000000000001},"last":1.1080000000000001},{"interface":"front","average":{"1min":0.82199999999999995,"5min":0.83699999999999997,"15min":0.83099999999999996},"min":{"1min":0.65000000000000002,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.0669999999999999,"5min":1.2330000000000001,"15min":1.2330000000000001},"last":1.0069999999999999}]},{"osd":1,"last update":"Wed Nov 15 04:08:59 2023","interfaces":[{"interface":"back","average":{"1min":0.68400000000000005,"5min":0.65000000000000002,"15min":0.63200000000000001},"min":{"1min":0.53800000000000003,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":1.052,"5min":1.1659999999999999,"15min":1.1659999999999999},"last":0.81499999999999995},{"interface":"front","average":{"1min":0.71399999999999997,"5min":0.71199999999999997,"15min":0.71299999999999997},"min":{"1min":0.52200000000000002,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":1.081,"5min":1.8069999999999999,"15min":1.8069999999999999},"last":0.873}]},{"osd":2,"last update":"Wed Nov 15 04:08:59 2023","interfaces":[{"interface":"back","average":{"1min":0.86899999999999999,"5min":0.89000000000000001,"15min":0.88800000000000001},"min":{"1min":0.69599999999999995,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.151,"5min":1.8839999999999999,"15min":1.8839999999999999},"last":1.03},{"interface":"front","average":{"1min":0.93799999999999994,"5min":0.91100000000000003,"15min":0.90300000000000002},"min":{"1min":0.69999999999999996,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.2150000000000001,"5min":1.2909999999999999,"15min":1.2909999999999999},"last":0.78400000000000003}]},{"osd":4,"last update":"Wed Nov 15 04:08:59 2023","interfaces":[{"interface":"back","average":{"1min":0.92800000000000005,"5min":0.89800000000000002,"15min":0.88700000000000001},"min":{"1min":0.72099999999999997,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":0.98899999999999999},{"interface":"front","average":{"1min":0.93400000000000005,"5min":0.94899999999999995,"15min":0.94899999999999995},"min":{"1min":0.61699999999999999,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.196,"5min":1.857,"15min":1.857},"last":0.95399999999999996}]},{"osd":5,"last update":"Wed Nov 15 04:08:59 2023","interfaces":[{"interface":"back","average":{"1min":0.96399999999999997,"5min":1,"15min":1.0009999999999999},"min":{"1min":0.754,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.3049999999999999,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":1.155},{"interface":"front","average":{"1min":0.996,"5min":0.98699999999999999,"15min":0.97999999999999998},"min":{"1min":0.81799999999999995,"5min":0.75,"15min":0.75},"max":{"1min":1.1719999999999999,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":1.0629999999999999}]},{"osd":6,"last update":"Wed Nov 15 04:09:11 2023","interfaces":[{"interface":"back","average":{"1min":0.91800000000000004,"5min":0.94299999999999995,"15min":0.94899999999999995},"min":{"1min":0.64100000000000001,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":1.389,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":0.91000000000000003},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.97399999999999998,"15min":0.98699999999999999},"min":{"1min":0.499,"5min":0.499,"15min":0.499},"max":{"1min":1.2410000000000001,"5min":1.524,"15min":1.524},"last":1.206}]},{"osd":7,"last update":"Wed Nov 15 04:09:20 2023","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":1.016,"15min":1.04},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":1.198,"5min":1.5009999999999999,"15min":1.5009999999999999},"last":1.087},{"interface":"front","average":{"1min":0.98799999999999999,"5min":1.0289999999999999,"15min":1.0329999999999999},"min":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.254,"5min":1.446,"15min":1.446},"last":1.2749999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-15T04:09:38.129 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-15T04:09:38.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:38 smithi154 bash[28156]: audit 2023-11-15T04:09:37.310875+0000 mgr.smithi081.fomiyu (mgr.14180) 238 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:39.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:38 smithi081 bash[24267]: audit 2023-11-15T04:09:37.310875+0000 mgr.smithi081.fomiyu (mgr.14180) 238 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:39.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:39 smithi154 bash[28156]: cluster 2023-11-15T04:09:38.375382+0000 mgr.smithi081.fomiyu (mgr.14180) 239 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:40.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:39 smithi081 bash[24267]: cluster 2023-11-15T04:09:38.375382+0000 mgr.smithi081.fomiyu (mgr.14180) 239 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:41.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:41 smithi154 bash[28156]: cluster 2023-11-15T04:09:40.375888+0000 mgr.smithi081.fomiyu (mgr.14180) 240 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:42.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:41 smithi081 bash[24267]: cluster 2023-11-15T04:09:40.375888+0000 mgr.smithi081.fomiyu (mgr.14180) 240 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:42.925 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/mon.smithi081/config 2023-11-15T04:09:43.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:43 smithi154 bash[28156]: cluster 2023-11-15T04:09:42.376493+0000 mgr.smithi081.fomiyu (mgr.14180) 241 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:44.077 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:43 smithi081 bash[24267]: cluster 2023-11-15T04:09:42.376493+0000 mgr.smithi081.fomiyu (mgr.14180) 241 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:45.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:45 smithi154 bash[28156]: cluster 2023-11-15T04:09:44.377115+0000 mgr.smithi081.fomiyu (mgr.14180) 242 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:46.099 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:09:46.101 INFO:teuthology.orchestra.run.smithi081.stderr:dumped all 2023-11-15T04:09:46.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:45 smithi081 bash[24267]: cluster 2023-11-15T04:09:44.377115+0000 mgr.smithi081.fomiyu (mgr.14180) 242 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:46.855 INFO:teuthology.orchestra.run.smithi081.stdout:{"pg_ready":true,"pg_map":{"version":226,"stamp":"2023-11-15T04:09:44.376801+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":2380152,"kb_used_data":3384,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548296,"statfs":{"total":767926730752,"available":765489455104,"internally_reserved":0,"allocated":3465216,"data_stored":1352410,"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":43,"state":"active+clean","last_fresh":"2023-11-15T04:06:15.050367+0000","last_change":"2023-11-15T04:06:15.050367+0000","last_active":"2023-11-15T04:06:15.050367+0000","last_peered":"2023-11-15T04:06:15.050367+0000","last_clean":"2023-11-15T04:06:15.050367+0000","last_became_active":"2023-11-15T04:06:15.049681+0000","last_became_peered":"2023-11-15T04:06:15.049681+0000","last_unstale":"2023-11-15T04:06:15.050367+0000","last_undegraded":"2023-11-15T04:06:15.050367+0000","last_fullsized":"2023-11-15T04:06:15.050367+0000","mapping_epoch":42,"log_start":"0'0","ondisk_log_start":"0'0","created":25,"last_epoch_clean":43,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-15T04:05:47.586645+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-15T04:05:47.586645+0000","last_clean_scrub_stamp":"2023-11-15T04:05:47.586645+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":41,"seq":176093659182,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297516,"kb_used_data":420,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443540,"statfs":{"total":95990841344,"available":95686184960,"internally_reserved":0,"allocated":430080,"data_stored":168815,"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":"Wed Nov 15 04:09:21 2023","interfaces":[{"interface":"back","average":{"1min":0.83299999999999996,"5min":0.85899999999999999,"15min":0.86099999999999999},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.026,"5min":1.103,"15min":1.103},"last":0.72699999999999998},{"interface":"front","average":{"1min":0.91500000000000004,"5min":0.91400000000000003,"15min":0.91200000000000003},"min":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.165,"5min":1.165,"15min":1.165},"last":0.70399999999999996}]},{"osd":1,"last update":"Wed Nov 15 04:09:21 2023","interfaces":[{"interface":"back","average":{"1min":0.70599999999999996,"5min":0.71699999999999997,"15min":0.71699999999999997},"min":{"1min":0.51700000000000002,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.127,"5min":1.1890000000000001,"15min":1.1890000000000001},"last":0.626},{"interface":"front","average":{"1min":0.81299999999999994,"5min":0.77300000000000002,"15min":0.76100000000000001},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":1.028,"5min":1.1699999999999999,"15min":1.1699999999999999},"last":0.91200000000000003}]},{"osd":2,"last update":"Wed Nov 15 04:09:21 2023","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.86899999999999999,"15min":0.86399999999999999},"min":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.0600000000000001,"5min":1.234,"15min":1.234},"last":0.79500000000000004},{"interface":"front","average":{"1min":0.90000000000000002,"5min":0.92400000000000004,"15min":0.93000000000000005},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.0700000000000001,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":1.113}]},{"osd":3,"last update":"Wed Nov 15 04:09:21 2023","interfaces":[{"interface":"back","average":{"1min":0.88700000000000001,"5min":0.82399999999999995,"15min":0.79900000000000004},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.167,"5min":1.3129999999999999,"15min":1.3129999999999999},"last":0.82199999999999995},{"interface":"front","average":{"1min":0.79500000000000004,"5min":0.80000000000000004,"15min":0.78800000000000003},"min":{"1min":0.54500000000000004,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":1.0980000000000001,"5min":1.194,"15min":1.194},"last":0.872}]},{"osd":4,"last update":"Wed Nov 15 04:09:21 2023","interfaces":[{"interface":"back","average":{"1min":0.95499999999999996,"5min":0.95599999999999996,"15min":0.95399999999999996},"min":{"1min":0.70499999999999996,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.1990000000000001,"5min":1.1990000000000001,"15min":1.1990000000000001},"last":0.94799999999999995},{"interface":"front","average":{"1min":0.96399999999999997,"5min":1.0109999999999999,"15min":1.024},"min":{"1min":0.69699999999999995,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.1879999999999999,"5min":1.6679999999999999,"15min":1.6679999999999999},"last":1.2010000000000001}]},{"osd":5,"last update":"Wed Nov 15 04:09:21 2023","interfaces":[{"interface":"back","average":{"1min":0.98499999999999999,"5min":1.0409999999999999,"15min":1.0509999999999999},"min":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.3089999999999999,"5min":1.5960000000000001,"15min":1.5960000000000001},"last":0.96999999999999997},{"interface":"front","average":{"1min":1.0349999999999999,"5min":1.0469999999999999,"15min":1.0409999999999999},"min":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"max":{"1min":1.296,"5min":1.3460000000000001,"15min":1.3460000000000001},"last":0.997}]},{"osd":6,"last update":"Wed Nov 15 04:09:21 2023","interfaces":[{"interface":"back","average":{"1min":0.98499999999999999,"5min":1.0129999999999999,"15min":1.004},"min":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.264,"5min":1.423,"15min":1.423},"last":1.087},{"interface":"front","average":{"1min":1.038,"5min":1.0169999999999999,"15min":1.0089999999999999},"min":{"1min":0.59699999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.3320000000000001,"5min":1.5649999999999999,"15min":1.5649999999999999},"last":1.071}]}]},{"osd":6,"up_from":37,"seq":158913789997,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":169130,"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":"Wed Nov 15 04:09:14 2023","interfaces":[{"interface":"back","average":{"1min":0.84799999999999998,"5min":0.90000000000000002,"15min":0.91700000000000004},"min":{"1min":0.65600000000000003,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.139,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":1.03},{"interface":"front","average":{"1min":0.80400000000000005,"5min":0.83699999999999997,"15min":0.84299999999999997},"min":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":0.98099999999999998,"5min":1.26,"15min":1.26},"last":0.86199999999999999}]},{"osd":1,"last update":"Wed Nov 15 04:09:14 2023","interfaces":[{"interface":"back","average":{"1min":0.73799999999999999,"5min":0.746,"15min":0.74199999999999999},"min":{"1min":0.53100000000000003,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":1.2410000000000001,"5min":1.2410000000000001,"15min":1.2410000000000001},"last":0.82499999999999996},{"interface":"front","average":{"1min":0.76100000000000001,"5min":0.79700000000000004,"15min":0.80100000000000005},"min":{"1min":0.51300000000000001,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.0600000000000001,"5min":1.218,"15min":1.218},"last":0.77900000000000003}]},{"osd":2,"last update":"Wed Nov 15 04:09:14 2023","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.875,"15min":0.86699999999999999},"min":{"1min":0.64400000000000002,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.099,"5min":1.163,"15min":1.163},"last":0.89100000000000001},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.93500000000000005,"15min":0.92600000000000005},"min":{"1min":0.70599999999999996,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.1140000000000001,"5min":1.345,"15min":1.345},"last":0.91500000000000004}]},{"osd":3,"last update":"Wed Nov 15 04:09:14 2023","interfaces":[{"interface":"back","average":{"1min":0.82699999999999996,"5min":0.80100000000000005,"15min":0.78500000000000003},"min":{"1min":0.52400000000000002,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.109,"5min":1.302,"15min":1.302},"last":0.80200000000000005},{"interface":"front","average":{"1min":0.95299999999999996,"5min":0.93899999999999995,"15min":0.93500000000000005},"min":{"1min":0.57299999999999995,"5min":0.5,"15min":0.5},"max":{"1min":1.1759999999999999,"5min":1.375,"15min":1.375},"last":1.141}]},{"osd":4,"last update":"Wed Nov 15 04:09:14 2023","interfaces":[{"interface":"back","average":{"1min":1.0049999999999999,"5min":0.98899999999999999,"15min":0.97499999999999998},"min":{"1min":0.69399999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.242,"5min":1.3029999999999999,"15min":1.3029999999999999},"last":1.0920000000000001},{"interface":"front","average":{"1min":1.0580000000000001,"5min":1.014,"15min":1},"min":{"1min":0.73999999999999999,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.286,"5min":1.367,"15min":1.367},"last":0.97799999999999998}]},{"osd":5,"last update":"Wed Nov 15 04:09:14 2023","interfaces":[{"interface":"back","average":{"1min":1.0309999999999999,"5min":1.0589999999999999,"15min":1.0609999999999999},"min":{"1min":0.76100000000000001,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":1.2669999999999999,"5min":1.478,"15min":1.478},"last":1.0069999999999999},{"interface":"front","average":{"1min":1.109,"5min":1.073,"15min":1.0649999999999999},"min":{"1min":0.88800000000000001,"5min":0.72199999999999998,"15min":0.72199999999999998},"max":{"1min":1.393,"5min":1.548,"15min":1.548},"last":1.056}]},{"osd":7,"last update":"Wed Nov 15 04:09:14 2023","interfaces":[{"interface":"back","average":{"1min":1.0640000000000001,"5min":1.0880000000000001,"15min":1.0920000000000001},"min":{"1min":0.621,"5min":0.621,"15min":0.621},"max":{"1min":1.323,"5min":1.4710000000000001,"15min":1.4710000000000001},"last":1.3009999999999999},{"interface":"front","average":{"1min":1.097,"5min":1.0649999999999999,"15min":1.0549999999999999},"min":{"1min":0.69799999999999995,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.327,"5min":1.605,"15min":1.605},"last":1.1619999999999999}]}]},{"osd":2,"up_from":20,"seq":85899345971,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":169130,"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":"Wed Nov 15 04:08:43 2023","interfaces":[{"interface":"back","average":{"1min":0.70399999999999996,"5min":0.65000000000000002,"15min":0.625},"min":{"1min":0.47599999999999998,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":1.0700000000000001,"5min":1.0700000000000001,"15min":1.0700000000000001},"last":0.97599999999999998},{"interface":"front","average":{"1min":0.79300000000000004,"5min":0.70599999999999996,"15min":0.66700000000000004},"min":{"1min":0.629,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":1.1299999999999999,"5min":1.248,"15min":1.248},"last":0.72799999999999998}]},{"osd":1,"last update":"Wed Nov 15 04:08:57 2023","interfaces":[{"interface":"back","average":{"1min":0.80400000000000005,"5min":0.84799999999999998,"15min":0.86499999999999999},"min":{"1min":0.63,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.091,"5min":1.181,"15min":1.181},"last":0.82199999999999995},{"interface":"front","average":{"1min":0.877,"5min":0.88100000000000001,"15min":0.88200000000000001},"min":{"1min":0.68100000000000005,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.145,"5min":1.1890000000000001,"15min":1.1890000000000001},"last":0.66000000000000003}]},{"osd":3,"last update":"Wed Nov 15 04:09:05 2023","interfaces":[{"interface":"back","average":{"1min":0.91400000000000003,"5min":0.95499999999999996,"15min":0.96499999999999997},"min":{"1min":0.66700000000000004,"5min":0.629,"15min":0.629},"max":{"1min":1.1259999999999999,"5min":1.214,"15min":1.214},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.98599999999999999,"5min":0.97599999999999998,"15min":0.97099999999999997},"min":{"1min":0.77700000000000002,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.2030000000000001,"5min":1.2030000000000001,"15min":1.2030000000000001},"last":0.86299999999999999}]},{"osd":4,"last update":"Wed Nov 15 04:08:51 2023","interfaces":[{"interface":"back","average":{"1min":0.91600000000000004,"5min":0.88200000000000001,"15min":0.88700000000000001},"min":{"1min":0.58699999999999997,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.248,"5min":1.266,"15min":1.266},"last":1.042},{"interface":"front","average":{"1min":0.92000000000000004,"5min":0.84999999999999998,"15min":0.81899999999999995},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.2310000000000001,"5min":1.4590000000000001,"15min":1.4590000000000001},"last":1.004}]},{"osd":5,"last update":"Wed Nov 15 04:08:57 2023","interfaces":[{"interface":"back","average":{"1min":1.002,"5min":0.94799999999999995,"15min":0.92700000000000005},"min":{"1min":0.78400000000000003,"5min":0.441,"15min":0.441},"max":{"1min":1.3160000000000001,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":0.90000000000000002},{"interface":"front","average":{"1min":0.96699999999999997,"5min":0.96699999999999997,"15min":0.96499999999999997},"min":{"1min":0.629,"5min":0.374,"15min":0.374},"max":{"1min":1.242,"5min":1.7589999999999999,"15min":1.7589999999999999},"last":0.94299999999999995}]},{"osd":6,"last update":"Wed Nov 15 04:09:12 2023","interfaces":[{"interface":"back","average":{"1min":1.099,"5min":1.079,"15min":1.079},"min":{"1min":0.84699999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"max":{"1min":1.575,"5min":1.575,"15min":1.575},"last":1.0629999999999999},{"interface":"front","average":{"1min":1.105,"5min":1.091,"15min":1.0900000000000001},"min":{"1min":0.77800000000000002,"5min":0.75,"15min":0.75},"max":{"1min":1.3740000000000001,"5min":1.657,"15min":1.657},"last":1.0189999999999999}]},{"osd":7,"last update":"Wed Nov 15 04:09:16 2023","interfaces":[{"interface":"back","average":{"1min":1.1870000000000001,"5min":1.1459999999999999,"15min":1.1479999999999999},"min":{"1min":0.872,"5min":0.81200000000000006,"15min":0.81200000000000006},"max":{"1min":1.774,"5min":1.774,"15min":1.774},"last":1.111},{"interface":"front","average":{"1min":1.125,"5min":1.1379999999999999,"15min":1.1379999999999999},"min":{"1min":0.93400000000000005,"5min":0.71799999999999997,"15min":0.71799999999999997},"max":{"1min":1.3240000000000001,"5min":1.827,"15min":1.827},"last":1.0860000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476789,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":169130,"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":"Wed Nov 15 04:08:52 2023","interfaces":[{"interface":"back","average":{"1min":0.79900000000000004,"5min":0.749,"15min":0.72199999999999998},"min":{"1min":0.58099999999999996,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.1160000000000001,"5min":1.1240000000000001,"15min":1.1240000000000001},"last":0.79400000000000004},{"interface":"front","average":{"1min":0.85999999999999999,"5min":0.78700000000000003,"15min":0.75600000000000001},"min":{"1min":0.60099999999999998,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":1.3129999999999999,"5min":1.3129999999999999,"15min":1.3129999999999999},"last":0.76000000000000001}]},{"osd":2,"last update":"Wed Nov 15 04:08:52 2023","interfaces":[{"interface":"back","average":{"1min":0.85299999999999998,"5min":0.77100000000000002,"15min":0.746},"min":{"1min":0.59699999999999998,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.0800000000000001,"5min":1.1970000000000001,"15min":1.1970000000000001},"last":1.004},{"interface":"front","average":{"1min":0.754,"5min":0.751,"15min":0.74199999999999999},"min":{"1min":0.51400000000000001,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":1.0600000000000001,"5min":1.0600000000000001,"15min":1.0600000000000001},"last":0.70299999999999996}]},{"osd":3,"last update":"Wed Nov 15 04:09:04 2023","interfaces":[{"interface":"back","average":{"1min":0.92400000000000004,"5min":0.88700000000000001,"15min":0.873},"min":{"1min":0.58099999999999996,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.157,"5min":1.175,"15min":1.175},"last":0.90800000000000003},{"interface":"front","average":{"1min":1.0469999999999999,"5min":0.98499999999999999,"15min":0.96599999999999997},"min":{"1min":0.71999999999999997,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.4790000000000001,"5min":1.4790000000000001,"15min":1.4790000000000001},"last":1.0529999999999999}]},{"osd":4,"last update":"Wed Nov 15 04:08:52 2023","interfaces":[{"interface":"back","average":{"1min":0.86099999999999999,"5min":0.84199999999999997,"15min":0.82999999999999996},"min":{"1min":0.67100000000000004,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":0.997,"5min":1.1279999999999999,"15min":1.1279999999999999},"last":0.97499999999999998},{"interface":"front","average":{"1min":0.88800000000000001,"5min":0.89200000000000002,"15min":0.879},"min":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.1220000000000001,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":0.67700000000000005}]},{"osd":5,"last update":"Wed Nov 15 04:08:57 2023","interfaces":[{"interface":"back","average":{"1min":0.95199999999999996,"5min":0.93200000000000005,"15min":0.92600000000000005},"min":{"1min":0.67000000000000004,"5min":0.622,"15min":0.622},"max":{"1min":1.3280000000000001,"5min":1.3280000000000001,"15min":1.3280000000000001},"last":1.0760000000000001},{"interface":"front","average":{"1min":0.999,"5min":0.96799999999999997,"15min":0.94799999999999995},"min":{"1min":0.76200000000000001,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.2310000000000001,"5min":1.2689999999999999,"15min":1.2689999999999999},"last":0.94099999999999995}]},{"osd":6,"last update":"Wed Nov 15 04:09:13 2023","interfaces":[{"interface":"back","average":{"1min":1.135,"5min":1.0569999999999999,"15min":1.0349999999999999},"min":{"1min":0.83499999999999996,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.514,"5min":1.514,"15min":1.514},"last":1.1279999999999999},{"interface":"front","average":{"1min":1.01,"5min":1.0049999999999999,"15min":0.996},"min":{"1min":0.76700000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.3400000000000001,"5min":1.444,"15min":1.444},"last":0.88}]},{"osd":7,"last update":"Wed Nov 15 04:09:13 2023","interfaces":[{"interface":"back","average":{"1min":1.139,"5min":1.117,"15min":1.115},"min":{"1min":0.83999999999999997,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":1.4390000000000001,"5min":1.4770000000000001,"15min":1.4770000000000001},"last":1.026},{"interface":"front","average":{"1min":1.1879999999999999,"5min":1.1200000000000001,"15min":1.0920000000000001},"min":{"1min":0.92900000000000005,"5min":0.75600000000000001,"15min":0.75600000000000001},"max":{"1min":1.46,"5min":1.46,"15min":1.46},"last":1.175}]}]},{"osd":4,"up_from":24,"seq":103079215155,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":169130,"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":"Wed Nov 15 04:08:47 2023","interfaces":[{"interface":"back","average":{"1min":0.67400000000000004,"5min":0.67000000000000004,"15min":0.65400000000000003},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.84399999999999997,"5min":1.137,"15min":1.137},"last":0.94099999999999995},{"interface":"front","average":{"1min":0.80300000000000005,"5min":0.77300000000000002,"15min":0.76100000000000001},"min":{"1min":0.56799999999999995,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.2609999999999999,"5min":1.2609999999999999,"15min":1.2609999999999999},"last":0.65000000000000002}]},{"osd":1,"last update":"Wed Nov 15 04:09:02 2023","interfaces":[{"interface":"back","average":{"1min":0.93600000000000005,"5min":0.88,"15min":0.86699999999999999},"min":{"1min":0.76800000000000002,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.081,"5min":1.3,"15min":1.3},"last":1.012},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.90500000000000003,"15min":0.89500000000000002},"min":{"1min":0.77500000000000002,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.0800000000000001,"5min":1.1220000000000001,"15min":1.1220000000000001},"last":1.0960000000000001}]},{"osd":2,"last update":"Wed Nov 15 04:08:47 2023","interfaces":[{"interface":"back","average":{"1min":0.79500000000000004,"5min":0.79700000000000004,"15min":0.79300000000000004},"min":{"1min":0.60399999999999998,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.04,"5min":1.413,"15min":1.413},"last":0.77000000000000002},{"interface":"front","average":{"1min":0.86099999999999999,"5min":0.82899999999999996,"15min":0.82199999999999995},"min":{"1min":0.51900000000000002,"5min":0.501,"15min":0.501},"max":{"1min":1.1970000000000001,"5min":1.333,"15min":1.333},"last":0.70099999999999996}]},{"osd":3,"last update":"Wed Nov 15 04:09:04 2023","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.95999999999999996,"15min":0.96299999999999997},"min":{"1min":0.78200000000000003,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.1180000000000001,"5min":1.3260000000000001,"15min":1.3260000000000001},"last":1.125},{"interface":"front","average":{"1min":0.95799999999999996,"5min":0.94899999999999995,"15min":0.94499999999999995},"min":{"1min":0.627,"5min":0.627,"15min":0.627},"max":{"1min":1.2130000000000001,"5min":1.431,"15min":1.431},"last":0.88900000000000001}]},{"osd":5,"last update":"Wed Nov 15 04:09:02 2023","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.95899999999999996,"15min":0.96499999999999997},"min":{"1min":0.76300000000000001,"5min":0.62,"15min":0.62},"max":{"1min":1.222,"5min":1.248,"15min":1.248},"last":0.97599999999999998},{"interface":"front","average":{"1min":1.014,"5min":1.0329999999999999,"15min":1.0389999999999999},"min":{"1min":0.73399999999999999,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.361,"5min":1.361,"15min":1.361},"last":0.81200000000000006}]},{"osd":6,"last update":"Wed Nov 15 04:09:10 2023","interfaces":[{"interface":"back","average":{"1min":1.0920000000000001,"5min":1.119,"15min":1.123},"min":{"1min":0.94899999999999995,"5min":0.746,"15min":0.746},"max":{"1min":1.502,"5min":1.5489999999999999,"15min":1.5489999999999999},"last":0.92000000000000004},{"interface":"front","average":{"1min":1.117,"5min":1.0800000000000001,"15min":1.0600000000000001},"min":{"1min":0.83799999999999997,"5min":0.80200000000000005,"15min":0.80200000000000005},"max":{"1min":1.639,"5min":1.639,"15min":1.639},"last":1.0649999999999999}]},{"osd":7,"last update":"Wed Nov 15 04:09:18 2023","interfaces":[{"interface":"back","average":{"1min":1.1399999999999999,"5min":1.095,"15min":1.071},"min":{"1min":0.85799999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"max":{"1min":1.732,"5min":1.732,"15min":1.732},"last":1.1619999999999999},{"interface":"front","average":{"1min":1.1479999999999999,"5min":1.1699999999999999,"15min":1.1759999999999999},"min":{"1min":0.879,"5min":0.83699999999999997,"15min":0.83699999999999997},"max":{"1min":1.5780000000000001,"5min":1.5780000000000001,"15min":1.5780000000000001},"last":1.0329999999999999}]}]},{"osd":1,"up_from":26,"seq":111669149745,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297516,"kb_used_data":420,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443540,"statfs":{"total":95990841344,"available":95686184960,"internally_reserved":0,"allocated":430080,"data_stored":168815,"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":"Wed Nov 15 04:08:55 2023","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.82699999999999996,"15min":0.81599999999999995},"min":{"1min":0.64600000000000002,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.1060000000000001,"5min":1.274,"15min":1.274},"last":0.97899999999999998},{"interface":"front","average":{"1min":0.93899999999999995,"5min":0.88200000000000001,"15min":0.83999999999999997},"min":{"1min":0.67800000000000005,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.2629999999999999,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":1.0049999999999999}]},{"osd":2,"last update":"Wed Nov 15 04:08:55 2023","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.86799999999999999,"15min":0.83399999999999996},"min":{"1min":0.73899999999999999,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":1.1970000000000001,"5min":1.2150000000000001,"15min":1.2150000000000001},"last":0.95699999999999996},{"interface":"front","average":{"1min":0.875,"5min":0.82399999999999995,"15min":0.81599999999999995},"min":{"1min":0.72499999999999998,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":0.97399999999999998,"5min":1.077,"15min":1.077},"last":1.0249999999999999}]},{"osd":3,"last update":"Wed Nov 15 04:09:04 2023","interfaces":[{"interface":"back","average":{"1min":0.93400000000000005,"5min":0.82399999999999995,"15min":0.78900000000000003},"min":{"1min":0.60699999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.24,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":0.78100000000000003},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.871,"15min":0.84999999999999998},"min":{"1min":0.57499999999999996,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.1599999999999999,"5min":1.3260000000000001,"15min":1.3260000000000001},"last":0.90200000000000002}]},{"osd":4,"last update":"Wed Nov 15 04:08:55 2023","interfaces":[{"interface":"back","average":{"1min":0.95099999999999996,"5min":0.89300000000000002,"15min":0.85899999999999999},"min":{"1min":0.73899999999999999,"5min":0.443,"15min":0.443},"max":{"1min":1.2529999999999999,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":1.0740000000000001},{"interface":"front","average":{"1min":1.006,"5min":0.94399999999999995,"15min":0.93000000000000005},"min":{"1min":0.77500000000000002,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.3,"5min":1.3460000000000001,"15min":1.3460000000000001},"last":1.103}]},{"osd":5,"last update":"Wed Nov 15 04:08:55 2023","interfaces":[{"interface":"back","average":{"1min":1.0009999999999999,"5min":0.95199999999999996,"15min":0.93200000000000005},"min":{"1min":0.80700000000000005,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.2170000000000001,"5min":1.329,"15min":1.329},"last":1.1299999999999999},{"interface":"front","average":{"1min":1.0660000000000001,"5min":0.98699999999999999,"15min":0.96399999999999997},"min":{"1min":0.73099999999999998,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.2949999999999999,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":1.2250000000000001}]},{"osd":6,"last update":"Wed Nov 15 04:09:13 2023","interfaces":[{"interface":"back","average":{"1min":0.97499999999999998,"5min":0.91100000000000003,"15min":0.90900000000000003},"min":{"1min":0.63600000000000001,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":1.3220000000000001,"5min":1.3220000000000001,"15min":1.3220000000000001},"last":1.1919999999999999},{"interface":"front","average":{"1min":1.0229999999999999,"5min":0.97899999999999998,"15min":0.97199999999999998},"min":{"1min":0.53800000000000003,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.446,"5min":1.446,"15min":1.446},"last":1.048}]},{"osd":7,"last update":"Wed Nov 15 04:09:17 2023","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.91600000000000004,"15min":0.92400000000000004},"min":{"1min":0.54400000000000004,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.2689999999999999,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":0.86499999999999999},{"interface":"front","average":{"1min":1.0760000000000001,"5min":1.0409999999999999,"15min":1.0269999999999999},"min":{"1min":0.61199999999999999,"5min":0.498,"15min":0.498},"max":{"1min":1.5169999999999999,"5min":1.6970000000000001,"15min":1.6970000000000001},"last":1.155}]}]},{"osd":5,"up_from":28,"seq":120259084337,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":169130,"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":"Wed Nov 15 04:08:55 2023","interfaces":[{"interface":"back","average":{"1min":0.69799999999999995,"5min":0.73599999999999999,"15min":0.75600000000000001},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.0349999999999999,"5min":1.2410000000000001,"15min":1.2410000000000001},"last":0.82999999999999996},{"interface":"front","average":{"1min":0.78700000000000003,"5min":0.77400000000000002,"15min":0.75700000000000001},"min":{"1min":0.60899999999999999,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.0700000000000001,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":0.66600000000000004}]},{"osd":1,"last update":"Wed Nov 15 04:08:55 2023","interfaces":[{"interface":"back","average":{"1min":0.85299999999999998,"5min":0.85599999999999998,"15min":0.85999999999999999},"min":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.171,"5min":1.171,"15min":1.171},"last":0.89700000000000002},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.93600000000000005,"15min":0.94799999999999995},"min":{"1min":0.68500000000000005,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.2,"5min":1.2,"15min":1.2},"last":0.86399999999999999}]},{"osd":2,"last update":"Wed Nov 15 04:08:55 2023","interfaces":[{"interface":"back","average":{"1min":0.93700000000000006,"5min":0.86299999999999999,"15min":0.84799999999999998},"min":{"1min":0.60199999999999998,"5min":0.438,"15min":0.438},"max":{"1min":1.153,"5min":1.296,"15min":1.296},"last":0.78200000000000003},{"interface":"front","average":{"1min":0.80800000000000005,"5min":0.85599999999999998,"15min":0.878},"min":{"1min":0.60699999999999998,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.05,"5min":1.393,"15min":1.393},"last":0.97799999999999998}]},{"osd":3,"last update":"Wed Nov 15 04:09:04 2023","interfaces":[{"interface":"back","average":{"1min":0.97899999999999998,"5min":1.0049999999999999,"15min":1.0189999999999999},"min":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.1879999999999999,"5min":1.2909999999999999,"15min":1.2909999999999999},"last":1.054},{"interface":"front","average":{"1min":0.93600000000000005,"5min":0.96499999999999997,"15min":0.97199999999999998},"min":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"max":{"1min":1.1579999999999999,"5min":1.228,"15min":1.228},"last":1.123}]},{"osd":4,"last update":"Wed Nov 15 04:08:55 2023","interfaces":[{"interface":"back","average":{"1min":0.92800000000000005,"5min":0.95399999999999996,"15min":0.95999999999999996},"min":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.103,"5min":1.2470000000000001,"15min":1.2470000000000001},"last":1.179},{"interface":"front","average":{"1min":0.93200000000000005,"5min":0.95999999999999996,"15min":0.95899999999999996},"min":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.2769999999999999,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":0.68899999999999995}]},{"osd":6,"last update":"Wed Nov 15 04:09:11 2023","interfaces":[{"interface":"back","average":{"1min":1.018,"5min":1.052,"15min":1.0660000000000001},"min":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.28,"5min":1.28,"15min":1.28},"last":0.75700000000000001},{"interface":"front","average":{"1min":1.143,"5min":1.1479999999999999,"15min":1.167},"min":{"1min":0.82099999999999995,"5min":0.80700000000000005,"15min":0.80700000000000005},"max":{"1min":1.5449999999999999,"5min":1.5449999999999999,"15min":1.5449999999999999},"last":0.92600000000000005}]},{"osd":7,"last update":"Wed Nov 15 04:09:17 2023","interfaces":[{"interface":"back","average":{"1min":1.1180000000000001,"5min":1.1559999999999999,"15min":1.1779999999999999},"min":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"max":{"1min":1.3109999999999999,"5min":1.657,"15min":1.657},"last":1.26},{"interface":"front","average":{"1min":1.133,"5min":1.1379999999999999,"15min":1.1459999999999999},"min":{"1min":0.84499999999999997,"5min":0.79800000000000004,"15min":0.79800000000000004},"max":{"1min":1.512,"5min":1.512,"15min":1.512},"last":1.0309999999999999}]}]},{"osd":3,"up_from":32,"seq":137438953520,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":169130,"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":"Wed Nov 15 04:08:59 2023","interfaces":[{"interface":"back","average":{"1min":0.81699999999999995,"5min":0.79000000000000004,"15min":0.77800000000000002},"min":{"1min":0.59199999999999997,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.0960000000000001,"5min":1.0960000000000001,"15min":1.0960000000000001},"last":0.69699999999999995},{"interface":"front","average":{"1min":0.82199999999999995,"5min":0.83699999999999997,"15min":0.83099999999999996},"min":{"1min":0.65000000000000002,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.0669999999999999,"5min":1.2330000000000001,"15min":1.2330000000000001},"last":0.747}]},{"osd":1,"last update":"Wed Nov 15 04:08:59 2023","interfaces":[{"interface":"back","average":{"1min":0.68400000000000005,"5min":0.65000000000000002,"15min":0.63200000000000001},"min":{"1min":0.53800000000000003,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":1.052,"5min":1.1659999999999999,"15min":1.1659999999999999},"last":0.64300000000000002},{"interface":"front","average":{"1min":0.71399999999999997,"5min":0.71199999999999997,"15min":0.71299999999999997},"min":{"1min":0.52200000000000002,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":1.081,"5min":1.8069999999999999,"15min":1.8069999999999999},"last":0.91000000000000003}]},{"osd":2,"last update":"Wed Nov 15 04:08:59 2023","interfaces":[{"interface":"back","average":{"1min":0.86899999999999999,"5min":0.89000000000000001,"15min":0.88800000000000001},"min":{"1min":0.69599999999999995,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.151,"5min":1.8839999999999999,"15min":1.8839999999999999},"last":1.0009999999999999},{"interface":"front","average":{"1min":0.93799999999999994,"5min":0.91100000000000003,"15min":0.90300000000000002},"min":{"1min":0.69999999999999996,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.2150000000000001,"5min":1.2909999999999999,"15min":1.2909999999999999},"last":1.179}]},{"osd":4,"last update":"Wed Nov 15 04:08:59 2023","interfaces":[{"interface":"back","average":{"1min":0.92800000000000005,"5min":0.89800000000000002,"15min":0.88700000000000001},"min":{"1min":0.72099999999999997,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":0.872},{"interface":"front","average":{"1min":0.93400000000000005,"5min":0.94899999999999995,"15min":0.94899999999999995},"min":{"1min":0.61699999999999999,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.196,"5min":1.857,"15min":1.857},"last":1.0880000000000001}]},{"osd":5,"last update":"Wed Nov 15 04:08:59 2023","interfaces":[{"interface":"back","average":{"1min":0.96399999999999997,"5min":1,"15min":1.0009999999999999},"min":{"1min":0.754,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.3049999999999999,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":1.0189999999999999},{"interface":"front","average":{"1min":0.996,"5min":0.98699999999999999,"15min":0.97999999999999998},"min":{"1min":0.81799999999999995,"5min":0.75,"15min":0.75},"max":{"1min":1.1719999999999999,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":1.05}]},{"osd":6,"last update":"Wed Nov 15 04:09:11 2023","interfaces":[{"interface":"back","average":{"1min":0.91800000000000004,"5min":0.94299999999999995,"15min":0.94899999999999995},"min":{"1min":0.64100000000000001,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":1.389,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":0.93799999999999994},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.97399999999999998,"15min":0.98699999999999999},"min":{"1min":0.499,"5min":0.499,"15min":0.499},"max":{"1min":1.2410000000000001,"5min":1.524,"15min":1.524},"last":1.147}]},{"osd":7,"last update":"Wed Nov 15 04:09:20 2023","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":1.016,"15min":1.04},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":1.198,"5min":1.5009999999999999,"15min":1.5009999999999999},"last":1.115},{"interface":"front","average":{"1min":0.98799999999999999,"5min":1.0289999999999999,"15min":1.0329999999999999},"min":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.254,"5min":1.446,"15min":1.446},"last":1.2}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-15T04:09:46.857 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-15T04:09:46.857 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-15T04:09:46.857 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-15T04:09:46.858 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph health --format=json 2023-11-15T04:09:47.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:47 smithi154 bash[28156]: audit 2023-11-15T04:09:46.091092+0000 mgr.smithi081.fomiyu (mgr.14180) 243 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:48.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:47 smithi154 bash[28156]: cluster 2023-11-15T04:09:46.377701+0000 mgr.smithi081.fomiyu (mgr.14180) 244 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:48.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:47 smithi081 bash[24267]: audit 2023-11-15T04:09:46.091092+0000 mgr.smithi081.fomiyu (mgr.14180) 243 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:48.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:47 smithi081 bash[24267]: cluster 2023-11-15T04:09:46.377701+0000 mgr.smithi081.fomiyu (mgr.14180) 244 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:49.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:49 smithi154 bash[28156]: cluster 2023-11-15T04:09:48.378227+0000 mgr.smithi081.fomiyu (mgr.14180) 245 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:50.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:49 smithi081 bash[24267]: cluster 2023-11-15T04:09:48.378227+0000 mgr.smithi081.fomiyu (mgr.14180) 245 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:51.648 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/mon.smithi081/config 2023-11-15T04:09:51.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:51 smithi154 bash[28156]: cluster 2023-11-15T04:09:50.378808+0000 mgr.smithi081.fomiyu (mgr.14180) 246 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:52.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:51 smithi081 bash[24267]: cluster 2023-11-15T04:09:50.378808+0000 mgr.smithi081.fomiyu (mgr.14180) 246 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:53.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:53 smithi081 bash[24267]: cluster 2023-11-15T04:09:52.379257+0000 mgr.smithi081.fomiyu (mgr.14180) 247 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:53.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:53 smithi154 bash[28156]: cluster 2023-11-15T04:09:52.379257+0000 mgr.smithi081.fomiyu (mgr.14180) 247 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:54.869 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:09:55.620 INFO:teuthology.orchestra.run.smithi081.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-15T04:09:55.620 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-15T04:09:55.621 INFO:tasks.cephadm:Setup complete, yielding 2023-11-15T04:09:55.621 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T04:09:55.754 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi081.front.sepia.ceph.com 2023-11-15T04:09:55.755 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-15T04:09:55.956 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:55 smithi081 bash[24267]: cluster 2023-11-15T04:09:54.379782+0000 mgr.smithi081.fomiyu (mgr.14180) 248 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:55.956 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:55 smithi081 bash[24267]: audit 2023-11-15T04:09:54.868509+0000 mon.smithi081 (mon.0) 623 : audit [DBG] from='client.? 172.21.15.81:0/1815712826' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-15T04:09:55.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:55 smithi154 bash[28156]: cluster 2023-11-15T04:09:54.379782+0000 mgr.smithi081.fomiyu (mgr.14180) 248 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:56.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:55 smithi154 bash[28156]: audit 2023-11-15T04:09:54.868509+0000 mon.smithi081 (mon.0) 623 : audit [DBG] from='client.? 172.21.15.81:0/1815712826' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-15T04:09:57.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:57 smithi154 bash[28156]: cluster 2023-11-15T04:09:56.380398+0000 mgr.smithi081.fomiyu (mgr.14180) 249 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:58.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:57 smithi081 bash[24267]: cluster 2023-11-15T04:09:56.380398+0000 mgr.smithi081.fomiyu (mgr.14180) 249 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:09:59.147 INFO:teuthology.orchestra.run.smithi081.stdout:Backend: cephadm 2023-11-15T04:09:59.148 INFO:teuthology.orchestra.run.smithi081.stdout:Available: Yes 2023-11-15T04:09:59.148 INFO:teuthology.orchestra.run.smithi081.stdout:Paused: No 2023-11-15T04:09:59.915 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-15T04:09:59.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:09:59 smithi154 bash[28156]: cluster 2023-11-15T04:09:58.381004+0000 mgr.smithi081.fomiyu (mgr.14180) 250 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:00.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:09:59 smithi081 bash[24267]: cluster 2023-11-15T04:09:58.381004+0000 mgr.smithi081.fomiyu (mgr.14180) 250 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:00.995 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:00 smithi081 bash[24267]: audit 2023-11-15T04:09:59.146650+0000 mgr.smithi081.fomiyu (mgr.14180) 251 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:10:00.995 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:00 smithi081 bash[24267]: cluster 2023-11-15T04:10:00.000150+0000 mon.smithi081 (mon.0) 624 : cluster [INF] overall HEALTH_OK 2023-11-15T04:10:00.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:00 smithi154 bash[28156]: audit 2023-11-15T04:09:59.146650+0000 mgr.smithi081.fomiyu (mgr.14180) 251 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:10:01.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:00 smithi154 bash[28156]: cluster 2023-11-15T04:10:00.000150+0000 mon.smithi081 (mon.0) 624 : cluster [INF] overall HEALTH_OK 2023-11-15T04:10:01.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:01 smithi154 bash[28156]: cluster 2023-11-15T04:10:00.381631+0000 mgr.smithi081.fomiyu (mgr.14180) 252 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:02.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:01 smithi081 bash[24267]: cluster 2023-11-15T04:10:00.381631+0000 mgr.smithi081.fomiyu (mgr.14180) 252 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:03.228 INFO:teuthology.orchestra.run.smithi081.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-15T04:10:03.228 INFO:teuthology.orchestra.run.smithi081.stdout:alertmanager.smithi081 smithi081 *:9093,9094 running (5m) 45s ago 7m 12.2M - 0.23.0 ba2b418f427c 867c317592c2 2023-11-15T04:10:03.228 INFO:teuthology.orchestra.run.smithi081.stdout:crash.smithi081 smithi081 running (7m) 45s ago 7m 6924k - 16.2.14-170-g620f25c1 d02b7545bf4f 3920783e4ed3 2023-11-15T04:10:03.228 INFO:teuthology.orchestra.run.smithi081.stdout:crash.smithi154 smithi154 running (6m) 45s ago 6m 7063k - 16.2.14-170-g620f25c1 d02b7545bf4f 40199a0f7dc6 2023-11-15T04:10:03.229 INFO:teuthology.orchestra.run.smithi081.stdout:grafana.smithi081 smithi081 *:3000 running (5m) 45s ago 6m 41.0M - 8.3.5 dad864ee21e9 f5f44e32b8f5 2023-11-15T04:10:03.229 INFO:teuthology.orchestra.run.smithi081.stdout:mgr.smithi081.fomiyu smithi081 *:9283 running (8m) 45s ago 8m 426M - 16.2.14-170-g620f25c1 d02b7545bf4f 4746ef6e7904 2023-11-15T04:10:03.229 INFO:teuthology.orchestra.run.smithi081.stdout:mgr.smithi154.chjpkm smithi154 *:8443,9283 running (6m) 45s ago 6m 374M - 16.2.14-170-g620f25c1 d02b7545bf4f 059064d2c00e 2023-11-15T04:10:03.229 INFO:teuthology.orchestra.run.smithi081.stdout:mon.smithi081 smithi081 running (8m) 45s ago 8m 43.1M 2048M 16.2.14-170-g620f25c1 d02b7545bf4f 69e021ef14fd 2023-11-15T04:10:03.229 INFO:teuthology.orchestra.run.smithi081.stdout:mon.smithi154 smithi154 running (6m) 45s ago 6m 62.2M 2048M 16.2.14-170-g620f25c1 d02b7545bf4f ba4af8c7afcc 2023-11-15T04:10:03.229 INFO:teuthology.orchestra.run.smithi081.stdout:node-exporter.smithi081 smithi081 *:9100 running (6m) 45s ago 6m 9.92M - 1.3.1 1dbe0e931976 7c9ce87aed40 2023-11-15T04:10:03.230 INFO:teuthology.orchestra.run.smithi081.stdout:node-exporter.smithi154 smithi154 *:9100 running (6m) 45s ago 6m 9975k - 1.3.1 1dbe0e931976 1c38f0bba1f9 2023-11-15T04:10:03.230 INFO:teuthology.orchestra.run.smithi081.stdout:osd.0 smithi154 running (4m) 45s ago 4m 32.9M 4028M 16.2.14-170-g620f25c1 d02b7545bf4f aee55f4ae14c 2023-11-15T04:10:03.230 INFO:teuthology.orchestra.run.smithi081.stdout:osd.1 smithi081 running (4m) 45s ago 4m 33.0M 3260M 16.2.14-170-g620f25c1 d02b7545bf4f 916f9df0ad95 2023-11-15T04:10:03.230 INFO:teuthology.orchestra.run.smithi081.stdout:osd.2 smithi154 running (4m) 45s ago 4m 32.4M 4028M 16.2.14-170-g620f25c1 d02b7545bf4f ab9e9535cbf8 2023-11-15T04:10:03.230 INFO:teuthology.orchestra.run.smithi081.stdout:osd.3 smithi081 running (4m) 45s ago 4m 33.0M 3260M 16.2.14-170-g620f25c1 d02b7545bf4f 1e081619de04 2023-11-15T04:10:03.231 INFO:teuthology.orchestra.run.smithi081.stdout:osd.4 smithi154 running (4m) 45s ago 4m 32.4M 4028M 16.2.14-170-g620f25c1 d02b7545bf4f afd233c8023c 2023-11-15T04:10:03.231 INFO:teuthology.orchestra.run.smithi081.stdout:osd.5 smithi154 running (4m) 45s ago 4m 32.5M 4028M 16.2.14-170-g620f25c1 d02b7545bf4f 2dcd01896c3b 2023-11-15T04:10:03.231 INFO:teuthology.orchestra.run.smithi081.stdout:osd.6 smithi081 running (4m) 45s ago 4m 35.1M 3260M 16.2.14-170-g620f25c1 d02b7545bf4f 9b99be3a875e 2023-11-15T04:10:03.231 INFO:teuthology.orchestra.run.smithi081.stdout:osd.7 smithi081 running (3m) 45s ago 4m 33.0M 3260M 16.2.14-170-g620f25c1 d02b7545bf4f e57c763971fc 2023-11-15T04:10:03.231 INFO:teuthology.orchestra.run.smithi081.stdout:prometheus.smithi081 smithi081 *:9095 running (5m) 45s ago 6m 53.4M - 2.33.4 514e6a882f6e 1a7c210b2bb7 2023-11-15T04:10:03.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:03 smithi154 bash[28156]: cluster 2023-11-15T04:10:02.382227+0000 mgr.smithi081.fomiyu (mgr.14180) 253 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:04.034 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:03 smithi081 bash[24267]: cluster 2023-11-15T04:10:02.382227+0000 mgr.smithi081.fomiyu (mgr.14180) 253 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:04.035 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-15T04:10:05.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:04 smithi081 bash[24267]: audit 2023-11-15T04:10:03.206202+0000 mgr.smithi081.fomiyu (mgr.14180) 254 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:10:05.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:04 smithi154 bash[28156]: audit 2023-11-15T04:10:03.206202+0000 mgr.smithi081.fomiyu (mgr.14180) 254 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:10:05.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:05 smithi081 bash[24267]: cluster 2023-11-15T04:10:04.382832+0000 mgr.smithi081.fomiyu (mgr.14180) 255 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:05.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:05 smithi154 bash[28156]: cluster 2023-11-15T04:10:04.382832+0000 mgr.smithi081.fomiyu (mgr.14180) 255 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:07.420 INFO:teuthology.orchestra.run.smithi081.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-15T04:10:07.421 INFO:teuthology.orchestra.run.smithi081.stdout:alertmanager ?:9093,9094 1/1 49s ago 8m count:1 2023-11-15T04:10:07.421 INFO:teuthology.orchestra.run.smithi081.stdout:crash 2/2 49s ago 8m * 2023-11-15T04:10:07.421 INFO:teuthology.orchestra.run.smithi081.stdout:grafana ?:3000 1/1 49s ago 8m count:1 2023-11-15T04:10:07.421 INFO:teuthology.orchestra.run.smithi081.stdout:mgr 2/2 49s ago 8m count:2 2023-11-15T04:10:07.422 INFO:teuthology.orchestra.run.smithi081.stdout:mon 2/2 49s ago 6m smithi081:172.21.15.81=smithi081;smithi154:172.21.15.154=smithi154;count:2 2023-11-15T04:10:07.422 INFO:teuthology.orchestra.run.smithi081.stdout:node-exporter ?:9100 2/2 49s ago 8m * 2023-11-15T04:10:07.422 INFO:teuthology.orchestra.run.smithi081.stdout:osd.all-available-devices 8 49s ago 5m * 2023-11-15T04:10:07.423 INFO:teuthology.orchestra.run.smithi081.stdout:prometheus ?:9095 1/1 49s ago 8m count:1 2023-11-15T04:10:08.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:07 smithi081 bash[24267]: cluster 2023-11-15T04:10:06.383405+0000 mgr.smithi081.fomiyu (mgr.14180) 256 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:08.211 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-15T04:10:08.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:07 smithi154 bash[28156]: cluster 2023-11-15T04:10:06.383405+0000 mgr.smithi081.fomiyu (mgr.14180) 256 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:09.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:08 smithi081 bash[24267]: audit 2023-11-15T04:10:07.408416+0000 mgr.smithi081.fomiyu (mgr.14180) 257 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:10:09.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:08 smithi154 bash[28156]: audit 2023-11-15T04:10:07.408416+0000 mgr.smithi081.fomiyu (mgr.14180) 257 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:10:10.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:09 smithi081 bash[24267]: cluster 2023-11-15T04:10:08.383730+0000 mgr.smithi081.fomiyu (mgr.14180) 258 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:10.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:09 smithi154 bash[28156]: cluster 2023-11-15T04:10:08.383730+0000 mgr.smithi081.fomiyu (mgr.14180) 258 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:11.050 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:10 smithi081 bash[24267]: cluster 2023-11-15T04:10:10.384269+0000 mgr.smithi081.fomiyu (mgr.14180) 259 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:11.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:10 smithi154 bash[28156]: cluster 2023-11-15T04:10:10.384269+0000 mgr.smithi081.fomiyu (mgr.14180) 259 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:11.467 INFO:teuthology.orchestra.run.smithi081.stdout:HOST ADDR LABELS STATUS 2023-11-15T04:10:11.467 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 172.21.15.81 2023-11-15T04:10:11.468 INFO:teuthology.orchestra.run.smithi081.stdout:smithi154 172.21.15.154 2023-11-15T04:10:11.468 INFO:teuthology.orchestra.run.smithi081.stdout:2 hosts in cluster 2023-11-15T04:10:12.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:11 smithi081 bash[24267]: audit 2023-11-15T04:10:11.465615+0000 mgr.smithi081.fomiyu (mgr.14180) 260 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:10:12.182 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-15T04:10:12.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:11 smithi154 bash[28156]: audit 2023-11-15T04:10:11.465615+0000 mgr.smithi081.fomiyu (mgr.14180) 260 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:10:13.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:12 smithi081 bash[24267]: cluster 2023-11-15T04:10:12.384859+0000 mgr.smithi081.fomiyu (mgr.14180) 261 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:13.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:12 smithi154 bash[28156]: cluster 2023-11-15T04:10:12.384859+0000 mgr.smithi081.fomiyu (mgr.14180) 261 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:15.314 INFO:teuthology.orchestra.run.smithi081.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-15T04:10:15.314 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400N7400BGN 372G 3m ago LVM detected, locked 2023-11-15T04:10:15.315 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 /dev/nvme1n1 ssd Linux_ef077f9e00ab023fe8dc 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:10:15.315 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 /dev/nvme2n1 ssd Linux_e827bcdac2bf7e51ed2b 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:10:15.315 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 /dev/nvme3n1 ssd Linux_fe4419bca9f935cc2b48 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:10:15.315 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 /dev/nvme4n1 ssd Linux_41f3cbdc0ad48296a68f 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:10:15.315 INFO:teuthology.orchestra.run.smithi081.stdout:smithi154 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6233003B400BGN 372G 3m ago LVM detected, locked 2023-11-15T04:10:15.316 INFO:teuthology.orchestra.run.smithi081.stdout:smithi154 /dev/nvme1n1 ssd Linux_3f31144f595337b1cb22 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:10:15.316 INFO:teuthology.orchestra.run.smithi081.stdout:smithi154 /dev/nvme2n1 ssd Linux_96bc48fc91ac147b6894 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:10:15.316 INFO:teuthology.orchestra.run.smithi081.stdout:smithi154 /dev/nvme3n1 ssd Linux_050459fabed27fe93385 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:10:15.316 INFO:teuthology.orchestra.run.smithi081.stdout:smithi154 /dev/nvme4n1 ssd Linux_f17853487dc790122b31 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:10:15.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:15 smithi081 bash[24267]: cluster 2023-11-15T04:10:14.385507+0000 mgr.smithi081.fomiyu (mgr.14180) 262 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:15.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:15 smithi154 bash[28156]: cluster 2023-11-15T04:10:14.385507+0000 mgr.smithi081.fomiyu (mgr.14180) 262 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:16.086 INFO:teuthology.run_tasks:Running task vip... 2023-11-15T04:10:16.097 INFO:tasks.vip:Allocating static IPs for each host... 2023-11-15T04:10:16.098 INFO:tasks.vip:peername 172.21.15.81 2023-11-15T04:10:16.102 INFO:tasks.vip:172.21.15.81 in 172.21.0.0/20, pos 3920 2023-11-15T04:10:16.107 INFO:tasks.vip:smithi081.front.sepia.ceph.com static 10.0.15.81, vnet 10.0.0.0/16 2023-11-15T04:10:16.107 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-11-15T04:10:16.108 DEBUG:teuthology.orchestra.run.smithi081:> sudo ip route ls 2023-11-15T04:10:16.122 INFO:teuthology.orchestra.run.smithi081.stdout:default via 172.21.15.254 dev enp3s0f1 2023-11-15T04:10:16.122 INFO:teuthology.orchestra.run.smithi081.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.81 metric 100 2023-11-15T04:10:16.123 INFO:teuthology.orchestra.run.smithi081.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-15T04:10:16.123 INFO:teuthology.orchestra.run.smithi081.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.81 2023-11-15T04:10:16.123 INFO:teuthology.orchestra.run.smithi081.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.81 metric 100 2023-11-15T04:10:16.124 INFO:tasks.vip:Configuring 10.0.15.81 on smithi081.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T04:10:16.124 DEBUG:teuthology.orchestra.run.smithi081:> sudo ip addr add 10.0.15.81/16 dev enp3s0f1 2023-11-15T04:10:16.183 INFO:tasks.vip:peername 172.21.15.154 2023-11-15T04:10:16.186 INFO:tasks.vip:172.21.15.154 in 172.21.0.0/20, pos 3993 2023-11-15T04:10:16.190 INFO:tasks.vip:smithi154.front.sepia.ceph.com static 10.0.15.154, vnet 10.0.0.0/16 2023-11-15T04:10:16.190 DEBUG:teuthology.orchestra.run.smithi154:> sudo ip route ls 2023-11-15T04:10:16.206 INFO:teuthology.orchestra.run.smithi154.stdout:default via 172.21.15.254 dev enp3s0f1 2023-11-15T04:10:16.206 INFO:teuthology.orchestra.run.smithi154.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.154 metric 100 2023-11-15T04:10:16.206 INFO:teuthology.orchestra.run.smithi154.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-15T04:10:16.206 INFO:teuthology.orchestra.run.smithi154.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.154 2023-11-15T04:10:16.207 INFO:teuthology.orchestra.run.smithi154.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.154 metric 100 2023-11-15T04:10:16.208 INFO:tasks.vip:Configuring 10.0.15.154 on smithi154.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T04:10:16.208 DEBUG:teuthology.orchestra.run.smithi154:> sudo ip addr add 10.0.15.154/16 dev enp3s0f1 2023-11-15T04:10:16.264 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T04:10:16.273 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi081.front.sepia.ceph.com 2023-11-15T04:10:16.274 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-11-15T04:10:16.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:16 smithi154 bash[28156]: audit 2023-11-15T04:10:15.305323+0000 mgr.smithi081.fomiyu (mgr.14180) 263 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:10:17.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:16 smithi081 bash[24267]: audit 2023-11-15T04:10:15.305323+0000 mgr.smithi081.fomiyu (mgr.14180) 263 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:10:17.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:17 smithi154 bash[28156]: cluster 2023-11-15T04:10:16.386042+0000 mgr.smithi081.fomiyu (mgr.14180) 264 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:18.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:17 smithi081 bash[24267]: cluster 2023-11-15T04:10:16.386042+0000 mgr.smithi081.fomiyu (mgr.14180) 264 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:18.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:18 smithi154 bash[28156]: audit 2023-11-15T04:10:18.283480+0000 mon.smithi081 (mon.0) 625 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:10:19.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:18 smithi081 bash[24267]: audit 2023-11-15T04:10:18.283480+0000 mon.smithi081 (mon.0) 625 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:10:19.645 INFO:teuthology.orchestra.run.smithi081.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-15T04:10:19.645 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400N7400BGN 372G 3m ago LVM detected, locked 2023-11-15T04:10:19.646 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 /dev/nvme1n1 ssd Linux_ef077f9e00ab023fe8dc 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:10:19.646 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 /dev/nvme2n1 ssd Linux_e827bcdac2bf7e51ed2b 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:10:19.646 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 /dev/nvme3n1 ssd Linux_fe4419bca9f935cc2b48 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:10:19.646 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 /dev/nvme4n1 ssd Linux_41f3cbdc0ad48296a68f 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:10:19.646 INFO:teuthology.orchestra.run.smithi081.stdout:smithi154 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6233003B400BGN 372G 3m ago LVM detected, locked 2023-11-15T04:10:19.647 INFO:teuthology.orchestra.run.smithi081.stdout:smithi154 /dev/nvme1n1 ssd Linux_3f31144f595337b1cb22 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:10:19.647 INFO:teuthology.orchestra.run.smithi081.stdout:smithi154 /dev/nvme2n1 ssd Linux_96bc48fc91ac147b6894 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:10:19.647 INFO:teuthology.orchestra.run.smithi081.stdout:smithi154 /dev/nvme3n1 ssd Linux_050459fabed27fe93385 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:10:19.647 INFO:teuthology.orchestra.run.smithi081.stdout:smithi154 /dev/nvme4n1 ssd Linux_f17853487dc790122b31 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:10:19.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:19 smithi154 bash[28156]: cluster 2023-11-15T04:10:18.386596+0000 mgr.smithi081.fomiyu (mgr.14180) 265 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:20.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:19 smithi081 bash[24267]: cluster 2023-11-15T04:10:18.386596+0000 mgr.smithi081.fomiyu (mgr.14180) 265 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:20.429 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-15T04:10:20.439 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi081.front.sepia.ceph.com 2023-11-15T04:10:20.439 DEBUG:teuthology.orchestra.run.smithi081:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-15T04:10:20.453 INFO:teuthology.orchestra.run.smithi081.stderr:+ systemctl stop nfs-server 2023-11-15T04:10:20.606 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi154.front.sepia.ceph.com 2023-11-15T04:10:20.607 DEBUG:teuthology.orchestra.run.smithi154:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-15T04:10:20.620 INFO:teuthology.orchestra.run.smithi154.stderr:+ systemctl stop nfs-server 2023-11-15T04:10:20.747 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T04:10:20.756 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi081.front.sepia.ceph.com 2023-11-15T04:10:20.757 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2023-11-15T04:10:20.955 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:20 smithi081 bash[24267]: audit 2023-11-15T04:10:19.640859+0000 mgr.smithi081.fomiyu (mgr.14180) 266 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:10:20.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:20 smithi154 bash[28156]: audit 2023-11-15T04:10:19.640859+0000 mgr.smithi081.fomiyu (mgr.14180) 266 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:10:21.990 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:21 smithi081 bash[24267]: cluster 2023-11-15T04:10:20.387227+0000 mgr.smithi081.fomiyu (mgr.14180) 267 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:21.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:21 smithi154 bash[28156]: cluster 2023-11-15T04:10:20.387227+0000 mgr.smithi081.fomiyu (mgr.14180) 267 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:23.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:23 smithi081 bash[24267]: cluster 2023-11-15T04:10:22.387769+0000 mgr.smithi081.fomiyu (mgr.14180) 268 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:23.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:23 smithi154 bash[28156]: cluster 2023-11-15T04:10:22.387769+0000 mgr.smithi081.fomiyu (mgr.14180) 268 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:24.025 INFO:teuthology.orchestra.run.smithi081.stdout:Scheduled rgw.foorgw update... 2023-11-15T04:10:24.837 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.81/16' 2023-11-15T04:10:25.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:24 smithi081 bash[24267]: audit 2023-11-15T04:10:23.824563+0000 mon.smithi081 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:25.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:24 smithi081 bash[24267]: audit 2023-11-15T04:10:24.015771+0000 mgr.smithi081.fomiyu (mgr.14180) 269 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:10:25.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:24 smithi081 bash[24267]: cephadm 2023-11-15T04:10:24.018021+0000 mgr.smithi081.fomiyu (mgr.14180) 270 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-15T04:10:25.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:24 smithi081 bash[24267]: audit 2023-11-15T04:10:24.023494+0000 mon.smithi081 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:25.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:24 smithi081 bash[24267]: cluster 2023-11-15T04:10:24.388323+0000 mgr.smithi081.fomiyu (mgr.14180) 271 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:25.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:24 smithi081 bash[24267]: audit 2023-11-15T04:10:24.451440+0000 mon.smithi081 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:25.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:24 smithi154 bash[28156]: audit 2023-11-15T04:10:23.824563+0000 mon.smithi081 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:25.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:24 smithi154 bash[28156]: audit 2023-11-15T04:10:24.015771+0000 mgr.smithi081.fomiyu (mgr.14180) 269 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:10:25.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:24 smithi154 bash[28156]: cephadm 2023-11-15T04:10:24.018021+0000 mgr.smithi081.fomiyu (mgr.14180) 270 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-15T04:10:25.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:24 smithi154 bash[28156]: audit 2023-11-15T04:10:24.023494+0000 mon.smithi081 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:25.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:24 smithi154 bash[28156]: cluster 2023-11-15T04:10:24.388323+0000 mgr.smithi081.fomiyu (mgr.14180) 271 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:25.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:24 smithi154 bash[28156]: audit 2023-11-15T04:10:24.451440+0000 mon.smithi081 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:27.726 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:27 smithi081 bash[24267]: cluster 2023-11-15T04:10:26.389035+0000 mgr.smithi081.fomiyu (mgr.14180) 272 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:27.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:27 smithi154 bash[28156]: cluster 2023-11-15T04:10:26.389035+0000 mgr.smithi081.fomiyu (mgr.14180) 272 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:28.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:28 smithi154 bash[28156]: audit 2023-11-15T04:10:28.126297+0000 mon.smithi081 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-15T04:10:29.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:28 smithi081 bash[24267]: audit 2023-11-15T04:10:28.126297+0000 mon.smithi081 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-15T04:10:29.680 INFO:teuthology.orchestra.run.smithi081.stdout:NFS Cluster Created Successfully 2023-11-15T04:10:29.893 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:29 smithi081 bash[24267]: audit 2023-11-15T04:10:28.123254+0000 mgr.smithi081.fomiyu (mgr.14180) 273 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.81/16", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:10:29.893 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:29 smithi081 bash[24267]: cluster 2023-11-15T04:10:28.389610+0000 mgr.smithi081.fomiyu (mgr.14180) 274 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:29.893 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:29 smithi081 bash[24267]: audit 2023-11-15T04:10:28.617872+0000 mon.smithi081 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-15T04:10:29.893 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:29 smithi081 bash[24267]: cluster 2023-11-15T04:10:28.617982+0000 mon.smithi081 (mon.0) 631 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-15T04:10:29.894 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:29 smithi081 bash[24267]: audit 2023-11-15T04:10:28.624623+0000 mon.smithi081 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-15T04:10:29.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:29 smithi154 bash[28156]: audit 2023-11-15T04:10:28.123254+0000 mgr.smithi081.fomiyu (mgr.14180) 273 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.81/16", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:10:30.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:29 smithi154 bash[28156]: cluster 2023-11-15T04:10:28.389610+0000 mgr.smithi081.fomiyu (mgr.14180) 274 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:30.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:29 smithi154 bash[28156]: audit 2023-11-15T04:10:28.617872+0000 mon.smithi081 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-15T04:10:30.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:29 smithi154 bash[28156]: cluster 2023-11-15T04:10:28.617982+0000 mon.smithi081 (mon.0) 631 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-15T04:10:30.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:29 smithi154 bash[28156]: audit 2023-11-15T04:10:28.624623+0000 mon.smithi081 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-15T04:10:30.537 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-15T04:10:30.546 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi081.front.sepia.ceph.com 2023-11-15T04:10:30.546 DEBUG:teuthology.orchestra.run.smithi081:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2023-11-15T04:10:30.561 INFO:teuthology.orchestra.run.smithi081.stderr:+ dnf install -y python3-boto3 2023-11-15T04:10:30.562 INFO:teuthology.orchestra.run.smithi081.stderr:bash: dnf: command not found 2023-11-15T04:10:30.562 INFO:teuthology.orchestra.run.smithi081.stderr:+ apt install -y python3-boto3 2023-11-15T04:10:30.573 INFO:teuthology.orchestra.run.smithi081.stderr: 2023-11-15T04:10:30.573 INFO:teuthology.orchestra.run.smithi081.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-11-15T04:10:30.573 INFO:teuthology.orchestra.run.smithi081.stderr: 2023-11-15T04:10:30.629 INFO:teuthology.orchestra.run.smithi081.stdout:Reading package lists... 2023-11-15T04:10:30.841 INFO:teuthology.orchestra.run.smithi081.stdout:Building dependency tree... 2023-11-15T04:10:30.842 INFO:teuthology.orchestra.run.smithi081.stdout:Reading state information... 2023-11-15T04:10:30.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:30 smithi081 bash[24267]: audit 2023-11-15T04:10:29.636488+0000 mon.smithi081 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-15T04:10:30.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:30 smithi081 bash[24267]: cluster 2023-11-15T04:10:29.636682+0000 mon.smithi081 (mon.0) 634 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-15T04:10:30.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:30 smithi081 bash[24267]: cephadm 2023-11-15T04:10:29.669440+0000 mgr.smithi081.fomiyu (mgr.14180) 275 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-11-15T04:10:30.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:30 smithi081 bash[24267]: audit 2023-11-15T04:10:29.673429+0000 mon.smithi081 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:30.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:30 smithi081 bash[24267]: cephadm 2023-11-15T04:10:29.675241+0000 mgr.smithi081.fomiyu (mgr.14180) 276 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-15T04:10:30.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:30 smithi081 bash[24267]: audit 2023-11-15T04:10:29.678798+0000 mon.smithi081 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:30.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:30 smithi154 bash[28156]: audit 2023-11-15T04:10:29.636488+0000 mon.smithi081 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-15T04:10:31.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:30 smithi154 bash[28156]: cluster 2023-11-15T04:10:29.636682+0000 mon.smithi081 (mon.0) 634 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-15T04:10:31.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:30 smithi154 bash[28156]: cephadm 2023-11-15T04:10:29.669440+0000 mgr.smithi081.fomiyu (mgr.14180) 275 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-11-15T04:10:31.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:30 smithi154 bash[28156]: audit 2023-11-15T04:10:29.673429+0000 mon.smithi081 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:31.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:30 smithi154 bash[28156]: cephadm 2023-11-15T04:10:29.675241+0000 mgr.smithi081.fomiyu (mgr.14180) 276 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-15T04:10:31.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:30 smithi154 bash[28156]: audit 2023-11-15T04:10:29.678798+0000 mon.smithi081 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:31.056 INFO:teuthology.orchestra.run.smithi081.stdout:The following additional packages will be installed: 2023-11-15T04:10:31.056 INFO:teuthology.orchestra.run.smithi081.stdout: docutils-common libpaper-utils libpaper1 python3-botocore python3-docutils 2023-11-15T04:10:31.057 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jmespath python3-pygments python3-roman python3-s3transfer 2023-11-15T04:10:31.058 INFO:teuthology.orchestra.run.smithi081.stdout:Suggested packages: 2023-11-15T04:10:31.058 INFO:teuthology.orchestra.run.smithi081.stdout: docutils-doc fonts-linuxlibertine | ttf-linux-libertine texlive-lang-french 2023-11-15T04:10:31.058 INFO:teuthology.orchestra.run.smithi081.stdout: texlive-latex-base texlive-latex-recommended python-pygments-doc 2023-11-15T04:10:31.087 INFO:teuthology.orchestra.run.smithi081.stdout:The following NEW packages will be installed: 2023-11-15T04:10:31.088 INFO:teuthology.orchestra.run.smithi081.stdout: docutils-common libpaper-utils libpaper1 python3-boto3 python3-botocore 2023-11-15T04:10:31.088 INFO:teuthology.orchestra.run.smithi081.stdout: python3-docutils python3-jmespath python3-pygments python3-roman 2023-11-15T04:10:31.088 INFO:teuthology.orchestra.run.smithi081.stdout: python3-s3transfer 2023-11-15T04:10:31.271 INFO:teuthology.orchestra.run.smithi081.stdout:0 upgraded, 10 newly installed, 0 to remove and 260 not upgraded. 2023-11-15T04:10:31.271 INFO:teuthology.orchestra.run.smithi081.stdout:Need to get 4,480 kB of archives. 2023-11-15T04:10:31.271 INFO:teuthology.orchestra.run.smithi081.stdout:After this operation, 53.0 MB of additional disk space will be used. 2023-11-15T04:10:31.272 INFO:teuthology.orchestra.run.smithi081.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 docutils-common all 0.16+dfsg-2 [116 kB] 2023-11-15T04:10:31.627 INFO:teuthology.orchestra.run.smithi081.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libpaper1 amd64 1.1.28 [13.0 kB] 2023-11-15T04:10:31.633 INFO:teuthology.orchestra.run.smithi081.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libpaper-utils amd64 1.1.28 [8,400 B] 2023-11-15T04:10:31.637 INFO:teuthology.orchestra.run.smithi081.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-roman all 2.0.0-3build1 [8,728 B] 2023-11-15T04:10:31.643 INFO:teuthology.orchestra.run.smithi081.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-docutils all 0.16+dfsg-2 [368 kB] 2023-11-15T04:10:31.812 INFO:teuthology.orchestra.run.smithi081.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jmespath all 0.9.4-2ubuntu1 [21.5 kB] 2023-11-15T04:10:31.817 INFO:teuthology.orchestra.run.smithi081.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] 2023-11-15T04:10:31.970 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:31 smithi081 bash[24267]: cluster 2023-11-15T04:10:30.390199+0000 mgr.smithi081.fomiyu (mgr.14180) 277 : cluster [DBG] pgmap v251: 33 pgs: 2 creating+peering, 30 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:31.970 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:31 smithi081 bash[24267]: cluster 2023-11-15T04:10:30.639779+0000 mon.smithi081 (mon.0) 637 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-15T04:10:31.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:31 smithi154 bash[28156]: cluster 2023-11-15T04:10:30.390199+0000 mgr.smithi081.fomiyu (mgr.14180) 277 : cluster [DBG] pgmap v251: 33 pgs: 2 creating+peering, 30 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:32.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:31 smithi154 bash[28156]: cluster 2023-11-15T04:10:30.639779+0000 mon.smithi081 (mon.0) 637 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-15T04:10:32.062 INFO:teuthology.orchestra.run.smithi081.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-s3transfer all 0.3.3-1 [46.6 kB] 2023-11-15T04:10:32.063 INFO:teuthology.orchestra.run.smithi081.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-boto3 all 1.9.253-1 [63.7 kB] 2023-11-15T04:10:32.064 INFO:teuthology.orchestra.run.smithi081.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 [579 kB] 2023-11-15T04:10:32.387 INFO:teuthology.orchestra.run.smithi081.stderr:debconf: unable to initialize frontend: Dialog 2023-11-15T04:10:32.388 INFO:teuthology.orchestra.run.smithi081.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-11-15T04:10:32.388 INFO:teuthology.orchestra.run.smithi081.stderr:debconf: falling back to frontend: Readline 2023-11-15T04:10:32.410 INFO:teuthology.orchestra.run.smithi081.stderr:debconf: unable to initialize frontend: Readline 2023-11-15T04:10:32.411 INFO:teuthology.orchestra.run.smithi081.stderr:debconf: (This frontend requires a controlling tty.) 2023-11-15T04:10:32.411 INFO:teuthology.orchestra.run.smithi081.stderr:debconf: falling back to frontend: Teletype 2023-11-15T04:10:32.415 INFO:teuthology.orchestra.run.smithi081.stderr:dpkg-preconfigure: unable to re-open stdin: 2023-11-15T04:10:32.680 INFO:teuthology.orchestra.run.smithi081.stdout:Fetched 4,480 kB in 1s (4,552 kB/s) 2023-11-15T04:10:32.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:32 smithi154 bash[28156]: cluster 2023-11-15T04:10:31.693567+0000 mon.smithi081 (mon.0) 638 : cluster [DBG] mgrmap e19: smithi081.fomiyu(active, since 7m), standbys: smithi154.chjpkm 2023-11-15T04:10:33.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:32 smithi081 bash[24267]: cluster 2023-11-15T04:10:31.693567+0000 mon.smithi081 (mon.0) 638 : cluster [DBG] mgrmap e19: smithi081.fomiyu(active, since 7m), standbys: smithi154.chjpkm 2023-11-15T04:10:33.664 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package docutils-common. 2023-11-15T04:10:33.712 INFO:teuthology.orchestra.run.smithi081.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 ... 112642 files and directories currently installed.) 2023-11-15T04:10:33.716 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../0-docutils-common_0.16+dfsg-2_all.deb ... 2023-11-15T04:10:33.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:33 smithi154 bash[28156]: cluster 2023-11-15T04:10:32.391005+0000 mgr.smithi081.fomiyu (mgr.14180) 278 : cluster [DBG] pgmap v253: 33 pgs: 2 creating+peering, 15 unknown, 16 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:34.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:33 smithi081 bash[24267]: cluster 2023-11-15T04:10:32.391005+0000 mgr.smithi081.fomiyu (mgr.14180) 278 : cluster [DBG] pgmap v253: 33 pgs: 2 creating+peering, 15 unknown, 16 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:34.267 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking docutils-common (0.16+dfsg-2) ... 2023-11-15T04:10:35.160 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package libpaper1:amd64. 2023-11-15T04:10:35.175 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../1-libpaper1_1.1.28_amd64.deb ... 2023-11-15T04:10:35.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:34 smithi154 bash[28156]: audit 2023-11-15T04:10:33.923860+0000 mon.smithi081 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:35.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:34 smithi154 bash[28156]: cluster 2023-11-15T04:10:34.391517+0000 mgr.smithi081.fomiyu (mgr.14180) 279 : cluster [DBG] pgmap v254: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:35.270 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking libpaper1:amd64 (1.1.28) ... 2023-11-15T04:10:35.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:34 smithi081 bash[24267]: audit 2023-11-15T04:10:33.923860+0000 mon.smithi081 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:35.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:34 smithi081 bash[24267]: cluster 2023-11-15T04:10:34.391517+0000 mgr.smithi081.fomiyu (mgr.14180) 279 : cluster [DBG] pgmap v254: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:35.557 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package libpaper-utils. 2023-11-15T04:10:35.572 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../2-libpaper-utils_1.1.28_amd64.deb ... 2023-11-15T04:10:35.620 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking libpaper-utils (1.1.28) ... 2023-11-15T04:10:35.945 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-roman. 2023-11-15T04:10:35.955 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../3-python3-roman_2.0.0-3build1_all.deb ... 2023-11-15T04:10:35.998 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-roman (2.0.0-3build1) ... 2023-11-15T04:10:36.298 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-docutils. 2023-11-15T04:10:36.315 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../4-python3-docutils_0.16+dfsg-2_all.deb ... 2023-11-15T04:10:36.351 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-docutils (0.16+dfsg-2) ... 2023-11-15T04:10:37.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:37 smithi154 bash[28156]: cluster 2023-11-15T04:10:36.392080+0000 mgr.smithi081.fomiyu (mgr.14180) 280 : cluster [DBG] pgmap v255: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:37.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:37 smithi081 bash[24267]: cluster 2023-11-15T04:10:36.392080+0000 mgr.smithi081.fomiyu (mgr.14180) 280 : cluster [DBG] pgmap v255: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:37.877 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-jmespath. 2023-11-15T04:10:37.891 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../5-python3-jmespath_0.9.4-2ubuntu1_all.deb ... 2023-11-15T04:10:37.930 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-jmespath (0.9.4-2ubuntu1) ... 2023-11-15T04:10:38.236 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-botocore. 2023-11-15T04:10:38.251 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../6-python3-botocore_1.16.19+repack-1ubuntu0.20.04.1_all.deb ... 2023-11-15T04:10:38.294 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-botocore (1.16.19+repack-1ubuntu0.20.04.1) ... 2023-11-15T04:10:39.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:38 smithi154 bash[28156]: audit 2023-11-15T04:10:37.853928+0000 mon.smithi081 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:39.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:38 smithi154 bash[28156]: audit 2023-11-15T04:10:38.136733+0000 mon.smithi081 (mon.0) 641 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:10:39.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:38 smithi154 bash[28156]: audit 2023-11-15T04:10:38.137599+0000 mon.smithi081 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:10:39.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:38 smithi154 bash[28156]: audit 2023-11-15T04:10:38.145294+0000 mon.smithi081 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:39.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:38 smithi154 bash[28156]: audit 2023-11-15T04:10:38.152984+0000 mon.smithi081 (mon.0) 644 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:10:39.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:38 smithi154 bash[28156]: cephadm 2023-11-15T04:10:38.160022+0000 mgr.smithi081.fomiyu (mgr.14180) 281 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-15T04:10:39.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:38 smithi154 bash[28156]: audit 2023-11-15T04:10:38.166975+0000 mon.smithi081 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:39.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:38 smithi154 bash[28156]: audit 2023-11-15T04:10:38.167904+0000 mon.smithi081 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi154.wbuzcp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T04:10:39.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:38 smithi154 bash[28156]: audit 2023-11-15T04:10:38.173376+0000 mon.smithi081 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi154.wbuzcp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T04:10:39.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:38 smithi154 bash[28156]: audit 2023-11-15T04:10:38.180619+0000 mon.smithi081 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:39.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:38 smithi154 bash[28156]: audit 2023-11-15T04:10:38.181910+0000 mon.smithi081 (mon.0) 649 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:10:39.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:38 smithi154 bash[28156]: cephadm 2023-11-15T04:10:38.183255+0000 mgr.smithi081.fomiyu (mgr.14180) 282 : cephadm [INF] Deploying daemon rgw.foorgw.smithi154.wbuzcp on smithi154 2023-11-15T04:10:39.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:38 smithi154 bash[28156]: cluster 2023-11-15T04:10:38.392838+0000 mgr.smithi081.fomiyu (mgr.14180) 283 : cluster [DBG] pgmap v256: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:39.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:38 smithi081 bash[24267]: audit 2023-11-15T04:10:37.853928+0000 mon.smithi081 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:39.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:38 smithi081 bash[24267]: audit 2023-11-15T04:10:38.136733+0000 mon.smithi081 (mon.0) 641 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:10:39.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:38 smithi081 bash[24267]: audit 2023-11-15T04:10:38.137599+0000 mon.smithi081 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:10:39.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:38 smithi081 bash[24267]: audit 2023-11-15T04:10:38.145294+0000 mon.smithi081 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:39.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:38 smithi081 bash[24267]: audit 2023-11-15T04:10:38.152984+0000 mon.smithi081 (mon.0) 644 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:10:39.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:38 smithi081 bash[24267]: cephadm 2023-11-15T04:10:38.160022+0000 mgr.smithi081.fomiyu (mgr.14180) 281 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-15T04:10:39.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:38 smithi081 bash[24267]: audit 2023-11-15T04:10:38.166975+0000 mon.smithi081 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:39.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:38 smithi081 bash[24267]: audit 2023-11-15T04:10:38.167904+0000 mon.smithi081 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi154.wbuzcp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T04:10:39.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:38 smithi081 bash[24267]: audit 2023-11-15T04:10:38.173376+0000 mon.smithi081 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi154.wbuzcp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T04:10:39.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:38 smithi081 bash[24267]: audit 2023-11-15T04:10:38.180619+0000 mon.smithi081 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:39.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:38 smithi081 bash[24267]: audit 2023-11-15T04:10:38.181910+0000 mon.smithi081 (mon.0) 649 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:10:39.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:38 smithi081 bash[24267]: cephadm 2023-11-15T04:10:38.183255+0000 mgr.smithi081.fomiyu (mgr.14180) 282 : cephadm [INF] Deploying daemon rgw.foorgw.smithi154.wbuzcp on smithi154 2023-11-15T04:10:39.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:38 smithi081 bash[24267]: cluster 2023-11-15T04:10:38.392838+0000 mgr.smithi081.fomiyu (mgr.14180) 283 : cluster [DBG] pgmap v256: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:39.493 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-s3transfer. 2023-11-15T04:10:39.509 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../7-python3-s3transfer_0.3.3-1_all.deb ... 2023-11-15T04:10:39.546 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-s3transfer (0.3.3-1) ... 2023-11-15T04:10:39.894 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-boto3. 2023-11-15T04:10:39.907 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../8-python3-boto3_1.9.253-1_all.deb ... 2023-11-15T04:10:39.943 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-boto3 (1.9.253-1) ... 2023-11-15T04:10:40.296 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-pygments. 2023-11-15T04:10:40.310 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../9-python3-pygments_2.3.1+dfsg-1ubuntu2.2_all.deb ... 2023-11-15T04:10:40.354 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2023-11-15T04:10:40.774 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up libpaper1:amd64 (1.1.28) ... 2023-11-15T04:10:40.952 INFO:teuthology.orchestra.run.smithi081.stdout:debconf: unable to initialize frontend: Dialog 2023-11-15T04:10:40.952 INFO:teuthology.orchestra.run.smithi081.stdout:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-11-15T04:10:40.952 INFO:teuthology.orchestra.run.smithi081.stdout:debconf: falling back to frontend: Readline 2023-11-15T04:10:41.608 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:10:41.608 INFO:teuthology.orchestra.run.smithi081.stdout:Creating config file /etc/papersize with new version 2023-11-15T04:10:41.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:41 smithi154 bash[28156]: cluster 2023-11-15T04:10:40.393302+0000 mgr.smithi081.fomiyu (mgr.14180) 284 : cluster [DBG] pgmap v257: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:41.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:41 smithi154 bash[28156]: audit 2023-11-15T04:10:40.818783+0000 mon.smithi081 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:41.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:41 smithi154 bash[28156]: audit 2023-11-15T04:10:40.820941+0000 mon.smithi081 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi081.pjgomi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T04:10:41.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:41 smithi154 bash[28156]: audit 2023-11-15T04:10:40.824438+0000 mon.smithi081 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi081.pjgomi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T04:10:41.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:41 smithi154 bash[28156]: audit 2023-11-15T04:10:40.829343+0000 mon.smithi081 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:41.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:41 smithi154 bash[28156]: audit 2023-11-15T04:10:40.830540+0000 mon.smithi081 (mon.0) 654 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:10:41.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:41 smithi081 bash[24267]: cluster 2023-11-15T04:10:40.393302+0000 mgr.smithi081.fomiyu (mgr.14180) 284 : cluster [DBG] pgmap v257: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:41.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:41 smithi081 bash[24267]: audit 2023-11-15T04:10:40.818783+0000 mon.smithi081 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:41.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:41 smithi081 bash[24267]: audit 2023-11-15T04:10:40.820941+0000 mon.smithi081 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi081.pjgomi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T04:10:41.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:41 smithi081 bash[24267]: audit 2023-11-15T04:10:40.824438+0000 mon.smithi081 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi081.pjgomi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T04:10:41.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:41 smithi081 bash[24267]: audit 2023-11-15T04:10:40.829343+0000 mon.smithi081 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:41.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:41 smithi081 bash[24267]: audit 2023-11-15T04:10:40.830540+0000 mon.smithi081 (mon.0) 654 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:10:42.447 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up libpaper-utils (1.1.28) ... 2023-11-15T04:10:42.641 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-roman (2.0.0-3build1) ... 2023-11-15T04:10:42.822 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:42 smithi081 bash[24267]: cephadm 2023-11-15T04:10:40.831397+0000 mgr.smithi081.fomiyu (mgr.14180) 285 : cephadm [INF] Deploying daemon rgw.foorgw.smithi081.pjgomi on smithi081 2023-11-15T04:10:42.973 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2023-11-15T04:10:42.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:42 smithi154 bash[28156]: cephadm 2023-11-15T04:10:40.831397+0000 mgr.smithi081.fomiyu (mgr.14180) 285 : cephadm [INF] Deploying daemon rgw.foorgw.smithi081.pjgomi on smithi081 2023-11-15T04:10:43.816 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:43 smithi081 bash[24267]: cluster 2023-11-15T04:10:42.393687+0000 mgr.smithi081.fomiyu (mgr.14180) 286 : cluster [DBG] pgmap v258: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:43.817 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:43 smithi081 bash[24267]: cluster 2023-11-15T04:10:42.560215+0000 mon.smithi081 (mon.0) 655 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-15T04:10:43.817 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:43 smithi081 bash[24267]: audit 2023-11-15T04:10:42.569833+0000 mon.smithi154 (mon.1) 19 : audit [INF] from='client.? 172.21.15.154:0/2925310539' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-15T04:10:43.817 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:43 smithi081 bash[24267]: audit 2023-11-15T04:10:42.571789+0000 mon.smithi081 (mon.0) 656 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-15T04:10:43.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:43 smithi154 bash[28156]: cluster 2023-11-15T04:10:42.393687+0000 mgr.smithi081.fomiyu (mgr.14180) 286 : cluster [DBG] pgmap v258: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:44.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:43 smithi154 bash[28156]: cluster 2023-11-15T04:10:42.560215+0000 mon.smithi081 (mon.0) 655 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-15T04:10:44.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:43 smithi154 bash[28156]: audit 2023-11-15T04:10:42.569833+0000 mon.smithi154 (mon.1) 19 : audit [INF] from='client.? 172.21.15.154:0/2925310539' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-15T04:10:44.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:43 smithi154 bash[28156]: audit 2023-11-15T04:10:42.571789+0000 mon.smithi081 (mon.0) 656 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-15T04:10:44.101 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-jmespath (0.9.4-2ubuntu1) ... 2023-11-15T04:10:44.365 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up docutils-common (0.16+dfsg-2) ... 2023-11-15T04:10:45.206 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:44 smithi081 bash[24267]: audit 2023-11-15T04:10:43.568964+0000 mon.smithi081 (mon.0) 657 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-15T04:10:45.207 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:44 smithi081 bash[24267]: cluster 2023-11-15T04:10:43.569134+0000 mon.smithi081 (mon.0) 658 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-15T04:10:45.207 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:44 smithi081 bash[24267]: audit 2023-11-15T04:10:44.386971+0000 mon.smithi081 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:45.207 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:44 smithi081 bash[24267]: audit 2023-11-15T04:10:44.394089+0000 mon.smithi081 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:45.207 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:44 smithi081 bash[24267]: audit 2023-11-15T04:10:44.419732+0000 mon.smithi081 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi081.xkxyxj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-15T04:10:45.207 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:44 smithi081 bash[24267]: audit 2023-11-15T04:10:44.423604+0000 mon.smithi081 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi081.xkxyxj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-15T04:10:45.208 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:44 smithi081 bash[24267]: audit 2023-11-15T04:10:44.424593+0000 mon.smithi081 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-15T04:10:45.208 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:44 smithi081 bash[24267]: audit 2023-11-15T04:10:44.427709+0000 mon.smithi081 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-15T04:10:45.208 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:44 smithi081 bash[24267]: audit 2023-11-15T04:10:44.428969+0000 mon.smithi081 (mon.0) 665 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:10:45.208 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:44 smithi081 bash[24267]: audit 2023-11-15T04:10:44.478874+0000 mon.smithi081 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-15T04:10:45.208 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:44 smithi081 bash[24267]: audit 2023-11-15T04:10:44.482772+0000 mon.smithi081 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-15T04:10:45.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:44 smithi154 bash[28156]: audit 2023-11-15T04:10:43.568964+0000 mon.smithi081 (mon.0) 657 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-15T04:10:45.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:44 smithi154 bash[28156]: cluster 2023-11-15T04:10:43.569134+0000 mon.smithi081 (mon.0) 658 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-15T04:10:45.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:44 smithi154 bash[28156]: audit 2023-11-15T04:10:44.386971+0000 mon.smithi081 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:45.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:44 smithi154 bash[28156]: audit 2023-11-15T04:10:44.394089+0000 mon.smithi081 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:45.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:44 smithi154 bash[28156]: audit 2023-11-15T04:10:44.419732+0000 mon.smithi081 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi081.xkxyxj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-15T04:10:45.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:44 smithi154 bash[28156]: audit 2023-11-15T04:10:44.423604+0000 mon.smithi081 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi081.xkxyxj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-15T04:10:45.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:44 smithi154 bash[28156]: audit 2023-11-15T04:10:44.424593+0000 mon.smithi081 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-15T04:10:45.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:44 smithi154 bash[28156]: audit 2023-11-15T04:10:44.427709+0000 mon.smithi081 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-15T04:10:45.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:44 smithi154 bash[28156]: audit 2023-11-15T04:10:44.428969+0000 mon.smithi081 (mon.0) 665 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:10:45.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:44 smithi154 bash[28156]: audit 2023-11-15T04:10:44.478874+0000 mon.smithi081 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-15T04:10:45.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:44 smithi154 bash[28156]: audit 2023-11-15T04:10:44.482772+0000 mon.smithi081 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-15T04:10:46.194 INFO:teuthology.orchestra.run.smithi081.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-11-15T04:10:46.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:45 smithi154 bash[28156]: cluster 2023-11-15T04:10:44.394100+0000 mgr.smithi081.fomiyu (mgr.14180) 287 : cluster [DBG] pgmap v261: 65 pgs: 2 creating+activating, 12 creating+peering, 6 unknown, 45 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:46.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:45 smithi154 bash[28156]: cephadm 2023-11-15T04:10:44.419380+0000 mgr.smithi081.fomiyu (mgr.14180) 288 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi081.xkxyxj 2023-11-15T04:10:46.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:45 smithi154 bash[28156]: cephadm 2023-11-15T04:10:44.424335+0000 mgr.smithi081.fomiyu (mgr.14180) 289 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-15T04:10:46.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:45 smithi154 bash[28156]: cluster 2023-11-15T04:10:44.943205+0000 mon.smithi081 (mon.0) 668 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-15T04:10:46.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:45 smithi154 bash[28156]: audit 2023-11-15T04:10:44.956241+0000 mon.smithi081 (mon.0) 669 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-15T04:10:46.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:45 smithi154 bash[28156]: audit 2023-11-15T04:10:44.959137+0000 mon.smithi154 (mon.1) 20 : audit [INF] from='client.? 172.21.15.154:0/2925310539' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-15T04:10:46.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:45 smithi154 bash[28156]: cephadm 2023-11-15T04:10:44.959683+0000 mgr.smithi081.fomiyu (mgr.14180) 290 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-15T04:10:46.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:45 smithi154 bash[28156]: cephadm 2023-11-15T04:10:44.959799+0000 mgr.smithi081.fomiyu (mgr.14180) 291 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi081.xkxyxj-rgw 2023-11-15T04:10:46.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:45 smithi154 bash[28156]: audit 2023-11-15T04:10:44.960204+0000 mon.smithi081 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi081.xkxyxj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T04:10:46.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:45 smithi154 bash[28156]: audit 2023-11-15T04:10:44.963571+0000 mon.smithi081 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi081.xkxyxj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T04:10:46.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:45 smithi154 bash[28156]: audit 2023-11-15T04:10:44.970321+0000 mon.smithi081 (mon.0) 672 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:10:46.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:45 smithi154 bash[28156]: cephadm 2023-11-15T04:10:44.971975+0000 mgr.smithi081.fomiyu (mgr.14180) 292 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi081.xkxyxj on smithi081 2023-11-15T04:10:46.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:45 smithi154 bash[28156]: audit 2023-11-15T04:10:45.324948+0000 mon.smithi081 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:46.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:45 smithi154 bash[28156]: audit 2023-11-15T04:10:45.945980+0000 mon.smithi081 (mon.0) 674 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-15T04:10:46.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:45 smithi154 bash[28156]: cluster 2023-11-15T04:10:45.946082+0000 mon.smithi081 (mon.0) 675 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-11-15T04:10:46.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:45 smithi081 bash[24267]: cluster 2023-11-15T04:10:44.394100+0000 mgr.smithi081.fomiyu (mgr.14180) 287 : cluster [DBG] pgmap v261: 65 pgs: 2 creating+activating, 12 creating+peering, 6 unknown, 45 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:46.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:45 smithi081 bash[24267]: cephadm 2023-11-15T04:10:44.419380+0000 mgr.smithi081.fomiyu (mgr.14180) 288 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi081.xkxyxj 2023-11-15T04:10:46.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:45 smithi081 bash[24267]: cephadm 2023-11-15T04:10:44.424335+0000 mgr.smithi081.fomiyu (mgr.14180) 289 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-15T04:10:46.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:45 smithi081 bash[24267]: cluster 2023-11-15T04:10:44.943205+0000 mon.smithi081 (mon.0) 668 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-15T04:10:46.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:45 smithi081 bash[24267]: audit 2023-11-15T04:10:44.956241+0000 mon.smithi081 (mon.0) 669 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-15T04:10:46.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:45 smithi081 bash[24267]: audit 2023-11-15T04:10:44.959137+0000 mon.smithi154 (mon.1) 20 : audit [INF] from='client.? 172.21.15.154:0/2925310539' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-15T04:10:46.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:45 smithi081 bash[24267]: cephadm 2023-11-15T04:10:44.959683+0000 mgr.smithi081.fomiyu (mgr.14180) 290 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-15T04:10:46.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:45 smithi081 bash[24267]: cephadm 2023-11-15T04:10:44.959799+0000 mgr.smithi081.fomiyu (mgr.14180) 291 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi081.xkxyxj-rgw 2023-11-15T04:10:46.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:45 smithi081 bash[24267]: audit 2023-11-15T04:10:44.960204+0000 mon.smithi081 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi081.xkxyxj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T04:10:46.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:45 smithi081 bash[24267]: audit 2023-11-15T04:10:44.963571+0000 mon.smithi081 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi081.xkxyxj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T04:10:46.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:45 smithi081 bash[24267]: audit 2023-11-15T04:10:44.970321+0000 mon.smithi081 (mon.0) 672 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:10:46.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:45 smithi081 bash[24267]: cephadm 2023-11-15T04:10:44.971975+0000 mgr.smithi081.fomiyu (mgr.14180) 292 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi081.xkxyxj on smithi081 2023-11-15T04:10:46.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:45 smithi081 bash[24267]: audit 2023-11-15T04:10:45.324948+0000 mon.smithi081 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:46.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:45 smithi081 bash[24267]: audit 2023-11-15T04:10:45.945980+0000 mon.smithi081 (mon.0) 674 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-15T04:10:46.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:45 smithi081 bash[24267]: cluster 2023-11-15T04:10:45.946082+0000 mon.smithi081 (mon.0) 675 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-11-15T04:10:47.366 INFO:teuthology.orchestra.run.smithi081.stdout:Processing triggers for shared-mime-info (1.15-1) ... 2023-11-15T04:10:47.604 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:47 smithi081 bash[24267]: cluster 2023-11-15T04:10:46.394552+0000 mgr.smithi081.fomiyu (mgr.14180) 293 : cluster [DBG] pgmap v264: 97 pgs: 6 creating+activating, 15 creating+peering, 28 unknown, 48 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:47.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:47 smithi154 bash[28156]: cluster 2023-11-15T04:10:46.394552+0000 mgr.smithi081.fomiyu (mgr.14180) 293 : cluster [DBG] pgmap v264: 97 pgs: 6 creating+activating, 15 creating+peering, 28 unknown, 48 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:10:48.478 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:48 smithi081 bash[24267]: cluster 2023-11-15T04:10:47.314215+0000 mon.smithi081 (mon.0) 676 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-11-15T04:10:48.479 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:48 smithi081 bash[24267]: audit 2023-11-15T04:10:47.315689+0000 mon.smithi081 (mon.0) 677 : audit [INF] from='client.? 172.21.15.81:0/1759701171' entity='client.rgw.foorgw.smithi081.pjgomi' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T04:10:48.479 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:48 smithi081 bash[24267]: audit 2023-11-15T04:10:47.320020+0000 mon.smithi081 (mon.0) 678 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T04:10:48.479 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:48 smithi081 bash[24267]: audit 2023-11-15T04:10:47.322888+0000 mon.smithi154 (mon.1) 21 : audit [INF] from='client.? 172.21.15.154:0/2925310539' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T04:10:48.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:48 smithi154 bash[28156]: cluster 2023-11-15T04:10:47.314215+0000 mon.smithi081 (mon.0) 676 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-11-15T04:10:48.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:48 smithi154 bash[28156]: audit 2023-11-15T04:10:47.315689+0000 mon.smithi081 (mon.0) 677 : audit [INF] from='client.? 172.21.15.81:0/1759701171' entity='client.rgw.foorgw.smithi081.pjgomi' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T04:10:48.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:48 smithi154 bash[28156]: audit 2023-11-15T04:10:47.320020+0000 mon.smithi081 (mon.0) 678 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T04:10:48.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:48 smithi154 bash[28156]: audit 2023-11-15T04:10:47.322888+0000 mon.smithi154 (mon.1) 21 : audit [INF] from='client.? 172.21.15.154:0/2925310539' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T04:10:49.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:49 smithi081 bash[24267]: audit 2023-11-15T04:10:48.319982+0000 mon.smithi081 (mon.0) 679 : audit [INF] from='client.? 172.21.15.81:0/1759701171' entity='client.rgw.foorgw.smithi081.pjgomi' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-15T04:10:49.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:49 smithi081 bash[24267]: audit 2023-11-15T04:10:48.320165+0000 mon.smithi081 (mon.0) 680 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-15T04:10:49.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:49 smithi081 bash[24267]: cluster 2023-11-15T04:10:48.320449+0000 mon.smithi081 (mon.0) 681 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-11-15T04:10:49.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:49 smithi081 bash[24267]: cluster 2023-11-15T04:10:48.395091+0000 mgr.smithi081.fomiyu (mgr.14180) 294 : cluster [DBG] pgmap v267: 129 pgs: 6 creating+activating, 13 creating+peering, 33 unknown, 77 active+clean; 1.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 1023 B/s wr, 2 op/s 2023-11-15T04:10:49.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:49 smithi081 bash[24267]: audit 2023-11-15T04:10:49.294511+0000 mon.smithi081 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:49.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:49 smithi081 bash[24267]: audit 2023-11-15T04:10:49.301388+0000 mon.smithi081 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:49.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:49 smithi154 bash[28156]: audit 2023-11-15T04:10:48.319982+0000 mon.smithi081 (mon.0) 679 : audit [INF] from='client.? 172.21.15.81:0/1759701171' entity='client.rgw.foorgw.smithi081.pjgomi' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-15T04:10:49.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:49 smithi154 bash[28156]: audit 2023-11-15T04:10:48.320165+0000 mon.smithi081 (mon.0) 680 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-15T04:10:49.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:49 smithi154 bash[28156]: cluster 2023-11-15T04:10:48.320449+0000 mon.smithi081 (mon.0) 681 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-11-15T04:10:49.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:49 smithi154 bash[28156]: cluster 2023-11-15T04:10:48.395091+0000 mgr.smithi081.fomiyu (mgr.14180) 294 : cluster [DBG] pgmap v267: 129 pgs: 6 creating+activating, 13 creating+peering, 33 unknown, 77 active+clean; 1.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 1023 B/s wr, 2 op/s 2023-11-15T04:10:49.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:49 smithi154 bash[28156]: audit 2023-11-15T04:10:49.294511+0000 mon.smithi081 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:49.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:49 smithi154 bash[28156]: audit 2023-11-15T04:10:49.301388+0000 mon.smithi081 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:50.604 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:50 smithi081 bash[24267]: cephadm 2023-11-15T04:10:49.314982+0000 mgr.smithi081.fomiyu (mgr.14180) 295 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.mlcnvz on smithi154 2023-11-15T04:10:50.604 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:50 smithi081 bash[24267]: cluster 2023-11-15T04:10:49.337706+0000 mon.smithi081 (mon.0) 684 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-11-15T04:10:50.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:50 smithi081 bash[24267]: audit 2023-11-15T04:10:49.339976+0000 mon.smithi081 (mon.0) 685 : audit [INF] from='client.? 172.21.15.81:0/107446076' entity='client.rgw.foorgw.smithi081.pjgomi' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T04:10:50.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:50 smithi081 bash[24267]: audit 2023-11-15T04:10:49.345677+0000 mon.smithi154 (mon.1) 22 : audit [INF] from='client.? 172.21.15.154:0/1811860094' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T04:10:50.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:50 smithi081 bash[24267]: audit 2023-11-15T04:10:49.345979+0000 mon.smithi081 (mon.0) 686 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T04:10:50.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:50 smithi081 bash[24267]: audit 2023-11-15T04:10:50.337548+0000 mon.smithi081 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:50.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:50 smithi154 bash[28156]: cephadm 2023-11-15T04:10:49.314982+0000 mgr.smithi081.fomiyu (mgr.14180) 295 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.mlcnvz on smithi154 2023-11-15T04:10:50.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:50 smithi154 bash[28156]: cluster 2023-11-15T04:10:49.337706+0000 mon.smithi081 (mon.0) 684 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-11-15T04:10:50.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:50 smithi154 bash[28156]: audit 2023-11-15T04:10:49.339976+0000 mon.smithi081 (mon.0) 685 : audit [INF] from='client.? 172.21.15.81:0/107446076' entity='client.rgw.foorgw.smithi081.pjgomi' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T04:10:50.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:50 smithi154 bash[28156]: audit 2023-11-15T04:10:49.345677+0000 mon.smithi154 (mon.1) 22 : audit [INF] from='client.? 172.21.15.154:0/1811860094' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T04:10:50.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:50 smithi154 bash[28156]: audit 2023-11-15T04:10:49.345979+0000 mon.smithi081 (mon.0) 686 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T04:10:50.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:50 smithi154 bash[28156]: audit 2023-11-15T04:10:50.337548+0000 mon.smithi081 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:51.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:51 smithi081 bash[24267]: audit 2023-11-15T04:10:50.349366+0000 mon.smithi081 (mon.0) 688 : audit [INF] from='client.? 172.21.15.81:0/107446076' entity='client.rgw.foorgw.smithi081.pjgomi' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-15T04:10:51.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:51 smithi081 bash[24267]: audit 2023-11-15T04:10:50.349569+0000 mon.smithi081 (mon.0) 689 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-15T04:10:51.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:51 smithi081 bash[24267]: cluster 2023-11-15T04:10:50.349790+0000 mon.smithi081 (mon.0) 690 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-11-15T04:10:51.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:51 smithi081 bash[24267]: audit 2023-11-15T04:10:50.356972+0000 mon.smithi154 (mon.1) 23 : audit [INF] from='client.? 172.21.15.154:0/1811860094' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T04:10:51.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:51 smithi081 bash[24267]: audit 2023-11-15T04:10:50.358401+0000 mon.smithi081 (mon.0) 691 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T04:10:51.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:51 smithi081 bash[24267]: audit 2023-11-15T04:10:50.362867+0000 mon.smithi081 (mon.0) 692 : audit [INF] from='client.? 172.21.15.81:0/107446076' entity='client.rgw.foorgw.smithi081.pjgomi' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T04:10:51.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:51 smithi081 bash[24267]: cluster 2023-11-15T04:10:50.395790+0000 mgr.smithi081.fomiyu (mgr.14180) 296 : cluster [DBG] pgmap v270: 161 pgs: 4 creating+activating, 13 creating+peering, 43 unknown, 101 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 1.7 KiB/s wr, 6 op/s 2023-11-15T04:10:51.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:51 smithi154 bash[28156]: audit 2023-11-15T04:10:50.349366+0000 mon.smithi081 (mon.0) 688 : audit [INF] from='client.? 172.21.15.81:0/107446076' entity='client.rgw.foorgw.smithi081.pjgomi' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-15T04:10:51.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:51 smithi154 bash[28156]: audit 2023-11-15T04:10:50.349569+0000 mon.smithi081 (mon.0) 689 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-15T04:10:51.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:51 smithi154 bash[28156]: cluster 2023-11-15T04:10:50.349790+0000 mon.smithi081 (mon.0) 690 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-11-15T04:10:51.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:51 smithi154 bash[28156]: audit 2023-11-15T04:10:50.356972+0000 mon.smithi154 (mon.1) 23 : audit [INF] from='client.? 172.21.15.154:0/1811860094' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T04:10:51.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:51 smithi154 bash[28156]: audit 2023-11-15T04:10:50.358401+0000 mon.smithi081 (mon.0) 691 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T04:10:51.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:51 smithi154 bash[28156]: audit 2023-11-15T04:10:50.362867+0000 mon.smithi081 (mon.0) 692 : audit [INF] from='client.? 172.21.15.81:0/107446076' entity='client.rgw.foorgw.smithi081.pjgomi' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T04:10:51.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:51 smithi154 bash[28156]: cluster 2023-11-15T04:10:50.395790+0000 mgr.smithi081.fomiyu (mgr.14180) 296 : cluster [DBG] pgmap v270: 161 pgs: 4 creating+activating, 13 creating+peering, 43 unknown, 101 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 1.7 KiB/s wr, 6 op/s 2023-11-15T04:10:52.674 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:52 smithi154 bash[28156]: audit 2023-11-15T04:10:51.359274+0000 mon.smithi081 (mon.0) 693 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T04:10:52.674 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:52 smithi154 bash[28156]: audit 2023-11-15T04:10:51.359407+0000 mon.smithi081 (mon.0) 694 : audit [INF] from='client.? 172.21.15.81:0/107446076' entity='client.rgw.foorgw.smithi081.pjgomi' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T04:10:52.675 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:52 smithi154 bash[28156]: cluster 2023-11-15T04:10:51.359490+0000 mon.smithi081 (mon.0) 695 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-11-15T04:10:52.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:52 smithi081 bash[24267]: audit 2023-11-15T04:10:51.359274+0000 mon.smithi081 (mon.0) 693 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi154.wbuzcp' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T04:10:52.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:52 smithi081 bash[24267]: audit 2023-11-15T04:10:51.359407+0000 mon.smithi081 (mon.0) 694 : audit [INF] from='client.? 172.21.15.81:0/107446076' entity='client.rgw.foorgw.smithi081.pjgomi' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T04:10:52.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:52 smithi081 bash[24267]: cluster 2023-11-15T04:10:51.359490+0000 mon.smithi081 (mon.0) 695 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-11-15T04:10:53.734 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:53 smithi081 bash[24267]: cluster 2023-11-15T04:10:52.396706+0000 mgr.smithi081.fomiyu (mgr.14180) 297 : cluster [DBG] pgmap v272: 161 pgs: 10 creating+peering, 23 unknown, 128 active+clean; 1.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 2.7 KiB/s wr, 30 op/s 2023-11-15T04:10:53.735 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:53 smithi081 bash[24267]: audit 2023-11-15T04:10:53.099172+0000 mon.smithi081 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.mlcnvz"}]: dispatch 2023-11-15T04:10:53.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:53 smithi154 bash[28156]: cluster 2023-11-15T04:10:52.396706+0000 mgr.smithi081.fomiyu (mgr.14180) 297 : cluster [DBG] pgmap v272: 161 pgs: 10 creating+peering, 23 unknown, 128 active+clean; 1.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 2.7 KiB/s wr, 30 op/s 2023-11-15T04:10:53.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:53 smithi154 bash[28156]: audit 2023-11-15T04:10:53.099172+0000 mon.smithi081 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.mlcnvz"}]: dispatch 2023-11-15T04:10:54.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: cephadm 2023-11-15T04:10:53.098015+0000 mgr.smithi081.fomiyu (mgr.14180) 298 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mlcnvz 2023-11-15T04:10:54.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:10:54.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mlcnvz 2023-11-15T04:10:54.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mlcnvz 2023-11-15T04:10:54.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:10:54.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mlcnvz 2023-11-15T04:10:54.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.mlcnvz ... 2023-11-15T04:10:54.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:54.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:10:54.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:10:54.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:10:54.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:54.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:10:54.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:10:54.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:10:54.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:10:54.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:10:54.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mlcnvz 2023-11-15T04:10:54.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:10:54.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mlcnvz 2023-11-15T04:10:54.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mlcnvz 2023-11-15T04:10:54.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:10:54.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mlcnvz 2023-11-15T04:10:54.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.mlcnvz ... 2023-11-15T04:10:54.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:54.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:10:54.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:10:54.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:10:54.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:54.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: cephadm 2023-11-15T04:10:53.098569+0000 mgr.smithi081.fomiyu (mgr.14180) 299 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.mlcnvz 2023-11-15T04:10:54.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: cephadm 2023-11-15T04:10:53.100645+0000 mgr.smithi081.fomiyu (mgr.14180) 300 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.mlcnvz on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mlcnvz 2023-11-15T04:10:54.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:10:54.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mlcnvz 2023-11-15T04:10:54.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mlcnvz 2023-11-15T04:10:54.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:10:54.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mlcnvz 2023-11-15T04:10:54.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.mlcnvz ... 2023-11-15T04:10:54.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:54.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:10:54.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:10:54.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:10:54.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:54.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:54 smithi154 bash[28156]: cephadm 2023-11-15T04:10:53.105653+0000 mgr.smithi081.fomiyu (mgr.14180) 301 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.nowrce on smithi081 2023-11-15T04:10:54.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: cephadm 2023-11-15T04:10:53.098015+0000 mgr.smithi081.fomiyu (mgr.14180) 298 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mlcnvz 2023-11-15T04:10:54.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:10:54.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mlcnvz 2023-11-15T04:10:54.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mlcnvz 2023-11-15T04:10:54.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:10:54.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mlcnvz 2023-11-15T04:10:54.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.mlcnvz ... 2023-11-15T04:10:54.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:54.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:10:54.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:10:54.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:10:54.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:54.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:10:54.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:10:54.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:10:54.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:10:54.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:10:54.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mlcnvz 2023-11-15T04:10:54.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:10:54.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mlcnvz 2023-11-15T04:10:54.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mlcnvz 2023-11-15T04:10:54.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:10:54.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mlcnvz 2023-11-15T04:10:54.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.mlcnvz ... 2023-11-15T04:10:54.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:54.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:10:54.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:10:54.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:10:54.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:54.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: cephadm 2023-11-15T04:10:53.098569+0000 mgr.smithi081.fomiyu (mgr.14180) 299 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.mlcnvz 2023-11-15T04:10:54.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: cephadm 2023-11-15T04:10:53.100645+0000 mgr.smithi081.fomiyu (mgr.14180) 300 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.mlcnvz on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mlcnvz 2023-11-15T04:10:54.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:10:54.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mlcnvz 2023-11-15T04:10:54.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mlcnvz 2023-11-15T04:10:54.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:10:54.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mlcnvz 2023-11-15T04:10:54.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.mlcnvz ... 2023-11-15T04:10:54.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:54.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:10:54.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:10:54.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:10:54.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:54.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:54 smithi081 bash[24267]: cephadm 2023-11-15T04:10:53.105653+0000 mgr.smithi081.fomiyu (mgr.14180) 301 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.nowrce on smithi081 2023-11-15T04:10:55.655 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:55 smithi154 bash[28156]: cluster 2023-11-15T04:10:54.398092+0000 mgr.smithi081.fomiyu (mgr.14180) 302 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 4.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 KiB/s rd, 5.8 KiB/s wr, 328 op/s 2023-11-15T04:10:55.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:55 smithi081 bash[24267]: cluster 2023-11-15T04:10:54.398092+0000 mgr.smithi081.fomiyu (mgr.14180) 302 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 4.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 KiB/s rd, 5.8 KiB/s wr, 328 op/s 2023-11-15T04:10:57.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:57 smithi154 bash[28156]: cluster 2023-11-15T04:10:56.399150+0000 mgr.smithi081.fomiyu (mgr.14180) 303 : cluster [DBG] pgmap v274: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 KiB/s rd, 5.5 KiB/s wr, 346 op/s 2023-11-15T04:10:57.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:57 smithi154 bash[28156]: audit 2023-11-15T04:10:56.922787+0000 mon.smithi081 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.nowrce"}]: dispatch 2023-11-15T04:10:57.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:57 smithi154 bash[28156]: audit 2023-11-15T04:10:56.932691+0000 mon.smithi081 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:57.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:57 smithi154 bash[28156]: audit 2023-11-15T04:10:56.937451+0000 mon.smithi081 (mon.0) 699 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:10:57.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:57 smithi081 bash[24267]: cluster 2023-11-15T04:10:56.399150+0000 mgr.smithi081.fomiyu (mgr.14180) 303 : cluster [DBG] pgmap v274: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 KiB/s rd, 5.5 KiB/s wr, 346 op/s 2023-11-15T04:10:57.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:57 smithi081 bash[24267]: audit 2023-11-15T04:10:56.922787+0000 mon.smithi081 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.nowrce"}]: dispatch 2023-11-15T04:10:57.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:57 smithi081 bash[24267]: audit 2023-11-15T04:10:56.932691+0000 mon.smithi081 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:10:57.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:57 smithi081 bash[24267]: audit 2023-11-15T04:10:56.937451+0000 mon.smithi081 (mon.0) 699 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:10:58.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: cephadm 2023-11-15T04:10:56.921633+0000 mgr.smithi081.fomiyu (mgr.14180) 304 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nowrce 2023-11-15T04:10:58.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:10:58.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nowrce 2023-11-15T04:10:58.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nowrce 2023-11-15T04:10:58.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:10:58.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nowrce 2023-11-15T04:10:58.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.nowrce ... 2023-11-15T04:10:58.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:58.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:10:58.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:10:58.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:10:58.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:58.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:10:58.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:10:58.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:10:58.611 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:10:58.611 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:10:58.611 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nowrce 2023-11-15T04:10:58.612 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:10:58.612 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nowrce 2023-11-15T04:10:58.612 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nowrce 2023-11-15T04:10:58.612 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:10:58.613 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nowrce 2023-11-15T04:10:58.613 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.nowrce ... 2023-11-15T04:10:58.613 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:58.613 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:10:58.614 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:10:58.614 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:10:58.614 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:58.614 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: cephadm 2023-11-15T04:10:56.922136+0000 mgr.smithi081.fomiyu (mgr.14180) 305 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.nowrce 2023-11-15T04:10:58.615 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: cephadm 2023-11-15T04:10:56.924207+0000 mgr.smithi081.fomiyu (mgr.14180) 306 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.nowrce on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nowrce 2023-11-15T04:10:58.615 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:10:58.615 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nowrce 2023-11-15T04:10:58.616 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nowrce 2023-11-15T04:10:58.616 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:10:58.616 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nowrce 2023-11-15T04:10:58.617 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.nowrce ... 2023-11-15T04:10:58.617 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:58.617 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:10:58.618 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:10:58.618 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:10:58.619 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:58.619 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: cephadm 2023-11-15T04:10:56.933267+0000 mgr.smithi081.fomiyu (mgr.14180) 307 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.chvvtk on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:10:58.620 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: cephadm 2023-11-15T04:10:56.935221+0000 mgr.smithi081.fomiyu (mgr.14180) 308 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.bqqptu on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:10:58.620 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: cluster 2023-11-15T04:10:56.936288+0000 mgr.smithi081.fomiyu (mgr.14180) 309 : cluster [DBG] pgmap v275: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 KiB/s rd, 5.9 KiB/s wr, 380 op/s 2023-11-15T04:10:58.620 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:10:58 smithi081 bash[24267]: cluster 2023-11-15T04:10:57.929876+0000 mon.smithi081 (mon.0) 700 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:10:58.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: cephadm 2023-11-15T04:10:56.921633+0000 mgr.smithi081.fomiyu (mgr.14180) 304 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nowrce 2023-11-15T04:10:58.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:10:58.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nowrce 2023-11-15T04:10:58.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nowrce 2023-11-15T04:10:58.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:10:58.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nowrce 2023-11-15T04:10:58.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.nowrce ... 2023-11-15T04:10:58.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:58.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:10:58.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:10:58.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:10:58.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:58.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:10:58.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:10:58.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:10:58.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:10:58.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:10:58.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nowrce 2023-11-15T04:10:58.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:10:58.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nowrce 2023-11-15T04:10:58.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nowrce 2023-11-15T04:10:58.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:10:58.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nowrce 2023-11-15T04:10:58.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.nowrce ... 2023-11-15T04:10:58.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:58.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:10:58.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:10:58.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:10:58.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:58.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: cephadm 2023-11-15T04:10:56.922136+0000 mgr.smithi081.fomiyu (mgr.14180) 305 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.nowrce 2023-11-15T04:10:58.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: cephadm 2023-11-15T04:10:56.924207+0000 mgr.smithi081.fomiyu (mgr.14180) 306 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.nowrce on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nowrce 2023-11-15T04:10:58.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:10:58.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nowrce 2023-11-15T04:10:58.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nowrce 2023-11-15T04:10:58.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:10:58.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nowrce 2023-11-15T04:10:58.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.nowrce ... 2023-11-15T04:10:58.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:58.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:10:58.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:10:58.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:10:58.761 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:58.761 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: cephadm 2023-11-15T04:10:56.933267+0000 mgr.smithi081.fomiyu (mgr.14180) 307 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.chvvtk on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:10:58.761 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: cephadm 2023-11-15T04:10:56.935221+0000 mgr.smithi081.fomiyu (mgr.14180) 308 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.bqqptu on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:10:58.761 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: cluster 2023-11-15T04:10:56.936288+0000 mgr.smithi081.fomiyu (mgr.14180) 309 : cluster [DBG] pgmap v275: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 KiB/s rd, 5.9 KiB/s wr, 380 op/s 2023-11-15T04:10:58.761 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:10:58 smithi154 bash[28156]: cluster 2023-11-15T04:10:57.929876+0000 mon.smithi081 (mon.0) 700 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:11:00.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:00 smithi154 bash[28156]: cluster 2023-11-15T04:10:58.937973+0000 mgr.smithi081.fomiyu (mgr.14180) 310 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 KiB/s rd, 4.6 KiB/s wr, 324 op/s 2023-11-15T04:11:00.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:00 smithi154 bash[28156]: audit 2023-11-15T04:11:00.350993+0000 mon.smithi081 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:00.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:00 smithi081 bash[24267]: cluster 2023-11-15T04:10:58.937973+0000 mgr.smithi081.fomiyu (mgr.14180) 310 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 KiB/s rd, 4.6 KiB/s wr, 324 op/s 2023-11-15T04:11:00.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:00 smithi081 bash[24267]: audit 2023-11-15T04:11:00.350993+0000 mon.smithi081 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:02.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:02 smithi154 bash[28156]: cluster 2023-11-15T04:11:00.939009+0000 mgr.smithi081.fomiyu (mgr.14180) 311 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 159 KiB/s rd, 4.1 KiB/s wr, 291 op/s 2023-11-15T04:11:02.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:02 smithi154 bash[28156]: audit 2023-11-15T04:11:01.478517+0000 mon.smithi081 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:02.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:02 smithi081 bash[24267]: cluster 2023-11-15T04:11:00.939009+0000 mgr.smithi081.fomiyu (mgr.14180) 311 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 159 KiB/s rd, 4.1 KiB/s wr, 291 op/s 2023-11-15T04:11:02.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:02 smithi081 bash[24267]: audit 2023-11-15T04:11:01.478517+0000 mon.smithi081 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:03.763 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:03 smithi081 bash[24267]: audit 2023-11-15T04:11:02.549201+0000 mon.smithi081 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:03.764 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:03 smithi081 bash[24267]: audit 2023-11-15T04:11:03.057540+0000 mon.smithi081 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:03.764 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:03 smithi081 bash[24267]: audit 2023-11-15T04:11:03.059265+0000 mon.smithi081 (mon.0) 705 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:11:03.764 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:03 smithi081 bash[24267]: audit 2023-11-15T04:11:03.060420+0000 mon.smithi081 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:11:03.764 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:03 smithi081 bash[24267]: audit 2023-11-15T04:11:03.489520+0000 mon.smithi081 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:03.764 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:03 smithi081 bash[24267]: audit 2023-11-15T04:11:03.497359+0000 mon.smithi081 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:03.765 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:03 smithi081 bash[24267]: audit 2023-11-15T04:11:03.509174+0000 mon.smithi081 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:03.765 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:03 smithi081 bash[24267]: audit 2023-11-15T04:11:03.518403+0000 mon.smithi081 (mon.0) 710 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:11:03.765 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:03 smithi081 bash[24267]: audit 2023-11-15T04:11:03.539979+0000 mon.smithi081 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:03.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:03 smithi154 bash[28156]: audit 2023-11-15T04:11:02.549201+0000 mon.smithi081 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:04.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:03 smithi154 bash[28156]: audit 2023-11-15T04:11:03.057540+0000 mon.smithi081 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:04.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:03 smithi154 bash[28156]: audit 2023-11-15T04:11:03.059265+0000 mon.smithi081 (mon.0) 705 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:11:04.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:03 smithi154 bash[28156]: audit 2023-11-15T04:11:03.060420+0000 mon.smithi081 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:11:04.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:03 smithi154 bash[28156]: audit 2023-11-15T04:11:03.489520+0000 mon.smithi081 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:04.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:03 smithi154 bash[28156]: audit 2023-11-15T04:11:03.497359+0000 mon.smithi081 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:04.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:03 smithi154 bash[28156]: audit 2023-11-15T04:11:03.509174+0000 mon.smithi081 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:04.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:03 smithi154 bash[28156]: audit 2023-11-15T04:11:03.518403+0000 mon.smithi081 (mon.0) 710 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:11:04.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:03 smithi154 bash[28156]: audit 2023-11-15T04:11:03.539979+0000 mon.smithi081 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:04.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:04 smithi081 bash[24267]: cluster 2023-11-15T04:11:02.940579+0000 mgr.smithi081.fomiyu (mgr.14180) 312 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 146 KiB/s rd, 2.9 KiB/s wr, 264 op/s 2023-11-15T04:11:04.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:04 smithi081 bash[24267]: cephadm 2023-11-15T04:11:03.066697+0000 mgr.smithi081.fomiyu (mgr.14180) 313 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-15T04:11:04.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:04 smithi081 bash[24267]: cluster 2023-11-15T04:11:03.510265+0000 mgr.smithi081.fomiyu (mgr.14180) 314 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 61 KiB/s rd, 786 B/s wr, 103 op/s 2023-11-15T04:11:04.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:04 smithi081 bash[24267]: cephadm 2023-11-15T04:11:03.545052+0000 mgr.smithi081.fomiyu (mgr.14180) 315 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.nnyrem on smithi154 2023-11-15T04:11:04.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:04 smithi081 bash[24267]: cluster 2023-11-15T04:11:03.545842+0000 mon.smithi081 (mon.0) 712 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:11:04.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:04 smithi081 bash[24267]: cluster 2023-11-15T04:11:03.545875+0000 mon.smithi081 (mon.0) 713 : cluster [INF] Cluster is now healthy 2023-11-15T04:11:04.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:04 smithi154 bash[28156]: cluster 2023-11-15T04:11:02.940579+0000 mgr.smithi081.fomiyu (mgr.14180) 312 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 146 KiB/s rd, 2.9 KiB/s wr, 264 op/s 2023-11-15T04:11:05.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:04 smithi154 bash[28156]: cephadm 2023-11-15T04:11:03.066697+0000 mgr.smithi081.fomiyu (mgr.14180) 313 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-15T04:11:05.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:04 smithi154 bash[28156]: cluster 2023-11-15T04:11:03.510265+0000 mgr.smithi081.fomiyu (mgr.14180) 314 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 61 KiB/s rd, 786 B/s wr, 103 op/s 2023-11-15T04:11:05.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:04 smithi154 bash[28156]: cephadm 2023-11-15T04:11:03.545052+0000 mgr.smithi081.fomiyu (mgr.14180) 315 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.nnyrem on smithi154 2023-11-15T04:11:05.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:04 smithi154 bash[28156]: cluster 2023-11-15T04:11:03.545842+0000 mon.smithi081 (mon.0) 712 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:11:05.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:04 smithi154 bash[28156]: cluster 2023-11-15T04:11:03.545875+0000 mon.smithi081 (mon.0) 713 : cluster [INF] Cluster is now healthy 2023-11-15T04:11:06.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:06 smithi081 bash[24267]: cluster 2023-11-15T04:11:05.510852+0000 mgr.smithi081.fomiyu (mgr.14180) 316 : cluster [DBG] pgmap v280: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 60 op/s 2023-11-15T04:11:06.914 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:06 smithi154 bash[28156]: cluster 2023-11-15T04:11:05.510852+0000 mgr.smithi081.fomiyu (mgr.14180) 316 : cluster [DBG] pgmap v280: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 60 op/s 2023-11-15T04:11:07.604 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:07 smithi081 bash[24267]: audit 2023-11-15T04:11:07.351491+0000 mon.smithi081 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.nnyrem"}]: dispatch 2023-11-15T04:11:07.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:07 smithi154 bash[28156]: audit 2023-11-15T04:11:07.351491+0000 mon.smithi081 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.nnyrem"}]: dispatch 2023-11-15T04:11:08.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: cephadm 2023-11-15T04:11:07.349670+0000 mgr.smithi081.fomiyu (mgr.14180) 317 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nnyrem 2023-11-15T04:11:08.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:11:08.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nnyrem 2023-11-15T04:11:08.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nnyrem 2023-11-15T04:11:08.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:11:08.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nnyrem 2023-11-15T04:11:08.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.nnyrem ... 2023-11-15T04:11:08.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:08.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:08.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:08.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:08.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:08.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:11:08.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:11:08.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:11:08.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:11:08.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:11:08.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nnyrem 2023-11-15T04:11:08.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:11:08.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nnyrem 2023-11-15T04:11:08.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nnyrem 2023-11-15T04:11:08.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:11:08.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nnyrem 2023-11-15T04:11:08.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.nnyrem ... 2023-11-15T04:11:08.866 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:08.866 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:08.866 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:08.866 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:08.867 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:08.867 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: cephadm 2023-11-15T04:11:07.350350+0000 mgr.smithi081.fomiyu (mgr.14180) 318 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.nnyrem 2023-11-15T04:11:08.867 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: cephadm 2023-11-15T04:11:07.355544+0000 mgr.smithi081.fomiyu (mgr.14180) 319 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.nnyrem on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nnyrem 2023-11-15T04:11:08.868 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:11:08.868 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nnyrem 2023-11-15T04:11:08.868 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nnyrem 2023-11-15T04:11:08.869 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:11:08.869 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nnyrem 2023-11-15T04:11:08.869 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.nnyrem ... 2023-11-15T04:11:08.870 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:08.870 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:08.870 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:08.870 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:08.871 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:08.871 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: cephadm 2023-11-15T04:11:07.357788+0000 mgr.smithi081.fomiyu (mgr.14180) 320 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.myulcr on smithi081 2023-11-15T04:11:08.871 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:08 smithi081 bash[24267]: cluster 2023-11-15T04:11:07.511895+0000 mgr.smithi081.fomiyu (mgr.14180) 321 : cluster [DBG] pgmap v281: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 34 KiB/s rd, 96 B/s wr, 49 op/s 2023-11-15T04:11:09.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: cephadm 2023-11-15T04:11:07.349670+0000 mgr.smithi081.fomiyu (mgr.14180) 317 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nnyrem 2023-11-15T04:11:09.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:11:09.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nnyrem 2023-11-15T04:11:09.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nnyrem 2023-11-15T04:11:09.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:11:09.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nnyrem 2023-11-15T04:11:09.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.nnyrem ... 2023-11-15T04:11:09.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:09.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:09.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:09.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:09.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:09.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:11:09.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:11:09.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:11:09.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:11:09.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:11:09.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nnyrem 2023-11-15T04:11:09.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:11:09.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nnyrem 2023-11-15T04:11:09.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nnyrem 2023-11-15T04:11:09.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:11:09.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nnyrem 2023-11-15T04:11:09.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.nnyrem ... 2023-11-15T04:11:09.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:09.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:09.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:09.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:09.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:09.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: cephadm 2023-11-15T04:11:07.350350+0000 mgr.smithi081.fomiyu (mgr.14180) 318 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.nnyrem 2023-11-15T04:11:09.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: cephadm 2023-11-15T04:11:07.355544+0000 mgr.smithi081.fomiyu (mgr.14180) 319 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.nnyrem on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nnyrem 2023-11-15T04:11:09.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:11:09.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nnyrem 2023-11-15T04:11:09.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nnyrem 2023-11-15T04:11:09.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:11:09.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nnyrem 2023-11-15T04:11:09.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.nnyrem ... 2023-11-15T04:11:09.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:09.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:09.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:09.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:09.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:09.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: cephadm 2023-11-15T04:11:07.357788+0000 mgr.smithi081.fomiyu (mgr.14180) 320 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.myulcr on smithi081 2023-11-15T04:11:09.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:08 smithi154 bash[28156]: cluster 2023-11-15T04:11:07.511895+0000 mgr.smithi081.fomiyu (mgr.14180) 321 : cluster [DBG] pgmap v281: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 34 KiB/s rd, 96 B/s wr, 49 op/s 2023-11-15T04:11:10.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:10 smithi081 bash[24267]: cluster 2023-11-15T04:11:09.513362+0000 mgr.smithi081.fomiyu (mgr.14180) 322 : cluster [DBG] pgmap v282: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 193 B/s wr, 31 op/s 2023-11-15T04:11:10.689 INFO:teuthology.orchestra.run.smithi081.stdout:Processing triggers for sgml-base (1.29.1) ... 2023-11-15T04:11:10.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:10 smithi154 bash[28156]: cluster 2023-11-15T04:11:09.513362+0000 mgr.smithi081.fomiyu (mgr.14180) 322 : cluster [DBG] pgmap v282: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 193 B/s wr, 31 op/s 2023-11-15T04:11:10.890 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-docutils (0.16+dfsg-2) ... 2023-11-15T04:11:11.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:11 smithi081 bash[24267]: audit 2023-11-15T04:11:11.150166+0000 mon.smithi081 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.myulcr"}]: dispatch 2023-11-15T04:11:11.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:11 smithi081 bash[24267]: audit 2023-11-15T04:11:11.160462+0000 mon.smithi081 (mon.0) 716 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:11:11.468 INFO:teuthology.orchestra.run.smithi081.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode 2023-11-15T04:11:11.514 INFO:teuthology.orchestra.run.smithi081.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode 2023-11-15T04:11:11.553 INFO:teuthology.orchestra.run.smithi081.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html4 to provide /usr/bin/rst2html4 (rst2html4) in auto mode 2023-11-15T04:11:11.579 INFO:teuthology.orchestra.run.smithi081.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html5 to provide /usr/bin/rst2html5 (rst2html5) in auto mode 2023-11-15T04:11:11.606 INFO:teuthology.orchestra.run.smithi081.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode 2023-11-15T04:11:11.630 INFO:teuthology.orchestra.run.smithi081.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode 2023-11-15T04:11:11.657 INFO:teuthology.orchestra.run.smithi081.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode 2023-11-15T04:11:11.683 INFO:teuthology.orchestra.run.smithi081.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode 2023-11-15T04:11:11.708 INFO:teuthology.orchestra.run.smithi081.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode 2023-11-15T04:11:11.734 INFO:teuthology.orchestra.run.smithi081.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode 2023-11-15T04:11:11.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:11 smithi154 bash[28156]: audit 2023-11-15T04:11:11.150166+0000 mon.smithi081 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.myulcr"}]: dispatch 2023-11-15T04:11:11.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:11 smithi154 bash[28156]: audit 2023-11-15T04:11:11.160462+0000 mon.smithi081 (mon.0) 716 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:11:11.760 INFO:teuthology.orchestra.run.smithi081.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode 2023-11-15T04:11:11.785 INFO:teuthology.orchestra.run.smithi081.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode 2023-11-15T04:11:11.811 INFO:teuthology.orchestra.run.smithi081.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode 2023-11-15T04:11:12.213 INFO:teuthology.orchestra.run.smithi081.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-11-15T04:11:12.373 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-botocore (1.16.19+repack-1ubuntu0.20.04.1) ... 2023-11-15T04:11:12.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: cephadm 2023-11-15T04:11:11.149479+0000 mgr.smithi081.fomiyu (mgr.14180) 323 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-myulcr 2023-11-15T04:11:12.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:11:12.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-myulcr 2023-11-15T04:11:12.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.myulcr 2023-11-15T04:11:12.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:11:12.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.myulcr 2023-11-15T04:11:12.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.myulcr ... 2023-11-15T04:11:12.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:12.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:12.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:12.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:12.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:12.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:11:12.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:11:12.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:11:12.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:11:12.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:11:12.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-myulcr 2023-11-15T04:11:12.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:11:12.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-myulcr 2023-11-15T04:11:12.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.myulcr 2023-11-15T04:11:12.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:11:12.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.myulcr 2023-11-15T04:11:12.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.myulcr ... 2023-11-15T04:11:12.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:12.611 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:12.611 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:12.611 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:12.611 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:12.611 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: cephadm 2023-11-15T04:11:11.149756+0000 mgr.smithi081.fomiyu (mgr.14180) 324 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.myulcr 2023-11-15T04:11:12.612 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: cephadm 2023-11-15T04:11:11.151005+0000 mgr.smithi081.fomiyu (mgr.14180) 325 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.myulcr on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-myulcr 2023-11-15T04:11:12.612 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:11:12.612 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-myulcr 2023-11-15T04:11:12.612 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.myulcr 2023-11-15T04:11:12.612 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:11:12.613 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.myulcr 2023-11-15T04:11:12.613 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.myulcr ... 2023-11-15T04:11:12.613 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:12.613 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:12.614 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:12.614 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:12.614 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:12.614 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: cephadm 2023-11-15T04:11:11.152911+0000 mgr.smithi081.fomiyu (mgr.14180) 326 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.damylq on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:11:12.614 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: cephadm 2023-11-15T04:11:11.154486+0000 mgr.smithi081.fomiyu (mgr.14180) 327 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.vmadph on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:11:12.615 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: cluster 2023-11-15T04:11:11.155953+0000 mgr.smithi081.fomiyu (mgr.14180) 328 : cluster [DBG] pgmap v283: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 200 B/s wr, 31 op/s 2023-11-15T04:11:12.615 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:12 smithi081 bash[24267]: cluster 2023-11-15T04:11:11.299202+0000 mon.smithi081 (mon.0) 717 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:11:12.749 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-s3transfer (0.3.3-1) ... 2023-11-15T04:11:12.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: cephadm 2023-11-15T04:11:11.149479+0000 mgr.smithi081.fomiyu (mgr.14180) 323 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-myulcr 2023-11-15T04:11:12.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:11:12.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-myulcr 2023-11-15T04:11:12.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.myulcr 2023-11-15T04:11:12.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:11:12.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.myulcr 2023-11-15T04:11:12.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.myulcr ... 2023-11-15T04:11:12.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:12.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:12.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:12.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:12.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:12.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:11:12.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:11:12.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:11:12.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:11:12.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:11:12.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-myulcr 2023-11-15T04:11:12.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:11:12.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-myulcr 2023-11-15T04:11:12.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.myulcr 2023-11-15T04:11:12.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:11:12.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.myulcr 2023-11-15T04:11:12.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.myulcr ... 2023-11-15T04:11:12.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:12.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:12.761 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:12.761 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:12.761 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:12.761 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: cephadm 2023-11-15T04:11:11.149756+0000 mgr.smithi081.fomiyu (mgr.14180) 324 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.myulcr 2023-11-15T04:11:12.761 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: cephadm 2023-11-15T04:11:11.151005+0000 mgr.smithi081.fomiyu (mgr.14180) 325 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.myulcr on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-myulcr 2023-11-15T04:11:12.762 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:11:12.762 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-myulcr 2023-11-15T04:11:12.762 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.myulcr 2023-11-15T04:11:12.762 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:11:12.762 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.myulcr 2023-11-15T04:11:12.763 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.myulcr ... 2023-11-15T04:11:12.763 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:12.763 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:12.763 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:12.763 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:12.763 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:12.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: cephadm 2023-11-15T04:11:11.152911+0000 mgr.smithi081.fomiyu (mgr.14180) 326 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.damylq on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:11:12.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: cephadm 2023-11-15T04:11:11.154486+0000 mgr.smithi081.fomiyu (mgr.14180) 327 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.vmadph on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:11:12.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: cluster 2023-11-15T04:11:11.155953+0000 mgr.smithi081.fomiyu (mgr.14180) 328 : cluster [DBG] pgmap v283: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 200 B/s wr, 31 op/s 2023-11-15T04:11:12.764 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:12 smithi154 bash[28156]: cluster 2023-11-15T04:11:11.299202+0000 mon.smithi081 (mon.0) 717 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:11:13.050 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-boto3 (1.9.253-1) ... 2023-11-15T04:11:13.722 DEBUG:teuthology.orchestra.run.smithi081:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json' 2023-11-15T04:11:13.778 INFO:teuthology.orchestra.run.smithi081.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2023-11-15T04:11:14.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:14 smithi081 bash[24267]: cluster 2023-11-15T04:11:13.157465+0000 mgr.smithi081.fomiyu (mgr.14180) 329 : cluster [DBG] pgmap v284: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 200 B/s wr, 20 op/s 2023-11-15T04:11:14.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:14 smithi154 bash[28156]: cluster 2023-11-15T04:11:13.157465+0000 mgr.smithi081.fomiyu (mgr.14180) 329 : cluster [DBG] pgmap v284: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 200 B/s wr, 20 op/s 2023-11-15T04:11:16.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:16 smithi154 bash[28156]: cluster 2023-11-15T04:11:15.158840+0000 mgr.smithi081.fomiyu (mgr.14180) 330 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 175 B/s wr, 18 op/s 2023-11-15T04:11:16.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:16 smithi154 bash[28156]: audit 2023-11-15T04:11:15.371392+0000 mon.smithi081 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:16.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:16 smithi154 bash[28156]: audit 2023-11-15T04:11:16.317008+0000 mon.smithi081 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.2", "id": [4, 2]}]: dispatch 2023-11-15T04:11:16.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:16 smithi154 bash[28156]: audit 2023-11-15T04:11:16.317594+0000 mon.smithi081 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.b", "id": [1, 6]}]: dispatch 2023-11-15T04:11:16.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:16 smithi154 bash[28156]: audit 2023-11-15T04:11:16.317918+0000 mon.smithi081 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.f", "id": [1, 6]}]: dispatch 2023-11-15T04:11:16.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:16 smithi154 bash[28156]: audit 2023-11-15T04:11:16.318270+0000 mon.smithi081 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.13", "id": [4, 0]}]: dispatch 2023-11-15T04:11:16.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:16 smithi154 bash[28156]: audit 2023-11-15T04:11:16.318605+0000 mon.smithi081 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.18", "id": [4, 2]}]: dispatch 2023-11-15T04:11:16.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:16 smithi154 bash[28156]: audit 2023-11-15T04:11:16.319013+0000 mon.smithi081 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.0", "id": [7, 0]}]: dispatch 2023-11-15T04:11:16.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:16 smithi081 bash[24267]: cluster 2023-11-15T04:11:15.158840+0000 mgr.smithi081.fomiyu (mgr.14180) 330 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 175 B/s wr, 18 op/s 2023-11-15T04:11:16.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:16 smithi081 bash[24267]: audit 2023-11-15T04:11:15.371392+0000 mon.smithi081 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:16.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:16 smithi081 bash[24267]: audit 2023-11-15T04:11:16.317008+0000 mon.smithi081 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.2", "id": [4, 2]}]: dispatch 2023-11-15T04:11:16.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:16 smithi081 bash[24267]: audit 2023-11-15T04:11:16.317594+0000 mon.smithi081 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.b", "id": [1, 6]}]: dispatch 2023-11-15T04:11:16.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:16 smithi081 bash[24267]: audit 2023-11-15T04:11:16.317918+0000 mon.smithi081 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.f", "id": [1, 6]}]: dispatch 2023-11-15T04:11:16.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:16 smithi081 bash[24267]: audit 2023-11-15T04:11:16.318270+0000 mon.smithi081 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.13", "id": [4, 0]}]: dispatch 2023-11-15T04:11:16.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:16 smithi081 bash[24267]: audit 2023-11-15T04:11:16.318605+0000 mon.smithi081 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.18", "id": [4, 2]}]: dispatch 2023-11-15T04:11:16.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:16 smithi081 bash[24267]: audit 2023-11-15T04:11:16.319013+0000 mon.smithi081 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.0", "id": [7, 0]}]: dispatch 2023-11-15T04:11:17.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:17 smithi154 bash[28156]: audit 2023-11-15T04:11:16.376537+0000 mon.smithi081 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.2", "id": [4, 2]}]': finished 2023-11-15T04:11:17.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:17 smithi154 bash[28156]: audit 2023-11-15T04:11:16.376775+0000 mon.smithi081 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.b", "id": [1, 6]}]': finished 2023-11-15T04:11:17.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:17 smithi154 bash[28156]: audit 2023-11-15T04:11:16.376916+0000 mon.smithi081 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.f", "id": [1, 6]}]': finished 2023-11-15T04:11:17.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:17 smithi154 bash[28156]: audit 2023-11-15T04:11:16.377005+0000 mon.smithi081 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.13", "id": [4, 0]}]': finished 2023-11-15T04:11:17.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:17 smithi154 bash[28156]: audit 2023-11-15T04:11:16.377127+0000 mon.smithi081 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.18", "id": [4, 2]}]': finished 2023-11-15T04:11:17.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:17 smithi154 bash[28156]: audit 2023-11-15T04:11:16.377218+0000 mon.smithi081 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.0", "id": [7, 0]}]': finished 2023-11-15T04:11:17.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:17 smithi154 bash[28156]: cluster 2023-11-15T04:11:16.377316+0000 mon.smithi081 (mon.0) 731 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-11-15T04:11:17.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:17 smithi154 bash[28156]: audit 2023-11-15T04:11:16.747580+0000 mon.smithi081 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:17.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:17 smithi081 bash[24267]: audit 2023-11-15T04:11:16.376537+0000 mon.smithi081 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.2", "id": [4, 2]}]': finished 2023-11-15T04:11:17.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:17 smithi081 bash[24267]: audit 2023-11-15T04:11:16.376775+0000 mon.smithi081 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.b", "id": [1, 6]}]': finished 2023-11-15T04:11:17.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:17 smithi081 bash[24267]: audit 2023-11-15T04:11:16.376916+0000 mon.smithi081 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.f", "id": [1, 6]}]': finished 2023-11-15T04:11:17.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:17 smithi081 bash[24267]: audit 2023-11-15T04:11:16.377005+0000 mon.smithi081 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.13", "id": [4, 0]}]': finished 2023-11-15T04:11:17.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:17 smithi081 bash[24267]: audit 2023-11-15T04:11:16.377127+0000 mon.smithi081 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.18", "id": [4, 2]}]': finished 2023-11-15T04:11:17.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:17 smithi081 bash[24267]: audit 2023-11-15T04:11:16.377218+0000 mon.smithi081 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.0", "id": [7, 0]}]': finished 2023-11-15T04:11:17.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:17 smithi081 bash[24267]: cluster 2023-11-15T04:11:16.377316+0000 mon.smithi081 (mon.0) 731 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-11-15T04:11:17.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:17 smithi081 bash[24267]: audit 2023-11-15T04:11:16.747580+0000 mon.smithi081 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:17.980 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 2023-11-15T04:11:18.010 INFO:teuthology.orchestra.run.smithi081.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:78226ab9e8247e56e7eee439923ee52a49b2b75959caddd6304ed7181b276d9d 2023-11-15T04:11:18.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:18 smithi154 bash[28156]: cluster 2023-11-15T04:11:17.160122+0000 mgr.smithi081.fomiyu (mgr.14180) 331 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 106 B/s wr, 8 op/s 2023-11-15T04:11:18.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:18 smithi154 bash[28156]: audit 2023-11-15T04:11:17.388843+0000 mon.smithi081 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:18.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:18 smithi154 bash[28156]: audit 2023-11-15T04:11:17.391108+0000 mon.smithi081 (mon.0) 734 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:11:18.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:18 smithi154 bash[28156]: audit 2023-11-15T04:11:17.392613+0000 mon.smithi081 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:11:18.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:18 smithi154 bash[28156]: cluster 2023-11-15T04:11:17.399542+0000 mon.smithi081 (mon.0) 736 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-11-15T04:11:18.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:18 smithi154 bash[28156]: cephadm 2023-11-15T04:11:17.407214+0000 mgr.smithi081.fomiyu (mgr.14180) 332 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-15T04:11:18.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:18 smithi154 bash[28156]: audit 2023-11-15T04:11:17.658535+0000 mon.smithi081 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:18.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:18 smithi154 bash[28156]: cluster 2023-11-15T04:11:17.659638+0000 mgr.smithi081.fomiyu (mgr.14180) 333 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 472 B/s rd, 0 op/s 2023-11-15T04:11:18.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:18 smithi154 bash[28156]: audit 2023-11-15T04:11:17.667035+0000 mon.smithi081 (mon.0) 738 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:11:18.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:18 smithi154 bash[28156]: audit 2023-11-15T04:11:17.680756+0000 mon.smithi081 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:18.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:18 smithi154 bash[28156]: cephadm 2023-11-15T04:11:17.685484+0000 mgr.smithi081.fomiyu (mgr.14180) 334 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.zxpywh on smithi154 2023-11-15T04:11:18.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:18 smithi154 bash[28156]: cluster 2023-11-15T04:11:17.744626+0000 mon.smithi081 (mon.0) 740 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:11:18.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:18 smithi154 bash[28156]: cluster 2023-11-15T04:11:17.744679+0000 mon.smithi081 (mon.0) 741 : cluster [INF] Cluster is now healthy 2023-11-15T04:11:18.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:18 smithi081 bash[24267]: cluster 2023-11-15T04:11:17.160122+0000 mgr.smithi081.fomiyu (mgr.14180) 331 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 106 B/s wr, 8 op/s 2023-11-15T04:11:18.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:18 smithi081 bash[24267]: audit 2023-11-15T04:11:17.388843+0000 mon.smithi081 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:18.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:18 smithi081 bash[24267]: audit 2023-11-15T04:11:17.391108+0000 mon.smithi081 (mon.0) 734 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:11:18.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:18 smithi081 bash[24267]: audit 2023-11-15T04:11:17.392613+0000 mon.smithi081 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:11:18.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:18 smithi081 bash[24267]: cluster 2023-11-15T04:11:17.399542+0000 mon.smithi081 (mon.0) 736 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-11-15T04:11:18.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:18 smithi081 bash[24267]: cephadm 2023-11-15T04:11:17.407214+0000 mgr.smithi081.fomiyu (mgr.14180) 332 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-15T04:11:18.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:18 smithi081 bash[24267]: audit 2023-11-15T04:11:17.658535+0000 mon.smithi081 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:18.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:18 smithi081 bash[24267]: cluster 2023-11-15T04:11:17.659638+0000 mgr.smithi081.fomiyu (mgr.14180) 333 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 472 B/s rd, 0 op/s 2023-11-15T04:11:18.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:18 smithi081 bash[24267]: audit 2023-11-15T04:11:17.667035+0000 mon.smithi081 (mon.0) 738 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:11:18.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:18 smithi081 bash[24267]: audit 2023-11-15T04:11:17.680756+0000 mon.smithi081 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:18.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:18 smithi081 bash[24267]: cephadm 2023-11-15T04:11:17.685484+0000 mgr.smithi081.fomiyu (mgr.14180) 334 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.zxpywh on smithi154 2023-11-15T04:11:18.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:18 smithi081 bash[24267]: cluster 2023-11-15T04:11:17.744626+0000 mon.smithi081 (mon.0) 740 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:11:18.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:18 smithi081 bash[24267]: cluster 2023-11-15T04:11:17.744679+0000 mon.smithi081 (mon.0) 741 : cluster [INF] Cluster is now healthy 2023-11-15T04:11:20.561 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:20 smithi081 bash[24267]: cluster 2023-11-15T04:11:19.660755+0000 mgr.smithi081.fomiyu (mgr.14180) 335 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 2 op/s; 148 B/s, 0 objects/s recovering 2023-11-15T04:11:20.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:20 smithi154 bash[28156]: cluster 2023-11-15T04:11:19.660755+0000 mgr.smithi081.fomiyu (mgr.14180) 335 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 2 op/s; 148 B/s, 0 objects/s recovering 2023-11-15T04:11:21.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:21 smithi154 bash[28156]: audit 2023-11-15T04:11:21.444459+0000 mon.smithi081 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.zxpywh"}]: dispatch 2023-11-15T04:11:21.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:21 smithi081 bash[24267]: audit 2023-11-15T04:11:21.444459+0000 mon.smithi081 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.zxpywh"}]: dispatch 2023-11-15T04:11:22.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: cephadm 2023-11-15T04:11:21.443595+0000 mgr.smithi081.fomiyu (mgr.14180) 336 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh 2023-11-15T04:11:22.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:11:22.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh 2023-11-15T04:11:22.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh 2023-11-15T04:11:22.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:11:22.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh 2023-11-15T04:11:22.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.zxpywh ... 2023-11-15T04:11:22.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:22.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:22.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:22.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:22.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:22.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:11:22.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:11:22.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:11:22.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:11:22.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:11:22.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh 2023-11-15T04:11:22.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:11:22.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh 2023-11-15T04:11:22.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh 2023-11-15T04:11:22.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:11:22.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh 2023-11-15T04:11:22.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.zxpywh ... 2023-11-15T04:11:22.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:22.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:22.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:22.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:22.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:22.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: cephadm 2023-11-15T04:11:21.443858+0000 mgr.smithi081.fomiyu (mgr.14180) 337 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.zxpywh 2023-11-15T04:11:22.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: cephadm 2023-11-15T04:11:21.445849+0000 mgr.smithi081.fomiyu (mgr.14180) 338 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.zxpywh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh 2023-11-15T04:11:22.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:11:22.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh 2023-11-15T04:11:22.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh 2023-11-15T04:11:22.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:11:22.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh 2023-11-15T04:11:22.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.zxpywh ... 2023-11-15T04:11:22.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:22.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:22.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:22.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:22.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:22.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: cephadm 2023-11-15T04:11:21.449902+0000 mgr.smithi081.fomiyu (mgr.14180) 339 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.zpkekk on smithi081 2023-11-15T04:11:22.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:22 smithi081 bash[24267]: cluster 2023-11-15T04:11:21.661572+0000 mgr.smithi081.fomiyu (mgr.14180) 340 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 2 op/s; 148 B/s, 0 objects/s recovering 2023-11-15T04:11:22.977 INFO:teuthology.run_tasks:Running task python... 2023-11-15T04:11:22.987 INFO:tasks.python:Running python on role host.a host ubuntu@smithi081.front.sepia.ceph.com 2023-11-15T04:11:22.988 INFO:tasks.python:import boto3 import json with open('/tmp/user.json', 'rt') as f: info = json.loads(f.read()) s3 = boto3.resource( 's3', aws_access_key_id=info['keys'][0]['access_key'], aws_secret_access_key=info['keys'][0]['secret_key'], endpoint_url='http://localhost:8800', ) bucket = s3.Bucket('foobucket') bucket.create() bucket.put_object(Key='myobject', Body='thebody') 2023-11-15T04:11:22.988 DEBUG:teuthology.orchestra.run.smithi081:> sudo TESTDIR=/home/ubuntu/cephtest python3 2023-11-15T04:11:23.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: cephadm 2023-11-15T04:11:21.443595+0000 mgr.smithi081.fomiyu (mgr.14180) 336 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh 2023-11-15T04:11:23.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:11:23.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh 2023-11-15T04:11:23.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh 2023-11-15T04:11:23.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:11:23.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh 2023-11-15T04:11:23.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.zxpywh ... 2023-11-15T04:11:23.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:23.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:23.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:23.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:23.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:23.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:11:23.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:11:23.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:11:23.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:11:23.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:11:23.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh 2023-11-15T04:11:23.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:11:23.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh 2023-11-15T04:11:23.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh 2023-11-15T04:11:23.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:11:23.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh 2023-11-15T04:11:23.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.zxpywh ... 2023-11-15T04:11:23.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:23.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:23.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:23.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:23.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:23.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: cephadm 2023-11-15T04:11:21.443858+0000 mgr.smithi081.fomiyu (mgr.14180) 337 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.zxpywh 2023-11-15T04:11:23.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: cephadm 2023-11-15T04:11:21.445849+0000 mgr.smithi081.fomiyu (mgr.14180) 338 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.zxpywh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh 2023-11-15T04:11:23.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:11:23.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh 2023-11-15T04:11:23.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh 2023-11-15T04:11:23.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:11:23.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh 2023-11-15T04:11:23.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.zxpywh ... 2023-11-15T04:11:23.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:23.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:23.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:23.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:23.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:23.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: cephadm 2023-11-15T04:11:21.449902+0000 mgr.smithi081.fomiyu (mgr.14180) 339 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.zpkekk on smithi081 2023-11-15T04:11:23.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:22 smithi154 bash[28156]: cluster 2023-11-15T04:11:21.661572+0000 mgr.smithi081.fomiyu (mgr.14180) 340 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 2 op/s; 148 B/s, 0 objects/s recovering 2023-11-15T04:11:24.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:23 smithi154 bash[28156]: cluster 2023-11-15T04:11:23.662779+0000 mgr.smithi081.fomiyu (mgr.14180) 341 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 280 B/s wr, 4 op/s; 132 B/s, 0 objects/s recovering 2023-11-15T04:11:24.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:23 smithi081 bash[24267]: cluster 2023-11-15T04:11:23.662779+0000 mgr.smithi081.fomiyu (mgr.14180) 341 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 280 B/s wr, 4 op/s; 132 B/s, 0 objects/s recovering 2023-11-15T04:11:25.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:24 smithi081 bash[24267]: cluster 2023-11-15T04:11:23.913492+0000 mon.smithi081 (mon.0) 743 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-11-15T04:11:25.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:24 smithi081 bash[24267]: audit 2023-11-15T04:11:23.915342+0000 mon.smithi081 (mon.0) 744 : audit [INF] from='client.? 172.21.15.81:0/1759701171' entity='client.rgw.foorgw.smithi081.pjgomi' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-11-15T04:11:25.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:24 smithi154 bash[28156]: cluster 2023-11-15T04:11:23.913492+0000 mon.smithi081 (mon.0) 743 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-11-15T04:11:25.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:24 smithi154 bash[28156]: audit 2023-11-15T04:11:23.915342+0000 mon.smithi081 (mon.0) 744 : audit [INF] from='client.? 172.21.15.81:0/1759701171' entity='client.rgw.foorgw.smithi081.pjgomi' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-11-15T04:11:26.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: audit 2023-11-15T04:11:24.915971+0000 mon.smithi081 (mon.0) 745 : audit [INF] from='client.? 172.21.15.81:0/1759701171' entity='client.rgw.foorgw.smithi081.pjgomi' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-11-15T04:11:26.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: cluster 2023-11-15T04:11:24.916310+0000 mon.smithi081 (mon.0) 746 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-11-15T04:11:26.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: audit 2023-11-15T04:11:24.932801+0000 mon.smithi081 (mon.0) 747 : audit [INF] from='client.? 172.21.15.81:0/1759701171' entity='client.rgw.foorgw.smithi081.pjgomi' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T04:11:26.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: cephadm 2023-11-15T04:11:25.215741+0000 mgr.smithi081.fomiyu (mgr.14180) 342 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk 2023-11-15T04:11:26.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:11:26.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk 2023-11-15T04:11:26.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk 2023-11-15T04:11:26.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:11:26.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk 2023-11-15T04:11:26.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.zpkekk ... 2023-11-15T04:11:26.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:26.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:26.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:26.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:26.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:26.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:11:26.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:11:26.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:11:26.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:11:26.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:11:26.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk 2023-11-15T04:11:26.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:11:26.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk 2023-11-15T04:11:26.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk 2023-11-15T04:11:26.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:11:26.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk 2023-11-15T04:11:26.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.zpkekk ... 2023-11-15T04:11:26.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:26.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:26.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:26.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:26.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:26.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: cephadm 2023-11-15T04:11:25.216306+0000 mgr.smithi081.fomiyu (mgr.14180) 343 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.zpkekk 2023-11-15T04:11:26.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: audit 2023-11-15T04:11:25.216839+0000 mon.smithi081 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.zpkekk"}]: dispatch 2023-11-15T04:11:26.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: cephadm 2023-11-15T04:11:25.218310+0000 mgr.smithi081.fomiyu (mgr.14180) 344 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.zpkekk on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk 2023-11-15T04:11:26.262 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:11:26.262 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk 2023-11-15T04:11:26.262 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk 2023-11-15T04:11:26.262 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:11:26.262 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk 2023-11-15T04:11:26.263 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.zpkekk ... 2023-11-15T04:11:26.263 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:26.263 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:26.263 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:26.263 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:26.264 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:26.264 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: cephadm 2023-11-15T04:11:25.222830+0000 mgr.smithi081.fomiyu (mgr.14180) 345 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.mhwcsw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:11:26.264 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: cephadm 2023-11-15T04:11:25.224692+0000 mgr.smithi081.fomiyu (mgr.14180) 346 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:11:26.264 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: cluster 2023-11-15T04:11:25.225712+0000 mgr.smithi081.fomiyu (mgr.14180) 347 : cluster [DBG] pgmap v295: 193 pgs: 32 unknown, 161 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.6 KiB/s rd, 270 B/s wr, 4 op/s; 127 B/s, 0 objects/s recovering 2023-11-15T04:11:26.264 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:25 smithi154 bash[28156]: audit 2023-11-15T04:11:25.388046+0000 mon.smithi081 (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:26.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: audit 2023-11-15T04:11:24.915971+0000 mon.smithi081 (mon.0) 745 : audit [INF] from='client.? 172.21.15.81:0/1759701171' entity='client.rgw.foorgw.smithi081.pjgomi' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-11-15T04:11:26.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: cluster 2023-11-15T04:11:24.916310+0000 mon.smithi081 (mon.0) 746 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-11-15T04:11:26.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: audit 2023-11-15T04:11:24.932801+0000 mon.smithi081 (mon.0) 747 : audit [INF] from='client.? 172.21.15.81:0/1759701171' entity='client.rgw.foorgw.smithi081.pjgomi' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T04:11:26.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: cephadm 2023-11-15T04:11:25.215741+0000 mgr.smithi081.fomiyu (mgr.14180) 342 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk 2023-11-15T04:11:26.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:11:26.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk 2023-11-15T04:11:26.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk 2023-11-15T04:11:26.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:11:26.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk 2023-11-15T04:11:26.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.zpkekk ... 2023-11-15T04:11:26.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:26.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:26.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:26.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:26.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:26.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:11:26.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:11:26.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:11:26.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:11:26.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:11:26.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk 2023-11-15T04:11:26.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:11:26.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk 2023-11-15T04:11:26.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk 2023-11-15T04:11:26.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:11:26.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk 2023-11-15T04:11:26.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.zpkekk ... 2023-11-15T04:11:26.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:26.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:26.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:26.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:26.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:26.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: cephadm 2023-11-15T04:11:25.216306+0000 mgr.smithi081.fomiyu (mgr.14180) 343 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.zpkekk 2023-11-15T04:11:26.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: audit 2023-11-15T04:11:25.216839+0000 mon.smithi081 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.zpkekk"}]: dispatch 2023-11-15T04:11:26.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: cephadm 2023-11-15T04:11:25.218310+0000 mgr.smithi081.fomiyu (mgr.14180) 344 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.zpkekk on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk 2023-11-15T04:11:26.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:11:26.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk 2023-11-15T04:11:26.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk 2023-11-15T04:11:26.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:11:26.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk 2023-11-15T04:11:26.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.zpkekk ... 2023-11-15T04:11:26.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:26.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:26.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:26.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:26.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:26.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: cephadm 2023-11-15T04:11:25.222830+0000 mgr.smithi081.fomiyu (mgr.14180) 345 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.mhwcsw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:11:26.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: cephadm 2023-11-15T04:11:25.224692+0000 mgr.smithi081.fomiyu (mgr.14180) 346 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:11:26.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: cluster 2023-11-15T04:11:25.225712+0000 mgr.smithi081.fomiyu (mgr.14180) 347 : cluster [DBG] pgmap v295: 193 pgs: 32 unknown, 161 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.6 KiB/s rd, 270 B/s wr, 4 op/s; 127 B/s, 0 objects/s recovering 2023-11-15T04:11:26.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:25 smithi081 bash[24267]: audit 2023-11-15T04:11:25.388046+0000 mon.smithi081 (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:11:27.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:26 smithi154 bash[28156]: cluster 2023-11-15T04:11:25.928049+0000 mon.smithi081 (mon.0) 750 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:11:27.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:26 smithi154 bash[28156]: audit 2023-11-15T04:11:25.941824+0000 mon.smithi081 (mon.0) 751 : audit [INF] from='client.? 172.21.15.81:0/1759701171' entity='client.rgw.foorgw.smithi081.pjgomi' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T04:11:27.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:26 smithi154 bash[28156]: cluster 2023-11-15T04:11:25.941939+0000 mon.smithi081 (mon.0) 752 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-11-15T04:11:27.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:26 smithi081 bash[24267]: cluster 2023-11-15T04:11:25.928049+0000 mon.smithi081 (mon.0) 750 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:11:27.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:26 smithi081 bash[24267]: audit 2023-11-15T04:11:25.941824+0000 mon.smithi081 (mon.0) 751 : audit [INF] from='client.? 172.21.15.81:0/1759701171' entity='client.rgw.foorgw.smithi081.pjgomi' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T04:11:27.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:26 smithi081 bash[24267]: cluster 2023-11-15T04:11:25.941939+0000 mon.smithi081 (mon.0) 752 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-11-15T04:11:28.038 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T04:11:28.048 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi081.front.sepia.ceph.com 2023-11-15T04:11:28.048 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser' 2023-11-15T04:11:28.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:27 smithi081 bash[24267]: cluster 2023-11-15T04:11:26.955276+0000 mon.smithi081 (mon.0) 753 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-11-15T04:11:28.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:27 smithi081 bash[24267]: audit 2023-11-15T04:11:26.961785+0000 mon.smithi081 (mon.0) 754 : audit [INF] from='client.? 172.21.15.81:0/107446076' entity='client.rgw.foorgw.smithi081.pjgomi' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-11-15T04:11:28.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:27 smithi081 bash[24267]: cluster 2023-11-15T04:11:27.226728+0000 mgr.smithi081.fomiyu (mgr.14180) 348 : cluster [DBG] pgmap v298: 225 pgs: 56 unknown, 169 active+clean; 6.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 287 B/s wr, 2 op/s 2023-11-15T04:11:28.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:27 smithi154 bash[28156]: cluster 2023-11-15T04:11:26.955276+0000 mon.smithi081 (mon.0) 753 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-11-15T04:11:28.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:27 smithi154 bash[28156]: audit 2023-11-15T04:11:26.961785+0000 mon.smithi081 (mon.0) 754 : audit [INF] from='client.? 172.21.15.81:0/107446076' entity='client.rgw.foorgw.smithi081.pjgomi' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-11-15T04:11:28.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:27 smithi154 bash[28156]: cluster 2023-11-15T04:11:27.226728+0000 mgr.smithi081.fomiyu (mgr.14180) 348 : cluster [DBG] pgmap v298: 225 pgs: 56 unknown, 169 active+clean; 6.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 287 B/s wr, 2 op/s 2023-11-15T04:11:29.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:28 smithi154 bash[28156]: audit 2023-11-15T04:11:27.960746+0000 mon.smithi081 (mon.0) 755 : audit [INF] from='client.? 172.21.15.81:0/107446076' entity='client.rgw.foorgw.smithi081.pjgomi' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-11-15T04:11:29.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:28 smithi154 bash[28156]: cluster 2023-11-15T04:11:27.961527+0000 mon.smithi081 (mon.0) 756 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-11-15T04:11:29.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:28 smithi081 bash[24267]: audit 2023-11-15T04:11:27.960746+0000 mon.smithi081 (mon.0) 755 : audit [INF] from='client.? 172.21.15.81:0/107446076' entity='client.rgw.foorgw.smithi081.pjgomi' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-11-15T04:11:29.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:28 smithi081 bash[24267]: cluster 2023-11-15T04:11:27.961527+0000 mon.smithi081 (mon.0) 756 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-11-15T04:11:30.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:29 smithi081 bash[24267]: cluster 2023-11-15T04:11:28.980752+0000 mon.smithi081 (mon.0) 757 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-11-15T04:11:30.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:29 smithi081 bash[24267]: cluster 2023-11-15T04:11:29.227857+0000 mgr.smithi081.fomiyu (mgr.14180) 349 : cluster [DBG] pgmap v301: 225 pgs: 7 creating+peering, 13 unknown, 205 active+clean; 6.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 767 B/s wr, 4 op/s 2023-11-15T04:11:30.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:29 smithi154 bash[28156]: cluster 2023-11-15T04:11:28.980752+0000 mon.smithi081 (mon.0) 757 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-11-15T04:11:30.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:29 smithi154 bash[28156]: cluster 2023-11-15T04:11:29.227857+0000 mgr.smithi081.fomiyu (mgr.14180) 349 : cluster [DBG] pgmap v301: 225 pgs: 7 creating+peering, 13 unknown, 205 active+clean; 6.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 767 B/s wr, 4 op/s 2023-11-15T04:11:31.931 INFO:teuthology.orchestra.run.smithi081.stdout:{ 2023-11-15T04:11:31.932 INFO:teuthology.orchestra.run.smithi081.stdout: "bind": "/foouser", 2023-11-15T04:11:31.932 INFO:teuthology.orchestra.run.smithi081.stdout: "path": "/", 2023-11-15T04:11:31.932 INFO:teuthology.orchestra.run.smithi081.stdout: "cluster": "foo", 2023-11-15T04:11:31.932 INFO:teuthology.orchestra.run.smithi081.stdout: "mode": "RW", 2023-11-15T04:11:31.933 INFO:teuthology.orchestra.run.smithi081.stdout: "squash": "none" 2023-11-15T04:11:31.933 INFO:teuthology.orchestra.run.smithi081.stdout:} 2023-11-15T04:11:32.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:32 smithi081 bash[24267]: cluster 2023-11-15T04:11:31.229192+0000 mgr.smithi081.fomiyu (mgr.14180) 350 : cluster [DBG] pgmap v302: 225 pgs: 7 creating+peering, 4 unknown, 214 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 387 B/s rd, 774 B/s wr, 3 op/s 2023-11-15T04:11:32.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:32 smithi081 bash[24267]: audit 2023-11-15T04:11:31.719214+0000 mgr.smithi081.fomiyu (mgr.14180) 351 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:11:32.697 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-15T04:11:32.708 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-11-15T04:11:32.708 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:11:32.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:32 smithi154 bash[28156]: cluster 2023-11-15T04:11:31.229192+0000 mgr.smithi081.fomiyu (mgr.14180) 350 : cluster [DBG] pgmap v302: 225 pgs: 7 creating+peering, 4 unknown, 214 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 387 B/s rd, 774 B/s wr, 3 op/s 2023-11-15T04:11:32.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:32 smithi154 bash[28156]: audit 2023-11-15T04:11:31.719214+0000 mgr.smithi081.fomiyu (mgr.14180) 351 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:11:34.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:34 smithi081 bash[24267]: cluster 2023-11-15T04:11:33.230449+0000 mgr.smithi081.fomiyu (mgr.14180) 352 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 1.1 KiB/s wr, 13 op/s 2023-11-15T04:11:34.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:34 smithi154 bash[28156]: cluster 2023-11-15T04:11:33.230449+0000 mgr.smithi081.fomiyu (mgr.14180) 352 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 1.1 KiB/s wr, 13 op/s 2023-11-15T04:11:36.194 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:11:36.195 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:11:17.374864Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:11:16.736278Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:11:17.375349Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:11.154387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.vmadph on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:21.445675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zxpywh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh\nDeploy daemon haproxy.nfs.foo.smithi154.zxpywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:25.217981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.zpkekk on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk\nDeploy daemon haproxy.nfs.foo.smithi081.zpkekk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:25.222706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mhwcsw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:11:16.736793Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:11:16.737089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:11:17.377157Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:11:16.737376Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:11:16.737691Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:11:17.375802Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:11:16.738766Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:11:36.604 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:36 smithi081 bash[24267]: cluster 2023-11-15T04:11:35.232119+0000 mgr.smithi081.fomiyu (mgr.14180) 353 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 1.1 KiB/s wr, 16 op/s 2023-11-15T04:11:36.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:36 smithi154 bash[28156]: cluster 2023-11-15T04:11:35.232119+0000 mgr.smithi081.fomiyu (mgr.14180) 353 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 1.1 KiB/s wr, 16 op/s 2023-11-15T04:11:36.936 INFO:tasks.cephadm:nfs.foo has 1/1 2023-11-15T04:11:36.936 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-15T04:11:36.947 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-11-15T04:11:36.947 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:11:37.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:37 smithi081 bash[24267]: audit 2023-11-15T04:11:36.184255+0000 mgr.smithi081.fomiyu (mgr.14180) 354 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:37.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:37 smithi154 bash[28156]: audit 2023-11-15T04:11:36.184255+0000 mgr.smithi081.fomiyu (mgr.14180) 354 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:38.501 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:38 smithi081 bash[24267]: cluster 2023-11-15T04:11:37.233103+0000 mgr.smithi081.fomiyu (mgr.14180) 355 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 883 B/s wr, 17 op/s 2023-11-15T04:11:38.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:38 smithi154 bash[28156]: cluster 2023-11-15T04:11:37.233103+0000 mgr.smithi081.fomiyu (mgr.14180) 355 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 883 B/s wr, 17 op/s 2023-11-15T04:11:40.422 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:11:40.423 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:11:17.374864Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:11:16.736278Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:11:17.375349Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:11.154387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.vmadph on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:21.445675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zxpywh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh\nDeploy daemon haproxy.nfs.foo.smithi154.zxpywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:25.217981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.zpkekk on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk\nDeploy daemon haproxy.nfs.foo.smithi081.zpkekk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:25.222706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mhwcsw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:11:16.736793Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:11:16.737089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:11:17.377157Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:11:16.737376Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:11:16.737691Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:11:17.375802Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:11:16.738766Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:11:40.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:40 smithi081 bash[24267]: cluster 2023-11-15T04:11:39.234160+0000 mgr.smithi081.fomiyu (mgr.14180) 356 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 698 B/s wr, 14 op/s 2023-11-15T04:11:40.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:40 smithi154 bash[28156]: cluster 2023-11-15T04:11:39.234160+0000 mgr.smithi081.fomiyu (mgr.14180) 356 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 698 B/s wr, 14 op/s 2023-11-15T04:11:41.281 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:11:41.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:41 smithi081 bash[24267]: audit 2023-11-15T04:11:40.412482+0000 mgr.smithi081.fomiyu (mgr.14180) 357 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:41.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:41 smithi154 bash[28156]: audit 2023-11-15T04:11:40.412482+0000 mgr.smithi081.fomiyu (mgr.14180) 357 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:42.282 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:11:42.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:42 smithi081 bash[24267]: cluster 2023-11-15T04:11:41.235019+0000 mgr.smithi081.fomiyu (mgr.14180) 358 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 596 B/s wr, 12 op/s 2023-11-15T04:11:42.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:42 smithi154 bash[28156]: cluster 2023-11-15T04:11:41.235019+0000 mgr.smithi081.fomiyu (mgr.14180) 358 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 596 B/s wr, 12 op/s 2023-11-15T04:11:44.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:44 smithi081 bash[24267]: cluster 2023-11-15T04:11:43.236600+0000 mgr.smithi081.fomiyu (mgr.14180) 359 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 511 B/s wr, 12 op/s 2023-11-15T04:11:44.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:44 smithi154 bash[28156]: cluster 2023-11-15T04:11:43.236600+0000 mgr.smithi081.fomiyu (mgr.14180) 359 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 511 B/s wr, 12 op/s 2023-11-15T04:11:45.671 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:11:45.672 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:11:17.374864Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:11:16.736278Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:11:17.375349Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:11.154387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.vmadph on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:21.445675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zxpywh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh\nDeploy daemon haproxy.nfs.foo.smithi154.zxpywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:25.217981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.zpkekk on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk\nDeploy daemon haproxy.nfs.foo.smithi081.zpkekk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:25.222706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mhwcsw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:11:16.736793Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:11:16.737089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:11:17.377157Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:11:16.737376Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:11:16.737691Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:11:17.375802Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:11:16.738766Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:11:46.539 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:11:46.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:46 smithi081 bash[24267]: cluster 2023-11-15T04:11:45.237719+0000 mgr.smithi081.fomiyu (mgr.14180) 360 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 170 B/s wr, 6 op/s 2023-11-15T04:11:46.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:46 smithi081 bash[24267]: audit 2023-11-15T04:11:45.660610+0000 mgr.smithi081.fomiyu (mgr.14180) 361 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:46.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:46 smithi154 bash[28156]: cluster 2023-11-15T04:11:45.237719+0000 mgr.smithi081.fomiyu (mgr.14180) 360 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 170 B/s wr, 6 op/s 2023-11-15T04:11:46.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:46 smithi154 bash[28156]: audit 2023-11-15T04:11:45.660610+0000 mgr.smithi081.fomiyu (mgr.14180) 361 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:47.540 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:11:48.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:48 smithi081 bash[24267]: cluster 2023-11-15T04:11:47.239449+0000 mgr.smithi081.fomiyu (mgr.14180) 362 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-15T04:11:48.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:48 smithi154 bash[28156]: cluster 2023-11-15T04:11:47.239449+0000 mgr.smithi081.fomiyu (mgr.14180) 362 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-15T04:11:50.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:50 smithi154 bash[28156]: cluster 2023-11-15T04:11:49.241375+0000 mgr.smithi081.fomiyu (mgr.14180) 363 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:50.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:50 smithi081 bash[24267]: cluster 2023-11-15T04:11:49.241375+0000 mgr.smithi081.fomiyu (mgr.14180) 363 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:50.968 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:11:50.969 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:11:17.374864Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:11:16.736278Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:11:17.375349Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:11.154387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.vmadph on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:21.445675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zxpywh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh\nDeploy daemon haproxy.nfs.foo.smithi154.zxpywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:25.217981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.zpkekk on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk\nDeploy daemon haproxy.nfs.foo.smithi081.zpkekk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:25.222706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mhwcsw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:11:16.736793Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:11:16.737089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:11:17.377157Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:11:16.737376Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:11:16.737691Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:11:17.375802Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:11:16.738766Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:11:51.769 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:11:52.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:52 smithi154 bash[28156]: audit 2023-11-15T04:11:50.955085+0000 mgr.smithi081.fomiyu (mgr.14180) 364 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:52.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:52 smithi154 bash[28156]: cluster 2023-11-15T04:11:51.242678+0000 mgr.smithi081.fomiyu (mgr.14180) 365 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:52.770 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:11:52.783 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:52 smithi081 bash[24267]: audit 2023-11-15T04:11:50.955085+0000 mgr.smithi081.fomiyu (mgr.14180) 364 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:52.784 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:52 smithi081 bash[24267]: cluster 2023-11-15T04:11:51.242678+0000 mgr.smithi081.fomiyu (mgr.14180) 365 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:54.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:54 smithi081 bash[24267]: cluster 2023-11-15T04:11:53.243678+0000 mgr.smithi081.fomiyu (mgr.14180) 366 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:54.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:54 smithi154 bash[28156]: cluster 2023-11-15T04:11:53.243678+0000 mgr.smithi081.fomiyu (mgr.14180) 366 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:56.104 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:11:56.105 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:11:17.374864Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:11:16.736278Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:11:17.375349Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:11.154387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.vmadph on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:21.445675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zxpywh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh\nDeploy daemon haproxy.nfs.foo.smithi154.zxpywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:25.217981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.zpkekk on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk\nDeploy daemon haproxy.nfs.foo.smithi081.zpkekk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:25.222706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mhwcsw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:11:16.736793Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:11:16.737089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:11:17.377157Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:11:16.737376Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:11:16.737691Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:11:17.375802Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:11:16.738766Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:11:56.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:56 smithi081 bash[24267]: cluster 2023-11-15T04:11:55.245323+0000 mgr.smithi081.fomiyu (mgr.14180) 367 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:56.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:56 smithi154 bash[28156]: cluster 2023-11-15T04:11:55.245323+0000 mgr.smithi081.fomiyu (mgr.14180) 367 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:56.886 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:11:57.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:57 smithi154 bash[28156]: audit 2023-11-15T04:11:56.091742+0000 mgr.smithi081.fomiyu (mgr.14180) 368 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:57.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:57 smithi081 bash[24267]: audit 2023-11-15T04:11:56.091742+0000 mgr.smithi081.fomiyu (mgr.14180) 368 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:57.887 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:11:58.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:11:58 smithi081 bash[24267]: cluster 2023-11-15T04:11:57.246877+0000 mgr.smithi081.fomiyu (mgr.14180) 369 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T04:11:58.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:11:58 smithi154 bash[28156]: cluster 2023-11-15T04:11:57.246877+0000 mgr.smithi081.fomiyu (mgr.14180) 369 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T04:12:00.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:00 smithi154 bash[28156]: cluster 2023-11-15T04:11:59.248652+0000 mgr.smithi081.fomiyu (mgr.14180) 370 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T04:12:00.843 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:00 smithi081 bash[24267]: cluster 2023-11-15T04:11:59.248652+0000 mgr.smithi081.fomiyu (mgr.14180) 370 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T04:12:01.301 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:12:01.302 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:11:17.374864Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:11:16.736278Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:11:17.375349Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:11.154387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.vmadph on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:21.445675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zxpywh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh\nDeploy daemon haproxy.nfs.foo.smithi154.zxpywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:25.217981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.zpkekk on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk\nDeploy daemon haproxy.nfs.foo.smithi081.zpkekk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:25.222706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mhwcsw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:11:16.736793Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:11:16.737089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:11:17.377157Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:11:16.737376Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:11:16.737691Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:11:17.375802Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:11:16.738766Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:12:02.083 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:12:02.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:02 smithi154 bash[28156]: cluster 2023-11-15T04:12:01.249985+0000 mgr.smithi081.fomiyu (mgr.14180) 371 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T04:12:02.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:02 smithi154 bash[28156]: audit 2023-11-15T04:12:01.291378+0000 mgr.smithi081.fomiyu (mgr.14180) 372 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:02.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:02 smithi081 bash[24267]: cluster 2023-11-15T04:12:01.249985+0000 mgr.smithi081.fomiyu (mgr.14180) 371 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T04:12:02.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:02 smithi081 bash[24267]: audit 2023-11-15T04:12:01.291378+0000 mgr.smithi081.fomiyu (mgr.14180) 372 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:03.084 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:12:04.505 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:04 smithi081 bash[24267]: cluster 2023-11-15T04:12:03.251619+0000 mgr.smithi081.fomiyu (mgr.14180) 373 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T04:12:04.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:04 smithi154 bash[28156]: cluster 2023-11-15T04:12:03.251619+0000 mgr.smithi081.fomiyu (mgr.14180) 373 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T04:12:06.295 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:12:06.295 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:11:17.374864Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:11:16.736278Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:11:17.375349Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:11.154387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.vmadph on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:21.445675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zxpywh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh\nDeploy daemon haproxy.nfs.foo.smithi154.zxpywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:25.217981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.zpkekk on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk\nDeploy daemon haproxy.nfs.foo.smithi081.zpkekk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:25.222706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mhwcsw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:11:16.736793Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:11:16.737089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:11:17.377157Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:11:16.737376Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:11:16.737691Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:11:17.375802Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:11:16.738766Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:12:06.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:06 smithi081 bash[24267]: cluster 2023-11-15T04:12:05.252747+0000 mgr.smithi081.fomiyu (mgr.14180) 374 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T04:12:06.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:06 smithi154 bash[28156]: cluster 2023-11-15T04:12:05.252747+0000 mgr.smithi081.fomiyu (mgr.14180) 374 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T04:12:07.055 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:12:07.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:07 smithi154 bash[28156]: audit 2023-11-15T04:12:06.283707+0000 mgr.smithi081.fomiyu (mgr.14180) 375 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:07.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:07 smithi081 bash[24267]: audit 2023-11-15T04:12:06.283707+0000 mgr.smithi081.fomiyu (mgr.14180) 375 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:08.056 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:12:08.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:08 smithi081 bash[24267]: cluster 2023-11-15T04:12:07.254177+0000 mgr.smithi081.fomiyu (mgr.14180) 376 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T04:12:08.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:08 smithi154 bash[28156]: cluster 2023-11-15T04:12:07.254177+0000 mgr.smithi081.fomiyu (mgr.14180) 376 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T04:12:10.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:10 smithi154 bash[28156]: cluster 2023-11-15T04:12:09.256136+0000 mgr.smithi081.fomiyu (mgr.14180) 377 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:10.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:10 smithi081 bash[24267]: cluster 2023-11-15T04:12:09.256136+0000 mgr.smithi081.fomiyu (mgr.14180) 377 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:11.644 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:12:11.645 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:11:17.374864Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:11:16.736278Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:11:17.375349Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:11.154387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.vmadph on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:21.445675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zxpywh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh\nDeploy daemon haproxy.nfs.foo.smithi154.zxpywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:25.217981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.zpkekk on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk\nDeploy daemon haproxy.nfs.foo.smithi081.zpkekk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:25.222706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mhwcsw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:11:16.736793Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:11:16.737089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:11:17.377157Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:11:16.737376Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:11:16.737691Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:11:17.375802Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:11:16.738766Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:12:12.379 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:12:12.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:12 smithi154 bash[28156]: cluster 2023-11-15T04:12:11.257527+0000 mgr.smithi081.fomiyu (mgr.14180) 378 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:12.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:12 smithi154 bash[28156]: audit 2023-11-15T04:12:11.634385+0000 mgr.smithi081.fomiyu (mgr.14180) 379 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:12.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:12 smithi081 bash[24267]: cluster 2023-11-15T04:12:11.257527+0000 mgr.smithi081.fomiyu (mgr.14180) 378 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:12.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:12 smithi081 bash[24267]: audit 2023-11-15T04:12:11.634385+0000 mgr.smithi081.fomiyu (mgr.14180) 379 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:13.381 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:12:14.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:14 smithi154 bash[28156]: cluster 2023-11-15T04:12:13.259262+0000 mgr.smithi081.fomiyu (mgr.14180) 380 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:14.798 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:14 smithi081 bash[24267]: cluster 2023-11-15T04:12:13.259262+0000 mgr.smithi081.fomiyu (mgr.14180) 380 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:16.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:16 smithi154 bash[28156]: cluster 2023-11-15T04:12:15.260571+0000 mgr.smithi081.fomiyu (mgr.14180) 381 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:16.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:16 smithi081 bash[24267]: cluster 2023-11-15T04:12:15.260571+0000 mgr.smithi081.fomiyu (mgr.14180) 381 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:16.875 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:12:16.876 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:11:17.374864Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:11:16.736278Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:11:17.375349Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:11.154387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.vmadph on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:21.445675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zxpywh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh\nDeploy daemon haproxy.nfs.foo.smithi154.zxpywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:25.217981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.zpkekk on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk\nDeploy daemon haproxy.nfs.foo.smithi081.zpkekk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:25.222706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mhwcsw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:11:16.736793Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:11:16.737089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:11:17.377157Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:11:16.737376Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:11:16.737691Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:11:17.375802Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:11:16.738766Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:12:17.721 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:12:18.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:18 smithi081 bash[24267]: audit 2023-11-15T04:12:16.864562+0000 mgr.smithi081.fomiyu (mgr.14180) 382 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:18.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:18 smithi081 bash[24267]: cluster 2023-11-15T04:12:17.262090+0000 mgr.smithi081.fomiyu (mgr.14180) 383 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:12:18.722 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:12:18.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:18 smithi154 bash[28156]: audit 2023-11-15T04:12:16.864562+0000 mgr.smithi081.fomiyu (mgr.14180) 382 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:18.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:18 smithi154 bash[28156]: cluster 2023-11-15T04:12:17.262090+0000 mgr.smithi081.fomiyu (mgr.14180) 383 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:12:20.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:20 smithi081 bash[24267]: cluster 2023-11-15T04:12:19.264148+0000 mgr.smithi081.fomiyu (mgr.14180) 384 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:20.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:20 smithi154 bash[28156]: cluster 2023-11-15T04:12:19.264148+0000 mgr.smithi081.fomiyu (mgr.14180) 384 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:22.305 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:12:22.306 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:11:17.374864Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:11:16.736278Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:11:17.375349Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:11.154387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.vmadph on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:21.445675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zxpywh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh\nDeploy daemon haproxy.nfs.foo.smithi154.zxpywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:25.217981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.zpkekk on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk\nDeploy daemon haproxy.nfs.foo.smithi081.zpkekk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:25.222706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mhwcsw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:11:16.736793Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:11:16.737089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:11:17.377157Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:11:16.737376Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:11:16.737691Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:11:17.375802Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:11:16.738766Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:12:22.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:22 smithi081 bash[24267]: cluster 2023-11-15T04:12:21.265512+0000 mgr.smithi081.fomiyu (mgr.14180) 385 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:22.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:22 smithi154 bash[28156]: cluster 2023-11-15T04:12:21.265512+0000 mgr.smithi081.fomiyu (mgr.14180) 385 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:23.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:12:23.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:23 smithi154 bash[28156]: audit 2023-11-15T04:12:22.295220+0000 mgr.smithi081.fomiyu (mgr.14180) 386 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:23.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:23 smithi081 bash[24267]: audit 2023-11-15T04:12:22.295220+0000 mgr.smithi081.fomiyu (mgr.14180) 386 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:24.125 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:12:24.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:24 smithi154 bash[28156]: cluster 2023-11-15T04:12:23.267225+0000 mgr.smithi081.fomiyu (mgr.14180) 387 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:24.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:24 smithi081 bash[24267]: cluster 2023-11-15T04:12:23.267225+0000 mgr.smithi081.fomiyu (mgr.14180) 387 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:25.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:25 smithi154 bash[28156]: audit 2023-11-15T04:12:25.228981+0000 mon.smithi081 (mon.0) 758 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:12:25.803 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:25 smithi081 bash[24267]: audit 2023-11-15T04:12:25.228981+0000 mon.smithi081 (mon.0) 758 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:12:26.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:26 smithi154 bash[28156]: cluster 2023-11-15T04:12:25.268834+0000 mgr.smithi081.fomiyu (mgr.14180) 388 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:26.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:26 smithi154 bash[28156]: audit 2023-11-15T04:12:25.489474+0000 mon.smithi081 (mon.0) 759 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:12:26.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:26 smithi081 bash[24267]: cluster 2023-11-15T04:12:25.268834+0000 mgr.smithi081.fomiyu (mgr.14180) 388 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:26.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:26 smithi081 bash[24267]: audit 2023-11-15T04:12:25.489474+0000 mon.smithi081 (mon.0) 759 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:12:27.698 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:12:27.699 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:11:17.374864Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:11:16.736278Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:11:17.375349Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:11.154387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.vmadph on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:21.445675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zxpywh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh\nDeploy daemon haproxy.nfs.foo.smithi154.zxpywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:25.217981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.zpkekk on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk\nDeploy daemon haproxy.nfs.foo.smithi081.zpkekk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:25.222706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mhwcsw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:11:16.736793Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:11:16.737089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:11:17.377157Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:11:16.737376Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:11:16.737691Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:11:17.375802Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:11:16.738766Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:12:28.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:12:28.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:28 smithi154 bash[28156]: cluster 2023-11-15T04:12:27.270432+0000 mgr.smithi081.fomiyu (mgr.14180) 389 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:12:28.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:28 smithi154 bash[28156]: audit 2023-11-15T04:12:27.687720+0000 mgr.smithi081.fomiyu (mgr.14180) 390 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:28.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:28 smithi081 bash[24267]: cluster 2023-11-15T04:12:27.270432+0000 mgr.smithi081.fomiyu (mgr.14180) 389 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:12:28.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:28 smithi081 bash[24267]: audit 2023-11-15T04:12:27.687720+0000 mgr.smithi081.fomiyu (mgr.14180) 390 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:29.455 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:12:30.815 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:30 smithi081 bash[24267]: cluster 2023-11-15T04:12:29.272442+0000 mgr.smithi081.fomiyu (mgr.14180) 391 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:30.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:30 smithi154 bash[28156]: cluster 2023-11-15T04:12:29.272442+0000 mgr.smithi081.fomiyu (mgr.14180) 391 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:32.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:31 smithi081 bash[24267]: audit 2023-11-15T04:12:30.823916+0000 mon.smithi081 (mon.0) 760 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:12:32.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:31 smithi081 bash[24267]: cluster 2023-11-15T04:12:31.273848+0000 mgr.smithi081.fomiyu (mgr.14180) 392 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:32.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:31 smithi154 bash[28156]: audit 2023-11-15T04:12:30.823916+0000 mon.smithi081 (mon.0) 760 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:12:32.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:31 smithi154 bash[28156]: cluster 2023-11-15T04:12:31.273848+0000 mgr.smithi081.fomiyu (mgr.14180) 392 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:32.843 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:12:32.843 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:11:17.374864Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:11:17.375115Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:11:17.375349Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:11.154387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.vmadph on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:21.445675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zxpywh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh\nDeploy daemon haproxy.nfs.foo.smithi154.zxpywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:25.217981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.zpkekk on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk\nDeploy daemon haproxy.nfs.foo.smithi081.zpkekk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:25.222706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mhwcsw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:11:17.374622Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:11:17.374271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:11:17.377157Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:11:17.375576Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:11:17.376027Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:11:17.375802Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:11:17.376931Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:12:33.640 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:12:34.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:34 smithi081 bash[24267]: audit 2023-11-15T04:12:32.835830+0000 mgr.smithi081.fomiyu (mgr.14180) 393 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:34.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:34 smithi081 bash[24267]: cluster 2023-11-15T04:12:33.275250+0000 mgr.smithi081.fomiyu (mgr.14180) 394 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:34.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:34 smithi081 bash[24267]: audit 2023-11-15T04:12:33.313468+0000 mon.smithi081 (mon.0) 761 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:12:34.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:34 smithi081 bash[24267]: audit 2023-11-15T04:12:33.574539+0000 mon.smithi081 (mon.0) 762 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:12:34.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:34 smithi081 bash[24267]: audit 2023-11-15T04:12:33.576112+0000 mon.smithi081 (mon.0) 763 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:12:34.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:34 smithi081 bash[24267]: audit 2023-11-15T04:12:33.584843+0000 mon.smithi081 (mon.0) 764 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:12:34.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:34 smithi081 bash[24267]: cluster 2023-11-15T04:12:33.585803+0000 mgr.smithi081.fomiyu (mgr.14180) 395 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:12:34.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:34 smithi081 bash[24267]: audit 2023-11-15T04:12:33.593579+0000 mon.smithi081 (mon.0) 765 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:12:34.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:34 smithi081 bash[24267]: audit 2023-11-15T04:12:33.603199+0000 mon.smithi081 (mon.0) 766 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:12:34.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:34 smithi081 bash[24267]: cephadm 2023-11-15T04:12:33.606222+0000 mgr.smithi081.fomiyu (mgr.14180) 396 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.rdyxcp on smithi154 2023-11-15T04:12:34.642 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:12:34.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:34 smithi154 bash[28156]: audit 2023-11-15T04:12:32.835830+0000 mgr.smithi081.fomiyu (mgr.14180) 393 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:34.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:34 smithi154 bash[28156]: cluster 2023-11-15T04:12:33.275250+0000 mgr.smithi081.fomiyu (mgr.14180) 394 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:34.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:34 smithi154 bash[28156]: audit 2023-11-15T04:12:33.313468+0000 mon.smithi081 (mon.0) 761 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:12:34.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:34 smithi154 bash[28156]: audit 2023-11-15T04:12:33.574539+0000 mon.smithi081 (mon.0) 762 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:12:34.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:34 smithi154 bash[28156]: audit 2023-11-15T04:12:33.576112+0000 mon.smithi081 (mon.0) 763 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:12:34.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:34 smithi154 bash[28156]: audit 2023-11-15T04:12:33.584843+0000 mon.smithi081 (mon.0) 764 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:12:34.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:34 smithi154 bash[28156]: cluster 2023-11-15T04:12:33.585803+0000 mgr.smithi081.fomiyu (mgr.14180) 395 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:12:34.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:34 smithi154 bash[28156]: audit 2023-11-15T04:12:33.593579+0000 mon.smithi081 (mon.0) 765 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:12:34.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:34 smithi154 bash[28156]: audit 2023-11-15T04:12:33.603199+0000 mon.smithi081 (mon.0) 766 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:12:34.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:34 smithi154 bash[28156]: cephadm 2023-11-15T04:12:33.606222+0000 mgr.smithi081.fomiyu (mgr.14180) 396 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.rdyxcp on smithi154 2023-11-15T04:12:35.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:35 smithi081 bash[24267]: cluster 2023-11-15T04:12:34.582984+0000 mon.smithi081 (mon.0) 767 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:12:35.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:35 smithi081 bash[24267]: cluster 2023-11-15T04:12:34.583042+0000 mon.smithi081 (mon.0) 768 : cluster [INF] Cluster is now healthy 2023-11-15T04:12:35.655 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:35 smithi154 bash[28156]: cluster 2023-11-15T04:12:34.582984+0000 mon.smithi081 (mon.0) 767 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:12:35.656 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:35 smithi154 bash[28156]: cluster 2023-11-15T04:12:34.583042+0000 mon.smithi081 (mon.0) 768 : cluster [INF] Cluster is now healthy 2023-11-15T04:12:36.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:36 smithi081 bash[24267]: cluster 2023-11-15T04:12:35.587381+0000 mgr.smithi081.fomiyu (mgr.14180) 397 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:12:36.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:36 smithi154 bash[28156]: cluster 2023-11-15T04:12:35.587381+0000 mgr.smithi081.fomiyu (mgr.14180) 397 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:12:37.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:37 smithi154 bash[28156]: audit 2023-11-15T04:12:37.421544+0000 mon.smithi081 (mon.0) 769 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.rdyxcp"}]: dispatch 2023-11-15T04:12:37.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:37 smithi081 bash[24267]: audit 2023-11-15T04:12:37.421544+0000 mon.smithi081 (mon.0) 769 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.rdyxcp"}]: dispatch 2023-11-15T04:12:37.906 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:12:37.906 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:12:33.304667Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:12:33.304861Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:21.445675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zxpywh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zxpywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zxpywh\nDeploy daemon haproxy.nfs.foo.smithi154.zxpywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:25.217981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.zpkekk on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-zpkekk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.zpkekk\nDeploy daemon haproxy.nfs.foo.smithi081.zpkekk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:25.222706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mhwcsw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:37.422670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rdyxcp on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\nDeploy daemon haproxy.nfs.foo.smithi154.rdyxcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -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.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:12:33.305623Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:12:33.305053Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:12:38.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: cephadm 2023-11-15T04:12:37.420739+0000 mgr.smithi081.fomiyu (mgr.14180) 398 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp 2023-11-15T04:12:38.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:12:38.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp 2023-11-15T04:12:38.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp 2023-11-15T04:12:38.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:12:38.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp 2023-11-15T04:12:38.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.rdyxcp ... 2023-11-15T04:12:38.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:38.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:12:38.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:12:38.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:12:38.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:38.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:12:38.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:12:38.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:12:38.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:12:38.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:12:38.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp 2023-11-15T04:12:38.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:12:38.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp 2023-11-15T04:12:38.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp 2023-11-15T04:12:38.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:12:38.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp 2023-11-15T04:12:38.611 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.rdyxcp ... 2023-11-15T04:12:38.611 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:38.611 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:12:38.612 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:12:38.612 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:12:38.612 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:38.612 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: cephadm 2023-11-15T04:12:37.421050+0000 mgr.smithi081.fomiyu (mgr.14180) 399 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.rdyxcp 2023-11-15T04:12:38.613 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: cephadm 2023-11-15T04:12:37.422793+0000 mgr.smithi081.fomiyu (mgr.14180) 400 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.rdyxcp on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp 2023-11-15T04:12:38.613 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:12:38.613 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp 2023-11-15T04:12:38.613 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp 2023-11-15T04:12:38.613 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:12:38.614 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp 2023-11-15T04:12:38.614 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.rdyxcp ... 2023-11-15T04:12:38.614 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:38.614 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:12:38.614 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:12:38.615 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:12:38.615 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:38.615 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: cephadm 2023-11-15T04:12:37.424933+0000 mgr.smithi081.fomiyu (mgr.14180) 401 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.weubjq on smithi081 2023-11-15T04:12:38.615 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:38 smithi081 bash[24267]: cluster 2023-11-15T04:12:37.588686+0000 mgr.smithi081.fomiyu (mgr.14180) 402 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:12:38.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:12:38.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: cephadm 2023-11-15T04:12:37.420739+0000 mgr.smithi081.fomiyu (mgr.14180) 398 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp 2023-11-15T04:12:38.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:12:38.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp 2023-11-15T04:12:38.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp 2023-11-15T04:12:38.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:12:38.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp 2023-11-15T04:12:38.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.rdyxcp ... 2023-11-15T04:12:38.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:38.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:12:38.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:12:38.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:12:38.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:38.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:12:38.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:12:38.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:12:38.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:12:38.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:12:38.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp 2023-11-15T04:12:38.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:12:38.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp 2023-11-15T04:12:38.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp 2023-11-15T04:12:38.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:12:38.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp 2023-11-15T04:12:38.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.rdyxcp ... 2023-11-15T04:12:38.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:38.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:12:38.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:12:38.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:12:38.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:38.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: cephadm 2023-11-15T04:12:37.421050+0000 mgr.smithi081.fomiyu (mgr.14180) 399 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.rdyxcp 2023-11-15T04:12:38.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: cephadm 2023-11-15T04:12:37.422793+0000 mgr.smithi081.fomiyu (mgr.14180) 400 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.rdyxcp on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp 2023-11-15T04:12:38.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:12:38.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp 2023-11-15T04:12:38.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp 2023-11-15T04:12:38.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:12:38.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp 2023-11-15T04:12:38.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.rdyxcp ... 2023-11-15T04:12:38.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:38.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:12:38.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:12:38.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:12:38.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:38.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: cephadm 2023-11-15T04:12:37.424933+0000 mgr.smithi081.fomiyu (mgr.14180) 401 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.weubjq on smithi081 2023-11-15T04:12:38.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:38 smithi154 bash[28156]: cluster 2023-11-15T04:12:37.588686+0000 mgr.smithi081.fomiyu (mgr.14180) 402 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:12:39.714 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:12:39.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:39 smithi154 bash[28156]: audit 2023-11-15T04:12:37.893695+0000 mgr.smithi081.fomiyu (mgr.14180) 403 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:39.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:39 smithi081 bash[24267]: audit 2023-11-15T04:12:37.893695+0000 mgr.smithi081.fomiyu (mgr.14180) 403 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:40.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:40 smithi154 bash[28156]: cluster 2023-11-15T04:12:39.590519+0000 mgr.smithi081.fomiyu (mgr.14180) 404 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:12:40.776 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:40 smithi081 bash[24267]: cluster 2023-11-15T04:12:39.590519+0000 mgr.smithi081.fomiyu (mgr.14180) 404 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:12:41.845 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:41 smithi081 bash[24267]: audit 2023-11-15T04:12:41.158599+0000 mon.smithi081 (mon.0) 770 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.weubjq"}]: dispatch 2023-11-15T04:12:41.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:41 smithi154 bash[28156]: audit 2023-11-15T04:12:41.158599+0000 mon.smithi081 (mon.0) 770 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.weubjq"}]: dispatch 2023-11-15T04:12:42.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: cephadm 2023-11-15T04:12:41.157640+0000 mgr.smithi081.fomiyu (mgr.14180) 405 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq 2023-11-15T04:12:42.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:12:42.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq 2023-11-15T04:12:42.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq 2023-11-15T04:12:42.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:12:42.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq 2023-11-15T04:12:42.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.weubjq ... 2023-11-15T04:12:42.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:42.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:12:42.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:12:42.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:12:42.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:42.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:12:42.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:12:42.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:12:42.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:12:42.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:12:42.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq 2023-11-15T04:12:42.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:12:42.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq 2023-11-15T04:12:42.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq 2023-11-15T04:12:42.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:12:42.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq 2023-11-15T04:12:42.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.weubjq ... 2023-11-15T04:12:42.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:42.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:12:42.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:12:42.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:12:42.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:42.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: cephadm 2023-11-15T04:12:41.158071+0000 mgr.smithi081.fomiyu (mgr.14180) 406 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.weubjq 2023-11-15T04:12:42.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: cephadm 2023-11-15T04:12:41.160530+0000 mgr.smithi081.fomiyu (mgr.14180) 407 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.weubjq on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq 2023-11-15T04:12:42.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:12:42.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq 2023-11-15T04:12:42.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq 2023-11-15T04:12:42.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:12:42.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq 2023-11-15T04:12:42.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.weubjq ... 2023-11-15T04:12:42.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:42.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:12:42.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:12:42.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:12:42.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:42.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: cephadm 2023-11-15T04:12:41.162874+0000 mgr.smithi081.fomiyu (mgr.14180) 408 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.adpwii on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:12:42.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: cephadm 2023-11-15T04:12:41.164589+0000 mgr.smithi081.fomiyu (mgr.14180) 409 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:12:42.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: cluster 2023-11-15T04:12:41.165914+0000 mgr.smithi081.fomiyu (mgr.14180) 410 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-15T04:12:42.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:42 smithi081 bash[24267]: cluster 2023-11-15T04:12:41.495963+0000 mon.smithi081 (mon.0) 771 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:12:43.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: cephadm 2023-11-15T04:12:41.157640+0000 mgr.smithi081.fomiyu (mgr.14180) 405 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq 2023-11-15T04:12:43.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:12:43.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq 2023-11-15T04:12:43.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq 2023-11-15T04:12:43.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:12:43.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq 2023-11-15T04:12:43.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.weubjq ... 2023-11-15T04:12:43.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:43.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:12:43.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:12:43.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:12:43.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:43.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:12:43.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:12:43.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:12:43.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:12:43.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:12:43.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq 2023-11-15T04:12:43.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:12:43.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq 2023-11-15T04:12:43.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq 2023-11-15T04:12:43.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:12:43.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq 2023-11-15T04:12:43.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.weubjq ... 2023-11-15T04:12:43.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:43.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:12:43.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:12:43.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:12:43.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:43.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: cephadm 2023-11-15T04:12:41.158071+0000 mgr.smithi081.fomiyu (mgr.14180) 406 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.weubjq 2023-11-15T04:12:43.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: cephadm 2023-11-15T04:12:41.160530+0000 mgr.smithi081.fomiyu (mgr.14180) 407 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.weubjq on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq 2023-11-15T04:12:43.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:12:43.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq 2023-11-15T04:12:43.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq 2023-11-15T04:12:43.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:12:43.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq 2023-11-15T04:12:43.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.weubjq ... 2023-11-15T04:12:43.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:43.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:12:43.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:12:43.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:12:43.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:43.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: cephadm 2023-11-15T04:12:41.162874+0000 mgr.smithi081.fomiyu (mgr.14180) 408 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.adpwii on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:12:43.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: cephadm 2023-11-15T04:12:41.164589+0000 mgr.smithi081.fomiyu (mgr.14180) 409 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:12:43.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: cluster 2023-11-15T04:12:41.165914+0000 mgr.smithi081.fomiyu (mgr.14180) 410 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-15T04:12:43.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:42 smithi154 bash[28156]: cluster 2023-11-15T04:12:41.495963+0000 mon.smithi081 (mon.0) 771 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:12:43.090 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:12:43.090 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:12:33.304667Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:12:33.304861Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:37.422670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rdyxcp on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\nDeploy daemon haproxy.nfs.foo.smithi154.rdyxcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.160352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.weubjq on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\nDeploy daemon haproxy.nfs.foo.smithi081.weubjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.162776Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.adpwii on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:12:33.305623Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:12:33.305053Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:12:43.883 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:12:44.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:44 smithi081 bash[24267]: audit 2023-11-15T04:12:43.077369+0000 mgr.smithi081.fomiyu (mgr.14180) 411 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:44.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:44 smithi081 bash[24267]: cluster 2023-11-15T04:12:43.167445+0000 mgr.smithi081.fomiyu (mgr.14180) 412 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-15T04:12:44.884 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:12:44.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:44 smithi154 bash[28156]: audit 2023-11-15T04:12:43.077369+0000 mgr.smithi081.fomiyu (mgr.14180) 411 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:44.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:44 smithi154 bash[28156]: cluster 2023-11-15T04:12:43.167445+0000 mgr.smithi081.fomiyu (mgr.14180) 412 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-15T04:12:46.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:46 smithi081 bash[24267]: cluster 2023-11-15T04:12:45.168311+0000 mgr.smithi081.fomiyu (mgr.14180) 413 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T04:12:46.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:46 smithi081 bash[24267]: audit 2023-11-15T04:12:45.449581+0000 mon.smithi081 (mon.0) 772 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:12:46.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:46 smithi154 bash[28156]: cluster 2023-11-15T04:12:45.168311+0000 mgr.smithi081.fomiyu (mgr.14180) 413 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T04:12:46.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:46 smithi154 bash[28156]: audit 2023-11-15T04:12:45.449581+0000 mon.smithi081 (mon.0) 772 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:12:48.162 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:12:48.162 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:12:33.304667Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:12:33.304861Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:37.422670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rdyxcp on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\nDeploy daemon haproxy.nfs.foo.smithi154.rdyxcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.160352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.weubjq on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\nDeploy daemon haproxy.nfs.foo.smithi081.weubjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.162776Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.adpwii on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:12:33.305623Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:12:33.305053Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:12:48.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:48 smithi081 bash[24267]: cluster 2023-11-15T04:12:47.169810+0000 mgr.smithi081.fomiyu (mgr.14180) 414 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-15T04:12:48.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:48 smithi154 bash[28156]: cluster 2023-11-15T04:12:47.169810+0000 mgr.smithi081.fomiyu (mgr.14180) 414 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-15T04:12:48.875 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:12:49.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:49 smithi154 bash[28156]: audit 2023-11-15T04:12:48.155272+0000 mgr.smithi081.fomiyu (mgr.14180) 415 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:49.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:49 smithi081 bash[24267]: audit 2023-11-15T04:12:48.155272+0000 mgr.smithi081.fomiyu (mgr.14180) 415 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:49.877 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:12:50.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:50 smithi154 bash[28156]: cluster 2023-11-15T04:12:49.171888+0000 mgr.smithi081.fomiyu (mgr.14180) 416 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T04:12:50.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:50 smithi081 bash[24267]: cluster 2023-11-15T04:12:49.171888+0000 mgr.smithi081.fomiyu (mgr.14180) 416 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T04:12:52.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:52 smithi154 bash[28156]: cluster 2023-11-15T04:12:51.173312+0000 mgr.smithi081.fomiyu (mgr.14180) 417 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T04:12:52.793 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:52 smithi081 bash[24267]: cluster 2023-11-15T04:12:51.173312+0000 mgr.smithi081.fomiyu (mgr.14180) 417 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T04:12:53.145 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:12:53.146 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:12:33.304667Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:12:33.304861Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:37.422670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rdyxcp on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\nDeploy daemon haproxy.nfs.foo.smithi154.rdyxcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.160352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.weubjq on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\nDeploy daemon haproxy.nfs.foo.smithi081.weubjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.162776Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.adpwii on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:12:33.305623Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:12:33.305053Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:12:53.882 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:12:54.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:54 smithi154 bash[28156]: audit 2023-11-15T04:12:53.133263+0000 mgr.smithi081.fomiyu (mgr.14180) 418 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:54.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:54 smithi154 bash[28156]: cluster 2023-11-15T04:12:53.174394+0000 mgr.smithi081.fomiyu (mgr.14180) 419 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:54.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:54 smithi081 bash[24267]: audit 2023-11-15T04:12:53.133263+0000 mgr.smithi081.fomiyu (mgr.14180) 418 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:54.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:54 smithi081 bash[24267]: cluster 2023-11-15T04:12:53.174394+0000 mgr.smithi081.fomiyu (mgr.14180) 419 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:54.883 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:12:56.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:56 smithi081 bash[24267]: cluster 2023-11-15T04:12:55.175359+0000 mgr.smithi081.fomiyu (mgr.14180) 420 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:56.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:56 smithi154 bash[28156]: cluster 2023-11-15T04:12:55.175359+0000 mgr.smithi081.fomiyu (mgr.14180) 420 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:58.182 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:12:58.182 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:12:33.304667Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:12:33.304861Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:37.422670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rdyxcp on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\nDeploy daemon haproxy.nfs.foo.smithi154.rdyxcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.160352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.weubjq on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\nDeploy daemon haproxy.nfs.foo.smithi081.weubjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.162776Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.adpwii on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:12:33.305623Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:12:33.305053Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:12:58.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:58 smithi154 bash[28156]: cluster 2023-11-15T04:12:57.176852+0000 mgr.smithi081.fomiyu (mgr.14180) 421 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:12:58.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:58 smithi081 bash[24267]: cluster 2023-11-15T04:12:57.176852+0000 mgr.smithi081.fomiyu (mgr.14180) 421 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:12:58.949 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:12:59.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:12:59 smithi081 bash[24267]: audit 2023-11-15T04:12:58.170984+0000 mgr.smithi081.fomiyu (mgr.14180) 422 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:59.951 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:12:59.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:12:59 smithi154 bash[28156]: audit 2023-11-15T04:12:58.170984+0000 mgr.smithi081.fomiyu (mgr.14180) 422 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:00.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:00 smithi081 bash[24267]: cluster 2023-11-15T04:12:59.178893+0000 mgr.smithi081.fomiyu (mgr.14180) 423 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:00.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:00 smithi154 bash[28156]: cluster 2023-11-15T04:12:59.178893+0000 mgr.smithi081.fomiyu (mgr.14180) 423 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:02.826 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:02 smithi081 bash[24267]: cluster 2023-11-15T04:13:01.180246+0000 mgr.smithi081.fomiyu (mgr.14180) 424 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:02.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:02 smithi154 bash[28156]: cluster 2023-11-15T04:13:01.180246+0000 mgr.smithi081.fomiyu (mgr.14180) 424 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:03.261 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:13:03.262 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:12:33.304667Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:12:33.304861Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:37.422670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rdyxcp on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\nDeploy daemon haproxy.nfs.foo.smithi154.rdyxcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.160352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.weubjq on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\nDeploy daemon haproxy.nfs.foo.smithi081.weubjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.162776Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.adpwii on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:12:33.305623Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:12:33.305053Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:13:03.996 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:13:04.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:04 smithi081 bash[24267]: cluster 2023-11-15T04:13:03.182008+0000 mgr.smithi081.fomiyu (mgr.14180) 425 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:04.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:04 smithi081 bash[24267]: audit 2023-11-15T04:13:03.254484+0000 mgr.smithi081.fomiyu (mgr.14180) 426 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:04.998 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:13:04.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:04 smithi154 bash[28156]: cluster 2023-11-15T04:13:03.182008+0000 mgr.smithi081.fomiyu (mgr.14180) 425 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:04.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:04 smithi154 bash[28156]: audit 2023-11-15T04:13:03.254484+0000 mgr.smithi081.fomiyu (mgr.14180) 426 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:06.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:06 smithi081 bash[24267]: cluster 2023-11-15T04:13:05.183457+0000 mgr.smithi081.fomiyu (mgr.14180) 427 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:06.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:06 smithi154 bash[28156]: cluster 2023-11-15T04:13:05.183457+0000 mgr.smithi081.fomiyu (mgr.14180) 427 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:08.443 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:13:08.443 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:12:33.304667Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:12:33.304861Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:37.422670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rdyxcp on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\nDeploy daemon haproxy.nfs.foo.smithi154.rdyxcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.160352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.weubjq on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\nDeploy daemon haproxy.nfs.foo.smithi081.weubjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.162776Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.adpwii on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:12:33.305623Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:12:33.305053Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:13:08.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:08 smithi081 bash[24267]: cluster 2023-11-15T04:13:07.184235+0000 mgr.smithi081.fomiyu (mgr.14180) 428 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:13:08.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:08 smithi154 bash[28156]: cluster 2023-11-15T04:13:07.184235+0000 mgr.smithi081.fomiyu (mgr.14180) 428 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:13:09.243 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:13:09.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:09 smithi081 bash[24267]: audit 2023-11-15T04:13:08.432715+0000 mgr.smithi081.fomiyu (mgr.14180) 429 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:09.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:09 smithi154 bash[28156]: audit 2023-11-15T04:13:08.432715+0000 mgr.smithi081.fomiyu (mgr.14180) 429 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:10.245 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:13:10.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:10 smithi081 bash[24267]: cluster 2023-11-15T04:13:09.186239+0000 mgr.smithi081.fomiyu (mgr.14180) 430 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:10.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:10 smithi154 bash[28156]: cluster 2023-11-15T04:13:09.186239+0000 mgr.smithi081.fomiyu (mgr.14180) 430 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:12.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:12 smithi081 bash[24267]: cluster 2023-11-15T04:13:11.187631+0000 mgr.smithi081.fomiyu (mgr.14180) 431 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:12.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:12 smithi154 bash[28156]: cluster 2023-11-15T04:13:11.187631+0000 mgr.smithi081.fomiyu (mgr.14180) 431 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:13.608 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:13:13.608 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:12:33.304667Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:12:33.304861Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:37.422670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rdyxcp on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\nDeploy daemon haproxy.nfs.foo.smithi154.rdyxcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.160352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.weubjq on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\nDeploy daemon haproxy.nfs.foo.smithi081.weubjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.162776Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.adpwii on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:12:33.305623Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:12:33.305053Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:13:14.356 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:13:14.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:14 smithi081 bash[24267]: cluster 2023-11-15T04:13:13.188792+0000 mgr.smithi081.fomiyu (mgr.14180) 432 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:14.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:14 smithi081 bash[24267]: audit 2023-11-15T04:13:13.595820+0000 mgr.smithi081.fomiyu (mgr.14180) 433 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:14.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:14 smithi154 bash[28156]: cluster 2023-11-15T04:13:13.188792+0000 mgr.smithi081.fomiyu (mgr.14180) 432 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:14.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:14 smithi154 bash[28156]: audit 2023-11-15T04:13:13.595820+0000 mgr.smithi081.fomiyu (mgr.14180) 433 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:15.358 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:13:16.767 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:16 smithi081 bash[24267]: cluster 2023-11-15T04:13:15.190536+0000 mgr.smithi081.fomiyu (mgr.14180) 434 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:16.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:16 smithi154 bash[28156]: cluster 2023-11-15T04:13:15.190536+0000 mgr.smithi081.fomiyu (mgr.14180) 434 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:18.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:18 smithi081 bash[24267]: cluster 2023-11-15T04:13:17.192074+0000 mgr.smithi081.fomiyu (mgr.14180) 435 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:13:18.878 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:13:18.878 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:12:33.304667Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:12:33.304861Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:37.422670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rdyxcp on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\nDeploy daemon haproxy.nfs.foo.smithi154.rdyxcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.160352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.weubjq on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\nDeploy daemon haproxy.nfs.foo.smithi081.weubjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.162776Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.adpwii on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:12:33.305623Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:12:33.305053Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:13:18.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:18 smithi154 bash[28156]: cluster 2023-11-15T04:13:17.192074+0000 mgr.smithi081.fomiyu (mgr.14180) 435 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:13:19.636 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:13:20.637 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:13:20.831 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:20 smithi081 bash[24267]: audit 2023-11-15T04:13:18.866580+0000 mgr.smithi081.fomiyu (mgr.14180) 436 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:20.832 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:20 smithi081 bash[24267]: cluster 2023-11-15T04:13:19.194109+0000 mgr.smithi081.fomiyu (mgr.14180) 437 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:20.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:20 smithi154 bash[28156]: audit 2023-11-15T04:13:18.866580+0000 mgr.smithi081.fomiyu (mgr.14180) 436 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:21.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:20 smithi154 bash[28156]: cluster 2023-11-15T04:13:19.194109+0000 mgr.smithi081.fomiyu (mgr.14180) 437 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:22.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:22 smithi081 bash[24267]: cluster 2023-11-15T04:13:21.195622+0000 mgr.smithi081.fomiyu (mgr.14180) 438 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:22.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:22 smithi154 bash[28156]: cluster 2023-11-15T04:13:21.195622+0000 mgr.smithi081.fomiyu (mgr.14180) 438 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:23.966 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:13:23.966 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:12:33.304667Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:12:33.304861Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:37.422670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rdyxcp on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\nDeploy daemon haproxy.nfs.foo.smithi154.rdyxcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.160352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.weubjq on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\nDeploy daemon haproxy.nfs.foo.smithi081.weubjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.162776Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.adpwii on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:12:33.305623Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:12:33.305053Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:13:24.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:13:24.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:24 smithi081 bash[24267]: cluster 2023-11-15T04:13:23.197150+0000 mgr.smithi081.fomiyu (mgr.14180) 439 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:24.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:24 smithi154 bash[28156]: cluster 2023-11-15T04:13:23.197150+0000 mgr.smithi081.fomiyu (mgr.14180) 439 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:25.728 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:13:25.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:25 smithi081 bash[24267]: audit 2023-11-15T04:13:23.952671+0000 mgr.smithi081.fomiyu (mgr.14180) 440 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:25.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:25 smithi154 bash[28156]: audit 2023-11-15T04:13:23.952671+0000 mgr.smithi081.fomiyu (mgr.14180) 440 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:26.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:26 smithi081 bash[24267]: cluster 2023-11-15T04:13:25.198759+0000 mgr.smithi081.fomiyu (mgr.14180) 441 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:26.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:26 smithi154 bash[28156]: cluster 2023-11-15T04:13:25.198759+0000 mgr.smithi081.fomiyu (mgr.14180) 441 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:28.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:28 smithi081 bash[24267]: cluster 2023-11-15T04:13:27.200333+0000 mgr.smithi081.fomiyu (mgr.14180) 442 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:13:28.986 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:13:28.987 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:12:33.304667Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:12:33.304861Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:37.422670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rdyxcp on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\nDeploy daemon haproxy.nfs.foo.smithi154.rdyxcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.160352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.weubjq on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\nDeploy daemon haproxy.nfs.foo.smithi081.weubjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.162776Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.adpwii on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:12:33.305623Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:12:33.305053Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:13:28.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:28 smithi154 bash[28156]: cluster 2023-11-15T04:13:27.200333+0000 mgr.smithi081.fomiyu (mgr.14180) 442 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:13:29.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:13:30.781 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:13:30.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:30 smithi081 bash[24267]: audit 2023-11-15T04:13:28.975939+0000 mgr.smithi081.fomiyu (mgr.14180) 443 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:30.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:30 smithi081 bash[24267]: cluster 2023-11-15T04:13:29.202302+0000 mgr.smithi081.fomiyu (mgr.14180) 444 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:30.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:30 smithi154 bash[28156]: audit 2023-11-15T04:13:28.975939+0000 mgr.smithi081.fomiyu (mgr.14180) 443 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:30.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:30 smithi154 bash[28156]: cluster 2023-11-15T04:13:29.202302+0000 mgr.smithi081.fomiyu (mgr.14180) 444 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:32.694 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:32 smithi081 bash[24267]: cluster 2023-11-15T04:13:31.203223+0000 mgr.smithi081.fomiyu (mgr.14180) 445 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:32.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:32 smithi154 bash[28156]: cluster 2023-11-15T04:13:31.203223+0000 mgr.smithi081.fomiyu (mgr.14180) 445 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:34.019 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:13:34.019 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:12:33.304667Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:12:33.304861Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:37.422670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rdyxcp on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\nDeploy daemon haproxy.nfs.foo.smithi154.rdyxcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.160352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.weubjq on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\nDeploy daemon haproxy.nfs.foo.smithi081.weubjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.162776Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.adpwii on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:12:33.305623Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:12:33.305053Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:13:34.815 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:13:34.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:34 smithi154 bash[28156]: cluster 2023-11-15T04:13:33.204656+0000 mgr.smithi081.fomiyu (mgr.14180) 446 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-15T04:13:35.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:34 smithi081 bash[24267]: cluster 2023-11-15T04:13:33.204656+0000 mgr.smithi081.fomiyu (mgr.14180) 446 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-15T04:13:35.817 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:13:35.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:35 smithi154 bash[28156]: audit 2023-11-15T04:13:34.012334+0000 mgr.smithi081.fomiyu (mgr.14180) 447 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:36.014 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:35 smithi081 bash[24267]: audit 2023-11-15T04:13:34.012334+0000 mgr.smithi081.fomiyu (mgr.14180) 447 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:36.932 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:36 smithi081 bash[24267]: cluster 2023-11-15T04:13:35.206173+0000 mgr.smithi081.fomiyu (mgr.14180) 448 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T04:13:36.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:36 smithi154 bash[28156]: cluster 2023-11-15T04:13:35.206173+0000 mgr.smithi081.fomiyu (mgr.14180) 448 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T04:13:38.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:38 smithi154 bash[28156]: cluster 2023-11-15T04:13:37.207858+0000 mgr.smithi081.fomiyu (mgr.14180) 449 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-11-15T04:13:39.102 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:13:39.102 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:12:33.304667Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:12:33.304861Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:37.422670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rdyxcp on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\nDeploy daemon haproxy.nfs.foo.smithi154.rdyxcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.160352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.weubjq on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\nDeploy daemon haproxy.nfs.foo.smithi081.weubjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.162776Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.adpwii on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:12:33.305623Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:12:33.305053Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:13:39.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:38 smithi081 bash[24267]: cluster 2023-11-15T04:13:37.207858+0000 mgr.smithi081.fomiyu (mgr.14180) 449 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-11-15T04:13:39.941 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:13:40.943 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:13:40.953 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:40 smithi081 bash[24267]: audit 2023-11-15T04:13:39.089119+0000 mgr.smithi081.fomiyu (mgr.14180) 450 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:40.953 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:40 smithi081 bash[24267]: cluster 2023-11-15T04:13:39.209284+0000 mgr.smithi081.fomiyu (mgr.14180) 451 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T04:13:40.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:40 smithi154 bash[28156]: audit 2023-11-15T04:13:39.089119+0000 mgr.smithi081.fomiyu (mgr.14180) 450 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:40.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:40 smithi154 bash[28156]: cluster 2023-11-15T04:13:39.209284+0000 mgr.smithi081.fomiyu (mgr.14180) 451 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T04:13:41.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:41 smithi154 bash[28156]: audit 2023-11-15T04:13:41.168486+0000 mon.smithi081 (mon.0) 773 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:13:41.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:41 smithi154 bash[28156]: audit 2023-11-15T04:13:41.439304+0000 mon.smithi081 (mon.0) 774 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:13:42.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:41 smithi081 bash[24267]: audit 2023-11-15T04:13:41.168486+0000 mon.smithi081 (mon.0) 773 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:13:42.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:41 smithi081 bash[24267]: audit 2023-11-15T04:13:41.439304+0000 mon.smithi081 (mon.0) 774 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:13:42.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:42 smithi081 bash[24267]: cluster 2023-11-15T04:13:41.210505+0000 mgr.smithi081.fomiyu (mgr.14180) 452 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T04:13:42.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:42 smithi154 bash[28156]: cluster 2023-11-15T04:13:41.210505+0000 mgr.smithi081.fomiyu (mgr.14180) 452 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T04:13:44.500 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:13:44.500 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:12:33.304667Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:12:33.304861Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:37.422670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rdyxcp on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\nDeploy daemon haproxy.nfs.foo.smithi154.rdyxcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.160352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.weubjq on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\nDeploy daemon haproxy.nfs.foo.smithi081.weubjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.162776Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.adpwii on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:12:33.305623Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:12:33.305053Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:13:44.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:44 smithi081 bash[24267]: cluster 2023-11-15T04:13:43.212223+0000 mgr.smithi081.fomiyu (mgr.14180) 453 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T04:13:44.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:44 smithi154 bash[28156]: cluster 2023-11-15T04:13:43.212223+0000 mgr.smithi081.fomiyu (mgr.14180) 453 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T04:13:45.341 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:13:45.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:45 smithi154 bash[28156]: audit 2023-11-15T04:13:44.489131+0000 mgr.smithi081.fomiyu (mgr.14180) 454 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:46.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:45 smithi081 bash[24267]: audit 2023-11-15T04:13:44.489131+0000 mgr.smithi081.fomiyu (mgr.14180) 454 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:46.342 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:13:46.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:46 smithi154 bash[28156]: cluster 2023-11-15T04:13:45.213134+0000 mgr.smithi081.fomiyu (mgr.14180) 455 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:13:47.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:46 smithi081 bash[24267]: cluster 2023-11-15T04:13:45.213134+0000 mgr.smithi081.fomiyu (mgr.14180) 455 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:13:48.565 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:48 smithi081 bash[24267]: cluster 2023-11-15T04:13:47.214487+0000 mgr.smithi081.fomiyu (mgr.14180) 456 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:13:48.565 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:48 smithi081 bash[24267]: audit 2023-11-15T04:13:47.432660+0000 mon.smithi081 (mon.0) 775 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:13:48.566 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:48 smithi081 bash[24267]: audit 2023-11-15T04:13:47.707742+0000 mon.smithi081 (mon.0) 776 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:13:48.566 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:48 smithi081 bash[24267]: audit 2023-11-15T04:13:47.709059+0000 mon.smithi081 (mon.0) 777 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:13:48.566 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:48 smithi081 bash[24267]: audit 2023-11-15T04:13:47.718058+0000 mon.smithi081 (mon.0) 778 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:13:48.566 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:48 smithi081 bash[24267]: cluster 2023-11-15T04:13:47.719016+0000 mgr.smithi081.fomiyu (mgr.14180) 457 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T04:13:48.566 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:48 smithi081 bash[24267]: audit 2023-11-15T04:13:47.722975+0000 mon.smithi081 (mon.0) 779 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:13:48.567 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:48 smithi081 bash[24267]: audit 2023-11-15T04:13:47.734809+0000 mon.smithi081 (mon.0) 780 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:13:48.567 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:48 smithi081 bash[24267]: cephadm 2023-11-15T04:13:47.738355+0000 mgr.smithi081.fomiyu (mgr.14180) 458 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.sbjtzh on smithi154 2023-11-15T04:13:48.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:48 smithi154 bash[28156]: cluster 2023-11-15T04:13:47.214487+0000 mgr.smithi081.fomiyu (mgr.14180) 456 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:13:48.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:48 smithi154 bash[28156]: audit 2023-11-15T04:13:47.432660+0000 mon.smithi081 (mon.0) 775 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:13:48.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:48 smithi154 bash[28156]: audit 2023-11-15T04:13:47.707742+0000 mon.smithi081 (mon.0) 776 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:13:48.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:48 smithi154 bash[28156]: audit 2023-11-15T04:13:47.709059+0000 mon.smithi081 (mon.0) 777 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:13:48.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:48 smithi154 bash[28156]: audit 2023-11-15T04:13:47.718058+0000 mon.smithi081 (mon.0) 778 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:13:48.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:48 smithi154 bash[28156]: cluster 2023-11-15T04:13:47.719016+0000 mgr.smithi081.fomiyu (mgr.14180) 457 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T04:13:48.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:48 smithi154 bash[28156]: audit 2023-11-15T04:13:47.722975+0000 mon.smithi081 (mon.0) 779 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:13:48.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:48 smithi154 bash[28156]: audit 2023-11-15T04:13:47.734809+0000 mon.smithi081 (mon.0) 780 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:13:48.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:48 smithi154 bash[28156]: cephadm 2023-11-15T04:13:47.738355+0000 mgr.smithi081.fomiyu (mgr.14180) 458 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.sbjtzh on smithi154 2023-11-15T04:13:49.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:49 smithi154 bash[28156]: cluster 2023-11-15T04:13:48.713659+0000 mon.smithi081 (mon.0) 781 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:13:49.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:49 smithi154 bash[28156]: cluster 2023-11-15T04:13:48.713724+0000 mon.smithi081 (mon.0) 782 : cluster [INF] Cluster is now healthy 2023-11-15T04:13:49.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:49 smithi081 bash[24267]: cluster 2023-11-15T04:13:48.713659+0000 mon.smithi081 (mon.0) 781 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:13:49.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:49 smithi081 bash[24267]: cluster 2023-11-15T04:13:48.713724+0000 mon.smithi081 (mon.0) 782 : cluster [INF] Cluster is now healthy 2023-11-15T04:13:49.873 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:13:49.874 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:25.224582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kukodg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:37.422670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rdyxcp on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\nDeploy daemon haproxy.nfs.foo.smithi154.rdyxcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.160352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.weubjq on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\nDeploy daemon haproxy.nfs.foo.smithi081.weubjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.162776Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.adpwii on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:13:50.679 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:13:50.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:50 smithi154 bash[28156]: cluster 2023-11-15T04:13:49.720531+0000 mgr.smithi081.fomiyu (mgr.14180) 459 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T04:13:50.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:50 smithi081 bash[24267]: cluster 2023-11-15T04:13:49.720531+0000 mgr.smithi081.fomiyu (mgr.14180) 459 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T04:13:51.680 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:13:51.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:51 smithi154 bash[28156]: audit 2023-11-15T04:13:49.866275+0000 mgr.smithi081.fomiyu (mgr.14180) 460 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:51.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:51 smithi081 bash[24267]: audit 2023-11-15T04:13:49.866275+0000 mgr.smithi081.fomiyu (mgr.14180) 460 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:52.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: cephadm 2023-11-15T04:13:51.573941+0000 mgr.smithi081.fomiyu (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-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh 2023-11-15T04:13:52.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:13:52.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh 2023-11-15T04:13:52.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh 2023-11-15T04:13:52.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:13:52.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh 2023-11-15T04:13:52.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.sbjtzh ... 2023-11-15T04:13:52.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:52.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:13:52.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:13:52.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:13:52.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:52.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:13:52.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:13:52.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:13:52.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:13:52.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:13:52.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh 2023-11-15T04:13:52.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:13:52.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh 2023-11-15T04:13:52.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh 2023-11-15T04:13:52.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:13:52.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh 2023-11-15T04:13:52.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.sbjtzh ... 2023-11-15T04:13:52.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:52.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:13:52.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:13:52.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:13:52.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:52.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: cephadm 2023-11-15T04:13:51.574520+0000 mgr.smithi081.fomiyu (mgr.14180) 462 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.sbjtzh 2023-11-15T04:13:52.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: audit 2023-11-15T04:13:51.575339+0000 mon.smithi081 (mon.0) 783 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.sbjtzh"}]: dispatch 2023-11-15T04:13:52.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: cephadm 2023-11-15T04:13:51.577481+0000 mgr.smithi081.fomiyu (mgr.14180) 463 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.sbjtzh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh 2023-11-15T04:13:52.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:13:52.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh 2023-11-15T04:13:52.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh 2023-11-15T04:13:52.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:13:52.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh 2023-11-15T04:13:52.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.sbjtzh ... 2023-11-15T04:13:52.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:52.760 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:13:52.761 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:13:52.761 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:13:52.761 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:52.761 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: cephadm 2023-11-15T04:13:51.583142+0000 mgr.smithi081.fomiyu (mgr.14180) 464 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.nrzscf on smithi081 2023-11-15T04:13:52.762 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:52 smithi154 bash[28156]: cluster 2023-11-15T04:13:51.721631+0000 mgr.smithi081.fomiyu (mgr.14180) 465 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T04:13:52.825 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: cephadm 2023-11-15T04:13:51.573941+0000 mgr.smithi081.fomiyu (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-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh 2023-11-15T04:13:52.825 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:13:52.825 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh 2023-11-15T04:13:52.825 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh 2023-11-15T04:13:52.826 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:13:52.826 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh 2023-11-15T04:13:52.826 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.sbjtzh ... 2023-11-15T04:13:52.826 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:52.827 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:13:52.827 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:13:52.827 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:13:52.827 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:52.827 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:13:52.828 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:13:52.828 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:13:52.828 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:13:52.828 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:13:52.828 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh 2023-11-15T04:13:52.829 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:13:52.829 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh 2023-11-15T04:13:52.829 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh 2023-11-15T04:13:52.829 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:13:52.829 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh 2023-11-15T04:13:52.830 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.sbjtzh ... 2023-11-15T04:13:52.830 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:52.830 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:13:52.830 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:13:52.830 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:13:52.831 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:52.831 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: cephadm 2023-11-15T04:13:51.574520+0000 mgr.smithi081.fomiyu (mgr.14180) 462 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.sbjtzh 2023-11-15T04:13:52.831 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: audit 2023-11-15T04:13:51.575339+0000 mon.smithi081 (mon.0) 783 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.sbjtzh"}]: dispatch 2023-11-15T04:13:52.831 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: cephadm 2023-11-15T04:13:51.577481+0000 mgr.smithi081.fomiyu (mgr.14180) 463 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.sbjtzh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh 2023-11-15T04:13:52.831 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:13:52.832 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh 2023-11-15T04:13:52.832 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh 2023-11-15T04:13:52.832 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:13:52.832 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh 2023-11-15T04:13:52.832 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.sbjtzh ... 2023-11-15T04:13:52.833 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:52.833 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:13:52.833 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:13:52.833 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:13:52.833 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:52.834 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: cephadm 2023-11-15T04:13:51.583142+0000 mgr.smithi081.fomiyu (mgr.14180) 464 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.nrzscf on smithi081 2023-11-15T04:13:52.834 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:52 smithi081 bash[24267]: cluster 2023-11-15T04:13:51.721631+0000 mgr.smithi081.fomiyu (mgr.14180) 465 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T04:13:54.947 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:13:54.948 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:37.422670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rdyxcp on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rdyxcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rdyxcp\nDeploy daemon haproxy.nfs.foo.smithi154.rdyxcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.160352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.weubjq on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-weubjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.weubjq\nDeploy daemon haproxy.nfs.foo.smithi081.weubjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:41.162776Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.adpwii on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:13:51.577158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.sbjtzh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\nDeploy daemon haproxy.nfs.foo.smithi154.sbjtzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -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.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:13:55.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:54 smithi081 bash[24267]: cluster 2023-11-15T04:13:53.722714+0000 mgr.smithi081.fomiyu (mgr.14180) 466 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 876 B/s rd, 97 B/s wr, 1 op/s 2023-11-15T04:13:55.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:54 smithi154 bash[28156]: cluster 2023-11-15T04:13:53.722714+0000 mgr.smithi081.fomiyu (mgr.14180) 466 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 876 B/s rd, 97 B/s wr, 1 op/s 2023-11-15T04:13:55.982 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:13:56.983 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:13:57.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:56 smithi081 bash[24267]: audit 2023-11-15T04:13:54.935510+0000 mgr.smithi081.fomiyu (mgr.14180) 467 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:57.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:56 smithi081 bash[24267]: cluster 2023-11-15T04:13:55.723845+0000 mgr.smithi081.fomiyu (mgr.14180) 468 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 97 B/s wr, 1 op/s 2023-11-15T04:13:57.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:56 smithi081 bash[24267]: audit 2023-11-15T04:13:55.853055+0000 mon.smithi081 (mon.0) 784 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.nrzscf"}]: dispatch 2023-11-15T04:13:57.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:56 smithi154 bash[28156]: audit 2023-11-15T04:13:54.935510+0000 mgr.smithi081.fomiyu (mgr.14180) 467 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:57.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:56 smithi154 bash[28156]: cluster 2023-11-15T04:13:55.723845+0000 mgr.smithi081.fomiyu (mgr.14180) 468 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 97 B/s wr, 1 op/s 2023-11-15T04:13:57.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:56 smithi154 bash[28156]: audit 2023-11-15T04:13:55.853055+0000 mon.smithi081 (mon.0) 784 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.nrzscf"}]: dispatch 2023-11-15T04:13:58.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: cephadm 2023-11-15T04:13:55.852324+0000 mgr.smithi081.fomiyu (mgr.14180) 469 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf 2023-11-15T04:13:58.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:13:58.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf 2023-11-15T04:13:58.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf 2023-11-15T04:13:58.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:13:58.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf 2023-11-15T04:13:58.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.nrzscf ... 2023-11-15T04:13:58.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:58.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:13:58.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:13:58.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:13:58.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:58.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:13:58.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:13:58.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:13:58.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:13:58.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:13:58.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf 2023-11-15T04:13:58.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:13:58.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf 2023-11-15T04:13:58.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf 2023-11-15T04:13:58.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:13:58.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf 2023-11-15T04:13:58.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.nrzscf ... 2023-11-15T04:13:58.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:58.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:13:58.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:13:58.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:13:58.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:58.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: cephadm 2023-11-15T04:13:55.852568+0000 mgr.smithi081.fomiyu (mgr.14180) 470 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.nrzscf 2023-11-15T04:13:58.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: cephadm 2023-11-15T04:13:55.854726+0000 mgr.smithi081.fomiyu (mgr.14180) 471 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.nrzscf on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf 2023-11-15T04:13:58.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:13:58.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf 2023-11-15T04:13:58.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf 2023-11-15T04:13:58.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:13:58.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf 2023-11-15T04:13:58.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.nrzscf ... 2023-11-15T04:13:58.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:58.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:13:58.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:13:58.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:13:58.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:58.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: cephadm 2023-11-15T04:13:55.856541+0000 mgr.smithi081.fomiyu (mgr.14180) 472 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.fgjgze on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:13:58.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: cephadm 2023-11-15T04:13:55.858147+0000 mgr.smithi081.fomiyu (mgr.14180) 473 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:13:58.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: cluster 2023-11-15T04:13:55.859121+0000 mgr.smithi081.fomiyu (mgr.14180) 474 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 118 B/s wr, 1 op/s 2023-11-15T04:13:58.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:57 smithi081 bash[24267]: cluster 2023-11-15T04:13:56.782703+0000 mon.smithi081 (mon.0) 785 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:13:58.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: cephadm 2023-11-15T04:13:55.852324+0000 mgr.smithi081.fomiyu (mgr.14180) 469 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf 2023-11-15T04:13:58.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:13:58.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf 2023-11-15T04:13:58.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf 2023-11-15T04:13:58.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:13:58.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf 2023-11-15T04:13:58.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.nrzscf ... 2023-11-15T04:13:58.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:58.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:13:58.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:13:58.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:13:58.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:58.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:13:58.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:13:58.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:13:58.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:13:58.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:13:58.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf 2023-11-15T04:13:58.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:13:58.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf 2023-11-15T04:13:58.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf 2023-11-15T04:13:58.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:13:58.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf 2023-11-15T04:13:58.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.nrzscf ... 2023-11-15T04:13:58.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:58.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:13:58.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:13:58.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:13:58.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:58.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: cephadm 2023-11-15T04:13:55.852568+0000 mgr.smithi081.fomiyu (mgr.14180) 470 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.nrzscf 2023-11-15T04:13:58.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: cephadm 2023-11-15T04:13:55.854726+0000 mgr.smithi081.fomiyu (mgr.14180) 471 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.nrzscf on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf 2023-11-15T04:13:58.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:13:58.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf 2023-11-15T04:13:58.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf 2023-11-15T04:13:58.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:13:58.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf 2023-11-15T04:13:58.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.nrzscf ... 2023-11-15T04:13:58.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:58.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:13:58.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:13:58.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:13:58.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:58.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: cephadm 2023-11-15T04:13:55.856541+0000 mgr.smithi081.fomiyu (mgr.14180) 472 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.fgjgze on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:13:58.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: cephadm 2023-11-15T04:13:55.858147+0000 mgr.smithi081.fomiyu (mgr.14180) 473 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:13:58.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: cluster 2023-11-15T04:13:55.859121+0000 mgr.smithi081.fomiyu (mgr.14180) 474 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 118 B/s wr, 1 op/s 2023-11-15T04:13:58.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:57 smithi154 bash[28156]: cluster 2023-11-15T04:13:56.782703+0000 mon.smithi081 (mon.0) 785 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:14:00.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:13:59 smithi081 bash[24267]: cluster 2023-11-15T04:13:57.860288+0000 mgr.smithi081.fomiyu (mgr.14180) 475 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 100 B/s wr, 1 op/s 2023-11-15T04:14:00.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:13:59 smithi154 bash[28156]: cluster 2023-11-15T04:13:57.860288+0000 mgr.smithi081.fomiyu (mgr.14180) 475 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 100 B/s wr, 1 op/s 2023-11-15T04:14:00.486 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:14:00.486 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:13:51.577158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.sbjtzh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\nDeploy daemon haproxy.nfs.foo.smithi154.sbjtzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:13:55.854618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.nrzscf on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf\nDeploy daemon haproxy.nfs.foo.smithi081.nrzscf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:13:55.856445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.fgjgze on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:13:55.858049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:14:01.343 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:14:01.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:01 smithi081 bash[24267]: cluster 2023-11-15T04:13:59.861841+0000 mgr.smithi081.fomiyu (mgr.14180) 476 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 100 B/s wr, 1 op/s 2023-11-15T04:14:01.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:01 smithi081 bash[24267]: audit 2023-11-15T04:14:00.474814+0000 mgr.smithi081.fomiyu (mgr.14180) 477 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:01.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:01 smithi081 bash[24267]: audit 2023-11-15T04:14:00.514999+0000 mon.smithi081 (mon.0) 786 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:14:01.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:01 smithi154 bash[28156]: cluster 2023-11-15T04:13:59.861841+0000 mgr.smithi081.fomiyu (mgr.14180) 476 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 100 B/s wr, 1 op/s 2023-11-15T04:14:01.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:01 smithi154 bash[28156]: audit 2023-11-15T04:14:00.474814+0000 mgr.smithi081.fomiyu (mgr.14180) 477 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:02.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:01 smithi154 bash[28156]: audit 2023-11-15T04:14:00.514999+0000 mon.smithi081 (mon.0) 786 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:14:02.345 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:14:03.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:03 smithi081 bash[24267]: cluster 2023-11-15T04:14:01.863291+0000 mgr.smithi081.fomiyu (mgr.14180) 478 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 100 B/s wr, 1 op/s 2023-11-15T04:14:03.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:03 smithi154 bash[28156]: cluster 2023-11-15T04:14:01.863291+0000 mgr.smithi081.fomiyu (mgr.14180) 478 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 100 B/s wr, 1 op/s 2023-11-15T04:14:05.784 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:14:05.785 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:13:51.577158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.sbjtzh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\nDeploy daemon haproxy.nfs.foo.smithi154.sbjtzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:13:55.854618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.nrzscf on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf\nDeploy daemon haproxy.nfs.foo.smithi081.nrzscf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:13:55.856445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.fgjgze on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:13:55.858049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:14:05.835 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:05 smithi081 bash[24267]: cluster 2023-11-15T04:14:03.865516+0000 mgr.smithi081.fomiyu (mgr.14180) 479 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 605 B/s rd, 0 op/s 2023-11-15T04:14:05.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:05 smithi154 bash[28156]: cluster 2023-11-15T04:14:03.865516+0000 mgr.smithi081.fomiyu (mgr.14180) 479 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 605 B/s rd, 0 op/s 2023-11-15T04:14:06.556 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:14:06.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:06 smithi081 bash[24267]: audit 2023-11-15T04:14:05.772457+0000 mgr.smithi081.fomiyu (mgr.14180) 480 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:06.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:06 smithi154 bash[28156]: audit 2023-11-15T04:14:05.772457+0000 mgr.smithi081.fomiyu (mgr.14180) 480 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:07.557 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:14:07.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:07 smithi081 bash[24267]: cluster 2023-11-15T04:14:05.866787+0000 mgr.smithi081.fomiyu (mgr.14180) 481 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-15T04:14:07.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:07 smithi154 bash[28156]: cluster 2023-11-15T04:14:05.866787+0000 mgr.smithi081.fomiyu (mgr.14180) 481 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-15T04:14:09.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:09 smithi081 bash[24267]: cluster 2023-11-15T04:14:07.867791+0000 mgr.smithi081.fomiyu (mgr.14180) 482 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-15T04:14:09.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:09 smithi154 bash[28156]: cluster 2023-11-15T04:14:07.867791+0000 mgr.smithi081.fomiyu (mgr.14180) 482 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-15T04:14:10.926 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:14:10.926 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:13:51.577158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.sbjtzh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\nDeploy daemon haproxy.nfs.foo.smithi154.sbjtzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:13:55.854618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.nrzscf on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf\nDeploy daemon haproxy.nfs.foo.smithi081.nrzscf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:13:55.856445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.fgjgze on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:13:55.858049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:14:11.751 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:14:11.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:11 smithi081 bash[24267]: cluster 2023-11-15T04:14:09.868831+0000 mgr.smithi081.fomiyu (mgr.14180) 483 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:11.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:11 smithi154 bash[28156]: cluster 2023-11-15T04:14:09.868831+0000 mgr.smithi081.fomiyu (mgr.14180) 483 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:12.753 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:14:12.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:12 smithi081 bash[24267]: audit 2023-11-15T04:14:10.914033+0000 mgr.smithi081.fomiyu (mgr.14180) 484 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:12.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:12 smithi154 bash[28156]: audit 2023-11-15T04:14:10.914033+0000 mgr.smithi081.fomiyu (mgr.14180) 484 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:13.824 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:13 smithi081 bash[24267]: cluster 2023-11-15T04:14:11.870224+0000 mgr.smithi081.fomiyu (mgr.14180) 485 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:13.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:13 smithi154 bash[28156]: cluster 2023-11-15T04:14:11.870224+0000 mgr.smithi081.fomiyu (mgr.14180) 485 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:15.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:15 smithi081 bash[24267]: cluster 2023-11-15T04:14:13.872219+0000 mgr.smithi081.fomiyu (mgr.14180) 486 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:15.918 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:14:15.918 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:13:51.577158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.sbjtzh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\nDeploy daemon haproxy.nfs.foo.smithi154.sbjtzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:13:55.854618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.nrzscf on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf\nDeploy daemon haproxy.nfs.foo.smithi081.nrzscf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:13:55.856445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.fgjgze on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:13:55.858049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:14:15.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:15 smithi154 bash[28156]: cluster 2023-11-15T04:14:13.872219+0000 mgr.smithi081.fomiyu (mgr.14180) 486 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:16.714 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:14:17.716 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:14:17.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:17 smithi081 bash[24267]: cluster 2023-11-15T04:14:15.873358+0000 mgr.smithi081.fomiyu (mgr.14180) 487 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:17.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:17 smithi081 bash[24267]: audit 2023-11-15T04:14:15.905215+0000 mgr.smithi081.fomiyu (mgr.14180) 488 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:17.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:17 smithi154 bash[28156]: cluster 2023-11-15T04:14:15.873358+0000 mgr.smithi081.fomiyu (mgr.14180) 487 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:18.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:17 smithi154 bash[28156]: audit 2023-11-15T04:14:15.905215+0000 mgr.smithi081.fomiyu (mgr.14180) 488 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:19.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:19 smithi081 bash[24267]: cluster 2023-11-15T04:14:17.875020+0000 mgr.smithi081.fomiyu (mgr.14180) 489 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:14:19.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:19 smithi154 bash[28156]: cluster 2023-11-15T04:14:17.875020+0000 mgr.smithi081.fomiyu (mgr.14180) 489 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:14:21.108 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:14:21.109 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:13:51.577158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.sbjtzh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\nDeploy daemon haproxy.nfs.foo.smithi154.sbjtzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:13:55.854618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.nrzscf on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf\nDeploy daemon haproxy.nfs.foo.smithi081.nrzscf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:13:55.856445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.fgjgze on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:13:55.858049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:14:21.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:21 smithi081 bash[24267]: cluster 2023-11-15T04:14:19.876141+0000 mgr.smithi081.fomiyu (mgr.14180) 490 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:21.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:14:21.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:21 smithi154 bash[28156]: cluster 2023-11-15T04:14:19.876141+0000 mgr.smithi081.fomiyu (mgr.14180) 490 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:22.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:22 smithi081 bash[24267]: audit 2023-11-15T04:14:21.098196+0000 mgr.smithi081.fomiyu (mgr.14180) 491 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:22.874 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:14:22.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:22 smithi154 bash[28156]: audit 2023-11-15T04:14:21.098196+0000 mgr.smithi081.fomiyu (mgr.14180) 491 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:23.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:23 smithi081 bash[24267]: cluster 2023-11-15T04:14:21.877586+0000 mgr.smithi081.fomiyu (mgr.14180) 492 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:23.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:23 smithi154 bash[28156]: cluster 2023-11-15T04:14:21.877586+0000 mgr.smithi081.fomiyu (mgr.14180) 492 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:25.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:25 smithi081 bash[24267]: cluster 2023-11-15T04:14:23.879680+0000 mgr.smithi081.fomiyu (mgr.14180) 493 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:25.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:25 smithi154 bash[28156]: cluster 2023-11-15T04:14:23.879680+0000 mgr.smithi081.fomiyu (mgr.14180) 493 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:26.341 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:14:26.341 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:13:51.577158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.sbjtzh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\nDeploy daemon haproxy.nfs.foo.smithi154.sbjtzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:13:55.854618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.nrzscf on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf\nDeploy daemon haproxy.nfs.foo.smithi081.nrzscf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:13:55.856445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.fgjgze on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:13:55.858049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:14:27.183 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:14:27.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:27 smithi154 bash[28156]: cluster 2023-11-15T04:14:25.880599+0000 mgr.smithi081.fomiyu (mgr.14180) 494 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:28.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:27 smithi154 bash[28156]: audit 2023-11-15T04:14:26.334195+0000 mgr.smithi081.fomiyu (mgr.14180) 495 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:28.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:27 smithi081 bash[24267]: cluster 2023-11-15T04:14:25.880599+0000 mgr.smithi081.fomiyu (mgr.14180) 494 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:28.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:27 smithi081 bash[24267]: audit 2023-11-15T04:14:26.334195+0000 mgr.smithi081.fomiyu (mgr.14180) 495 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:28.185 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:14:29.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:29 smithi154 bash[28156]: cluster 2023-11-15T04:14:27.882232+0000 mgr.smithi081.fomiyu (mgr.14180) 496 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:14:30.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:29 smithi081 bash[24267]: cluster 2023-11-15T04:14:27.882232+0000 mgr.smithi081.fomiyu (mgr.14180) 496 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:14:31.543 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:14:31.543 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:13:51.577158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.sbjtzh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\nDeploy daemon haproxy.nfs.foo.smithi154.sbjtzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:13:55.854618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.nrzscf on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf\nDeploy daemon haproxy.nfs.foo.smithi081.nrzscf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:13:55.856445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.fgjgze on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:13:55.858049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:14:31.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:31 smithi081 bash[24267]: cluster 2023-11-15T04:14:29.883845+0000 mgr.smithi081.fomiyu (mgr.14180) 497 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:31.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:31 smithi154 bash[28156]: cluster 2023-11-15T04:14:29.883845+0000 mgr.smithi081.fomiyu (mgr.14180) 497 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:32.313 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:14:32.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:32 smithi154 bash[28156]: audit 2023-11-15T04:14:31.529852+0000 mgr.smithi081.fomiyu (mgr.14180) 498 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:33.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:32 smithi081 bash[24267]: audit 2023-11-15T04:14:31.529852+0000 mgr.smithi081.fomiyu (mgr.14180) 498 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:33.314 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:14:33.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:33 smithi081 bash[24267]: cluster 2023-11-15T04:14:31.885485+0000 mgr.smithi081.fomiyu (mgr.14180) 499 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:34.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:33 smithi154 bash[28156]: cluster 2023-11-15T04:14:31.885485+0000 mgr.smithi081.fomiyu (mgr.14180) 499 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:35.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:35 smithi154 bash[28156]: cluster 2023-11-15T04:14:33.887502+0000 mgr.smithi081.fomiyu (mgr.14180) 500 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:36.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:35 smithi081 bash[24267]: cluster 2023-11-15T04:14:33.887502+0000 mgr.smithi081.fomiyu (mgr.14180) 500 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:36.631 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:14:36.631 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:13:51.577158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.sbjtzh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\nDeploy daemon haproxy.nfs.foo.smithi154.sbjtzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:13:55.854618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.nrzscf on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf\nDeploy daemon haproxy.nfs.foo.smithi081.nrzscf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:13:55.856445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.fgjgze on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:13:55.858049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:14:37.446 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:14:37.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:37 smithi081 bash[24267]: cluster 2023-11-15T04:14:35.888759+0000 mgr.smithi081.fomiyu (mgr.14180) 501 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:37.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:37 smithi081 bash[24267]: audit 2023-11-15T04:14:36.624054+0000 mgr.smithi081.fomiyu (mgr.14180) 502 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:38.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:37 smithi154 bash[28156]: cluster 2023-11-15T04:14:35.888759+0000 mgr.smithi081.fomiyu (mgr.14180) 501 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:38.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:37 smithi154 bash[28156]: audit 2023-11-15T04:14:36.624054+0000 mgr.smithi081.fomiyu (mgr.14180) 502 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:38.448 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:14:39.777 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:39 smithi081 bash[24267]: cluster 2023-11-15T04:14:37.890507+0000 mgr.smithi081.fomiyu (mgr.14180) 503 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:14:39.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:39 smithi154 bash[28156]: cluster 2023-11-15T04:14:37.890507+0000 mgr.smithi081.fomiyu (mgr.14180) 503 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:14:41.618 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:14:41.619 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:13:51.577158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.sbjtzh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\nDeploy daemon haproxy.nfs.foo.smithi154.sbjtzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:13:55.854618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.nrzscf on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf\nDeploy daemon haproxy.nfs.foo.smithi081.nrzscf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:13:55.856445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.fgjgze on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:13:55.858049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:14:42.020 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:41 smithi154 bash[28156]: cluster 2023-11-15T04:14:39.892127+0000 mgr.smithi081.fomiyu (mgr.14180) 504 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:42.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:41 smithi081 bash[24267]: cluster 2023-11-15T04:14:39.892127+0000 mgr.smithi081.fomiyu (mgr.14180) 504 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:42.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:14:42.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:42 smithi154 bash[28156]: audit 2023-11-15T04:14:41.605519+0000 mgr.smithi081.fomiyu (mgr.14180) 505 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:43.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:42 smithi081 bash[24267]: audit 2023-11-15T04:14:41.605519+0000 mgr.smithi081.fomiyu (mgr.14180) 505 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:43.394 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:14:43.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:43 smithi081 bash[24267]: cluster 2023-11-15T04:14:41.893569+0000 mgr.smithi081.fomiyu (mgr.14180) 506 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:43.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:43 smithi154 bash[28156]: cluster 2023-11-15T04:14:41.893569+0000 mgr.smithi081.fomiyu (mgr.14180) 506 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:45.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:45 smithi081 bash[24267]: cluster 2023-11-15T04:14:43.894599+0000 mgr.smithi081.fomiyu (mgr.14180) 507 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:45.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:45 smithi154 bash[28156]: cluster 2023-11-15T04:14:43.894599+0000 mgr.smithi081.fomiyu (mgr.14180) 507 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:46.735 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:14:46.736 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:13:51.577158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.sbjtzh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\nDeploy daemon haproxy.nfs.foo.smithi154.sbjtzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:13:55.854618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.nrzscf on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf\nDeploy daemon haproxy.nfs.foo.smithi081.nrzscf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:13:55.856445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.fgjgze on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:13:55.858049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:14:47.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:14:47.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:47 smithi081 bash[24267]: cluster 2023-11-15T04:14:45.895914+0000 mgr.smithi081.fomiyu (mgr.14180) 508 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:47.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:47 smithi081 bash[24267]: audit 2023-11-15T04:14:46.723629+0000 mgr.smithi081.fomiyu (mgr.14180) 509 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:47.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:47 smithi154 bash[28156]: cluster 2023-11-15T04:14:45.895914+0000 mgr.smithi081.fomiyu (mgr.14180) 508 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:47.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:47 smithi154 bash[28156]: audit 2023-11-15T04:14:46.723629+0000 mgr.smithi081.fomiyu (mgr.14180) 509 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:48.474 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:14:49.835 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:49 smithi081 bash[24267]: cluster 2023-11-15T04:14:47.897701+0000 mgr.smithi081.fomiyu (mgr.14180) 510 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:14:49.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:49 smithi154 bash[28156]: cluster 2023-11-15T04:14:47.897701+0000 mgr.smithi081.fomiyu (mgr.14180) 510 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:14:51.623 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:14:51.624 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:13:51.577158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.sbjtzh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\nDeploy daemon haproxy.nfs.foo.smithi154.sbjtzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:13:55.854618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.nrzscf on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf\nDeploy daemon haproxy.nfs.foo.smithi081.nrzscf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:13:55.856445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.fgjgze on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:13:55.858049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:14:51.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:51 smithi154 bash[28156]: cluster 2023-11-15T04:14:49.899315+0000 mgr.smithi081.fomiyu (mgr.14180) 511 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:52.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:51 smithi081 bash[24267]: cluster 2023-11-15T04:14:49.899315+0000 mgr.smithi081.fomiyu (mgr.14180) 511 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:52.360 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:14:52.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:52 smithi154 bash[28156]: audit 2023-11-15T04:14:51.616922+0000 mgr.smithi081.fomiyu (mgr.14180) 512 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:53.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:52 smithi081 bash[24267]: audit 2023-11-15T04:14:51.616922+0000 mgr.smithi081.fomiyu (mgr.14180) 512 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:53.361 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:14:53.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:53 smithi081 bash[24267]: cluster 2023-11-15T04:14:51.900482+0000 mgr.smithi081.fomiyu (mgr.14180) 513 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:53.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:53 smithi154 bash[28156]: cluster 2023-11-15T04:14:51.900482+0000 mgr.smithi081.fomiyu (mgr.14180) 513 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:55.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:55 smithi154 bash[28156]: cluster 2023-11-15T04:14:53.902324+0000 mgr.smithi081.fomiyu (mgr.14180) 514 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:56.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:55 smithi081 bash[24267]: cluster 2023-11-15T04:14:53.902324+0000 mgr.smithi081.fomiyu (mgr.14180) 514 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:56.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:56 smithi154 bash[28156]: audit 2023-11-15T04:14:55.862272+0000 mon.smithi081 (mon.0) 787 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:14:56.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:56 smithi154 bash[28156]: audit 2023-11-15T04:14:56.165680+0000 mon.smithi081 (mon.0) 788 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:14:57.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:56 smithi154 bash[28156]: audit 2023-11-15T04:14:56.167451+0000 mon.smithi081 (mon.0) 789 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:14:57.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:56 smithi154 bash[28156]: audit 2023-11-15T04:14:56.176758+0000 mon.smithi081 (mon.0) 790 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:14:57.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:56 smithi154 bash[28156]: audit 2023-11-15T04:14:56.185289+0000 mon.smithi081 (mon.0) 791 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:14:57.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:56 smithi154 bash[28156]: audit 2023-11-15T04:14:56.196487+0000 mon.smithi081 (mon.0) 792 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:14:57.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:56 smithi081 bash[24267]: audit 2023-11-15T04:14:55.862272+0000 mon.smithi081 (mon.0) 787 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:14:57.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:56 smithi081 bash[24267]: audit 2023-11-15T04:14:56.165680+0000 mon.smithi081 (mon.0) 788 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:14:57.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:56 smithi081 bash[24267]: audit 2023-11-15T04:14:56.167451+0000 mon.smithi081 (mon.0) 789 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:14:57.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:56 smithi081 bash[24267]: audit 2023-11-15T04:14:56.176758+0000 mon.smithi081 (mon.0) 790 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:14:57.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:56 smithi081 bash[24267]: audit 2023-11-15T04:14:56.185289+0000 mon.smithi081 (mon.0) 791 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:14:57.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:56 smithi081 bash[24267]: audit 2023-11-15T04:14:56.196487+0000 mon.smithi081 (mon.0) 792 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:14:57.114 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:14:57.114 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:41.164494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jdakjn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:13:51.577158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.sbjtzh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\nDeploy daemon haproxy.nfs.foo.smithi154.sbjtzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:13:55.854618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.nrzscf on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf\nDeploy daemon haproxy.nfs.foo.smithi081.nrzscf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:13:55.856445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.fgjgze on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:13:55.858049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:14:57.958 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:14:57.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:57 smithi154 bash[28156]: cluster 2023-11-15T04:14:55.903178+0000 mgr.smithi081.fomiyu (mgr.14180) 515 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:57.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:57 smithi154 bash[28156]: cluster 2023-11-15T04:14:56.177696+0000 mgr.smithi081.fomiyu (mgr.14180) 516 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:14:58.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:57 smithi154 bash[28156]: cephadm 2023-11-15T04:14:56.199880+0000 mgr.smithi081.fomiyu (mgr.14180) 517 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.lfznqv on smithi154 2023-11-15T04:14:58.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:57 smithi154 bash[28156]: cluster 2023-11-15T04:14:56.707656+0000 mon.smithi081 (mon.0) 793 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:14:58.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:57 smithi154 bash[28156]: cluster 2023-11-15T04:14:56.707720+0000 mon.smithi081 (mon.0) 794 : cluster [INF] Cluster is now healthy 2023-11-15T04:14:58.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:57 smithi081 bash[24267]: cluster 2023-11-15T04:14:55.903178+0000 mgr.smithi081.fomiyu (mgr.14180) 515 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:58.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:57 smithi081 bash[24267]: cluster 2023-11-15T04:14:56.177696+0000 mgr.smithi081.fomiyu (mgr.14180) 516 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:14:58.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:57 smithi081 bash[24267]: cephadm 2023-11-15T04:14:56.199880+0000 mgr.smithi081.fomiyu (mgr.14180) 517 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.lfznqv on smithi154 2023-11-15T04:14:58.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:57 smithi081 bash[24267]: cluster 2023-11-15T04:14:56.707656+0000 mon.smithi081 (mon.0) 793 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:14:58.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:57 smithi081 bash[24267]: cluster 2023-11-15T04:14:56.707720+0000 mon.smithi081 (mon.0) 794 : cluster [INF] Cluster is now healthy 2023-11-15T04:14:58.959 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:14:58.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:58 smithi154 bash[28156]: audit 2023-11-15T04:14:57.102210+0000 mgr.smithi081.fomiyu (mgr.14180) 518 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:59.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:58 smithi081 bash[24267]: audit 2023-11-15T04:14:57.102210+0000 mgr.smithi081.fomiyu (mgr.14180) 518 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:59.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:14:59 smithi154 bash[28156]: cluster 2023-11-15T04:14:58.179114+0000 mgr.smithi081.fomiyu (mgr.14180) 519 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:15:00.019 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:14:59 smithi081 bash[24267]: cluster 2023-11-15T04:14:58.179114+0000 mgr.smithi081.fomiyu (mgr.14180) 519 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:15:00.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:00 smithi154 bash[28156]: audit 2023-11-15T04:15:00.130834+0000 mon.smithi081 (mon.0) 795 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.lfznqv"}]: dispatch 2023-11-15T04:15:01.037 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:00 smithi081 bash[24267]: audit 2023-11-15T04:15:00.130834+0000 mon.smithi081 (mon.0) 795 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.lfznqv"}]: dispatch 2023-11-15T04:15:01.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: cephadm 2023-11-15T04:15:00.129759+0000 mgr.smithi081.fomiyu (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-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv 2023-11-15T04:15:02.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:15:02.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv 2023-11-15T04:15:02.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv 2023-11-15T04:15:02.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:15:02.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv 2023-11-15T04:15:02.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.lfznqv ... 2023-11-15T04:15:02.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:02.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:15:02.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:15:02.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:15:02.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:02.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:15:02.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:15:02.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:15:02.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:15:02.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:15:02.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv 2023-11-15T04:15:02.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:15:02.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv 2023-11-15T04:15:02.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv 2023-11-15T04:15:02.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:15:02.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv 2023-11-15T04:15:02.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.lfznqv ... 2023-11-15T04:15:02.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:02.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:15:02.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:15:02.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:15:02.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:02.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: cephadm 2023-11-15T04:15:00.130247+0000 mgr.smithi081.fomiyu (mgr.14180) 521 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.lfznqv 2023-11-15T04:15:02.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: cephadm 2023-11-15T04:15:00.132350+0000 mgr.smithi081.fomiyu (mgr.14180) 522 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.lfznqv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv 2023-11-15T04:15:02.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:15:02.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv 2023-11-15T04:15:02.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv 2023-11-15T04:15:02.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:15:02.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv 2023-11-15T04:15:02.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.lfznqv ... 2023-11-15T04:15:02.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:02.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:15:02.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:15:02.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:15:02.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:02.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: cephadm 2023-11-15T04:15:00.136439+0000 mgr.smithi081.fomiyu (mgr.14180) 523 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.uvllxg on smithi081 2023-11-15T04:15:02.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: cluster 2023-11-15T04:15:00.180311+0000 mgr.smithi081.fomiyu (mgr.14180) 524 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:15:02.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:01 smithi154 bash[28156]: audit 2023-11-15T04:15:01.484424+0000 mon.smithi081 (mon.0) 796 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:15:02.034 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: cephadm 2023-11-15T04:15:00.129759+0000 mgr.smithi081.fomiyu (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-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv 2023-11-15T04:15:02.034 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:15:02.034 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv 2023-11-15T04:15:02.035 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv 2023-11-15T04:15:02.035 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:15:02.035 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv 2023-11-15T04:15:02.035 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.lfznqv ... 2023-11-15T04:15:02.035 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:02.036 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:15:02.036 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:15:02.036 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:15:02.036 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:02.036 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:15:02.037 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:15:02.037 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:15:02.037 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:15:02.037 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:15:02.037 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv 2023-11-15T04:15:02.038 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:15:02.038 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv 2023-11-15T04:15:02.038 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv 2023-11-15T04:15:02.038 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:15:02.038 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv 2023-11-15T04:15:02.039 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.lfznqv ... 2023-11-15T04:15:02.039 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:02.039 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:15:02.039 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:15:02.039 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:15:02.040 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:02.040 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: cephadm 2023-11-15T04:15:00.130247+0000 mgr.smithi081.fomiyu (mgr.14180) 521 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.lfznqv 2023-11-15T04:15:02.040 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: cephadm 2023-11-15T04:15:00.132350+0000 mgr.smithi081.fomiyu (mgr.14180) 522 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.lfznqv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv 2023-11-15T04:15:02.040 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:15:02.040 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv 2023-11-15T04:15:02.041 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv 2023-11-15T04:15:02.041 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:15:02.041 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv 2023-11-15T04:15:02.041 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.lfznqv ... 2023-11-15T04:15:02.042 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:02.042 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:15:02.042 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:15:02.042 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:15:02.042 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:02.043 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: cephadm 2023-11-15T04:15:00.136439+0000 mgr.smithi081.fomiyu (mgr.14180) 523 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.uvllxg on smithi081 2023-11-15T04:15:02.043 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: cluster 2023-11-15T04:15:00.180311+0000 mgr.smithi081.fomiyu (mgr.14180) 524 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:15:02.043 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:01 smithi081 bash[24267]: audit 2023-11-15T04:15:01.484424+0000 mon.smithi081 (mon.0) 796 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:15:02.438 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:15:02.438 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:13:51.577158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.sbjtzh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sbjtzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sbjtzh\nDeploy daemon haproxy.nfs.foo.smithi154.sbjtzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:13:55.854618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.nrzscf on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-nrzscf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.nrzscf\nDeploy daemon haproxy.nfs.foo.smithi081.nrzscf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:13:55.856445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.fgjgze on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:13:55.858049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:00.132152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lfznqv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\nDeploy daemon haproxy.nfs.foo.smithi154.lfznqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -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.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:15:03.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:15:04.082 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:03 smithi081 bash[24267]: cluster 2023-11-15T04:15:02.181689+0000 mgr.smithi081.fomiyu (mgr.14180) 525 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:15:04.082 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:03 smithi081 bash[24267]: audit 2023-11-15T04:15:02.431164+0000 mgr.smithi081.fomiyu (mgr.14180) 526 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:04.209 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:15:04.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:03 smithi154 bash[28156]: cluster 2023-11-15T04:15:02.181689+0000 mgr.smithi081.fomiyu (mgr.14180) 525 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:15:04.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:03 smithi154 bash[28156]: audit 2023-11-15T04:15:02.431164+0000 mgr.smithi081.fomiyu (mgr.14180) 526 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:05.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:04 smithi081 bash[24267]: audit 2023-11-15T04:15:04.151415+0000 mon.smithi081 (mon.0) 797 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.uvllxg"}]: dispatch 2023-11-15T04:15:05.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:04 smithi154 bash[28156]: audit 2023-11-15T04:15:04.151415+0000 mon.smithi081 (mon.0) 797 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.uvllxg"}]: dispatch 2023-11-15T04:15:06.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: cephadm 2023-11-15T04:15:04.150045+0000 mgr.smithi081.fomiyu (mgr.14180) 527 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg 2023-11-15T04:15:06.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:15:06.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg 2023-11-15T04:15:06.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg 2023-11-15T04:15:06.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:15:06.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg 2023-11-15T04:15:06.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.uvllxg ... 2023-11-15T04:15:06.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:06.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:15:06.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:15:06.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:15:06.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:06.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:15:06.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:15:06.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:15:06.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:15:06.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:15:06.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg 2023-11-15T04:15:06.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:15:06.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg 2023-11-15T04:15:06.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg 2023-11-15T04:15:06.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:15:06.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg 2023-11-15T04:15:06.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.uvllxg ... 2023-11-15T04:15:06.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:06.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:15:06.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:15:06.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:15:06.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:06.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: cephadm 2023-11-15T04:15:04.150655+0000 mgr.smithi081.fomiyu (mgr.14180) 528 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.uvllxg 2023-11-15T04:15:06.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: cephadm 2023-11-15T04:15:04.152945+0000 mgr.smithi081.fomiyu (mgr.14180) 529 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.uvllxg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg 2023-11-15T04:15:06.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:15:06.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg 2023-11-15T04:15:06.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg 2023-11-15T04:15:06.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:15:06.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg 2023-11-15T04:15:06.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.uvllxg ... 2023-11-15T04:15:06.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:06.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:15:06.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:15:06.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:15:06.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:06.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: cephadm 2023-11-15T04:15:04.157221+0000 mgr.smithi081.fomiyu (mgr.14180) 530 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.bvejgj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:15:06.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: cephadm 2023-11-15T04:15:04.158879+0000 mgr.smithi081.fomiyu (mgr.14180) 531 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:15:06.011 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: cluster 2023-11-15T04:15:04.160724+0000 mgr.smithi081.fomiyu (mgr.14180) 532 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:15:06.011 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: cluster 2023-11-15T04:15:04.750450+0000 mon.smithi081 (mon.0) 798 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:15:06.011 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:05 smithi154 bash[28156]: audit 2023-11-15T04:15:05.564005+0000 mon.smithi081 (mon.0) 799 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:15:06.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: cephadm 2023-11-15T04:15:04.150045+0000 mgr.smithi081.fomiyu (mgr.14180) 527 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg 2023-11-15T04:15:06.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:15:06.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg 2023-11-15T04:15:06.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg 2023-11-15T04:15:06.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:15:06.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg 2023-11-15T04:15:06.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.uvllxg ... 2023-11-15T04:15:06.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:06.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:15:06.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:15:06.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:15:06.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:06.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:15:06.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:15:06.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:15:06.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:15:06.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:15:06.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg 2023-11-15T04:15:06.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:15:06.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg 2023-11-15T04:15:06.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg 2023-11-15T04:15:06.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:15:06.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg 2023-11-15T04:15:06.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.uvllxg ... 2023-11-15T04:15:06.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:06.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:15:06.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:15:06.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:15:06.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:06.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: cephadm 2023-11-15T04:15:04.150655+0000 mgr.smithi081.fomiyu (mgr.14180) 528 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.uvllxg 2023-11-15T04:15:06.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: cephadm 2023-11-15T04:15:04.152945+0000 mgr.smithi081.fomiyu (mgr.14180) 529 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.uvllxg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg 2023-11-15T04:15:06.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:15:06.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg 2023-11-15T04:15:06.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg 2023-11-15T04:15:06.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:15:06.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg 2023-11-15T04:15:06.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.uvllxg ... 2023-11-15T04:15:06.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:06.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:15:06.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:15:06.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:15:06.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:06.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: cephadm 2023-11-15T04:15:04.157221+0000 mgr.smithi081.fomiyu (mgr.14180) 530 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.bvejgj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:15:06.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: cephadm 2023-11-15T04:15:04.158879+0000 mgr.smithi081.fomiyu (mgr.14180) 531 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:15:06.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: cluster 2023-11-15T04:15:04.160724+0000 mgr.smithi081.fomiyu (mgr.14180) 532 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:15:06.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: cluster 2023-11-15T04:15:04.750450+0000 mon.smithi081 (mon.0) 798 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:15:06.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:05 smithi081 bash[24267]: audit 2023-11-15T04:15:05.564005+0000 mon.smithi081 (mon.0) 799 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:15:07.677 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:15:07.677 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:13:55.858049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:00.132152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lfznqv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\nDeploy daemon haproxy.nfs.foo.smithi154.lfznqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:04.152714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uvllxg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg\nDeploy daemon haproxy.nfs.foo.smithi081.uvllxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:04.157051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.bvejgj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:04.158775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:15:08.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:07 smithi081 bash[24267]: cluster 2023-11-15T04:15:06.162096+0000 mgr.smithi081.fomiyu (mgr.14180) 533 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:15:08.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:07 smithi154 bash[28156]: cluster 2023-11-15T04:15:06.162096+0000 mgr.smithi081.fomiyu (mgr.14180) 533 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:15:08.437 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:15:09.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:08 smithi081 bash[24267]: audit 2023-11-15T04:15:07.665322+0000 mgr.smithi081.fomiyu (mgr.14180) 534 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:09.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:08 smithi154 bash[28156]: audit 2023-11-15T04:15:07.665322+0000 mgr.smithi081.fomiyu (mgr.14180) 534 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:09.438 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:15:10.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:09 smithi081 bash[24267]: cluster 2023-11-15T04:15:08.163036+0000 mgr.smithi081.fomiyu (mgr.14180) 535 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:15:10.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:09 smithi154 bash[28156]: cluster 2023-11-15T04:15:08.163036+0000 mgr.smithi081.fomiyu (mgr.14180) 535 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:15:12.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:11 smithi081 bash[24267]: cluster 2023-11-15T04:15:10.163869+0000 mgr.smithi081.fomiyu (mgr.14180) 536 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:12.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:11 smithi154 bash[28156]: cluster 2023-11-15T04:15:10.163869+0000 mgr.smithi081.fomiyu (mgr.14180) 536 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:12.976 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:15:12.977 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:13:55.858049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:00.132152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lfznqv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\nDeploy daemon haproxy.nfs.foo.smithi154.lfznqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:04.152714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uvllxg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg\nDeploy daemon haproxy.nfs.foo.smithi081.uvllxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:04.157051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.bvejgj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:04.158775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:15:13.759 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:15:14.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:13 smithi081 bash[24267]: cluster 2023-11-15T04:15:12.164750+0000 mgr.smithi081.fomiyu (mgr.14180) 537 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:14.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:13 smithi154 bash[28156]: cluster 2023-11-15T04:15:12.164750+0000 mgr.smithi081.fomiyu (mgr.14180) 537 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:14.760 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:15:15.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:14 smithi081 bash[24267]: audit 2023-11-15T04:15:12.964143+0000 mgr.smithi081.fomiyu (mgr.14180) 538 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:15.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:14 smithi154 bash[28156]: audit 2023-11-15T04:15:12.964143+0000 mgr.smithi081.fomiyu (mgr.14180) 538 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:15.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:15 smithi154 bash[28156]: cluster 2023-11-15T04:15:14.166500+0000 mgr.smithi081.fomiyu (mgr.14180) 539 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:16.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:15 smithi081 bash[24267]: cluster 2023-11-15T04:15:14.166500+0000 mgr.smithi081.fomiyu (mgr.14180) 539 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:17.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:17 smithi154 bash[28156]: cluster 2023-11-15T04:15:16.167534+0000 mgr.smithi081.fomiyu (mgr.14180) 540 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:17.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:17 smithi154 bash[28156]: audit 2023-11-15T04:15:16.486895+0000 mon.smithi081 (mon.0) 800 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:15:17.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:17 smithi081 bash[24267]: cluster 2023-11-15T04:15:16.167534+0000 mgr.smithi081.fomiyu (mgr.14180) 540 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:17.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:17 smithi081 bash[24267]: audit 2023-11-15T04:15:16.486895+0000 mon.smithi081 (mon.0) 800 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:15:18.060 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:15:18.060 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:13:55.858049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:00.132152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lfznqv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\nDeploy daemon haproxy.nfs.foo.smithi154.lfznqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:04.152714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uvllxg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg\nDeploy daemon haproxy.nfs.foo.smithi081.uvllxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:04.157051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.bvejgj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:04.158775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:15:18.853 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:15:19.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:19 smithi154 bash[28156]: audit 2023-11-15T04:15:18.048945+0000 mgr.smithi081.fomiyu (mgr.14180) 541 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:19.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:19 smithi154 bash[28156]: cluster 2023-11-15T04:15:18.168840+0000 mgr.smithi081.fomiyu (mgr.14180) 542 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:15:19.855 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:15:19.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:19 smithi081 bash[24267]: audit 2023-11-15T04:15:18.048945+0000 mgr.smithi081.fomiyu (mgr.14180) 541 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:19.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:19 smithi081 bash[24267]: cluster 2023-11-15T04:15:18.168840+0000 mgr.smithi081.fomiyu (mgr.14180) 542 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:15:21.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:21 smithi081 bash[24267]: cluster 2023-11-15T04:15:20.170406+0000 mgr.smithi081.fomiyu (mgr.14180) 543 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:21.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:21 smithi154 bash[28156]: cluster 2023-11-15T04:15:20.170406+0000 mgr.smithi081.fomiyu (mgr.14180) 543 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:23.471 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:15:23.471 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:13:55.858049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:00.132152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lfznqv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\nDeploy daemon haproxy.nfs.foo.smithi154.lfznqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:04.152714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uvllxg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg\nDeploy daemon haproxy.nfs.foo.smithi081.uvllxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:04.157051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.bvejgj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:04.158775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:15:23.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:23 smithi081 bash[24267]: cluster 2023-11-15T04:15:22.171306+0000 mgr.smithi081.fomiyu (mgr.14180) 544 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:23.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:23 smithi154 bash[28156]: cluster 2023-11-15T04:15:22.171306+0000 mgr.smithi081.fomiyu (mgr.14180) 544 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:24.290 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:15:24.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:24 smithi081 bash[24267]: audit 2023-11-15T04:15:23.460470+0000 mgr.smithi081.fomiyu (mgr.14180) 545 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:24.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:24 smithi154 bash[28156]: audit 2023-11-15T04:15:23.460470+0000 mgr.smithi081.fomiyu (mgr.14180) 545 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:25.299 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:15:25.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:25 smithi081 bash[24267]: cluster 2023-11-15T04:15:24.172305+0000 mgr.smithi081.fomiyu (mgr.14180) 546 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:25.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:25 smithi154 bash[28156]: cluster 2023-11-15T04:15:24.172305+0000 mgr.smithi081.fomiyu (mgr.14180) 546 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:27.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:27 smithi081 bash[24267]: cluster 2023-11-15T04:15:26.173603+0000 mgr.smithi081.fomiyu (mgr.14180) 547 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:27.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:27 smithi154 bash[28156]: cluster 2023-11-15T04:15:26.173603+0000 mgr.smithi081.fomiyu (mgr.14180) 547 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:28.909 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:15:28.910 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:13:55.858049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:00.132152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lfznqv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\nDeploy daemon haproxy.nfs.foo.smithi154.lfznqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:04.152714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uvllxg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg\nDeploy daemon haproxy.nfs.foo.smithi081.uvllxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:04.157051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.bvejgj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:04.158775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:15:29.717 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:15:29.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:29 smithi081 bash[24267]: cluster 2023-11-15T04:15:28.175220+0000 mgr.smithi081.fomiyu (mgr.14180) 548 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:15:29.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:29 smithi154 bash[28156]: cluster 2023-11-15T04:15:28.175220+0000 mgr.smithi081.fomiyu (mgr.14180) 548 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:15:30.718 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:15:30.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:30 smithi081 bash[24267]: audit 2023-11-15T04:15:28.897509+0000 mgr.smithi081.fomiyu (mgr.14180) 549 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:30.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:30 smithi154 bash[28156]: audit 2023-11-15T04:15:28.897509+0000 mgr.smithi081.fomiyu (mgr.14180) 549 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:31.793 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:31 smithi081 bash[24267]: cluster 2023-11-15T04:15:30.176818+0000 mgr.smithi081.fomiyu (mgr.14180) 550 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:31.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:31 smithi154 bash[28156]: cluster 2023-11-15T04:15:30.176818+0000 mgr.smithi081.fomiyu (mgr.14180) 550 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:33.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:33 smithi081 bash[24267]: cluster 2023-11-15T04:15:32.178361+0000 mgr.smithi081.fomiyu (mgr.14180) 551 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:33.926 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:15:33.926 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:13:55.858049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:00.132152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lfznqv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\nDeploy daemon haproxy.nfs.foo.smithi154.lfznqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:04.152714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uvllxg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg\nDeploy daemon haproxy.nfs.foo.smithi081.uvllxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:04.157051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.bvejgj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:04.158775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:15:33.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:33 smithi154 bash[28156]: cluster 2023-11-15T04:15:32.178361+0000 mgr.smithi081.fomiyu (mgr.14180) 551 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:34.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:15:35.698 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:15:35.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:35 smithi081 bash[24267]: audit 2023-11-15T04:15:33.913878+0000 mgr.smithi081.fomiyu (mgr.14180) 552 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:35.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:35 smithi081 bash[24267]: cluster 2023-11-15T04:15:34.180434+0000 mgr.smithi081.fomiyu (mgr.14180) 553 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:35.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:35 smithi154 bash[28156]: audit 2023-11-15T04:15:33.913878+0000 mgr.smithi081.fomiyu (mgr.14180) 552 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:35.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:35 smithi154 bash[28156]: cluster 2023-11-15T04:15:34.180434+0000 mgr.smithi081.fomiyu (mgr.14180) 553 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:37.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:37 smithi081 bash[24267]: cluster 2023-11-15T04:15:36.181788+0000 mgr.smithi081.fomiyu (mgr.14180) 554 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:37.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:37 smithi154 bash[28156]: cluster 2023-11-15T04:15:36.181788+0000 mgr.smithi081.fomiyu (mgr.14180) 554 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:39.041 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:15:39.042 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:13:55.858049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:00.132152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lfznqv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\nDeploy daemon haproxy.nfs.foo.smithi154.lfznqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:04.152714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uvllxg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg\nDeploy daemon haproxy.nfs.foo.smithi081.uvllxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:04.157051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.bvejgj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:04.158775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:15:39.844 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:39 smithi081 bash[24267]: cluster 2023-11-15T04:15:38.183475+0000 mgr.smithi081.fomiyu (mgr.14180) 555 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:15:39.845 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:15:39.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:39 smithi154 bash[28156]: cluster 2023-11-15T04:15:38.183475+0000 mgr.smithi081.fomiyu (mgr.14180) 555 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:15:40.846 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:15:40.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:40 smithi081 bash[24267]: audit 2023-11-15T04:15:39.034846+0000 mgr.smithi081.fomiyu (mgr.14180) 556 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:40.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:40 smithi154 bash[28156]: audit 2023-11-15T04:15:39.034846+0000 mgr.smithi081.fomiyu (mgr.14180) 556 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:41.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:41 smithi081 bash[24267]: cluster 2023-11-15T04:15:40.185104+0000 mgr.smithi081.fomiyu (mgr.14180) 557 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:41.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:41 smithi154 bash[28156]: cluster 2023-11-15T04:15:40.185104+0000 mgr.smithi081.fomiyu (mgr.14180) 557 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:43.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:43 smithi081 bash[24267]: cluster 2023-11-15T04:15:42.186755+0000 mgr.smithi081.fomiyu (mgr.14180) 558 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:43.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:43 smithi154 bash[28156]: cluster 2023-11-15T04:15:42.186755+0000 mgr.smithi081.fomiyu (mgr.14180) 558 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:44.357 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:15:44.357 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:13:55.858049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:00.132152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lfznqv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\nDeploy daemon haproxy.nfs.foo.smithi154.lfznqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:04.152714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uvllxg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg\nDeploy daemon haproxy.nfs.foo.smithi081.uvllxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:04.157051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.bvejgj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:04.158775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:15:45.072 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:15:45.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:45 smithi081 bash[24267]: cluster 2023-11-15T04:15:44.188646+0000 mgr.smithi081.fomiyu (mgr.14180) 559 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:45.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:45 smithi081 bash[24267]: audit 2023-11-15T04:15:44.345542+0000 mgr.smithi081.fomiyu (mgr.14180) 560 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:45.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:45 smithi154 bash[28156]: cluster 2023-11-15T04:15:44.188646+0000 mgr.smithi081.fomiyu (mgr.14180) 559 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:45.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:45 smithi154 bash[28156]: audit 2023-11-15T04:15:44.345542+0000 mgr.smithi081.fomiyu (mgr.14180) 560 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:46.073 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:15:47.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:47 smithi081 bash[24267]: cluster 2023-11-15T04:15:46.190070+0000 mgr.smithi081.fomiyu (mgr.14180) 561 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:47.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:47 smithi154 bash[28156]: cluster 2023-11-15T04:15:46.190070+0000 mgr.smithi081.fomiyu (mgr.14180) 561 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:49.470 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:15:49.470 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:13:55.858049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:00.132152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lfznqv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\nDeploy daemon haproxy.nfs.foo.smithi154.lfznqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:04.152714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uvllxg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg\nDeploy daemon haproxy.nfs.foo.smithi081.uvllxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:04.157051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.bvejgj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:04.158775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:15:49.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:49 smithi081 bash[24267]: cluster 2023-11-15T04:15:48.191786+0000 mgr.smithi081.fomiyu (mgr.14180) 562 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:15:49.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:49 smithi154 bash[28156]: cluster 2023-11-15T04:15:48.191786+0000 mgr.smithi081.fomiyu (mgr.14180) 562 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:15:50.334 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:15:50.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:50 smithi081 bash[24267]: audit 2023-11-15T04:15:49.457181+0000 mgr.smithi081.fomiyu (mgr.14180) 563 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:50.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:50 smithi154 bash[28156]: audit 2023-11-15T04:15:49.457181+0000 mgr.smithi081.fomiyu (mgr.14180) 563 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:51.336 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:15:51.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:51 smithi081 bash[24267]: cluster 2023-11-15T04:15:50.193404+0000 mgr.smithi081.fomiyu (mgr.14180) 564 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:51.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:51 smithi154 bash[28156]: cluster 2023-11-15T04:15:50.193404+0000 mgr.smithi081.fomiyu (mgr.14180) 564 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:53.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:53 smithi081 bash[24267]: cluster 2023-11-15T04:15:52.194854+0000 mgr.smithi081.fomiyu (mgr.14180) 565 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:53.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:53 smithi154 bash[28156]: cluster 2023-11-15T04:15:52.194854+0000 mgr.smithi081.fomiyu (mgr.14180) 565 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:54.814 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:15:54.815 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:13:55.858049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:00.132152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lfznqv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\nDeploy daemon haproxy.nfs.foo.smithi154.lfznqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:04.152714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uvllxg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg\nDeploy daemon haproxy.nfs.foo.smithi081.uvllxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:04.157051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.bvejgj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:04.158775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:15:55.597 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:15:55.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:55 smithi081 bash[24267]: cluster 2023-11-15T04:15:54.196918+0000 mgr.smithi081.fomiyu (mgr.14180) 566 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:55.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:55 smithi081 bash[24267]: audit 2023-11-15T04:15:54.802681+0000 mgr.smithi081.fomiyu (mgr.14180) 567 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:55.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:55 smithi154 bash[28156]: cluster 2023-11-15T04:15:54.196918+0000 mgr.smithi081.fomiyu (mgr.14180) 566 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:55.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:55 smithi154 bash[28156]: audit 2023-11-15T04:15:54.802681+0000 mgr.smithi081.fomiyu (mgr.14180) 567 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:56.598 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:15:57.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:57 smithi154 bash[28156]: cluster 2023-11-15T04:15:56.198333+0000 mgr.smithi081.fomiyu (mgr.14180) 568 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:58.000 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:57 smithi081 bash[24267]: cluster 2023-11-15T04:15:56.198333+0000 mgr.smithi081.fomiyu (mgr.14180) 568 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:59.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:15:59 smithi081 bash[24267]: cluster 2023-11-15T04:15:58.199765+0000 mgr.smithi081.fomiyu (mgr.14180) 569 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:15:59.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:15:59 smithi154 bash[28156]: cluster 2023-11-15T04:15:58.199765+0000 mgr.smithi081.fomiyu (mgr.14180) 569 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:16:00.053 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:16:00.054 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:13:55.858049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:00.132152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lfznqv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\nDeploy daemon haproxy.nfs.foo.smithi154.lfznqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:04.152714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uvllxg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg\nDeploy daemon haproxy.nfs.foo.smithi081.uvllxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:04.157051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.bvejgj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:04.158775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:16:00.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:16:01.939 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:16:01.952 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:01 smithi081 bash[24267]: audit 2023-11-15T04:16:00.043424+0000 mgr.smithi081.fomiyu (mgr.14180) 570 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:01.952 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:01 smithi081 bash[24267]: cluster 2023-11-15T04:16:00.201232+0000 mgr.smithi081.fomiyu (mgr.14180) 571 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:01.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:01 smithi154 bash[28156]: audit 2023-11-15T04:16:00.043424+0000 mgr.smithi081.fomiyu (mgr.14180) 570 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:01.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:01 smithi154 bash[28156]: cluster 2023-11-15T04:16:00.201232+0000 mgr.smithi081.fomiyu (mgr.14180) 571 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:03.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:03 smithi081 bash[24267]: cluster 2023-11-15T04:16:02.202323+0000 mgr.smithi081.fomiyu (mgr.14180) 572 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:03.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:03 smithi154 bash[28156]: cluster 2023-11-15T04:16:02.202323+0000 mgr.smithi081.fomiyu (mgr.14180) 572 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:04.984 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:04 smithi081 bash[24267]: audit 2023-11-15T04:16:04.162583+0000 mon.smithi081 (mon.0) 801 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:16:04.984 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:04 smithi081 bash[24267]: audit 2023-11-15T04:16:04.463989+0000 mon.smithi081 (mon.0) 802 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:16:04.985 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:04 smithi081 bash[24267]: audit 2023-11-15T04:16:04.465032+0000 mon.smithi081 (mon.0) 803 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:16:04.985 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:04 smithi081 bash[24267]: audit 2023-11-15T04:16:04.470890+0000 mon.smithi081 (mon.0) 804 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:16:04.985 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:04 smithi081 bash[24267]: audit 2023-11-15T04:16:04.478111+0000 mon.smithi081 (mon.0) 805 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:16:04.985 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:04 smithi081 bash[24267]: audit 2023-11-15T04:16:04.488478+0000 mon.smithi081 (mon.0) 806 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:16:04.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:04 smithi154 bash[28156]: audit 2023-11-15T04:16:04.162583+0000 mon.smithi081 (mon.0) 801 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:16:04.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:04 smithi154 bash[28156]: audit 2023-11-15T04:16:04.463989+0000 mon.smithi081 (mon.0) 802 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:16:05.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:04 smithi154 bash[28156]: audit 2023-11-15T04:16:04.465032+0000 mon.smithi081 (mon.0) 803 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:16:05.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:04 smithi154 bash[28156]: audit 2023-11-15T04:16:04.470890+0000 mon.smithi081 (mon.0) 804 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:16:05.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:04 smithi154 bash[28156]: audit 2023-11-15T04:16:04.478111+0000 mon.smithi081 (mon.0) 805 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:16:05.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:04 smithi154 bash[28156]: audit 2023-11-15T04:16:04.488478+0000 mon.smithi081 (mon.0) 806 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:16:05.422 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:16:05.423 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:13:55.858049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jmoacx on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:00.132152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lfznqv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\nDeploy daemon haproxy.nfs.foo.smithi154.lfznqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:04.152714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uvllxg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg\nDeploy daemon haproxy.nfs.foo.smithi081.uvllxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:04.157051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.bvejgj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:04.158775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:16:05.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:05 smithi081 bash[24267]: cluster 2023-11-15T04:16:04.204257+0000 mgr.smithi081.fomiyu (mgr.14180) 573 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:05.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:05 smithi081 bash[24267]: cluster 2023-11-15T04:16:04.471563+0000 mgr.smithi081.fomiyu (mgr.14180) 574 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:16:05.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:05 smithi081 bash[24267]: cephadm 2023-11-15T04:16:04.491163+0000 mgr.smithi081.fomiyu (mgr.14180) 575 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.dhgkag on smithi154 2023-11-15T04:16:05.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:05 smithi081 bash[24267]: cluster 2023-11-15T04:16:04.645995+0000 mon.smithi081 (mon.0) 807 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:16:05.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:05 smithi081 bash[24267]: cluster 2023-11-15T04:16:04.646062+0000 mon.smithi081 (mon.0) 808 : cluster [INF] Cluster is now healthy 2023-11-15T04:16:05.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:05 smithi154 bash[28156]: cluster 2023-11-15T04:16:04.204257+0000 mgr.smithi081.fomiyu (mgr.14180) 573 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:05.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:05 smithi154 bash[28156]: cluster 2023-11-15T04:16:04.471563+0000 mgr.smithi081.fomiyu (mgr.14180) 574 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:16:06.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:05 smithi154 bash[28156]: cephadm 2023-11-15T04:16:04.491163+0000 mgr.smithi081.fomiyu (mgr.14180) 575 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.dhgkag on smithi154 2023-11-15T04:16:06.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:05 smithi154 bash[28156]: cluster 2023-11-15T04:16:04.645995+0000 mon.smithi081 (mon.0) 807 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:16:06.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:05 smithi154 bash[28156]: cluster 2023-11-15T04:16:04.646062+0000 mon.smithi081 (mon.0) 808 : cluster [INF] Cluster is now healthy 2023-11-15T04:16:06.329 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:16:06.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:06 smithi154 bash[28156]: audit 2023-11-15T04:16:05.410459+0000 mgr.smithi081.fomiyu (mgr.14180) 576 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:07.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:06 smithi081 bash[24267]: audit 2023-11-15T04:16:05.410459+0000 mgr.smithi081.fomiyu (mgr.14180) 576 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:07.330 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:16:07.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:07 smithi081 bash[24267]: cluster 2023-11-15T04:16:06.472721+0000 mgr.smithi081.fomiyu (mgr.14180) 577 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:16:07.937 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:07 smithi154 bash[28156]: cluster 2023-11-15T04:16:06.472721+0000 mgr.smithi081.fomiyu (mgr.14180) 577 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:16:08.981 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:08 smithi081 bash[24267]: audit 2023-11-15T04:16:08.417749+0000 mon.smithi081 (mon.0) 809 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.dhgkag"}]: dispatch 2023-11-15T04:16:08.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:08 smithi154 bash[28156]: audit 2023-11-15T04:16:08.417749+0000 mon.smithi081 (mon.0) 809 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.dhgkag"}]: dispatch 2023-11-15T04:16:09.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: cephadm 2023-11-15T04:16:08.416532+0000 mgr.smithi081.fomiyu (mgr.14180) 578 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag 2023-11-15T04:16:09.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:16:09.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag 2023-11-15T04:16:09.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag 2023-11-15T04:16:09.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:16:09.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag 2023-11-15T04:16:09.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.dhgkag ... 2023-11-15T04:16:09.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:09.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:16:09.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:16:09.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:16:09.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:09.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:16:09.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:16:09.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:16:09.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:16:09.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:16:09.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag 2023-11-15T04:16:09.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:16:09.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag 2023-11-15T04:16:09.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag 2023-11-15T04:16:09.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:16:09.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag 2023-11-15T04:16:09.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.dhgkag ... 2023-11-15T04:16:09.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:09.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:16:09.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:16:09.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:16:09.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:09.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: cephadm 2023-11-15T04:16:08.417019+0000 mgr.smithi081.fomiyu (mgr.14180) 579 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.dhgkag 2023-11-15T04:16:09.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: cephadm 2023-11-15T04:16:08.419396+0000 mgr.smithi081.fomiyu (mgr.14180) 580 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.dhgkag on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag 2023-11-15T04:16:09.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:16:09.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag 2023-11-15T04:16:09.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag 2023-11-15T04:16:09.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:16:09.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag 2023-11-15T04:16:09.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.dhgkag ... 2023-11-15T04:16:09.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:09.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:16:09.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:16:09.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:16:09.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:09.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: cephadm 2023-11-15T04:16:08.424195+0000 mgr.smithi081.fomiyu (mgr.14180) 581 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.lmitjn on smithi081 2023-11-15T04:16:09.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:09 smithi081 bash[24267]: cluster 2023-11-15T04:16:08.474181+0000 mgr.smithi081.fomiyu (mgr.14180) 582 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:16:10.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: cephadm 2023-11-15T04:16:08.416532+0000 mgr.smithi081.fomiyu (mgr.14180) 578 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag 2023-11-15T04:16:10.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:16:10.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag 2023-11-15T04:16:10.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag 2023-11-15T04:16:10.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:16:10.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag 2023-11-15T04:16:10.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.dhgkag ... 2023-11-15T04:16:10.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:10.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:16:10.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:16:10.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:16:10.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:10.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:16:10.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:16:10.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:16:10.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:16:10.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:16:10.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag 2023-11-15T04:16:10.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:16:10.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag 2023-11-15T04:16:10.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag 2023-11-15T04:16:10.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:16:10.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag 2023-11-15T04:16:10.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.dhgkag ... 2023-11-15T04:16:10.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:10.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:16:10.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:16:10.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:16:10.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:10.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: cephadm 2023-11-15T04:16:08.417019+0000 mgr.smithi081.fomiyu (mgr.14180) 579 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.dhgkag 2023-11-15T04:16:10.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: cephadm 2023-11-15T04:16:08.419396+0000 mgr.smithi081.fomiyu (mgr.14180) 580 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.dhgkag on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag 2023-11-15T04:16:10.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:16:10.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag 2023-11-15T04:16:10.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag 2023-11-15T04:16:10.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:16:10.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag 2023-11-15T04:16:10.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.dhgkag ... 2023-11-15T04:16:10.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:10.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:16:10.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:16:10.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:16:10.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:10.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: cephadm 2023-11-15T04:16:08.424195+0000 mgr.smithi081.fomiyu (mgr.14180) 581 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.lmitjn on smithi081 2023-11-15T04:16:10.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:09 smithi154 bash[28156]: cluster 2023-11-15T04:16:08.474181+0000 mgr.smithi081.fomiyu (mgr.14180) 582 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:16:10.866 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:16:10.866 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:00.132152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lfznqv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lfznqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lfznqv\nDeploy daemon haproxy.nfs.foo.smithi154.lfznqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:04.152714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uvllxg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uvllxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uvllxg\nDeploy daemon haproxy.nfs.foo.smithi081.uvllxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:04.157051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.bvejgj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:04.158775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:08.419154Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.dhgkag on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\nDeploy daemon haproxy.nfs.foo.smithi154.dhgkag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -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.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:16:11.717 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:16:11.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:11 smithi154 bash[28156]: cluster 2023-11-15T04:16:10.475404+0000 mgr.smithi081.fomiyu (mgr.14180) 583 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:16:12.073 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:11 smithi081 bash[24267]: cluster 2023-11-15T04:16:10.475404+0000 mgr.smithi081.fomiyu (mgr.14180) 583 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:16:12.718 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:16:12.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:12 smithi154 bash[28156]: audit 2023-11-15T04:16:10.859090+0000 mgr.smithi081.fomiyu (mgr.14180) 584 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:12.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:12 smithi154 bash[28156]: audit 2023-11-15T04:16:12.167283+0000 mon.smithi081 (mon.0) 810 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.lmitjn"}]: dispatch 2023-11-15T04:16:13.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:12 smithi081 bash[24267]: audit 2023-11-15T04:16:10.859090+0000 mgr.smithi081.fomiyu (mgr.14180) 584 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:13.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:12 smithi081 bash[24267]: audit 2023-11-15T04:16:12.167283+0000 mon.smithi081 (mon.0) 810 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.lmitjn"}]: dispatch 2023-11-15T04:16:14.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: cephadm 2023-11-15T04:16:12.166321+0000 mgr.smithi081.fomiyu (mgr.14180) 585 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn 2023-11-15T04:16:14.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:16:14.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn 2023-11-15T04:16:14.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn 2023-11-15T04:16:14.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:16:14.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn 2023-11-15T04:16:14.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.lmitjn ... 2023-11-15T04:16:14.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:14.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:16:14.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:16:14.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:16:14.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:14.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:16:14.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:16:14.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:16:14.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:16:14.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:16:14.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn 2023-11-15T04:16:14.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:16:14.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn 2023-11-15T04:16:14.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn 2023-11-15T04:16:14.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:16:14.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn 2023-11-15T04:16:14.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.lmitjn ... 2023-11-15T04:16:14.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:14.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:16:14.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:16:14.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:16:14.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:14.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: cephadm 2023-11-15T04:16:12.166772+0000 mgr.smithi081.fomiyu (mgr.14180) 586 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.lmitjn 2023-11-15T04:16:14.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: cephadm 2023-11-15T04:16:12.168535+0000 mgr.smithi081.fomiyu (mgr.14180) 587 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.lmitjn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn 2023-11-15T04:16:14.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:16:14.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn 2023-11-15T04:16:14.011 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn 2023-11-15T04:16:14.011 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:16:14.011 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn 2023-11-15T04:16:14.011 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.lmitjn ... 2023-11-15T04:16:14.012 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:14.012 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:16:14.012 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:16:14.012 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:16:14.012 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:14.013 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: cephadm 2023-11-15T04:16:12.172322+0000 mgr.smithi081.fomiyu (mgr.14180) 588 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.gzhspd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:16:14.013 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: cephadm 2023-11-15T04:16:12.175681+0000 mgr.smithi081.fomiyu (mgr.14180) 589 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:16:14.013 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: cluster 2023-11-15T04:16:12.177603+0000 mgr.smithi081.fomiyu (mgr.14180) 590 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:16:14.013 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:13 smithi154 bash[28156]: cluster 2023-11-15T04:16:12.689446+0000 mon.smithi081 (mon.0) 811 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:16:14.014 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: cephadm 2023-11-15T04:16:12.166321+0000 mgr.smithi081.fomiyu (mgr.14180) 585 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn 2023-11-15T04:16:14.014 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:16:14.014 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn 2023-11-15T04:16:14.015 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn 2023-11-15T04:16:14.015 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:16:14.015 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn 2023-11-15T04:16:14.015 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.lmitjn ... 2023-11-15T04:16:14.015 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:14.016 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:16:14.016 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:16:14.016 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:16:14.016 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:14.017 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:16:14.017 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:16:14.017 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:16:14.017 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:16:14.017 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:16:14.018 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn 2023-11-15T04:16:14.018 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:16:14.018 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn 2023-11-15T04:16:14.018 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn 2023-11-15T04:16:14.018 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:16:14.019 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn 2023-11-15T04:16:14.019 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.lmitjn ... 2023-11-15T04:16:14.019 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:14.019 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:16:14.020 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:16:14.020 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:16:14.020 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:14.020 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: cephadm 2023-11-15T04:16:12.166772+0000 mgr.smithi081.fomiyu (mgr.14180) 586 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.lmitjn 2023-11-15T04:16:14.020 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: cephadm 2023-11-15T04:16:12.168535+0000 mgr.smithi081.fomiyu (mgr.14180) 587 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.lmitjn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn 2023-11-15T04:16:14.021 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:16:14.021 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn 2023-11-15T04:16:14.021 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn 2023-11-15T04:16:14.021 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:16:14.021 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn 2023-11-15T04:16:14.022 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.lmitjn ... 2023-11-15T04:16:14.022 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:14.022 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:16:14.022 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:16:14.022 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:16:14.023 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:14.023 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: cephadm 2023-11-15T04:16:12.172322+0000 mgr.smithi081.fomiyu (mgr.14180) 588 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.gzhspd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:16:14.023 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: cephadm 2023-11-15T04:16:12.175681+0000 mgr.smithi081.fomiyu (mgr.14180) 589 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:16:14.023 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: cluster 2023-11-15T04:16:12.177603+0000 mgr.smithi081.fomiyu (mgr.14180) 590 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:16:14.023 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:13 smithi081 bash[24267]: cluster 2023-11-15T04:16:12.689446+0000 mon.smithi081 (mon.0) 811 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:16:15.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:15 smithi154 bash[28156]: cluster 2023-11-15T04:16:14.178789+0000 mgr.smithi081.fomiyu (mgr.14180) 591 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:16:15.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:15 smithi154 bash[28156]: audit 2023-11-15T04:16:15.623299+0000 mon.smithi081 (mon.0) 812 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:16:16.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:15 smithi081 bash[24267]: cluster 2023-11-15T04:16:14.178789+0000 mgr.smithi081.fomiyu (mgr.14180) 591 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:16:16.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:15 smithi081 bash[24267]: audit 2023-11-15T04:16:15.623299+0000 mon.smithi081 (mon.0) 812 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:16:16.193 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:16:16.193 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:04.158775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:08.419154Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.dhgkag on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\nDeploy daemon haproxy.nfs.foo.smithi154.dhgkag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:12.168267Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.lmitjn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn\nDeploy daemon haproxy.nfs.foo.smithi081.lmitjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:12.172132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.gzhspd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:12.175573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:16:16.996 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:16:17.997 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:16:17.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:17 smithi154 bash[28156]: cluster 2023-11-15T04:16:16.180146+0000 mgr.smithi081.fomiyu (mgr.14180) 592 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:16:17.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:17 smithi154 bash[28156]: audit 2023-11-15T04:16:16.181980+0000 mgr.smithi081.fomiyu (mgr.14180) 593 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:18.008 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:17 smithi081 bash[24267]: cluster 2023-11-15T04:16:16.180146+0000 mgr.smithi081.fomiyu (mgr.14180) 592 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:16:18.008 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:17 smithi081 bash[24267]: audit 2023-11-15T04:16:16.181980+0000 mgr.smithi081.fomiyu (mgr.14180) 593 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:19.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:19 smithi081 bash[24267]: cluster 2023-11-15T04:16:18.181588+0000 mgr.smithi081.fomiyu (mgr.14180) 594 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-11-15T04:16:19.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:19 smithi154 bash[28156]: cluster 2023-11-15T04:16:18.181588+0000 mgr.smithi081.fomiyu (mgr.14180) 594 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-11-15T04:16:21.482 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:16:21.482 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:04.158775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:08.419154Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.dhgkag on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\nDeploy daemon haproxy.nfs.foo.smithi154.dhgkag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:12.168267Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.lmitjn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn\nDeploy daemon haproxy.nfs.foo.smithi081.lmitjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:12.172132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.gzhspd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:12.175573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:16:21.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:21 smithi081 bash[24267]: cluster 2023-11-15T04:16:20.183198+0000 mgr.smithi081.fomiyu (mgr.14180) 595 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:16:21.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:21 smithi154 bash[28156]: cluster 2023-11-15T04:16:20.183198+0000 mgr.smithi081.fomiyu (mgr.14180) 595 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:16:22.291 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:16:22.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:22 smithi154 bash[28156]: audit 2023-11-15T04:16:21.470917+0000 mgr.smithi081.fomiyu (mgr.14180) 596 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:23.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:22 smithi081 bash[24267]: audit 2023-11-15T04:16:21.470917+0000 mgr.smithi081.fomiyu (mgr.14180) 596 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:23.292 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:16:23.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:23 smithi081 bash[24267]: cluster 2023-11-15T04:16:22.184845+0000 mgr.smithi081.fomiyu (mgr.14180) 597 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:16:23.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:23 smithi154 bash[28156]: cluster 2023-11-15T04:16:22.184845+0000 mgr.smithi081.fomiyu (mgr.14180) 597 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:16:25.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:25 smithi154 bash[28156]: cluster 2023-11-15T04:16:24.186923+0000 mgr.smithi081.fomiyu (mgr.14180) 598 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:26.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:25 smithi081 bash[24267]: cluster 2023-11-15T04:16:24.186923+0000 mgr.smithi081.fomiyu (mgr.14180) 598 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:26.625 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:16:26.626 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:04.158775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:08.419154Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.dhgkag on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\nDeploy daemon haproxy.nfs.foo.smithi154.dhgkag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:12.168267Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.lmitjn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn\nDeploy daemon haproxy.nfs.foo.smithi081.lmitjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:12.172132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.gzhspd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:12.175573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:16:27.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:16:28.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:27 smithi081 bash[24267]: cluster 2023-11-15T04:16:26.188248+0000 mgr.smithi081.fomiyu (mgr.14180) 599 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:28.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:27 smithi081 bash[24267]: audit 2023-11-15T04:16:26.616317+0000 mgr.smithi081.fomiyu (mgr.14180) 600 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:28.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:27 smithi154 bash[28156]: cluster 2023-11-15T04:16:26.188248+0000 mgr.smithi081.fomiyu (mgr.14180) 599 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:28.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:27 smithi154 bash[28156]: audit 2023-11-15T04:16:26.616317+0000 mgr.smithi081.fomiyu (mgr.14180) 600 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:28.354 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:16:30.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:29 smithi081 bash[24267]: cluster 2023-11-15T04:16:28.189857+0000 mgr.smithi081.fomiyu (mgr.14180) 601 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:16:30.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:29 smithi154 bash[28156]: cluster 2023-11-15T04:16:28.189857+0000 mgr.smithi081.fomiyu (mgr.14180) 601 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:16:31.533 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:16:31.534 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:04.158775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:08.419154Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.dhgkag on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\nDeploy daemon haproxy.nfs.foo.smithi154.dhgkag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:12.168267Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.lmitjn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn\nDeploy daemon haproxy.nfs.foo.smithi081.lmitjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:12.172132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.gzhspd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:12.175573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:16:31.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:31 smithi081 bash[24267]: cluster 2023-11-15T04:16:30.191483+0000 mgr.smithi081.fomiyu (mgr.14180) 602 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:32.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:31 smithi154 bash[28156]: cluster 2023-11-15T04:16:30.191483+0000 mgr.smithi081.fomiyu (mgr.14180) 602 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:32.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:16:33.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:32 smithi081 bash[24267]: audit 2023-11-15T04:16:31.514115+0000 mgr.smithi081.fomiyu (mgr.14180) 603 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:33.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:32 smithi154 bash[28156]: audit 2023-11-15T04:16:31.514115+0000 mgr.smithi081.fomiyu (mgr.14180) 603 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:33.255 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:16:34.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:33 smithi081 bash[24267]: cluster 2023-11-15T04:16:32.193144+0000 mgr.smithi081.fomiyu (mgr.14180) 604 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:34.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:33 smithi154 bash[28156]: cluster 2023-11-15T04:16:32.193144+0000 mgr.smithi081.fomiyu (mgr.14180) 604 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:35.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:35 smithi154 bash[28156]: cluster 2023-11-15T04:16:34.195307+0000 mgr.smithi081.fomiyu (mgr.14180) 605 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:36.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:35 smithi081 bash[24267]: cluster 2023-11-15T04:16:34.195307+0000 mgr.smithi081.fomiyu (mgr.14180) 605 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:36.625 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:16:36.625 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:04.158775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:08.419154Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.dhgkag on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\nDeploy daemon haproxy.nfs.foo.smithi154.dhgkag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:12.168267Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.lmitjn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn\nDeploy daemon haproxy.nfs.foo.smithi081.lmitjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:12.172132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.gzhspd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:12.175573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:16:37.392 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:16:38.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:37 smithi081 bash[24267]: cluster 2023-11-15T04:16:36.196707+0000 mgr.smithi081.fomiyu (mgr.14180) 606 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:38.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:37 smithi081 bash[24267]: audit 2023-11-15T04:16:36.613870+0000 mgr.smithi081.fomiyu (mgr.14180) 607 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:38.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:37 smithi154 bash[28156]: cluster 2023-11-15T04:16:36.196707+0000 mgr.smithi081.fomiyu (mgr.14180) 606 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:38.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:37 smithi154 bash[28156]: audit 2023-11-15T04:16:36.613870+0000 mgr.smithi081.fomiyu (mgr.14180) 607 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:38.393 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:16:40.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:39 smithi081 bash[24267]: cluster 2023-11-15T04:16:38.198342+0000 mgr.smithi081.fomiyu (mgr.14180) 608 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:16:40.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:39 smithi154 bash[28156]: cluster 2023-11-15T04:16:38.198342+0000 mgr.smithi081.fomiyu (mgr.14180) 608 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:16:41.671 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:16:41.671 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:04.158775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:08.419154Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.dhgkag on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\nDeploy daemon haproxy.nfs.foo.smithi154.dhgkag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:12.168267Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.lmitjn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn\nDeploy daemon haproxy.nfs.foo.smithi081.lmitjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:12.172132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.gzhspd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:12.175573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:16:42.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:41 smithi081 bash[24267]: cluster 2023-11-15T04:16:40.199328+0000 mgr.smithi081.fomiyu (mgr.14180) 609 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:42.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:41 smithi154 bash[28156]: cluster 2023-11-15T04:16:40.199328+0000 mgr.smithi081.fomiyu (mgr.14180) 609 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:42.406 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:16:43.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:42 smithi081 bash[24267]: audit 2023-11-15T04:16:41.659840+0000 mgr.smithi081.fomiyu (mgr.14180) 610 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:43.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:42 smithi154 bash[28156]: audit 2023-11-15T04:16:41.659840+0000 mgr.smithi081.fomiyu (mgr.14180) 610 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:43.407 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:16:44.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:43 smithi081 bash[24267]: cluster 2023-11-15T04:16:42.200481+0000 mgr.smithi081.fomiyu (mgr.14180) 611 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:44.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:43 smithi154 bash[28156]: cluster 2023-11-15T04:16:42.200481+0000 mgr.smithi081.fomiyu (mgr.14180) 611 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:45.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:45 smithi154 bash[28156]: cluster 2023-11-15T04:16:44.201534+0000 mgr.smithi081.fomiyu (mgr.14180) 612 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:46.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:45 smithi081 bash[24267]: cluster 2023-11-15T04:16:44.201534+0000 mgr.smithi081.fomiyu (mgr.14180) 612 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:46.812 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:16:46.812 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:04.158775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:08.419154Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.dhgkag on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\nDeploy daemon haproxy.nfs.foo.smithi154.dhgkag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:12.168267Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.lmitjn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn\nDeploy daemon haproxy.nfs.foo.smithi081.lmitjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:12.172132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.gzhspd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:12.175573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:16:47.612 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:16:48.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:47 smithi081 bash[24267]: cluster 2023-11-15T04:16:46.202882+0000 mgr.smithi081.fomiyu (mgr.14180) 613 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:48.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:47 smithi081 bash[24267]: audit 2023-11-15T04:16:46.805156+0000 mgr.smithi081.fomiyu (mgr.14180) 614 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:48.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:47 smithi154 bash[28156]: cluster 2023-11-15T04:16:46.202882+0000 mgr.smithi081.fomiyu (mgr.14180) 613 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:48.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:47 smithi154 bash[28156]: audit 2023-11-15T04:16:46.805156+0000 mgr.smithi081.fomiyu (mgr.14180) 614 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:48.614 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:16:50.059 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:49 smithi081 bash[24267]: cluster 2023-11-15T04:16:48.204644+0000 mgr.smithi081.fomiyu (mgr.14180) 615 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:16:50.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:49 smithi154 bash[28156]: cluster 2023-11-15T04:16:48.204644+0000 mgr.smithi081.fomiyu (mgr.14180) 615 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:16:51.914 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:16:51.914 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:04.158775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:08.419154Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.dhgkag on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\nDeploy daemon haproxy.nfs.foo.smithi154.dhgkag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:12.168267Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.lmitjn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn\nDeploy daemon haproxy.nfs.foo.smithi081.lmitjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:12.172132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.gzhspd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:12.175573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:16:52.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:51 smithi081 bash[24267]: cluster 2023-11-15T04:16:50.206395+0000 mgr.smithi081.fomiyu (mgr.14180) 616 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:52.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:51 smithi154 bash[28156]: cluster 2023-11-15T04:16:50.206395+0000 mgr.smithi081.fomiyu (mgr.14180) 616 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:52.657 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:16:53.658 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:16:54.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:53 smithi081 bash[24267]: audit 2023-11-15T04:16:51.902331+0000 mgr.smithi081.fomiyu (mgr.14180) 617 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:54.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:53 smithi081 bash[24267]: cluster 2023-11-15T04:16:52.207945+0000 mgr.smithi081.fomiyu (mgr.14180) 618 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:54.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:53 smithi154 bash[28156]: audit 2023-11-15T04:16:51.902331+0000 mgr.smithi081.fomiyu (mgr.14180) 617 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:54.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:53 smithi154 bash[28156]: cluster 2023-11-15T04:16:52.207945+0000 mgr.smithi081.fomiyu (mgr.14180) 618 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:55.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:55 smithi154 bash[28156]: cluster 2023-11-15T04:16:54.210039+0000 mgr.smithi081.fomiyu (mgr.14180) 619 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:56.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:55 smithi081 bash[24267]: cluster 2023-11-15T04:16:54.210039+0000 mgr.smithi081.fomiyu (mgr.14180) 619 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:56.927 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:16:56.927 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:04.158775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:08.419154Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.dhgkag on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\nDeploy daemon haproxy.nfs.foo.smithi154.dhgkag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:12.168267Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.lmitjn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn\nDeploy daemon haproxy.nfs.foo.smithi081.lmitjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:12.172132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.gzhspd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:12.175573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:16:57.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:56 smithi154 bash[28156]: cluster 2023-11-15T04:16:56.211435+0000 mgr.smithi081.fomiyu (mgr.14180) 620 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:57.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:56 smithi081 bash[24267]: cluster 2023-11-15T04:16:56.211435+0000 mgr.smithi081.fomiyu (mgr.14180) 620 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:57.714 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:16:58.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:57 smithi081 bash[24267]: audit 2023-11-15T04:16:56.915133+0000 mgr.smithi081.fomiyu (mgr.14180) 621 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:58.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:57 smithi154 bash[28156]: audit 2023-11-15T04:16:56.915133+0000 mgr.smithi081.fomiyu (mgr.14180) 621 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:58.716 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:16:59.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:16:58 smithi081 bash[24267]: cluster 2023-11-15T04:16:58.213093+0000 mgr.smithi081.fomiyu (mgr.14180) 622 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:16:59.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:16:58 smithi154 bash[28156]: cluster 2023-11-15T04:16:58.213093+0000 mgr.smithi081.fomiyu (mgr.14180) 622 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:17:01.667 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:01 smithi081 bash[24267]: cluster 2023-11-15T04:17:00.214646+0000 mgr.smithi081.fomiyu (mgr.14180) 623 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:01.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:01 smithi154 bash[28156]: cluster 2023-11-15T04:17:00.214646+0000 mgr.smithi081.fomiyu (mgr.14180) 623 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:02.021 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:17:02.021 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:04.158775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:08.419154Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.dhgkag on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\nDeploy daemon haproxy.nfs.foo.smithi154.dhgkag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:12.168267Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.lmitjn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn\nDeploy daemon haproxy.nfs.foo.smithi081.lmitjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:12.172132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.gzhspd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:12.175573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:17:02.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:17:03.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:03 smithi154 bash[28156]: audit 2023-11-15T04:17:02.004615+0000 mgr.smithi081.fomiyu (mgr.14180) 624 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:03.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:03 smithi154 bash[28156]: cluster 2023-11-15T04:17:02.215554+0000 mgr.smithi081.fomiyu (mgr.14180) 625 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:03.753 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:17:03.764 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:03 smithi081 bash[24267]: audit 2023-11-15T04:17:02.004615+0000 mgr.smithi081.fomiyu (mgr.14180) 624 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:03.765 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:03 smithi081 bash[24267]: cluster 2023-11-15T04:17:02.215554+0000 mgr.smithi081.fomiyu (mgr.14180) 625 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:05.677 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:05 smithi081 bash[24267]: cluster 2023-11-15T04:17:04.216779+0000 mgr.smithi081.fomiyu (mgr.14180) 626 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:05.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:05 smithi154 bash[28156]: cluster 2023-11-15T04:17:04.216779+0000 mgr.smithi081.fomiyu (mgr.14180) 626 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:07.019 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:17:07.019 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:04.158775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:08.419154Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.dhgkag on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\nDeploy daemon haproxy.nfs.foo.smithi154.dhgkag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:12.168267Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.lmitjn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn\nDeploy daemon haproxy.nfs.foo.smithi081.lmitjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:12.172132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.gzhspd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:12.175573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:17:07.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:07 smithi081 bash[24267]: cluster 2023-11-15T04:17:06.218106+0000 mgr.smithi081.fomiyu (mgr.14180) 627 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:07.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:07 smithi154 bash[28156]: cluster 2023-11-15T04:17:06.218106+0000 mgr.smithi081.fomiyu (mgr.14180) 627 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:07.828 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:17:08.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:08 smithi081 bash[24267]: audit 2023-11-15T04:17:07.007337+0000 mgr.smithi081.fomiyu (mgr.14180) 628 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:08.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:08 smithi154 bash[28156]: audit 2023-11-15T04:17:07.007337+0000 mgr.smithi081.fomiyu (mgr.14180) 628 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:08.829 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:17:09.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:09 smithi154 bash[28156]: cluster 2023-11-15T04:17:08.219791+0000 mgr.smithi081.fomiyu (mgr.14180) 629 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:17:09.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:09 smithi081 bash[24267]: cluster 2023-11-15T04:17:08.219791+0000 mgr.smithi081.fomiyu (mgr.14180) 629 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:17:11.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:11 smithi154 bash[28156]: cluster 2023-11-15T04:17:10.221272+0000 mgr.smithi081.fomiyu (mgr.14180) 630 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:11.800 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:11 smithi081 bash[24267]: cluster 2023-11-15T04:17:10.221272+0000 mgr.smithi081.fomiyu (mgr.14180) 630 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:12.212 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:17:12.212 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:04.158775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.jumyql on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:08.419154Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.dhgkag on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\nDeploy daemon haproxy.nfs.foo.smithi154.dhgkag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:12.168267Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.lmitjn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn\nDeploy daemon haproxy.nfs.foo.smithi081.lmitjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:12.172132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.gzhspd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:12.175573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:17:12.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:12 smithi081 bash[24267]: audit 2023-11-15T04:17:12.179253+0000 mon.smithi081 (mon.0) 813 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:17:12.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:12 smithi154 bash[28156]: audit 2023-11-15T04:17:12.179253+0000 mon.smithi081 (mon.0) 813 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:17:13.068 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:17:13.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:13 smithi154 bash[28156]: audit 2023-11-15T04:17:12.202131+0000 mgr.smithi081.fomiyu (mgr.14180) 631 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:13.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:13 smithi154 bash[28156]: cluster 2023-11-15T04:17:12.222300+0000 mgr.smithi081.fomiyu (mgr.14180) 632 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:13.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:13 smithi154 bash[28156]: audit 2023-11-15T04:17:12.460012+0000 mon.smithi081 (mon.0) 814 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:17:13.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:13 smithi154 bash[28156]: audit 2023-11-15T04:17:12.461393+0000 mon.smithi081 (mon.0) 815 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:17:13.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:13 smithi154 bash[28156]: audit 2023-11-15T04:17:12.462632+0000 mon.smithi081 (mon.0) 816 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:17:13.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:13 smithi154 bash[28156]: audit 2023-11-15T04:17:12.463876+0000 mon.smithi081 (mon.0) 817 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:17:13.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:13 smithi154 bash[28156]: cephadm 2023-11-15T04:17:12.464796+0000 mgr.smithi081.fomiyu (mgr.14180) 633 : cephadm [INF] Adjusting osd_memory_target on smithi081 to 2748M 2023-11-15T04:17:13.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:13 smithi154 bash[28156]: audit 2023-11-15T04:17:12.470081+0000 mon.smithi081 (mon.0) 818 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:17:13.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:13 smithi154 bash[28156]: audit 2023-11-15T04:17:12.484319+0000 mon.smithi081 (mon.0) 819 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:17:13.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:13 smithi154 bash[28156]: audit 2023-11-15T04:17:12.485583+0000 mon.smithi081 (mon.0) 820 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:17:13.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:13 smithi154 bash[28156]: audit 2023-11-15T04:17:12.486632+0000 mon.smithi081 (mon.0) 821 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:17:13.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:13 smithi154 bash[28156]: audit 2023-11-15T04:17:12.487761+0000 mon.smithi081 (mon.0) 822 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:17:13.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:13 smithi154 bash[28156]: cephadm 2023-11-15T04:17:12.488504+0000 mgr.smithi081.fomiyu (mgr.14180) 634 : cephadm [INF] Adjusting osd_memory_target on smithi154 to 3772M 2023-11-15T04:17:13.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:13 smithi154 bash[28156]: audit 2023-11-15T04:17:12.496295+0000 mon.smithi081 (mon.0) 823 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:17:13.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:13 smithi154 bash[28156]: audit 2023-11-15T04:17:12.497313+0000 mon.smithi081 (mon.0) 824 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:17:13.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:13 smithi154 bash[28156]: audit 2023-11-15T04:17:12.498172+0000 mon.smithi081 (mon.0) 825 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:17:13.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:13 smithi154 bash[28156]: audit 2023-11-15T04:17:12.503018+0000 mon.smithi081 (mon.0) 826 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:17:13.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:13 smithi154 bash[28156]: cluster 2023-11-15T04:17:12.503746+0000 mgr.smithi081.fomiyu (mgr.14180) 635 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:17:13.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:13 smithi154 bash[28156]: audit 2023-11-15T04:17:12.510947+0000 mon.smithi081 (mon.0) 827 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:17:13.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:13 smithi154 bash[28156]: audit 2023-11-15T04:17:12.522416+0000 mon.smithi081 (mon.0) 828 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:17:13.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:13 smithi154 bash[28156]: cephadm 2023-11-15T04:17:12.526730+0000 mgr.smithi081.fomiyu (mgr.14180) 636 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.mdadkc on smithi154 2023-11-15T04:17:13.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:13 smithi081 bash[24267]: audit 2023-11-15T04:17:12.202131+0000 mgr.smithi081.fomiyu (mgr.14180) 631 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:13.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:13 smithi081 bash[24267]: cluster 2023-11-15T04:17:12.222300+0000 mgr.smithi081.fomiyu (mgr.14180) 632 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:13.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:13 smithi081 bash[24267]: audit 2023-11-15T04:17:12.460012+0000 mon.smithi081 (mon.0) 814 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:17:13.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:13 smithi081 bash[24267]: audit 2023-11-15T04:17:12.461393+0000 mon.smithi081 (mon.0) 815 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:17:13.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:13 smithi081 bash[24267]: audit 2023-11-15T04:17:12.462632+0000 mon.smithi081 (mon.0) 816 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:17:13.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:13 smithi081 bash[24267]: audit 2023-11-15T04:17:12.463876+0000 mon.smithi081 (mon.0) 817 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:17:13.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:13 smithi081 bash[24267]: cephadm 2023-11-15T04:17:12.464796+0000 mgr.smithi081.fomiyu (mgr.14180) 633 : cephadm [INF] Adjusting osd_memory_target on smithi081 to 2748M 2023-11-15T04:17:13.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:13 smithi081 bash[24267]: audit 2023-11-15T04:17:12.470081+0000 mon.smithi081 (mon.0) 818 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:17:13.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:13 smithi081 bash[24267]: audit 2023-11-15T04:17:12.484319+0000 mon.smithi081 (mon.0) 819 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:17:13.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:13 smithi081 bash[24267]: audit 2023-11-15T04:17:12.485583+0000 mon.smithi081 (mon.0) 820 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:17:13.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:13 smithi081 bash[24267]: audit 2023-11-15T04:17:12.486632+0000 mon.smithi081 (mon.0) 821 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:17:13.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:13 smithi081 bash[24267]: audit 2023-11-15T04:17:12.487761+0000 mon.smithi081 (mon.0) 822 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:17:13.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:13 smithi081 bash[24267]: cephadm 2023-11-15T04:17:12.488504+0000 mgr.smithi081.fomiyu (mgr.14180) 634 : cephadm [INF] Adjusting osd_memory_target on smithi154 to 3772M 2023-11-15T04:17:13.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:13 smithi081 bash[24267]: audit 2023-11-15T04:17:12.496295+0000 mon.smithi081 (mon.0) 823 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:17:13.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:13 smithi081 bash[24267]: audit 2023-11-15T04:17:12.497313+0000 mon.smithi081 (mon.0) 824 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:17:13.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:13 smithi081 bash[24267]: audit 2023-11-15T04:17:12.498172+0000 mon.smithi081 (mon.0) 825 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:17:13.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:13 smithi081 bash[24267]: audit 2023-11-15T04:17:12.503018+0000 mon.smithi081 (mon.0) 826 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:17:13.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:13 smithi081 bash[24267]: cluster 2023-11-15T04:17:12.503746+0000 mgr.smithi081.fomiyu (mgr.14180) 635 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:17:13.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:13 smithi081 bash[24267]: audit 2023-11-15T04:17:12.510947+0000 mon.smithi081 (mon.0) 827 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:17:13.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:13 smithi081 bash[24267]: audit 2023-11-15T04:17:12.522416+0000 mon.smithi081 (mon.0) 828 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:17:13.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:13 smithi081 bash[24267]: cephadm 2023-11-15T04:17:12.526730+0000 mgr.smithi081.fomiyu (mgr.14180) 636 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.mdadkc on smithi154 2023-11-15T04:17:14.069 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:17:14.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:14 smithi081 bash[24267]: cluster 2023-11-15T04:17:13.501535+0000 mon.smithi081 (mon.0) 829 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:17:14.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:14 smithi081 bash[24267]: cluster 2023-11-15T04:17:13.501590+0000 mon.smithi081 (mon.0) 830 : cluster [INF] Cluster is now healthy 2023-11-15T04:17:14.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:14 smithi154 bash[28156]: cluster 2023-11-15T04:17:13.501535+0000 mon.smithi081 (mon.0) 829 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:17:14.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:14 smithi154 bash[28156]: cluster 2023-11-15T04:17:13.501590+0000 mon.smithi081 (mon.0) 830 : cluster [INF] Cluster is now healthy 2023-11-15T04:17:15.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:15 smithi081 bash[24267]: cluster 2023-11-15T04:17:14.504880+0000 mgr.smithi081.fomiyu (mgr.14180) 637 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:17:15.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:15 smithi154 bash[28156]: cluster 2023-11-15T04:17:14.504880+0000 mgr.smithi081.fomiyu (mgr.14180) 637 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:17:17.508 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:17:17.509 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:08.419154Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.dhgkag on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-dhgkag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.dhgkag\nDeploy daemon haproxy.nfs.foo.smithi154.dhgkag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:12.168267Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.lmitjn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-lmitjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.lmitjn\nDeploy daemon haproxy.nfs.foo.smithi081.lmitjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:12.172132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.gzhspd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:12.175573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:16.620382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mdadkc on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\nDeploy daemon haproxy.nfs.foo.smithi154.mdadkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -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.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:17:17.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: audit 2023-11-15T04:17:16.488717+0000 mon.smithi081 (mon.0) 831 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:17:17.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: cluster 2023-11-15T04:17:16.506486+0000 mgr.smithi081.fomiyu (mgr.14180) 638 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:17:17.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: cephadm 2023-11-15T04:17:16.618170+0000 mgr.smithi081.fomiyu (mgr.14180) 639 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc 2023-11-15T04:17:17.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:17:17.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc 2023-11-15T04:17:17.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc 2023-11-15T04:17:17.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:17:17.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc 2023-11-15T04:17:17.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.mdadkc ... 2023-11-15T04:17:17.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:17.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:17:17.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:17:17.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:17:17.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:17.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:17:17.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:17:17.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:17:17.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:17:17.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:17:17.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc 2023-11-15T04:17:17.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:17:17.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc 2023-11-15T04:17:17.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc 2023-11-15T04:17:17.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:17:17.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc 2023-11-15T04:17:17.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.mdadkc ... 2023-11-15T04:17:17.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:17.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:17:17.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:17:17.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:17:17.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:17.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: cephadm 2023-11-15T04:17:16.618394+0000 mgr.smithi081.fomiyu (mgr.14180) 640 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.mdadkc 2023-11-15T04:17:17.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: audit 2023-11-15T04:17:16.619008+0000 mon.smithi081 (mon.0) 832 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.mdadkc"}]: dispatch 2023-11-15T04:17:17.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: cephadm 2023-11-15T04:17:16.620522+0000 mgr.smithi081.fomiyu (mgr.14180) 641 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.mdadkc on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc 2023-11-15T04:17:17.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:17:17.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc 2023-11-15T04:17:17.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc 2023-11-15T04:17:17.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:17:17.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc 2023-11-15T04:17:17.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.mdadkc ... 2023-11-15T04:17:17.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:17.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:17:17.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:17:17.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:17:17.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:17.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:17 smithi154 bash[28156]: cephadm 2023-11-15T04:17:16.622837+0000 mgr.smithi081.fomiyu (mgr.14180) 642 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.cpeyuh on smithi081 2023-11-15T04:17:17.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: audit 2023-11-15T04:17:16.488717+0000 mon.smithi081 (mon.0) 831 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:17:17.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: cluster 2023-11-15T04:17:16.506486+0000 mgr.smithi081.fomiyu (mgr.14180) 638 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:17:17.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: cephadm 2023-11-15T04:17:16.618170+0000 mgr.smithi081.fomiyu (mgr.14180) 639 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc 2023-11-15T04:17:17.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:17:17.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc 2023-11-15T04:17:17.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc 2023-11-15T04:17:17.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:17:17.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc 2023-11-15T04:17:17.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.mdadkc ... 2023-11-15T04:17:17.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:17.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:17:17.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:17:17.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:17:17.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:17.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:17:17.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:17:17.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:17:17.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:17:17.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:17:17.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc 2023-11-15T04:17:17.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:17:17.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc 2023-11-15T04:17:17.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc 2023-11-15T04:17:17.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:17:17.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc 2023-11-15T04:17:17.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.mdadkc ... 2023-11-15T04:17:17.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:17.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:17:17.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:17:17.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:17:17.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:17.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: cephadm 2023-11-15T04:17:16.618394+0000 mgr.smithi081.fomiyu (mgr.14180) 640 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.mdadkc 2023-11-15T04:17:17.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: audit 2023-11-15T04:17:16.619008+0000 mon.smithi081 (mon.0) 832 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.mdadkc"}]: dispatch 2023-11-15T04:17:17.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: cephadm 2023-11-15T04:17:16.620522+0000 mgr.smithi081.fomiyu (mgr.14180) 641 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.mdadkc on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc 2023-11-15T04:17:17.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:17:17.866 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc 2023-11-15T04:17:17.866 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc 2023-11-15T04:17:17.867 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:17:17.867 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc 2023-11-15T04:17:17.867 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.mdadkc ... 2023-11-15T04:17:17.867 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:17.867 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:17:17.868 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:17:17.868 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:17:17.868 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:17.868 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:17 smithi081 bash[24267]: cephadm 2023-11-15T04:17:16.622837+0000 mgr.smithi081.fomiyu (mgr.14180) 642 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.cpeyuh on smithi081 2023-11-15T04:17:18.195 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:17:18.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:18 smithi081 bash[24267]: audit 2023-11-15T04:17:17.501305+0000 mgr.smithi081.fomiyu (mgr.14180) 643 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:18.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:18 smithi154 bash[28156]: audit 2023-11-15T04:17:17.501305+0000 mgr.smithi081.fomiyu (mgr.14180) 643 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:19.196 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:17:19.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:19 smithi081 bash[24267]: cluster 2023-11-15T04:17:18.507671+0000 mgr.smithi081.fomiyu (mgr.14180) 644 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:17:19.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:19 smithi154 bash[28156]: cluster 2023-11-15T04:17:18.507671+0000 mgr.smithi081.fomiyu (mgr.14180) 644 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:17:20.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:20 smithi081 bash[24267]: audit 2023-11-15T04:17:20.435852+0000 mon.smithi081 (mon.0) 833 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.cpeyuh"}]: dispatch 2023-11-15T04:17:20.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:20 smithi154 bash[28156]: audit 2023-11-15T04:17:20.435852+0000 mon.smithi081 (mon.0) 833 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.cpeyuh"}]: dispatch 2023-11-15T04:17:21.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: cephadm 2023-11-15T04:17:20.434975+0000 mgr.smithi081.fomiyu (mgr.14180) 645 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh 2023-11-15T04:17:21.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:17:21.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh 2023-11-15T04:17:21.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh 2023-11-15T04:17:21.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:17:21.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh 2023-11-15T04:17:21.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.cpeyuh ... 2023-11-15T04:17:21.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:21.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:17:21.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:17:21.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:17:21.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:21.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:17:21.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:17:21.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:17:21.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:17:21.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:17:21.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh 2023-11-15T04:17:21.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:17:21.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh 2023-11-15T04:17:21.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh 2023-11-15T04:17:21.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:17:21.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh 2023-11-15T04:17:21.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.cpeyuh ... 2023-11-15T04:17:21.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:21.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:17:21.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:17:21.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:17:21.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:21.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: cephadm 2023-11-15T04:17:20.435274+0000 mgr.smithi081.fomiyu (mgr.14180) 646 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.cpeyuh 2023-11-15T04:17:21.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: cephadm 2023-11-15T04:17:20.437060+0000 mgr.smithi081.fomiyu (mgr.14180) 647 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.cpeyuh on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh 2023-11-15T04:17:21.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:17:21.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh 2023-11-15T04:17:21.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh 2023-11-15T04:17:21.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:17:21.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh 2023-11-15T04:17:21.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.cpeyuh ... 2023-11-15T04:17:21.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:21.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:17:21.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:17:21.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:17:21.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:21.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: cephadm 2023-11-15T04:17:20.439265+0000 mgr.smithi081.fomiyu (mgr.14180) 648 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.ooyhza on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:17:21.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: cephadm 2023-11-15T04:17:20.440951+0000 mgr.smithi081.fomiyu (mgr.14180) 649 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:17:21.866 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: cluster 2023-11-15T04:17:20.442143+0000 mgr.smithi081.fomiyu (mgr.14180) 650 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:17:21.866 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: cluster 2023-11-15T04:17:20.507438+0000 mon.smithi081 (mon.0) 834 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:17:21.866 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:21 smithi081 bash[24267]: audit 2023-11-15T04:17:20.673672+0000 mon.smithi081 (mon.0) 835 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:17:22.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: cephadm 2023-11-15T04:17:20.434975+0000 mgr.smithi081.fomiyu (mgr.14180) 645 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh 2023-11-15T04:17:22.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:17:22.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh 2023-11-15T04:17:22.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh 2023-11-15T04:17:22.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:17:22.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh 2023-11-15T04:17:22.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.cpeyuh ... 2023-11-15T04:17:22.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:22.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:17:22.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:17:22.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:17:22.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:22.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:17:22.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:17:22.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:17:22.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:17:22.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:17:22.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh 2023-11-15T04:17:22.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:17:22.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh 2023-11-15T04:17:22.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh 2023-11-15T04:17:22.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:17:22.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh 2023-11-15T04:17:22.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.cpeyuh ... 2023-11-15T04:17:22.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:22.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:17:22.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:17:22.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:17:22.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:22.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: cephadm 2023-11-15T04:17:20.435274+0000 mgr.smithi081.fomiyu (mgr.14180) 646 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.cpeyuh 2023-11-15T04:17:22.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: cephadm 2023-11-15T04:17:20.437060+0000 mgr.smithi081.fomiyu (mgr.14180) 647 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.cpeyuh on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh 2023-11-15T04:17:22.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:17:22.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh 2023-11-15T04:17:22.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh 2023-11-15T04:17:22.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:17:22.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh 2023-11-15T04:17:22.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.cpeyuh ... 2023-11-15T04:17:22.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:22.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:17:22.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:17:22.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:17:22.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:22.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: cephadm 2023-11-15T04:17:20.439265+0000 mgr.smithi081.fomiyu (mgr.14180) 648 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.ooyhza on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:17:22.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: cephadm 2023-11-15T04:17:20.440951+0000 mgr.smithi081.fomiyu (mgr.14180) 649 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:17:22.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: cluster 2023-11-15T04:17:20.442143+0000 mgr.smithi081.fomiyu (mgr.14180) 650 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:17:22.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: cluster 2023-11-15T04:17:20.507438+0000 mon.smithi081 (mon.0) 834 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:17:22.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:21 smithi154 bash[28156]: audit 2023-11-15T04:17:20.673672+0000 mon.smithi081 (mon.0) 835 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:17:22.715 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:17:22.716 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:12.175573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:16.620382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mdadkc on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\nDeploy daemon haproxy.nfs.foo.smithi154.mdadkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:20.436932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.cpeyuh on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh\nDeploy daemon haproxy.nfs.foo.smithi081.cpeyuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:20.439142Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ooyhza on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:20.440841Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:17:23.434 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:17:23.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:23 smithi081 bash[24267]: cluster 2023-11-15T04:17:22.443125+0000 mgr.smithi081.fomiyu (mgr.14180) 651 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:17:23.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:23 smithi081 bash[24267]: audit 2023-11-15T04:17:22.704050+0000 mgr.smithi081.fomiyu (mgr.14180) 652 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:23.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:23 smithi154 bash[28156]: cluster 2023-11-15T04:17:22.443125+0000 mgr.smithi081.fomiyu (mgr.14180) 651 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:17:23.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:23 smithi154 bash[28156]: audit 2023-11-15T04:17:22.704050+0000 mgr.smithi081.fomiyu (mgr.14180) 652 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:24.438 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:17:25.699 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:25 smithi081 bash[24267]: cluster 2023-11-15T04:17:24.444642+0000 mgr.smithi081.fomiyu (mgr.14180) 653 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:25.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:25 smithi154 bash[28156]: cluster 2023-11-15T04:17:24.444642+0000 mgr.smithi081.fomiyu (mgr.14180) 653 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:27.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:27 smithi081 bash[24267]: cluster 2023-11-15T04:17:26.446027+0000 mgr.smithi081.fomiyu (mgr.14180) 654 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:27.725 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:17:27.726 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:12.175573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:16.620382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mdadkc on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\nDeploy daemon haproxy.nfs.foo.smithi154.mdadkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:20.436932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.cpeyuh on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh\nDeploy daemon haproxy.nfs.foo.smithi081.cpeyuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:20.439142Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ooyhza on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:20.440841Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:17:27.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:27 smithi154 bash[28156]: cluster 2023-11-15T04:17:26.446027+0000 mgr.smithi081.fomiyu (mgr.14180) 654 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:28.449 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:17:28.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:28 smithi081 bash[24267]: audit 2023-11-15T04:17:27.712076+0000 mgr.smithi081.fomiyu (mgr.14180) 655 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:28.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:28 smithi154 bash[28156]: audit 2023-11-15T04:17:27.712076+0000 mgr.smithi081.fomiyu (mgr.14180) 655 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:29.450 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:17:29.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:29 smithi081 bash[24267]: cluster 2023-11-15T04:17:28.446946+0000 mgr.smithi081.fomiyu (mgr.14180) 656 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-15T04:17:29.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:29 smithi154 bash[28156]: cluster 2023-11-15T04:17:28.446946+0000 mgr.smithi081.fomiyu (mgr.14180) 656 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-15T04:17:31.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:31 smithi081 bash[24267]: cluster 2023-11-15T04:17:30.448548+0000 mgr.smithi081.fomiyu (mgr.14180) 657 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:31.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:31 smithi081 bash[24267]: audit 2023-11-15T04:17:31.490424+0000 mon.smithi081 (mon.0) 836 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:17:31.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:31 smithi154 bash[28156]: cluster 2023-11-15T04:17:30.448548+0000 mgr.smithi081.fomiyu (mgr.14180) 657 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:31.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:31 smithi154 bash[28156]: audit 2023-11-15T04:17:31.490424+0000 mon.smithi081 (mon.0) 836 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:17:32.901 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:17:32.901 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:12.175573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:16.620382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mdadkc on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\nDeploy daemon haproxy.nfs.foo.smithi154.mdadkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:20.436932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.cpeyuh on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh\nDeploy daemon haproxy.nfs.foo.smithi081.cpeyuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:20.439142Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ooyhza on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:20.440841Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:17:33.669 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:17:33.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:33 smithi081 bash[24267]: cluster 2023-11-15T04:17:32.449893+0000 mgr.smithi081.fomiyu (mgr.14180) 658 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:33.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:33 smithi154 bash[28156]: cluster 2023-11-15T04:17:32.449893+0000 mgr.smithi081.fomiyu (mgr.14180) 658 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:34.671 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:17:34.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:34 smithi081 bash[24267]: audit 2023-11-15T04:17:32.887217+0000 mgr.smithi081.fomiyu (mgr.14180) 659 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:34.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:34 smithi154 bash[28156]: audit 2023-11-15T04:17:32.887217+0000 mgr.smithi081.fomiyu (mgr.14180) 659 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:35.820 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:35 smithi081 bash[24267]: cluster 2023-11-15T04:17:34.451887+0000 mgr.smithi081.fomiyu (mgr.14180) 660 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:35.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:35 smithi154 bash[28156]: cluster 2023-11-15T04:17:34.451887+0000 mgr.smithi081.fomiyu (mgr.14180) 660 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:37.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:37 smithi081 bash[24267]: cluster 2023-11-15T04:17:36.453355+0000 mgr.smithi081.fomiyu (mgr.14180) 661 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:37.935 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:17:37.935 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:12.175573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:16.620382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mdadkc on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\nDeploy daemon haproxy.nfs.foo.smithi154.mdadkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:20.436932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.cpeyuh on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh\nDeploy daemon haproxy.nfs.foo.smithi081.cpeyuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:20.439142Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ooyhza on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:20.440841Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:17:37.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:37 smithi154 bash[28156]: cluster 2023-11-15T04:17:36.453355+0000 mgr.smithi081.fomiyu (mgr.14180) 661 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:38.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:17:39.685 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:17:39.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:39 smithi081 bash[24267]: audit 2023-11-15T04:17:37.922662+0000 mgr.smithi081.fomiyu (mgr.14180) 662 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:39.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:39 smithi081 bash[24267]: cluster 2023-11-15T04:17:38.454805+0000 mgr.smithi081.fomiyu (mgr.14180) 663 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:17:39.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:39 smithi154 bash[28156]: audit 2023-11-15T04:17:37.922662+0000 mgr.smithi081.fomiyu (mgr.14180) 662 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:39.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:39 smithi154 bash[28156]: cluster 2023-11-15T04:17:38.454805+0000 mgr.smithi081.fomiyu (mgr.14180) 663 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:17:41.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:41 smithi081 bash[24267]: cluster 2023-11-15T04:17:40.456640+0000 mgr.smithi081.fomiyu (mgr.14180) 664 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:41.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:41 smithi154 bash[28156]: cluster 2023-11-15T04:17:40.456640+0000 mgr.smithi081.fomiyu (mgr.14180) 664 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:43.042 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:17:43.042 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:12.175573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:16.620382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mdadkc on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\nDeploy daemon haproxy.nfs.foo.smithi154.mdadkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:20.436932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.cpeyuh on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh\nDeploy daemon haproxy.nfs.foo.smithi081.cpeyuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:20.439142Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ooyhza on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:20.440841Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:17:43.787 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:17:43.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:43 smithi081 bash[24267]: cluster 2023-11-15T04:17:42.458212+0000 mgr.smithi081.fomiyu (mgr.14180) 665 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:43.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:43 smithi154 bash[28156]: cluster 2023-11-15T04:17:42.458212+0000 mgr.smithi081.fomiyu (mgr.14180) 665 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:44.788 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:17:44.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:44 smithi081 bash[24267]: audit 2023-11-15T04:17:43.028602+0000 mgr.smithi081.fomiyu (mgr.14180) 666 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:44.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:44 smithi154 bash[28156]: audit 2023-11-15T04:17:43.028602+0000 mgr.smithi081.fomiyu (mgr.14180) 666 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:45.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:45 smithi081 bash[24267]: cluster 2023-11-15T04:17:44.459912+0000 mgr.smithi081.fomiyu (mgr.14180) 667 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:45.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:45 smithi154 bash[28156]: cluster 2023-11-15T04:17:44.459912+0000 mgr.smithi081.fomiyu (mgr.14180) 667 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:47.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:47 smithi081 bash[24267]: cluster 2023-11-15T04:17:46.461341+0000 mgr.smithi081.fomiyu (mgr.14180) 668 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:47.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:47 smithi154 bash[28156]: cluster 2023-11-15T04:17:46.461341+0000 mgr.smithi081.fomiyu (mgr.14180) 668 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:48.053 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:17:48.053 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:12.175573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:16.620382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mdadkc on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\nDeploy daemon haproxy.nfs.foo.smithi154.mdadkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:20.436932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.cpeyuh on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh\nDeploy daemon haproxy.nfs.foo.smithi081.cpeyuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:20.439142Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ooyhza on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:20.440841Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:17:48.846 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:17:49.847 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:17:49.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:49 smithi081 bash[24267]: audit 2023-11-15T04:17:48.042536+0000 mgr.smithi081.fomiyu (mgr.14180) 669 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:49.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:49 smithi081 bash[24267]: cluster 2023-11-15T04:17:48.463018+0000 mgr.smithi081.fomiyu (mgr.14180) 670 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:17:49.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:49 smithi154 bash[28156]: audit 2023-11-15T04:17:48.042536+0000 mgr.smithi081.fomiyu (mgr.14180) 669 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:49.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:49 smithi154 bash[28156]: cluster 2023-11-15T04:17:48.463018+0000 mgr.smithi081.fomiyu (mgr.14180) 670 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:17:51.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:51 smithi081 bash[24267]: cluster 2023-11-15T04:17:50.464542+0000 mgr.smithi081.fomiyu (mgr.14180) 671 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:51.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:51 smithi154 bash[28156]: cluster 2023-11-15T04:17:50.464542+0000 mgr.smithi081.fomiyu (mgr.14180) 671 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:53.091 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:17:53.091 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:12.175573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:16.620382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mdadkc on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\nDeploy daemon haproxy.nfs.foo.smithi154.mdadkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:20.436932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.cpeyuh on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh\nDeploy daemon haproxy.nfs.foo.smithi081.cpeyuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:20.439142Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ooyhza on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:20.440841Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:17:53.826 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:17:53.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:53 smithi081 bash[24267]: cluster 2023-11-15T04:17:52.466104+0000 mgr.smithi081.fomiyu (mgr.14180) 672 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:53.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:53 smithi154 bash[28156]: cluster 2023-11-15T04:17:52.466104+0000 mgr.smithi081.fomiyu (mgr.14180) 672 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:54.827 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:17:54.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:54 smithi081 bash[24267]: audit 2023-11-15T04:17:53.079839+0000 mgr.smithi081.fomiyu (mgr.14180) 673 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:54.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:54 smithi154 bash[28156]: audit 2023-11-15T04:17:53.079839+0000 mgr.smithi081.fomiyu (mgr.14180) 673 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:55.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:55 smithi081 bash[24267]: cluster 2023-11-15T04:17:54.468140+0000 mgr.smithi081.fomiyu (mgr.14180) 674 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:55.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:55 smithi154 bash[28156]: cluster 2023-11-15T04:17:54.468140+0000 mgr.smithi081.fomiyu (mgr.14180) 674 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:57.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:57 smithi081 bash[24267]: cluster 2023-11-15T04:17:56.469490+0000 mgr.smithi081.fomiyu (mgr.14180) 675 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:57.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:57 smithi154 bash[28156]: cluster 2023-11-15T04:17:56.469490+0000 mgr.smithi081.fomiyu (mgr.14180) 675 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:58.138 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:17:58.138 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:12.175573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:16.620382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mdadkc on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\nDeploy daemon haproxy.nfs.foo.smithi154.mdadkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:20.436932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.cpeyuh on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh\nDeploy daemon haproxy.nfs.foo.smithi081.cpeyuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:20.439142Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ooyhza on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:20.440841Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:17:58.972 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:17:59.974 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:17:59.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:59 smithi081 bash[24267]: audit 2023-11-15T04:17:58.125531+0000 mgr.smithi081.fomiyu (mgr.14180) 676 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:59.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:17:59 smithi081 bash[24267]: cluster 2023-11-15T04:17:58.471169+0000 mgr.smithi081.fomiyu (mgr.14180) 677 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:17:59.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:59 smithi154 bash[28156]: audit 2023-11-15T04:17:58.125531+0000 mgr.smithi081.fomiyu (mgr.14180) 676 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:59.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:17:59 smithi154 bash[28156]: cluster 2023-11-15T04:17:58.471169+0000 mgr.smithi081.fomiyu (mgr.14180) 677 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:18:01.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:01 smithi081 bash[24267]: cluster 2023-11-15T04:18:00.472073+0000 mgr.smithi081.fomiyu (mgr.14180) 678 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:01.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:01 smithi154 bash[28156]: cluster 2023-11-15T04:18:00.472073+0000 mgr.smithi081.fomiyu (mgr.14180) 678 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:03.367 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:18:03.367 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:12.175573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:16.620382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mdadkc on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\nDeploy daemon haproxy.nfs.foo.smithi154.mdadkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:20.436932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.cpeyuh on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh\nDeploy daemon haproxy.nfs.foo.smithi081.cpeyuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:20.439142Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ooyhza on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:20.440841Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:18:03.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:03 smithi081 bash[24267]: cluster 2023-11-15T04:18:02.473596+0000 mgr.smithi081.fomiyu (mgr.14180) 679 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:03.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:03 smithi154 bash[28156]: cluster 2023-11-15T04:18:02.473596+0000 mgr.smithi081.fomiyu (mgr.14180) 679 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:04.093 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:18:04.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:04 smithi154 bash[28156]: audit 2023-11-15T04:18:03.355668+0000 mgr.smithi081.fomiyu (mgr.14180) 680 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:05.095 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:18:05.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:04 smithi081 bash[24267]: audit 2023-11-15T04:18:03.355668+0000 mgr.smithi081.fomiyu (mgr.14180) 680 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:05.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:05 smithi154 bash[28156]: cluster 2023-11-15T04:18:04.475632+0000 mgr.smithi081.fomiyu (mgr.14180) 681 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:06.060 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:05 smithi081 bash[24267]: cluster 2023-11-15T04:18:04.475632+0000 mgr.smithi081.fomiyu (mgr.14180) 681 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:07.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:07 smithi154 bash[28156]: cluster 2023-11-15T04:18:06.476475+0000 mgr.smithi081.fomiyu (mgr.14180) 682 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:08.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:07 smithi081 bash[24267]: cluster 2023-11-15T04:18:06.476475+0000 mgr.smithi081.fomiyu (mgr.14180) 682 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:08.249 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:18:08.250 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:12.175573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:16.620382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mdadkc on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\nDeploy daemon haproxy.nfs.foo.smithi154.mdadkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:20.436932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.cpeyuh on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh\nDeploy daemon haproxy.nfs.foo.smithi081.cpeyuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:20.439142Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ooyhza on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:20.440841Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:18:09.015 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:18:09.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:09 smithi154 bash[28156]: audit 2023-11-15T04:18:08.239632+0000 mgr.smithi081.fomiyu (mgr.14180) 683 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:10.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:09 smithi154 bash[28156]: cluster 2023-11-15T04:18:08.478136+0000 mgr.smithi081.fomiyu (mgr.14180) 684 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:18:10.016 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:18:10.027 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:09 smithi081 bash[24267]: audit 2023-11-15T04:18:08.239632+0000 mgr.smithi081.fomiyu (mgr.14180) 683 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:10.028 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:09 smithi081 bash[24267]: cluster 2023-11-15T04:18:08.478136+0000 mgr.smithi081.fomiyu (mgr.14180) 684 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:18:11.957 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:11 smithi081 bash[24267]: cluster 2023-11-15T04:18:10.479801+0000 mgr.smithi081.fomiyu (mgr.14180) 685 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:11.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:11 smithi154 bash[28156]: cluster 2023-11-15T04:18:10.479801+0000 mgr.smithi081.fomiyu (mgr.14180) 685 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:13.269 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:18:13.269 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:12.175573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:16.620382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mdadkc on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\nDeploy daemon haproxy.nfs.foo.smithi154.mdadkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:20.436932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.cpeyuh on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh\nDeploy daemon haproxy.nfs.foo.smithi081.cpeyuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:20.439142Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ooyhza on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:20.440841Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:18:13.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:13 smithi081 bash[24267]: cluster 2023-11-15T04:18:12.481412+0000 mgr.smithi081.fomiyu (mgr.14180) 686 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:13.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:13 smithi154 bash[28156]: cluster 2023-11-15T04:18:12.481412+0000 mgr.smithi081.fomiyu (mgr.14180) 686 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:14.049 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:18:14.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:14 smithi154 bash[28156]: audit 2023-11-15T04:18:13.256822+0000 mgr.smithi081.fomiyu (mgr.14180) 687 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:15.050 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:18:15.063 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:14 smithi081 bash[24267]: audit 2023-11-15T04:18:13.256822+0000 mgr.smithi081.fomiyu (mgr.14180) 687 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:15.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:15 smithi154 bash[28156]: cluster 2023-11-15T04:18:14.483661+0000 mgr.smithi081.fomiyu (mgr.14180) 688 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:16.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:15 smithi081 bash[24267]: cluster 2023-11-15T04:18:14.483661+0000 mgr.smithi081.fomiyu (mgr.14180) 688 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:17.954 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:17 smithi081 bash[24267]: cluster 2023-11-15T04:18:16.485218+0000 mgr.smithi081.fomiyu (mgr.14180) 689 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:17.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:17 smithi154 bash[28156]: cluster 2023-11-15T04:18:16.485218+0000 mgr.smithi081.fomiyu (mgr.14180) 689 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:18.322 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:18:18.322 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:12.175573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:16.620382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mdadkc on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\nDeploy daemon haproxy.nfs.foo.smithi154.mdadkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:20.436932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.cpeyuh on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh\nDeploy daemon haproxy.nfs.foo.smithi081.cpeyuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:20.439142Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ooyhza on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:20.440841Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:18:19.105 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:18:19.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:19 smithi154 bash[28156]: audit 2023-11-15T04:18:18.309517+0000 mgr.smithi081.fomiyu (mgr.14180) 690 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:19.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:19 smithi154 bash[28156]: cluster 2023-11-15T04:18:18.486993+0000 mgr.smithi081.fomiyu (mgr.14180) 691 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:18:20.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:19 smithi081 bash[24267]: audit 2023-11-15T04:18:18.309517+0000 mgr.smithi081.fomiyu (mgr.14180) 690 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:20.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:19 smithi081 bash[24267]: cluster 2023-11-15T04:18:18.486993+0000 mgr.smithi081.fomiyu (mgr.14180) 691 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:18:20.107 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:18:20.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:20 smithi154 bash[28156]: audit 2023-11-15T04:18:20.444917+0000 mon.smithi081 (mon.0) 837 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:18:21.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:20 smithi081 bash[24267]: audit 2023-11-15T04:18:20.444917+0000 mon.smithi081 (mon.0) 837 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:18:21.990 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:21 smithi081 bash[24267]: cluster 2023-11-15T04:18:20.488558+0000 mgr.smithi081.fomiyu (mgr.14180) 692 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:21.990 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:21 smithi081 bash[24267]: audit 2023-11-15T04:18:20.746122+0000 mon.smithi081 (mon.0) 838 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:18:21.990 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:21 smithi081 bash[24267]: audit 2023-11-15T04:18:20.747322+0000 mon.smithi081 (mon.0) 839 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:18:21.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:21 smithi081 bash[24267]: audit 2023-11-15T04:18:20.754605+0000 mon.smithi081 (mon.0) 840 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:18:21.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:21 smithi081 bash[24267]: cluster 2023-11-15T04:18:20.755814+0000 mgr.smithi081.fomiyu (mgr.14180) 693 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:18:21.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:21 smithi081 bash[24267]: audit 2023-11-15T04:18:20.761732+0000 mon.smithi081 (mon.0) 841 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:18:21.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:21 smithi081 bash[24267]: audit 2023-11-15T04:18:20.776507+0000 mon.smithi081 (mon.0) 842 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:18:21.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:21 smithi081 bash[24267]: cephadm 2023-11-15T04:18:20.780351+0000 mgr.smithi081.fomiyu (mgr.14180) 694 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.gpmhgd on smithi154 2023-11-15T04:18:21.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:21 smithi154 bash[28156]: cluster 2023-11-15T04:18:20.488558+0000 mgr.smithi081.fomiyu (mgr.14180) 692 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:21.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:21 smithi154 bash[28156]: audit 2023-11-15T04:18:20.746122+0000 mon.smithi081 (mon.0) 838 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:18:21.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:21 smithi154 bash[28156]: audit 2023-11-15T04:18:20.747322+0000 mon.smithi081 (mon.0) 839 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:18:21.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:21 smithi154 bash[28156]: audit 2023-11-15T04:18:20.754605+0000 mon.smithi081 (mon.0) 840 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:18:22.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:21 smithi154 bash[28156]: cluster 2023-11-15T04:18:20.755814+0000 mgr.smithi081.fomiyu (mgr.14180) 693 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:18:22.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:21 smithi154 bash[28156]: audit 2023-11-15T04:18:20.761732+0000 mon.smithi081 (mon.0) 841 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:18:22.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:21 smithi154 bash[28156]: audit 2023-11-15T04:18:20.776507+0000 mon.smithi081 (mon.0) 842 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:18:22.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:21 smithi154 bash[28156]: cephadm 2023-11-15T04:18:20.780351+0000 mgr.smithi081.fomiyu (mgr.14180) 694 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.gpmhgd on smithi154 2023-11-15T04:18:22.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:22 smithi154 bash[28156]: cluster 2023-11-15T04:18:21.751709+0000 mon.smithi081 (mon.0) 843 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:18:22.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:22 smithi154 bash[28156]: cluster 2023-11-15T04:18:21.751782+0000 mon.smithi081 (mon.0) 844 : cluster [INF] Cluster is now healthy 2023-11-15T04:18:23.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:22 smithi081 bash[24267]: cluster 2023-11-15T04:18:21.751709+0000 mon.smithi081 (mon.0) 843 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:18:23.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:22 smithi081 bash[24267]: cluster 2023-11-15T04:18:21.751782+0000 mon.smithi081 (mon.0) 844 : cluster [INF] Cluster is now healthy 2023-11-15T04:18:23.259 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:18:23.259 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:12.175573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yzybyj on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:16.620382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mdadkc on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mdadkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mdadkc\nDeploy daemon haproxy.nfs.foo.smithi154.mdadkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:20.436932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.cpeyuh on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-cpeyuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.cpeyuh\nDeploy daemon haproxy.nfs.foo.smithi081.cpeyuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:20.439142Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ooyhza on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:20.440841Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:18:23.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:23 smithi081 bash[24267]: cluster 2023-11-15T04:18:22.757120+0000 mgr.smithi081.fomiyu (mgr.14180) 695 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:18:23.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:23 smithi154 bash[28156]: cluster 2023-11-15T04:18:22.757120+0000 mgr.smithi081.fomiyu (mgr.14180) 695 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:18:24.090 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:18:24.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:24 smithi154 bash[28156]: audit 2023-11-15T04:18:23.249229+0000 mgr.smithi081.fomiyu (mgr.14180) 696 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:24.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:24 smithi154 bash[28156]: audit 2023-11-15T04:18:24.536021+0000 mon.smithi081 (mon.0) 845 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.gpmhgd"}]: dispatch 2023-11-15T04:18:24.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:24 smithi081 bash[24267]: audit 2023-11-15T04:18:23.249229+0000 mgr.smithi081.fomiyu (mgr.14180) 696 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:24.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:24 smithi081 bash[24267]: audit 2023-11-15T04:18:24.536021+0000 mon.smithi081 (mon.0) 845 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.gpmhgd"}]: dispatch 2023-11-15T04:18:25.091 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:18:25.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: cephadm 2023-11-15T04:18:24.534853+0000 mgr.smithi081.fomiyu (mgr.14180) 697 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd 2023-11-15T04:18:26.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:18:26.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd 2023-11-15T04:18:26.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd 2023-11-15T04:18:26.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:18:26.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd 2023-11-15T04:18:26.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.gpmhgd ... 2023-11-15T04:18:26.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:26.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:18:26.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:18:26.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:18:26.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:26.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:18:26.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:18:26.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:18:26.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:18:26.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:18:26.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd 2023-11-15T04:18:26.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:18:26.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd 2023-11-15T04:18:26.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd 2023-11-15T04:18:26.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:18:26.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd 2023-11-15T04:18:26.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.gpmhgd ... 2023-11-15T04:18:26.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:26.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:18:26.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:18:26.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:18:26.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:26.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: cephadm 2023-11-15T04:18:24.535401+0000 mgr.smithi081.fomiyu (mgr.14180) 698 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.gpmhgd 2023-11-15T04:18:26.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: cephadm 2023-11-15T04:18:24.537708+0000 mgr.smithi081.fomiyu (mgr.14180) 699 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.gpmhgd on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd 2023-11-15T04:18:26.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:18:26.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd 2023-11-15T04:18:26.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd 2023-11-15T04:18:26.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:18:26.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd 2023-11-15T04:18:26.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.gpmhgd ... 2023-11-15T04:18:26.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:26.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:18:26.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:18:26.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:18:26.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:26.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: cephadm 2023-11-15T04:18:24.541651+0000 mgr.smithi081.fomiyu (mgr.14180) 700 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.blfztm on smithi081 2023-11-15T04:18:26.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:25 smithi154 bash[28156]: cluster 2023-11-15T04:18:24.758411+0000 mgr.smithi081.fomiyu (mgr.14180) 701 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:18:26.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: cephadm 2023-11-15T04:18:24.534853+0000 mgr.smithi081.fomiyu (mgr.14180) 697 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd 2023-11-15T04:18:26.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:18:26.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd 2023-11-15T04:18:26.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd 2023-11-15T04:18:26.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:18:26.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd 2023-11-15T04:18:26.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.gpmhgd ... 2023-11-15T04:18:26.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:26.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:18:26.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:18:26.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:18:26.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:26.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:18:26.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:18:26.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:18:26.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:18:26.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:18:26.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd 2023-11-15T04:18:26.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:18:26.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd 2023-11-15T04:18:26.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd 2023-11-15T04:18:26.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:18:26.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd 2023-11-15T04:18:26.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.gpmhgd ... 2023-11-15T04:18:26.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:26.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:18:26.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:18:26.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:18:26.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:26.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: cephadm 2023-11-15T04:18:24.535401+0000 mgr.smithi081.fomiyu (mgr.14180) 698 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.gpmhgd 2023-11-15T04:18:26.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: cephadm 2023-11-15T04:18:24.537708+0000 mgr.smithi081.fomiyu (mgr.14180) 699 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.gpmhgd on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd 2023-11-15T04:18:26.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:18:26.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd 2023-11-15T04:18:26.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd 2023-11-15T04:18:26.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:18:26.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd 2023-11-15T04:18:26.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.gpmhgd ... 2023-11-15T04:18:26.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:26.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:18:26.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:18:26.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:18:26.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:26.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: cephadm 2023-11-15T04:18:24.541651+0000 mgr.smithi081.fomiyu (mgr.14180) 700 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.blfztm on smithi081 2023-11-15T04:18:26.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:25 smithi081 bash[24267]: cluster 2023-11-15T04:18:24.758411+0000 mgr.smithi081.fomiyu (mgr.14180) 701 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:18:28.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:27 smithi081 bash[24267]: cluster 2023-11-15T04:18:26.760776+0000 mgr.smithi081.fomiyu (mgr.14180) 702 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:18:28.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:27 smithi154 bash[28156]: cluster 2023-11-15T04:18:26.760776+0000 mgr.smithi081.fomiyu (mgr.14180) 702 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:18:28.329 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:18:28.329 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:20.440841Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:24.537450Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.gpmhgd on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\nDeploy daemon haproxy.nfs.foo.smithi154.gpmhgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.261635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.blfztm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\nDeploy daemon haproxy.nfs.foo.smithi081.blfztm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.263570Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.jxbaap on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:18:29.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:28 smithi081 bash[24267]: audit 2023-11-15T04:18:28.260567+0000 mon.smithi081 (mon.0) 846 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.blfztm"}]: dispatch 2023-11-15T04:18:29.141 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:18:29.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:28 smithi154 bash[28156]: audit 2023-11-15T04:18:28.260567+0000 mon.smithi081 (mon.0) 846 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.blfztm"}]: dispatch 2023-11-15T04:18:30.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: cephadm 2023-11-15T04:18:28.259532+0000 mgr.smithi081.fomiyu (mgr.14180) 703 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm 2023-11-15T04:18:30.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:18:30.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm 2023-11-15T04:18:30.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm 2023-11-15T04:18:30.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:18:30.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm 2023-11-15T04:18:30.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.blfztm ... 2023-11-15T04:18:30.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:30.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:18:30.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:18:30.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:18:30.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:30.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:18:30.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:18:30.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:18:30.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:18:30.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:18:30.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm 2023-11-15T04:18:30.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:18:30.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm 2023-11-15T04:18:30.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm 2023-11-15T04:18:30.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:18:30.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm 2023-11-15T04:18:30.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.blfztm ... 2023-11-15T04:18:30.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:30.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:18:30.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:18:30.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:18:30.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:30.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: cephadm 2023-11-15T04:18:28.259958+0000 mgr.smithi081.fomiyu (mgr.14180) 704 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.blfztm 2023-11-15T04:18:30.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: cephadm 2023-11-15T04:18:28.261745+0000 mgr.smithi081.fomiyu (mgr.14180) 705 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.blfztm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm 2023-11-15T04:18:30.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:18:30.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm 2023-11-15T04:18:30.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm 2023-11-15T04:18:30.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:18:30.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm 2023-11-15T04:18:30.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.blfztm ... 2023-11-15T04:18:30.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:30.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:18:30.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:18:30.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:18:30.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:30.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: cephadm 2023-11-15T04:18:28.263683+0000 mgr.smithi081.fomiyu (mgr.14180) 706 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.jxbaap on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:18:30.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: cephadm 2023-11-15T04:18:28.265485+0000 mgr.smithi081.fomiyu (mgr.14180) 707 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:18:30.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: cluster 2023-11-15T04:18:28.266729+0000 mgr.smithi081.fomiyu (mgr.14180) 708 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2023-11-15T04:18:30.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: audit 2023-11-15T04:18:28.322085+0000 mgr.smithi081.fomiyu (mgr.14180) 709 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:30.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:29 smithi081 bash[24267]: cluster 2023-11-15T04:18:28.818378+0000 mon.smithi081 (mon.0) 847 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:18:30.143 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:18:30.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: cephadm 2023-11-15T04:18:28.259532+0000 mgr.smithi081.fomiyu (mgr.14180) 703 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm 2023-11-15T04:18:30.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:18:30.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm 2023-11-15T04:18:30.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm 2023-11-15T04:18:30.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:18:30.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm 2023-11-15T04:18:30.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.blfztm ... 2023-11-15T04:18:30.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:30.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:18:30.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:18:30.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:18:30.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:30.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:18:30.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:18:30.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:18:30.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:18:30.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:18:30.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm 2023-11-15T04:18:30.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:18:30.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm 2023-11-15T04:18:30.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm 2023-11-15T04:18:30.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:18:30.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm 2023-11-15T04:18:30.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.blfztm ... 2023-11-15T04:18:30.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:30.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:18:30.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:18:30.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:18:30.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:30.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: cephadm 2023-11-15T04:18:28.259958+0000 mgr.smithi081.fomiyu (mgr.14180) 704 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.blfztm 2023-11-15T04:18:30.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: cephadm 2023-11-15T04:18:28.261745+0000 mgr.smithi081.fomiyu (mgr.14180) 705 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.blfztm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm 2023-11-15T04:18:30.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:18:30.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm 2023-11-15T04:18:30.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm 2023-11-15T04:18:30.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:18:30.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm 2023-11-15T04:18:30.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.blfztm ... 2023-11-15T04:18:30.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:30.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:18:30.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:18:30.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:18:30.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:30.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: cephadm 2023-11-15T04:18:28.263683+0000 mgr.smithi081.fomiyu (mgr.14180) 706 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.jxbaap on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:18:30.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: cephadm 2023-11-15T04:18:28.265485+0000 mgr.smithi081.fomiyu (mgr.14180) 707 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:18:30.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: cluster 2023-11-15T04:18:28.266729+0000 mgr.smithi081.fomiyu (mgr.14180) 708 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2023-11-15T04:18:30.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: audit 2023-11-15T04:18:28.322085+0000 mgr.smithi081.fomiyu (mgr.14180) 709 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:30.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:29 smithi154 bash[28156]: cluster 2023-11-15T04:18:28.818378+0000 mon.smithi081 (mon.0) 847 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:18:31.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:31 smithi081 bash[24267]: cluster 2023-11-15T04:18:30.268285+0000 mgr.smithi081.fomiyu (mgr.14180) 710 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2023-11-15T04:18:31.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:31 smithi081 bash[24267]: audit 2023-11-15T04:18:30.723636+0000 mon.smithi081 (mon.0) 848 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:18:31.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:31 smithi154 bash[28156]: cluster 2023-11-15T04:18:30.268285+0000 mgr.smithi081.fomiyu (mgr.14180) 710 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2023-11-15T04:18:31.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:31 smithi154 bash[28156]: audit 2023-11-15T04:18:30.723636+0000 mon.smithi081 (mon.0) 848 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:18:33.778 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:18:33.778 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:20.440841Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:24.537450Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.gpmhgd on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\nDeploy daemon haproxy.nfs.foo.smithi154.gpmhgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.261635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.blfztm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\nDeploy daemon haproxy.nfs.foo.smithi081.blfztm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.263570Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.jxbaap on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:18:34.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:33 smithi154 bash[28156]: cluster 2023-11-15T04:18:32.269768+0000 mgr.smithi081.fomiyu (mgr.14180) 711 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T04:18:34.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:33 smithi081 bash[24267]: cluster 2023-11-15T04:18:32.269768+0000 mgr.smithi081.fomiyu (mgr.14180) 711 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T04:18:34.542 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:18:34.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:34 smithi081 bash[24267]: audit 2023-11-15T04:18:33.767393+0000 mgr.smithi081.fomiyu (mgr.14180) 712 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:34.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:34 smithi154 bash[28156]: audit 2023-11-15T04:18:33.767393+0000 mgr.smithi081.fomiyu (mgr.14180) 712 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:35.544 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:18:35.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:35 smithi081 bash[24267]: cluster 2023-11-15T04:18:34.271842+0000 mgr.smithi081.fomiyu (mgr.14180) 713 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T04:18:35.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:35 smithi154 bash[28156]: cluster 2023-11-15T04:18:34.271842+0000 mgr.smithi081.fomiyu (mgr.14180) 713 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T04:18:37.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:37 smithi081 bash[24267]: cluster 2023-11-15T04:18:36.273284+0000 mgr.smithi081.fomiyu (mgr.14180) 714 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T04:18:38.248 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:37 smithi154 bash[28156]: cluster 2023-11-15T04:18:36.273284+0000 mgr.smithi081.fomiyu (mgr.14180) 714 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T04:18:38.785 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:18:38.785 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:20.440841Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:24.537450Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.gpmhgd on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\nDeploy daemon haproxy.nfs.foo.smithi154.gpmhgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.261635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.blfztm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\nDeploy daemon haproxy.nfs.foo.smithi081.blfztm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.263570Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.jxbaap on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:18:39.595 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:18:39.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:39 smithi081 bash[24267]: cluster 2023-11-15T04:18:38.274963+0000 mgr.smithi081.fomiyu (mgr.14180) 715 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2023-11-15T04:18:39.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:39 smithi081 bash[24267]: audit 2023-11-15T04:18:38.771433+0000 mgr.smithi081.fomiyu (mgr.14180) 716 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:40.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:39 smithi154 bash[28156]: cluster 2023-11-15T04:18:38.274963+0000 mgr.smithi081.fomiyu (mgr.14180) 715 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2023-11-15T04:18:40.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:39 smithi154 bash[28156]: audit 2023-11-15T04:18:38.771433+0000 mgr.smithi081.fomiyu (mgr.14180) 716 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:40.596 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:18:42.004 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:41 smithi081 bash[24267]: cluster 2023-11-15T04:18:40.276651+0000 mgr.smithi081.fomiyu (mgr.14180) 717 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:42.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:41 smithi154 bash[28156]: cluster 2023-11-15T04:18:40.276651+0000 mgr.smithi081.fomiyu (mgr.14180) 717 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:43.900 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:18:43.900 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:20.440841Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:24.537450Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.gpmhgd on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\nDeploy daemon haproxy.nfs.foo.smithi154.gpmhgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.261635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.blfztm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\nDeploy daemon haproxy.nfs.foo.smithi081.blfztm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.263570Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.jxbaap on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:18:44.095 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:43 smithi081 bash[24267]: cluster 2023-11-15T04:18:42.278315+0000 mgr.smithi081.fomiyu (mgr.14180) 718 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:44.248 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:43 smithi154 bash[28156]: cluster 2023-11-15T04:18:42.278315+0000 mgr.smithi081.fomiyu (mgr.14180) 718 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:44.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:18:45.684 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:18:45.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:45 smithi154 bash[28156]: audit 2023-11-15T04:18:43.889522+0000 mgr.smithi081.fomiyu (mgr.14180) 719 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:45.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:45 smithi154 bash[28156]: cluster 2023-11-15T04:18:44.280502+0000 mgr.smithi081.fomiyu (mgr.14180) 720 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:46.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:45 smithi081 bash[24267]: audit 2023-11-15T04:18:43.889522+0000 mgr.smithi081.fomiyu (mgr.14180) 719 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:46.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:45 smithi081 bash[24267]: cluster 2023-11-15T04:18:44.280502+0000 mgr.smithi081.fomiyu (mgr.14180) 720 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:48.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:47 smithi081 bash[24267]: cluster 2023-11-15T04:18:46.281868+0000 mgr.smithi081.fomiyu (mgr.14180) 721 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:48.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:47 smithi154 bash[28156]: cluster 2023-11-15T04:18:46.281868+0000 mgr.smithi081.fomiyu (mgr.14180) 721 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:48.949 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:18:48.950 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:20.440841Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:24.537450Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.gpmhgd on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\nDeploy daemon haproxy.nfs.foo.smithi154.gpmhgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.261635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.blfztm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\nDeploy daemon haproxy.nfs.foo.smithi081.blfztm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.263570Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.jxbaap on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:18:49.701 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:18:50.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:49 smithi081 bash[24267]: cluster 2023-11-15T04:18:48.283424+0000 mgr.smithi081.fomiyu (mgr.14180) 722 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:18:50.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:49 smithi154 bash[28156]: cluster 2023-11-15T04:18:48.283424+0000 mgr.smithi081.fomiyu (mgr.14180) 722 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:18:50.702 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:18:51.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:50 smithi081 bash[24267]: audit 2023-11-15T04:18:48.942531+0000 mgr.smithi081.fomiyu (mgr.14180) 723 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:51.248 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:50 smithi154 bash[28156]: audit 2023-11-15T04:18:48.942531+0000 mgr.smithi081.fomiyu (mgr.14180) 723 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:52.078 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:51 smithi081 bash[24267]: cluster 2023-11-15T04:18:50.284979+0000 mgr.smithi081.fomiyu (mgr.14180) 724 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:52.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:51 smithi154 bash[28156]: cluster 2023-11-15T04:18:50.284979+0000 mgr.smithi081.fomiyu (mgr.14180) 724 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:53.999 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:18:54.000 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:20.440841Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:24.537450Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.gpmhgd on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\nDeploy daemon haproxy.nfs.foo.smithi154.gpmhgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.261635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.blfztm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\nDeploy daemon haproxy.nfs.foo.smithi081.blfztm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.263570Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.jxbaap on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:18:54.055 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:53 smithi081 bash[24267]: cluster 2023-11-15T04:18:52.285884+0000 mgr.smithi081.fomiyu (mgr.14180) 725 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:54.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:53 smithi154 bash[28156]: cluster 2023-11-15T04:18:52.285884+0000 mgr.smithi081.fomiyu (mgr.14180) 725 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:54.859 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:18:55.860 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:18:55.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:55 smithi154 bash[28156]: audit 2023-11-15T04:18:53.992768+0000 mgr.smithi081.fomiyu (mgr.14180) 726 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:55.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:55 smithi154 bash[28156]: cluster 2023-11-15T04:18:54.287931+0000 mgr.smithi081.fomiyu (mgr.14180) 727 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:56.062 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:55 smithi081 bash[24267]: audit 2023-11-15T04:18:53.992768+0000 mgr.smithi081.fomiyu (mgr.14180) 726 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:56.062 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:55 smithi081 bash[24267]: cluster 2023-11-15T04:18:54.287931+0000 mgr.smithi081.fomiyu (mgr.14180) 727 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:58.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:57 smithi081 bash[24267]: cluster 2023-11-15T04:18:56.288979+0000 mgr.smithi081.fomiyu (mgr.14180) 728 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:58.248 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:57 smithi154 bash[28156]: cluster 2023-11-15T04:18:56.288979+0000 mgr.smithi081.fomiyu (mgr.14180) 728 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:59.327 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:18:59.356 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:20.440841Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:24.537450Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.gpmhgd on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\nDeploy daemon haproxy.nfs.foo.smithi154.gpmhgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.261635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.blfztm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\nDeploy daemon haproxy.nfs.foo.smithi081.blfztm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.263570Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.jxbaap on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:19:00.068 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:19:00.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:18:59 smithi081 bash[24267]: cluster 2023-11-15T04:18:58.289840+0000 mgr.smithi081.fomiyu (mgr.14180) 729 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:19:00.248 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:18:59 smithi154 bash[28156]: cluster 2023-11-15T04:18:58.289840+0000 mgr.smithi081.fomiyu (mgr.14180) 729 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:19:01.069 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:19:01.082 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:00 smithi081 bash[24267]: audit 2023-11-15T04:18:59.314678+0000 mgr.smithi081.fomiyu (mgr.14180) 730 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:01.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:00 smithi154 bash[28156]: audit 2023-11-15T04:18:59.314678+0000 mgr.smithi081.fomiyu (mgr.14180) 730 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:02.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:01 smithi081 bash[24267]: cluster 2023-11-15T04:19:00.291432+0000 mgr.smithi081.fomiyu (mgr.14180) 731 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:02.248 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:01 smithi154 bash[28156]: cluster 2023-11-15T04:19:00.291432+0000 mgr.smithi081.fomiyu (mgr.14180) 731 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:04.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:03 smithi081 bash[24267]: cluster 2023-11-15T04:19:02.292832+0000 mgr.smithi081.fomiyu (mgr.14180) 732 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:04.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:03 smithi154 bash[28156]: cluster 2023-11-15T04:19:02.292832+0000 mgr.smithi081.fomiyu (mgr.14180) 732 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:04.429 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:19:04.430 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:20.440841Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:24.537450Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.gpmhgd on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\nDeploy daemon haproxy.nfs.foo.smithi154.gpmhgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.261635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.blfztm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\nDeploy daemon haproxy.nfs.foo.smithi081.blfztm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.263570Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.jxbaap on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:19:05.225 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:19:05.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:05 smithi154 bash[28156]: cluster 2023-11-15T04:19:04.294830+0000 mgr.smithi081.fomiyu (mgr.14180) 733 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:05.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:05 smithi154 bash[28156]: audit 2023-11-15T04:19:04.422928+0000 mgr.smithi081.fomiyu (mgr.14180) 734 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:06.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:05 smithi081 bash[24267]: cluster 2023-11-15T04:19:04.294830+0000 mgr.smithi081.fomiyu (mgr.14180) 733 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:06.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:05 smithi081 bash[24267]: audit 2023-11-15T04:19:04.422928+0000 mgr.smithi081.fomiyu (mgr.14180) 734 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:06.227 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:19:08.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:07 smithi081 bash[24267]: cluster 2023-11-15T04:19:06.296248+0000 mgr.smithi081.fomiyu (mgr.14180) 735 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:08.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:07 smithi154 bash[28156]: cluster 2023-11-15T04:19:06.296248+0000 mgr.smithi081.fomiyu (mgr.14180) 735 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:09.430 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:19:09.431 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:20.440841Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:24.537450Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.gpmhgd on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\nDeploy daemon haproxy.nfs.foo.smithi154.gpmhgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.261635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.blfztm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\nDeploy daemon haproxy.nfs.foo.smithi081.blfztm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.263570Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.jxbaap on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:19:10.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:09 smithi081 bash[24267]: cluster 2023-11-15T04:19:08.297960+0000 mgr.smithi081.fomiyu (mgr.14180) 736 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:19:10.174 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:19:10.248 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:09 smithi154 bash[28156]: cluster 2023-11-15T04:19:08.297960+0000 mgr.smithi081.fomiyu (mgr.14180) 736 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:19:11.175 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:19:11.188 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:10 smithi081 bash[24267]: audit 2023-11-15T04:19:09.419189+0000 mgr.smithi081.fomiyu (mgr.14180) 737 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:11.248 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:10 smithi154 bash[28156]: audit 2023-11-15T04:19:09.419189+0000 mgr.smithi081.fomiyu (mgr.14180) 737 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:12.234 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:11 smithi081 bash[24267]: cluster 2023-11-15T04:19:10.299457+0000 mgr.smithi081.fomiyu (mgr.14180) 738 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:12.248 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:11 smithi154 bash[28156]: cluster 2023-11-15T04:19:10.299457+0000 mgr.smithi081.fomiyu (mgr.14180) 738 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:14.169 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:13 smithi081 bash[24267]: cluster 2023-11-15T04:19:12.300957+0000 mgr.smithi081.fomiyu (mgr.14180) 739 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:14.248 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:13 smithi154 bash[28156]: cluster 2023-11-15T04:19:12.300957+0000 mgr.smithi081.fomiyu (mgr.14180) 739 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:14.601 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:19:14.602 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:20.440841Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:24.537450Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.gpmhgd on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\nDeploy daemon haproxy.nfs.foo.smithi154.gpmhgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.261635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.blfztm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\nDeploy daemon haproxy.nfs.foo.smithi081.blfztm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.263570Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.jxbaap on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:19:15.384 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:19:15.748 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:15 smithi154 bash[28156]: cluster 2023-11-15T04:19:14.302794+0000 mgr.smithi081.fomiyu (mgr.14180) 740 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:15.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:15 smithi154 bash[28156]: audit 2023-11-15T04:19:14.588364+0000 mgr.smithi081.fomiyu (mgr.14180) 741 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:15.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:15 smithi081 bash[24267]: cluster 2023-11-15T04:19:14.302794+0000 mgr.smithi081.fomiyu (mgr.14180) 740 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:15.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:15 smithi081 bash[24267]: audit 2023-11-15T04:19:14.588364+0000 mgr.smithi081.fomiyu (mgr.14180) 741 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:16.386 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:19:17.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:17 smithi154 bash[28156]: cluster 2023-11-15T04:19:16.304169+0000 mgr.smithi081.fomiyu (mgr.14180) 742 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:17.758 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:17 smithi081 bash[24267]: cluster 2023-11-15T04:19:16.304169+0000 mgr.smithi081.fomiyu (mgr.14180) 742 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:19.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:19 smithi081 bash[24267]: cluster 2023-11-15T04:19:18.305877+0000 mgr.smithi081.fomiyu (mgr.14180) 743 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:19:19.748 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:19 smithi154 bash[28156]: cluster 2023-11-15T04:19:18.305877+0000 mgr.smithi081.fomiyu (mgr.14180) 743 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:19:19.782 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:19:19.783 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:20.440841Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:24.537450Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.gpmhgd on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\nDeploy daemon haproxy.nfs.foo.smithi154.gpmhgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.261635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.blfztm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\nDeploy daemon haproxy.nfs.foo.smithi081.blfztm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.263570Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.jxbaap on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:19:20.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:19:20.748 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:20 smithi154 bash[28156]: audit 2023-11-15T04:19:19.770394+0000 mgr.smithi081.fomiyu (mgr.14180) 744 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:20.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:20 smithi081 bash[24267]: audit 2023-11-15T04:19:19.770394+0000 mgr.smithi081.fomiyu (mgr.14180) 744 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:21.531 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:19:21.727 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:21 smithi081 bash[24267]: cluster 2023-11-15T04:19:20.306973+0000 mgr.smithi081.fomiyu (mgr.14180) 745 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:21.748 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:21 smithi154 bash[28156]: cluster 2023-11-15T04:19:20.306973+0000 mgr.smithi081.fomiyu (mgr.14180) 745 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:23.748 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:23 smithi154 bash[28156]: cluster 2023-11-15T04:19:22.308471+0000 mgr.smithi081.fomiyu (mgr.14180) 746 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:23.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:23 smithi081 bash[24267]: cluster 2023-11-15T04:19:22.308471+0000 mgr.smithi081.fomiyu (mgr.14180) 746 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:24.926 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:19:24.927 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:20.440841Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:24.537450Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.gpmhgd on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\nDeploy daemon haproxy.nfs.foo.smithi154.gpmhgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.261635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.blfztm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\nDeploy daemon haproxy.nfs.foo.smithi081.blfztm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.263570Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.jxbaap on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:19:25.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:19:25.748 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:25 smithi154 bash[28156]: cluster 2023-11-15T04:19:24.310496+0000 mgr.smithi081.fomiyu (mgr.14180) 747 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:25.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:25 smithi081 bash[24267]: cluster 2023-11-15T04:19:24.310496+0000 mgr.smithi081.fomiyu (mgr.14180) 747 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:26.689 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:19:26.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:26 smithi154 bash[28156]: audit 2023-11-15T04:19:24.914810+0000 mgr.smithi081.fomiyu (mgr.14180) 748 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:26.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:26 smithi081 bash[24267]: audit 2023-11-15T04:19:24.914810+0000 mgr.smithi081.fomiyu (mgr.14180) 748 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:27.799 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:27 smithi081 bash[24267]: cluster 2023-11-15T04:19:26.311937+0000 mgr.smithi081.fomiyu (mgr.14180) 749 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:27.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:27 smithi154 bash[28156]: cluster 2023-11-15T04:19:26.311937+0000 mgr.smithi081.fomiyu (mgr.14180) 749 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:28.821 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:28 smithi081 bash[24267]: audit 2023-11-15T04:19:28.269532+0000 mon.smithi081 (mon.0) 849 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:19:28.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:28 smithi154 bash[28156]: audit 2023-11-15T04:19:28.269532+0000 mon.smithi081 (mon.0) 849 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:19:29.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:29 smithi081 bash[24267]: cluster 2023-11-15T04:19:28.312849+0000 mgr.smithi081.fomiyu (mgr.14180) 750 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:19:29.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:29 smithi081 bash[24267]: audit 2023-11-15T04:19:28.575527+0000 mon.smithi081 (mon.0) 850 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:19:29.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:29 smithi081 bash[24267]: audit 2023-11-15T04:19:28.577056+0000 mon.smithi081 (mon.0) 851 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:19:29.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:29 smithi081 bash[24267]: audit 2023-11-15T04:19:28.584450+0000 mon.smithi081 (mon.0) 852 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:19:29.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:29 smithi081 bash[24267]: cluster 2023-11-15T04:19:28.585159+0000 mgr.smithi081.fomiyu (mgr.14180) 751 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:19:29.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:29 smithi081 bash[24267]: audit 2023-11-15T04:19:28.590003+0000 mon.smithi081 (mon.0) 853 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:19:29.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:29 smithi081 bash[24267]: audit 2023-11-15T04:19:28.604618+0000 mon.smithi081 (mon.0) 854 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:19:29.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:29 smithi081 bash[24267]: cephadm 2023-11-15T04:19:28.607457+0000 mgr.smithi081.fomiyu (mgr.14180) 752 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.ppblnw on smithi154 2023-11-15T04:19:29.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:29 smithi154 bash[28156]: cluster 2023-11-15T04:19:28.312849+0000 mgr.smithi081.fomiyu (mgr.14180) 750 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:19:29.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:29 smithi154 bash[28156]: audit 2023-11-15T04:19:28.575527+0000 mon.smithi081 (mon.0) 850 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:19:29.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:29 smithi154 bash[28156]: audit 2023-11-15T04:19:28.577056+0000 mon.smithi081 (mon.0) 851 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:19:29.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:29 smithi154 bash[28156]: audit 2023-11-15T04:19:28.584450+0000 mon.smithi081 (mon.0) 852 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:19:29.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:29 smithi154 bash[28156]: cluster 2023-11-15T04:19:28.585159+0000 mgr.smithi081.fomiyu (mgr.14180) 751 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:19:30.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:29 smithi154 bash[28156]: audit 2023-11-15T04:19:28.590003+0000 mon.smithi081 (mon.0) 853 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:19:30.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:29 smithi154 bash[28156]: audit 2023-11-15T04:19:28.604618+0000 mon.smithi081 (mon.0) 854 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:19:30.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:29 smithi154 bash[28156]: cephadm 2023-11-15T04:19:28.607457+0000 mgr.smithi081.fomiyu (mgr.14180) 752 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.ppblnw on smithi154 2023-11-15T04:19:30.069 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:19:30.069 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:20.440841Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.fkqpot on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:24.537450Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.gpmhgd on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\nDeploy daemon haproxy.nfs.foo.smithi154.gpmhgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.261635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.blfztm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\nDeploy daemon haproxy.nfs.foo.smithi081.blfztm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.263570Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.jxbaap on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:19:30.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:30 smithi081 bash[24267]: cluster 2023-11-15T04:19:29.581581+0000 mon.smithi081 (mon.0) 855 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:19:30.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:30 smithi081 bash[24267]: cluster 2023-11-15T04:19:29.581612+0000 mon.smithi081 (mon.0) 856 : cluster [INF] Cluster is now healthy 2023-11-15T04:19:30.851 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:19:30.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:30 smithi154 bash[28156]: cluster 2023-11-15T04:19:29.581581+0000 mon.smithi081 (mon.0) 855 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:19:30.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:30 smithi154 bash[28156]: cluster 2023-11-15T04:19:29.581612+0000 mon.smithi081 (mon.0) 856 : cluster [INF] Cluster is now healthy 2023-11-15T04:19:31.852 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:19:31.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:31 smithi081 bash[24267]: audit 2023-11-15T04:19:30.058832+0000 mgr.smithi081.fomiyu (mgr.14180) 753 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:31.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:31 smithi081 bash[24267]: cluster 2023-11-15T04:19:30.586452+0000 mgr.smithi081.fomiyu (mgr.14180) 754 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:19:31.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:31 smithi081 bash[24267]: audit 2023-11-15T04:19:31.493232+0000 mon.smithi081 (mon.0) 857 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:19:31.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:31 smithi154 bash[28156]: audit 2023-11-15T04:19:30.058832+0000 mgr.smithi081.fomiyu (mgr.14180) 753 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:31.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:31 smithi154 bash[28156]: cluster 2023-11-15T04:19:30.586452+0000 mgr.smithi081.fomiyu (mgr.14180) 754 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:19:31.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:31 smithi154 bash[28156]: audit 2023-11-15T04:19:31.493232+0000 mon.smithi081 (mon.0) 857 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:19:32.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:32 smithi154 bash[28156]: audit 2023-11-15T04:19:32.572562+0000 mon.smithi081 (mon.0) 858 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.ppblnw"}]: dispatch 2023-11-15T04:19:32.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:32 smithi081 bash[24267]: audit 2023-11-15T04:19:32.572562+0000 mon.smithi081 (mon.0) 858 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.ppblnw"}]: dispatch 2023-11-15T04:19:33.985 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: cephadm 2023-11-15T04:19:32.571326+0000 mgr.smithi081.fomiyu (mgr.14180) 755 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw 2023-11-15T04:19:33.986 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:19:33.986 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw 2023-11-15T04:19:33.986 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw 2023-11-15T04:19:33.987 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:19:33.987 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw 2023-11-15T04:19:33.987 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.ppblnw ... 2023-11-15T04:19:33.987 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:33.987 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:19:33.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:19:33.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:19:33.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:33.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:19:33.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:19:33.990 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:19:33.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:19:33.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:19:33.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw 2023-11-15T04:19:33.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:19:33.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw 2023-11-15T04:19:33.994 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw 2023-11-15T04:19:33.994 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:19:33.994 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw 2023-11-15T04:19:33.995 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.ppblnw ... 2023-11-15T04:19:33.995 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:33.996 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:19:33.996 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:19:33.996 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:19:33.996 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:33.997 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: cephadm 2023-11-15T04:19:32.571856+0000 mgr.smithi081.fomiyu (mgr.14180) 756 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.ppblnw 2023-11-15T04:19:33.997 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: cephadm 2023-11-15T04:19:32.574327+0000 mgr.smithi081.fomiyu (mgr.14180) 757 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.ppblnw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw 2023-11-15T04:19:33.997 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:19:33.997 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw 2023-11-15T04:19:33.998 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw 2023-11-15T04:19:33.998 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:19:33.998 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw 2023-11-15T04:19:33.999 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.ppblnw ... 2023-11-15T04:19:33.999 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:33.999 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:19:34.000 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:19:34.000 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:19:34.000 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:34.001 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: cephadm 2023-11-15T04:19:32.578324+0000 mgr.smithi081.fomiyu (mgr.14180) 758 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.rfzawv on smithi081 2023-11-15T04:19:34.001 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:33 smithi081 bash[24267]: cluster 2023-11-15T04:19:32.587345+0000 mgr.smithi081.fomiyu (mgr.14180) 759 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:19:34.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: cephadm 2023-11-15T04:19:32.571326+0000 mgr.smithi081.fomiyu (mgr.14180) 755 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw 2023-11-15T04:19:34.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:19:34.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw 2023-11-15T04:19:34.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw 2023-11-15T04:19:34.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:19:34.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw 2023-11-15T04:19:34.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.ppblnw ... 2023-11-15T04:19:34.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:34.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:19:34.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:19:34.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:19:34.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:34.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:19:34.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:19:34.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:19:34.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:19:34.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:19:34.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw 2023-11-15T04:19:34.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:19:34.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw 2023-11-15T04:19:34.011 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw 2023-11-15T04:19:34.011 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:19:34.011 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw 2023-11-15T04:19:34.012 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.ppblnw ... 2023-11-15T04:19:34.012 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:34.013 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:19:34.013 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:19:34.014 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:19:34.014 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:34.014 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: cephadm 2023-11-15T04:19:32.571856+0000 mgr.smithi081.fomiyu (mgr.14180) 756 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.ppblnw 2023-11-15T04:19:34.015 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: cephadm 2023-11-15T04:19:32.574327+0000 mgr.smithi081.fomiyu (mgr.14180) 757 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.ppblnw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw 2023-11-15T04:19:34.015 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:19:34.016 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw 2023-11-15T04:19:34.016 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw 2023-11-15T04:19:34.016 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:19:34.017 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw 2023-11-15T04:19:34.017 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.ppblnw ... 2023-11-15T04:19:34.017 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:34.017 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:19:34.018 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:19:34.018 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:19:34.018 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:34.018 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: cephadm 2023-11-15T04:19:32.578324+0000 mgr.smithi081.fomiyu (mgr.14180) 758 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.rfzawv on smithi081 2023-11-15T04:19:34.018 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:33 smithi154 bash[28156]: cluster 2023-11-15T04:19:32.587345+0000 mgr.smithi081.fomiyu (mgr.14180) 759 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:19:35.341 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:19:35.342 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:24.537450Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.gpmhgd on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-gpmhgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.gpmhgd\nDeploy daemon haproxy.nfs.foo.smithi154.gpmhgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.261635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.blfztm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-blfztm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.blfztm\nDeploy daemon haproxy.nfs.foo.smithi081.blfztm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:28.263570Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.jxbaap on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:32.574060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ppblnw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\nDeploy daemon haproxy.nfs.foo.smithi154.ppblnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -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.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:19:35.748 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:35 smithi154 bash[28156]: cluster 2023-11-15T04:19:34.588303+0000 mgr.smithi081.fomiyu (mgr.14180) 760 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:19:35.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:35 smithi081 bash[24267]: cluster 2023-11-15T04:19:34.588303+0000 mgr.smithi081.fomiyu (mgr.14180) 760 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:19:36.106 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:19:36.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:36 smithi081 bash[24267]: audit 2023-11-15T04:19:35.327685+0000 mgr.smithi081.fomiyu (mgr.14180) 761 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:36.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:36 smithi081 bash[24267]: audit 2023-11-15T04:19:36.335617+0000 mon.smithi081 (mon.0) 859 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.rfzawv"}]: dispatch 2023-11-15T04:19:36.748 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:36 smithi154 bash[28156]: audit 2023-11-15T04:19:35.327685+0000 mgr.smithi081.fomiyu (mgr.14180) 761 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:36.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:36 smithi154 bash[28156]: audit 2023-11-15T04:19:36.335617+0000 mon.smithi081 (mon.0) 859 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.rfzawv"}]: dispatch 2023-11-15T04:19:37.107 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:19:37.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: cephadm 2023-11-15T04:19:36.334486+0000 mgr.smithi081.fomiyu (mgr.14180) 762 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv 2023-11-15T04:19:37.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:19:37.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv 2023-11-15T04:19:37.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv 2023-11-15T04:19:37.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:19:37.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv 2023-11-15T04:19:37.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.rfzawv ... 2023-11-15T04:19:37.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:37.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:19:37.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:19:37.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:19:37.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:37.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:19:37.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:19:37.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:19:37.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:19:37.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:19:37.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv 2023-11-15T04:19:37.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:19:37.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv 2023-11-15T04:19:37.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv 2023-11-15T04:19:37.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:19:37.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv 2023-11-15T04:19:37.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.rfzawv ... 2023-11-15T04:19:37.611 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:37.611 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:19:37.611 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:19:37.611 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:19:37.611 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:37.612 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: cephadm 2023-11-15T04:19:36.334960+0000 mgr.smithi081.fomiyu (mgr.14180) 763 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.rfzawv 2023-11-15T04:19:37.612 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: cephadm 2023-11-15T04:19:36.337037+0000 mgr.smithi081.fomiyu (mgr.14180) 764 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.rfzawv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv 2023-11-15T04:19:37.612 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:19:37.612 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv 2023-11-15T04:19:37.612 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv 2023-11-15T04:19:37.613 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:19:37.613 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv 2023-11-15T04:19:37.613 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.rfzawv ... 2023-11-15T04:19:37.613 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:37.613 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:19:37.614 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:19:37.614 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:19:37.614 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:37.614 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: cephadm 2023-11-15T04:19:36.341188+0000 mgr.smithi081.fomiyu (mgr.14180) 765 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.xhiskh on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:19:37.614 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: cephadm 2023-11-15T04:19:36.343915+0000 mgr.smithi081.fomiyu (mgr.14180) 766 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:19:37.615 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: cluster 2023-11-15T04:19:36.345404+0000 mgr.smithi081.fomiyu (mgr.14180) 767 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:19:37.615 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:37 smithi081 bash[24267]: cluster 2023-11-15T04:19:36.466883+0000 mon.smithi081 (mon.0) 860 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:19:37.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: cephadm 2023-11-15T04:19:36.334486+0000 mgr.smithi081.fomiyu (mgr.14180) 762 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv 2023-11-15T04:19:37.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:19:37.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv 2023-11-15T04:19:37.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv 2023-11-15T04:19:37.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:19:37.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv 2023-11-15T04:19:37.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.rfzawv ... 2023-11-15T04:19:37.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:37.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:19:37.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:19:37.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:19:37.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:37.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:19:37.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:19:37.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:19:37.752 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:19:37.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:19:37.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv 2023-11-15T04:19:37.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:19:37.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv 2023-11-15T04:19:37.753 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv 2023-11-15T04:19:37.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:19:37.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv 2023-11-15T04:19:37.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.rfzawv ... 2023-11-15T04:19:37.754 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:37.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:19:37.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:19:37.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:19:37.755 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:37.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: cephadm 2023-11-15T04:19:36.334960+0000 mgr.smithi081.fomiyu (mgr.14180) 763 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.rfzawv 2023-11-15T04:19:37.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: cephadm 2023-11-15T04:19:36.337037+0000 mgr.smithi081.fomiyu (mgr.14180) 764 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.rfzawv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv 2023-11-15T04:19:37.756 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:19:37.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv 2023-11-15T04:19:37.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv 2023-11-15T04:19:37.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:19:37.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv 2023-11-15T04:19:37.757 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.rfzawv ... 2023-11-15T04:19:37.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:37.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:19:37.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:19:37.758 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:19:37.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:37.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: cephadm 2023-11-15T04:19:36.341188+0000 mgr.smithi081.fomiyu (mgr.14180) 765 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.xhiskh on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:19:37.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: cephadm 2023-11-15T04:19:36.343915+0000 mgr.smithi081.fomiyu (mgr.14180) 766 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:19:37.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: cluster 2023-11-15T04:19:36.345404+0000 mgr.smithi081.fomiyu (mgr.14180) 767 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:19:37.759 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:37 smithi154 bash[28156]: cluster 2023-11-15T04:19:36.466883+0000 mon.smithi081 (mon.0) 860 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:19:39.748 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:39 smithi154 bash[28156]: cluster 2023-11-15T04:19:38.346553+0000 mgr.smithi081.fomiyu (mgr.14180) 768 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:19:39.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:39 smithi081 bash[24267]: cluster 2023-11-15T04:19:38.346553+0000 mgr.smithi081.fomiyu (mgr.14180) 768 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:19:40.552 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:19:40.552 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:32.574060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ppblnw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\nDeploy daemon haproxy.nfs.foo.smithi154.ppblnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:36.336807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.rfzawv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv\nDeploy daemon haproxy.nfs.foo.smithi081.rfzawv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:36.340978Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xhiskh on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:36.343814Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:19:41.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:19:42.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:41 smithi081 bash[24267]: cluster 2023-11-15T04:19:40.347620+0000 mgr.smithi081.fomiyu (mgr.14180) 769 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:19:42.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:41 smithi081 bash[24267]: audit 2023-11-15T04:19:40.545159+0000 mgr.smithi081.fomiyu (mgr.14180) 770 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:42.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:41 smithi081 bash[24267]: audit 2023-11-15T04:19:40.785908+0000 mon.smithi081 (mon.0) 861 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:19:42.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:41 smithi154 bash[28156]: cluster 2023-11-15T04:19:40.347620+0000 mgr.smithi081.fomiyu (mgr.14180) 769 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:19:42.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:41 smithi154 bash[28156]: audit 2023-11-15T04:19:40.545159+0000 mgr.smithi081.fomiyu (mgr.14180) 770 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:42.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:41 smithi154 bash[28156]: audit 2023-11-15T04:19:40.785908+0000 mon.smithi081 (mon.0) 861 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:19:42.327 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:19:44.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:43 smithi081 bash[24267]: cluster 2023-11-15T04:19:42.348906+0000 mgr.smithi081.fomiyu (mgr.14180) 771 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:19:44.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:43 smithi154 bash[28156]: cluster 2023-11-15T04:19:42.348906+0000 mgr.smithi081.fomiyu (mgr.14180) 771 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:19:45.590 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:19:45.591 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:32.574060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ppblnw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\nDeploy daemon haproxy.nfs.foo.smithi154.ppblnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:36.336807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.rfzawv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv\nDeploy daemon haproxy.nfs.foo.smithi081.rfzawv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:36.340978Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xhiskh on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:36.343814Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:19:45.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:45 smithi154 bash[28156]: cluster 2023-11-15T04:19:44.350612+0000 mgr.smithi081.fomiyu (mgr.14180) 772 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:19:46.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:45 smithi081 bash[24267]: cluster 2023-11-15T04:19:44.350612+0000 mgr.smithi081.fomiyu (mgr.14180) 772 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:19:46.340 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:19:47.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:46 smithi081 bash[24267]: audit 2023-11-15T04:19:45.583647+0000 mgr.smithi081.fomiyu (mgr.14180) 773 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:47.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:46 smithi081 bash[24267]: audit 2023-11-15T04:19:46.493855+0000 mon.smithi081 (mon.0) 862 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:19:47.248 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:46 smithi154 bash[28156]: audit 2023-11-15T04:19:45.583647+0000 mgr.smithi081.fomiyu (mgr.14180) 773 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:47.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:46 smithi154 bash[28156]: audit 2023-11-15T04:19:46.493855+0000 mon.smithi081 (mon.0) 862 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:19:47.342 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:19:47.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:47 smithi081 bash[24267]: cluster 2023-11-15T04:19:46.351918+0000 mgr.smithi081.fomiyu (mgr.14180) 774 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:19:48.248 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:47 smithi154 bash[28156]: cluster 2023-11-15T04:19:46.351918+0000 mgr.smithi081.fomiyu (mgr.14180) 774 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:19:50.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:49 smithi081 bash[24267]: cluster 2023-11-15T04:19:48.352858+0000 mgr.smithi081.fomiyu (mgr.14180) 775 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:19:50.248 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:49 smithi154 bash[28156]: cluster 2023-11-15T04:19:48.352858+0000 mgr.smithi081.fomiyu (mgr.14180) 775 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:19:50.662 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:19:50.662 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:32.574060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ppblnw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\nDeploy daemon haproxy.nfs.foo.smithi154.ppblnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:36.336807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.rfzawv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv\nDeploy daemon haproxy.nfs.foo.smithi081.rfzawv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:36.340978Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xhiskh on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:36.343814Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:19:51.437 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:19:52.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:51 smithi081 bash[24267]: cluster 2023-11-15T04:19:50.354376+0000 mgr.smithi081.fomiyu (mgr.14180) 776 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:52.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:51 smithi081 bash[24267]: audit 2023-11-15T04:19:50.654781+0000 mgr.smithi081.fomiyu (mgr.14180) 777 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:52.248 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:51 smithi154 bash[28156]: cluster 2023-11-15T04:19:50.354376+0000 mgr.smithi081.fomiyu (mgr.14180) 776 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:52.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:51 smithi154 bash[28156]: audit 2023-11-15T04:19:50.654781+0000 mgr.smithi081.fomiyu (mgr.14180) 777 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:52.438 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:19:54.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:53 smithi081 bash[24267]: cluster 2023-11-15T04:19:52.355888+0000 mgr.smithi081.fomiyu (mgr.14180) 778 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:54.248 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:53 smithi154 bash[28156]: cluster 2023-11-15T04:19:52.355888+0000 mgr.smithi081.fomiyu (mgr.14180) 778 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:55.649 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:19:55.649 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:32.574060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ppblnw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\nDeploy daemon haproxy.nfs.foo.smithi154.ppblnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:36.336807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.rfzawv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv\nDeploy daemon haproxy.nfs.foo.smithi081.rfzawv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:36.340978Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xhiskh on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:36.343814Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:19:55.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:55 smithi154 bash[28156]: cluster 2023-11-15T04:19:54.357966+0000 mgr.smithi081.fomiyu (mgr.14180) 779 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:56.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:55 smithi081 bash[24267]: cluster 2023-11-15T04:19:54.357966+0000 mgr.smithi081.fomiyu (mgr.14180) 779 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:56.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:19:57.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:56 smithi081 bash[24267]: audit 2023-11-15T04:19:55.638960+0000 mgr.smithi081.fomiyu (mgr.14180) 780 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:57.248 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:56 smithi154 bash[28156]: audit 2023-11-15T04:19:55.638960+0000 mgr.smithi081.fomiyu (mgr.14180) 780 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:57.426 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:19:58.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:57 smithi081 bash[24267]: cluster 2023-11-15T04:19:56.359462+0000 mgr.smithi081.fomiyu (mgr.14180) 781 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:58.248 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:57 smithi154 bash[28156]: cluster 2023-11-15T04:19:56.359462+0000 mgr.smithi081.fomiyu (mgr.14180) 781 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:00.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:19:59 smithi081 bash[24267]: cluster 2023-11-15T04:19:58.361027+0000 mgr.smithi081.fomiyu (mgr.14180) 782 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:20:00.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:19:59 smithi154 bash[28156]: cluster 2023-11-15T04:19:58.361027+0000 mgr.smithi081.fomiyu (mgr.14180) 782 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:20:00.772 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:20:00.791 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:32.574060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ppblnw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\nDeploy daemon haproxy.nfs.foo.smithi154.ppblnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:36.336807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.rfzawv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv\nDeploy daemon haproxy.nfs.foo.smithi081.rfzawv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:36.340978Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xhiskh on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:36.343814Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:20:01.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000137+0000 mon.smithi081 (mon.0) 863 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-11-15T04:20:01.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000232+0000 mon.smithi081 (mon.0) 864 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-11-15T04:20:01.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000287+0000 mon.smithi081 (mon.0) 865 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi154.ppblnw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw 2023-11-15T04:20:01.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000309+0000 mon.smithi081 (mon.0) 866 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T04:20:01.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000329+0000 mon.smithi081 (mon.0) 867 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw 2023-11-15T04:20:01.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000353+0000 mon.smithi081 (mon.0) 868 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw 2023-11-15T04:20:01.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000375+0000 mon.smithi081 (mon.0) 869 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T04:20:01.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000393+0000 mon.smithi081 (mon.0) 870 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw 2023-11-15T04:20:01.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000411+0000 mon.smithi081 (mon.0) 871 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi154.ppblnw ... 2023-11-15T04:20:01.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000429+0000 mon.smithi081 (mon.0) 872 : 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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:01.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000447+0000 mon.smithi081 (mon.0) 873 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:20:01.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000467+0000 mon.smithi081 (mon.0) 874 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:20:01.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000494+0000 mon.smithi081 (mon.0) 875 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-15T04:20:01.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000536+0000 mon.smithi081 (mon.0) 876 : 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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:01.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000572+0000 mon.smithi081 (mon.0) 877 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi081.rfzawv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv 2023-11-15T04:20:01.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000590+0000 mon.smithi081 (mon.0) 878 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T04:20:01.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000609+0000 mon.smithi081 (mon.0) 879 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv 2023-11-15T04:20:01.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000662+0000 mon.smithi081 (mon.0) 880 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv 2023-11-15T04:20:01.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000686+0000 mon.smithi081 (mon.0) 881 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T04:20:01.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000705+0000 mon.smithi081 (mon.0) 882 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv 2023-11-15T04:20:01.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000727+0000 mon.smithi081 (mon.0) 883 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi081.rfzawv ... 2023-11-15T04:20:01.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000758+0000 mon.smithi081 (mon.0) 884 : 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=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:01.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000769+0000 mon.smithi081 (mon.0) 885 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:20:01.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000782+0000 mon.smithi081 (mon.0) 886 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:20:01.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000793+0000 mon.smithi081 (mon.0) 887 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-15T04:20:01.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000804+0000 mon.smithi081 (mon.0) 888 : 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=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:01.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000831+0000 mon.smithi081 (mon.0) 889 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi154.xhiskh on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:20:01.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.000842+0000 mon.smithi081 (mon.0) 890 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:20:01.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000137+0000 mon.smithi081 (mon.0) 863 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-11-15T04:20:01.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000232+0000 mon.smithi081 (mon.0) 864 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-11-15T04:20:01.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000287+0000 mon.smithi081 (mon.0) 865 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi154.ppblnw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw 2023-11-15T04:20:01.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000309+0000 mon.smithi081 (mon.0) 866 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T04:20:01.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000329+0000 mon.smithi081 (mon.0) 867 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw 2023-11-15T04:20:01.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000353+0000 mon.smithi081 (mon.0) 868 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw 2023-11-15T04:20:01.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000375+0000 mon.smithi081 (mon.0) 869 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T04:20:01.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000393+0000 mon.smithi081 (mon.0) 870 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw 2023-11-15T04:20:01.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000411+0000 mon.smithi081 (mon.0) 871 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi154.ppblnw ... 2023-11-15T04:20:01.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000429+0000 mon.smithi081 (mon.0) 872 : 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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:01.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000447+0000 mon.smithi081 (mon.0) 873 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:20:01.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000467+0000 mon.smithi081 (mon.0) 874 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:20:01.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000494+0000 mon.smithi081 (mon.0) 875 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-15T04:20:01.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000536+0000 mon.smithi081 (mon.0) 876 : 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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:01.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000572+0000 mon.smithi081 (mon.0) 877 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi081.rfzawv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv 2023-11-15T04:20:01.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000590+0000 mon.smithi081 (mon.0) 878 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T04:20:01.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000609+0000 mon.smithi081 (mon.0) 879 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv 2023-11-15T04:20:01.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000662+0000 mon.smithi081 (mon.0) 880 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv 2023-11-15T04:20:01.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000686+0000 mon.smithi081 (mon.0) 881 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T04:20:01.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000705+0000 mon.smithi081 (mon.0) 882 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv 2023-11-15T04:20:01.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000727+0000 mon.smithi081 (mon.0) 883 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi081.rfzawv ... 2023-11-15T04:20:01.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000758+0000 mon.smithi081 (mon.0) 884 : 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=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:01.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000769+0000 mon.smithi081 (mon.0) 885 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:20:01.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000782+0000 mon.smithi081 (mon.0) 886 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:20:01.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000793+0000 mon.smithi081 (mon.0) 887 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-15T04:20:01.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000804+0000 mon.smithi081 (mon.0) 888 : 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=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:01.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000831+0000 mon.smithi081 (mon.0) 889 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi154.xhiskh on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:20:01.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.000842+0000 mon.smithi081 (mon.0) 890 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:20:01.564 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:20:02.248 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:01 smithi154 bash[28156]: cluster 2023-11-15T04:20:00.362332+0000 mgr.smithi081.fomiyu (mgr.14180) 783 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:02.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:01 smithi154 bash[28156]: audit 2023-11-15T04:20:00.761064+0000 mgr.smithi081.fomiyu (mgr.14180) 784 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:02.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:01 smithi081 bash[24267]: cluster 2023-11-15T04:20:00.362332+0000 mgr.smithi081.fomiyu (mgr.14180) 783 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:02.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:01 smithi081 bash[24267]: audit 2023-11-15T04:20:00.761064+0000 mgr.smithi081.fomiyu (mgr.14180) 784 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:02.566 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:20:03.968 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:03 smithi081 bash[24267]: cluster 2023-11-15T04:20:02.363774+0000 mgr.smithi081.fomiyu (mgr.14180) 785 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:04.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:03 smithi154 bash[28156]: cluster 2023-11-15T04:20:02.363774+0000 mgr.smithi081.fomiyu (mgr.14180) 785 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:05.799 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:20:05.799 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:32.574060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ppblnw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\nDeploy daemon haproxy.nfs.foo.smithi154.ppblnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:36.336807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.rfzawv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv\nDeploy daemon haproxy.nfs.foo.smithi081.rfzawv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:36.340978Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xhiskh on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:36.343814Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:20:05.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:05 smithi154 bash[28156]: cluster 2023-11-15T04:20:04.365723+0000 mgr.smithi081.fomiyu (mgr.14180) 786 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:06.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:05 smithi081 bash[24267]: cluster 2023-11-15T04:20:04.365723+0000 mgr.smithi081.fomiyu (mgr.14180) 786 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:06.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:20:07.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:06 smithi154 bash[28156]: audit 2023-11-15T04:20:05.787809+0000 mgr.smithi081.fomiyu (mgr.14180) 787 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:07.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:06 smithi081 bash[24267]: audit 2023-11-15T04:20:05.787809+0000 mgr.smithi081.fomiyu (mgr.14180) 787 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:07.594 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:20:08.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:07 smithi081 bash[24267]: cluster 2023-11-15T04:20:06.367052+0000 mgr.smithi081.fomiyu (mgr.14180) 788 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:08.248 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:07 smithi154 bash[28156]: cluster 2023-11-15T04:20:06.367052+0000 mgr.smithi081.fomiyu (mgr.14180) 788 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:09.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:08 smithi081 bash[24267]: cluster 2023-11-15T04:20:08.368184+0000 mgr.smithi081.fomiyu (mgr.14180) 789 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:20:09.248 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:08 smithi154 bash[28156]: cluster 2023-11-15T04:20:08.368184+0000 mgr.smithi081.fomiyu (mgr.14180) 789 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:20:10.910 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:20:10.911 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:32.574060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ppblnw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\nDeploy daemon haproxy.nfs.foo.smithi154.ppblnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:36.336807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.rfzawv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv\nDeploy daemon haproxy.nfs.foo.smithi081.rfzawv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:36.340978Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xhiskh on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:36.343814Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:20:11.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:20:11.748 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:11 smithi154 bash[28156]: cluster 2023-11-15T04:20:10.369767+0000 mgr.smithi081.fomiyu (mgr.14180) 790 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:11.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:11 smithi081 bash[24267]: cluster 2023-11-15T04:20:10.369767+0000 mgr.smithi081.fomiyu (mgr.14180) 790 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:12.623 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:20:12.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:12 smithi154 bash[28156]: audit 2023-11-15T04:20:10.898416+0000 mgr.smithi081.fomiyu (mgr.14180) 791 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:12.820 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:12 smithi081 bash[24267]: audit 2023-11-15T04:20:10.898416+0000 mgr.smithi081.fomiyu (mgr.14180) 791 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:13.748 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:13 smithi154 bash[28156]: cluster 2023-11-15T04:20:12.371434+0000 mgr.smithi081.fomiyu (mgr.14180) 792 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:13.752 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:13 smithi081 bash[24267]: cluster 2023-11-15T04:20:12.371434+0000 mgr.smithi081.fomiyu (mgr.14180) 792 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:15.748 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:15 smithi154 bash[28156]: cluster 2023-11-15T04:20:14.373451+0000 mgr.smithi081.fomiyu (mgr.14180) 793 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:15.846 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:20:15.846 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:32.574060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ppblnw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\nDeploy daemon haproxy.nfs.foo.smithi154.ppblnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:36.336807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.rfzawv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv\nDeploy daemon haproxy.nfs.foo.smithi081.rfzawv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:36.340978Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xhiskh on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:36.343814Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:20:15.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:15 smithi081 bash[24267]: cluster 2023-11-15T04:20:14.373451+0000 mgr.smithi081.fomiyu (mgr.14180) 793 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:16.603 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:20:16.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:16 smithi081 bash[24267]: audit 2023-11-15T04:20:15.835882+0000 mgr.smithi081.fomiyu (mgr.14180) 794 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:16.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:16 smithi154 bash[28156]: audit 2023-11-15T04:20:15.835882+0000 mgr.smithi081.fomiyu (mgr.14180) 794 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:17.605 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:20:17.805 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:17 smithi081 bash[24267]: cluster 2023-11-15T04:20:16.374325+0000 mgr.smithi081.fomiyu (mgr.14180) 795 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:17.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:17 smithi154 bash[28156]: cluster 2023-11-15T04:20:16.374325+0000 mgr.smithi081.fomiyu (mgr.14180) 795 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:19.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:19 smithi081 bash[24267]: cluster 2023-11-15T04:20:18.375852+0000 mgr.smithi081.fomiyu (mgr.14180) 796 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:20:19.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:19 smithi154 bash[28156]: cluster 2023-11-15T04:20:18.375852+0000 mgr.smithi081.fomiyu (mgr.14180) 796 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:20:20.816 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:20:20.816 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:32.574060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ppblnw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\nDeploy daemon haproxy.nfs.foo.smithi154.ppblnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:36.336807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.rfzawv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv\nDeploy daemon haproxy.nfs.foo.smithi081.rfzawv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:36.340978Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xhiskh on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:36.343814Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:20:21.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:20:21.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:21 smithi081 bash[24267]: cluster 2023-11-15T04:20:20.376754+0000 mgr.smithi081.fomiyu (mgr.14180) 797 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:21.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:21 smithi081 bash[24267]: audit 2023-11-15T04:20:20.805454+0000 mgr.smithi081.fomiyu (mgr.14180) 798 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:21.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:21 smithi154 bash[28156]: cluster 2023-11-15T04:20:20.376754+0000 mgr.smithi081.fomiyu (mgr.14180) 797 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:21.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:21 smithi154 bash[28156]: audit 2023-11-15T04:20:20.805454+0000 mgr.smithi081.fomiyu (mgr.14180) 798 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:22.625 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:20:23.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:23 smithi081 bash[24267]: cluster 2023-11-15T04:20:22.378197+0000 mgr.smithi081.fomiyu (mgr.14180) 799 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:23.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:23 smithi154 bash[28156]: cluster 2023-11-15T04:20:22.378197+0000 mgr.smithi081.fomiyu (mgr.14180) 799 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:25.829 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:20:25.830 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:32.574060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ppblnw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\nDeploy daemon haproxy.nfs.foo.smithi154.ppblnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:36.336807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.rfzawv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv\nDeploy daemon haproxy.nfs.foo.smithi081.rfzawv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:36.340978Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xhiskh on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:36.343814Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:20:25.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:25 smithi081 bash[24267]: cluster 2023-11-15T04:20:24.379779+0000 mgr.smithi081.fomiyu (mgr.14180) 800 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:25.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:25 smithi154 bash[28156]: cluster 2023-11-15T04:20:24.379779+0000 mgr.smithi081.fomiyu (mgr.14180) 800 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:26.549 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:20:26.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:26 smithi081 bash[24267]: audit 2023-11-15T04:20:25.817806+0000 mgr.smithi081.fomiyu (mgr.14180) 801 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:26.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:26 smithi154 bash[28156]: audit 2023-11-15T04:20:25.817806+0000 mgr.smithi081.fomiyu (mgr.14180) 801 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:27.550 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:20:27.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:27 smithi081 bash[24267]: cluster 2023-11-15T04:20:26.381217+0000 mgr.smithi081.fomiyu (mgr.14180) 802 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:27.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:27 smithi154 bash[28156]: cluster 2023-11-15T04:20:26.381217+0000 mgr.smithi081.fomiyu (mgr.14180) 802 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:29.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:29 smithi081 bash[24267]: cluster 2023-11-15T04:20:28.382263+0000 mgr.smithi081.fomiyu (mgr.14180) 803 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:20:29.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:29 smithi154 bash[28156]: cluster 2023-11-15T04:20:28.382263+0000 mgr.smithi081.fomiyu (mgr.14180) 803 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:20:30.764 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:20:30.764 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:32.574060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ppblnw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\nDeploy daemon haproxy.nfs.foo.smithi154.ppblnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:36.336807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.rfzawv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv\nDeploy daemon haproxy.nfs.foo.smithi081.rfzawv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:36.340978Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xhiskh on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:36.343814Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:20:31.538 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:20:31.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:31 smithi081 bash[24267]: cluster 2023-11-15T04:20:30.383400+0000 mgr.smithi081.fomiyu (mgr.14180) 804 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:31.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:31 smithi081 bash[24267]: audit 2023-11-15T04:20:30.756987+0000 mgr.smithi081.fomiyu (mgr.14180) 805 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:31.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:31 smithi154 bash[28156]: cluster 2023-11-15T04:20:30.383400+0000 mgr.smithi081.fomiyu (mgr.14180) 804 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:31.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:31 smithi154 bash[28156]: audit 2023-11-15T04:20:30.756987+0000 mgr.smithi081.fomiyu (mgr.14180) 805 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:32.539 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:20:33.849 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:33 smithi081 bash[24267]: cluster 2023-11-15T04:20:32.384916+0000 mgr.smithi081.fomiyu (mgr.14180) 806 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:33.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:33 smithi154 bash[28156]: cluster 2023-11-15T04:20:32.384916+0000 mgr.smithi081.fomiyu (mgr.14180) 806 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:35.539 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:20:35.540 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:32.574060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ppblnw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\nDeploy daemon haproxy.nfs.foo.smithi154.ppblnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:36.336807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.rfzawv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv\nDeploy daemon haproxy.nfs.foo.smithi081.rfzawv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:36.340978Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xhiskh on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:36.343814Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:20:35.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:35 smithi081 bash[24267]: cluster 2023-11-15T04:20:34.386482+0000 mgr.smithi081.fomiyu (mgr.14180) 807 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:35.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:35 smithi154 bash[28156]: cluster 2023-11-15T04:20:34.386482+0000 mgr.smithi081.fomiyu (mgr.14180) 807 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:36.281 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:20:36.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:36 smithi081 bash[24267]: audit 2023-11-15T04:20:35.532020+0000 mgr.smithi081.fomiyu (mgr.14180) 808 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:36.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:36 smithi081 bash[24267]: audit 2023-11-15T04:20:36.348979+0000 mon.smithi081 (mon.0) 891 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:20:36.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:36 smithi154 bash[28156]: audit 2023-11-15T04:20:35.532020+0000 mgr.smithi081.fomiyu (mgr.14180) 808 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:36.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:36 smithi154 bash[28156]: audit 2023-11-15T04:20:36.348979+0000 mon.smithi081 (mon.0) 891 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:20:37.282 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:20:37.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:37 smithi081 bash[24267]: cluster 2023-11-15T04:20:36.387986+0000 mgr.smithi081.fomiyu (mgr.14180) 809 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:37.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:37 smithi081 bash[24267]: audit 2023-11-15T04:20:36.660938+0000 mon.smithi081 (mon.0) 892 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:20:37.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:37 smithi081 bash[24267]: audit 2023-11-15T04:20:36.662621+0000 mon.smithi081 (mon.0) 893 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:20:37.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:37 smithi081 bash[24267]: audit 2023-11-15T04:20:36.670980+0000 mon.smithi081 (mon.0) 894 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:20:37.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:37 smithi081 bash[24267]: cluster 2023-11-15T04:20:36.672134+0000 mgr.smithi081.fomiyu (mgr.14180) 810 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:20:37.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:37 smithi081 bash[24267]: audit 2023-11-15T04:20:36.680121+0000 mon.smithi081 (mon.0) 895 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:20:37.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:37 smithi081 bash[24267]: audit 2023-11-15T04:20:36.691892+0000 mon.smithi081 (mon.0) 896 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:20:37.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:37 smithi081 bash[24267]: cephadm 2023-11-15T04:20:36.695650+0000 mgr.smithi081.fomiyu (mgr.14180) 811 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.lgaxsn on smithi154 2023-11-15T04:20:37.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:37 smithi154 bash[28156]: cluster 2023-11-15T04:20:36.387986+0000 mgr.smithi081.fomiyu (mgr.14180) 809 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:37.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:37 smithi154 bash[28156]: audit 2023-11-15T04:20:36.660938+0000 mon.smithi081 (mon.0) 892 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:20:37.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:37 smithi154 bash[28156]: audit 2023-11-15T04:20:36.662621+0000 mon.smithi081 (mon.0) 893 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:20:37.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:37 smithi154 bash[28156]: audit 2023-11-15T04:20:36.670980+0000 mon.smithi081 (mon.0) 894 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:20:37.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:37 smithi154 bash[28156]: cluster 2023-11-15T04:20:36.672134+0000 mgr.smithi081.fomiyu (mgr.14180) 810 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:20:38.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:37 smithi154 bash[28156]: audit 2023-11-15T04:20:36.680121+0000 mon.smithi081 (mon.0) 895 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:20:38.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:37 smithi154 bash[28156]: audit 2023-11-15T04:20:36.691892+0000 mon.smithi081 (mon.0) 896 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:20:38.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:37 smithi154 bash[28156]: cephadm 2023-11-15T04:20:36.695650+0000 mgr.smithi081.fomiyu (mgr.14180) 811 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.lgaxsn on smithi154 2023-11-15T04:20:38.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:38 smithi081 bash[24267]: cluster 2023-11-15T04:20:37.667323+0000 mon.smithi081 (mon.0) 897 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:20:38.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:38 smithi081 bash[24267]: cluster 2023-11-15T04:20:37.667380+0000 mon.smithi081 (mon.0) 898 : cluster [INF] Cluster is now healthy 2023-11-15T04:20:38.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:38 smithi154 bash[28156]: cluster 2023-11-15T04:20:37.667323+0000 mon.smithi081 (mon.0) 897 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:20:38.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:38 smithi154 bash[28156]: cluster 2023-11-15T04:20:37.667380+0000 mon.smithi081 (mon.0) 898 : cluster [INF] Cluster is now healthy 2023-11-15T04:20:39.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:39 smithi081 bash[24267]: cluster 2023-11-15T04:20:38.673061+0000 mgr.smithi081.fomiyu (mgr.14180) 812 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:20:39.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:39 smithi154 bash[28156]: cluster 2023-11-15T04:20:38.673061+0000 mgr.smithi081.fomiyu (mgr.14180) 812 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:20:40.603 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:20:40.604 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:28.265387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.crkgcz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:32.574060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ppblnw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ppblnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ppblnw\nDeploy daemon haproxy.nfs.foo.smithi154.ppblnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:36.336807Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.rfzawv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-rfzawv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.rfzawv\nDeploy daemon haproxy.nfs.foo.smithi081.rfzawv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:36.340978Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xhiskh on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:36.343814Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:20:40.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:40 smithi154 bash[28156]: audit 2023-11-15T04:20:40.704351+0000 mon.smithi081 (mon.0) 899 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.lgaxsn"}]: dispatch 2023-11-15T04:20:41.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:40 smithi081 bash[24267]: audit 2023-11-15T04:20:40.704351+0000 mon.smithi081 (mon.0) 899 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.lgaxsn"}]: dispatch 2023-11-15T04:20:41.474 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:20:42.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: audit 2023-11-15T04:20:40.592274+0000 mgr.smithi081.fomiyu (mgr.14180) 813 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:42.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: cluster 2023-11-15T04:20:40.674081+0000 mgr.smithi081.fomiyu (mgr.14180) 814 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:20:42.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: cephadm 2023-11-15T04:20:40.703218+0000 mgr.smithi081.fomiyu (mgr.14180) 815 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn 2023-11-15T04:20:42.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:20:42.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn 2023-11-15T04:20:42.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn 2023-11-15T04:20:42.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:20:42.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn 2023-11-15T04:20:42.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.lgaxsn ... 2023-11-15T04:20:42.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:42.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:20:42.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:20:42.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:20:42.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:42.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:20:42.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:20:42.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:20:42.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:20:42.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:20:42.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn 2023-11-15T04:20:42.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:20:42.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn 2023-11-15T04:20:42.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn 2023-11-15T04:20:42.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:20:42.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn 2023-11-15T04:20:42.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.lgaxsn ... 2023-11-15T04:20:42.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:42.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:20:42.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:20:42.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:20:42.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:42.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: cephadm 2023-11-15T04:20:40.703794+0000 mgr.smithi081.fomiyu (mgr.14180) 816 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.lgaxsn 2023-11-15T04:20:42.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: cephadm 2023-11-15T04:20:40.705615+0000 mgr.smithi081.fomiyu (mgr.14180) 817 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.lgaxsn on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn 2023-11-15T04:20:42.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:20:42.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn 2023-11-15T04:20:42.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn 2023-11-15T04:20:42.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:20:42.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn 2023-11-15T04:20:42.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.lgaxsn ... 2023-11-15T04:20:42.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:42.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:20:42.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:20:42.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:20:42.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:42.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:41 smithi081 bash[24267]: cephadm 2023-11-15T04:20:40.709152+0000 mgr.smithi081.fomiyu (mgr.14180) 818 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.tirzit on smithi081 2023-11-15T04:20:42.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: audit 2023-11-15T04:20:40.592274+0000 mgr.smithi081.fomiyu (mgr.14180) 813 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:42.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: cluster 2023-11-15T04:20:40.674081+0000 mgr.smithi081.fomiyu (mgr.14180) 814 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:20:42.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: cephadm 2023-11-15T04:20:40.703218+0000 mgr.smithi081.fomiyu (mgr.14180) 815 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn 2023-11-15T04:20:42.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:20:42.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn 2023-11-15T04:20:42.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn 2023-11-15T04:20:42.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:20:42.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn 2023-11-15T04:20:42.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.lgaxsn ... 2023-11-15T04:20:42.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:42.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:20:42.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:20:42.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:20:42.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:42.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:20:42.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:20:42.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:20:42.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:20:42.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:20:42.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn 2023-11-15T04:20:42.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:20:42.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn 2023-11-15T04:20:42.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn 2023-11-15T04:20:42.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:20:42.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn 2023-11-15T04:20:42.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.lgaxsn ... 2023-11-15T04:20:42.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:42.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:20:42.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:20:42.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:20:42.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:42.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: cephadm 2023-11-15T04:20:40.703794+0000 mgr.smithi081.fomiyu (mgr.14180) 816 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.lgaxsn 2023-11-15T04:20:42.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: cephadm 2023-11-15T04:20:40.705615+0000 mgr.smithi081.fomiyu (mgr.14180) 817 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.lgaxsn on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn 2023-11-15T04:20:42.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:20:42.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn 2023-11-15T04:20:42.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn 2023-11-15T04:20:42.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:20:42.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn 2023-11-15T04:20:42.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.lgaxsn ... 2023-11-15T04:20:42.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:42.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:20:42.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:20:42.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:20:42.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:42.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:41 smithi154 bash[28156]: cephadm 2023-11-15T04:20:40.709152+0000 mgr.smithi081.fomiyu (mgr.14180) 818 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.tirzit on smithi081 2023-11-15T04:20:42.475 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:20:43.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:43 smithi081 bash[24267]: cluster 2023-11-15T04:20:42.675289+0000 mgr.smithi081.fomiyu (mgr.14180) 819 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:20:44.248 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:43 smithi154 bash[28156]: cluster 2023-11-15T04:20:42.675289+0000 mgr.smithi081.fomiyu (mgr.14180) 819 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:20:45.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:45 smithi081 bash[24267]: cluster 2023-11-15T04:20:44.676236+0000 mgr.smithi081.fomiyu (mgr.14180) 820 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:20:45.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:45 smithi081 bash[24267]: audit 2023-11-15T04:20:45.263689+0000 mon.smithi081 (mon.0) 900 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.tirzit"}]: dispatch 2023-11-15T04:20:45.935 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:20:45.935 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:36.343814Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:40.705478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lgaxsn on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\nDeploy daemon haproxy.nfs.foo.smithi154.lgaxsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.264633Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.tirzit on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\nDeploy daemon haproxy.nfs.foo.smithi081.tirzit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.268661Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.prufrd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:20:45.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:45 smithi154 bash[28156]: cluster 2023-11-15T04:20:44.676236+0000 mgr.smithi081.fomiyu (mgr.14180) 820 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:20:45.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:45 smithi154 bash[28156]: audit 2023-11-15T04:20:45.263689+0000 mon.smithi081 (mon.0) 900 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.tirzit"}]: dispatch 2023-11-15T04:20:46.806 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: cephadm 2023-11-15T04:20:45.262688+0000 mgr.smithi081.fomiyu (mgr.14180) 821 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit 2023-11-15T04:20:46.806 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:20:46.807 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit 2023-11-15T04:20:46.807 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit 2023-11-15T04:20:46.807 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:20:46.808 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit 2023-11-15T04:20:46.808 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.tirzit ... 2023-11-15T04:20:46.808 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:46.808 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:20:46.808 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:20:46.809 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:20:46.809 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:46.809 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:20:46.809 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:20:46.809 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:20:46.810 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:20:46.810 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:20:46.810 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit 2023-11-15T04:20:46.810 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:20:46.810 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit 2023-11-15T04:20:46.811 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit 2023-11-15T04:20:46.811 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:20:46.811 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit 2023-11-15T04:20:46.811 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.tirzit ... 2023-11-15T04:20:46.812 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:46.812 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:20:46.812 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:20:46.812 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:20:46.813 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:46.813 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: cephadm 2023-11-15T04:20:45.263226+0000 mgr.smithi081.fomiyu (mgr.14180) 822 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.tirzit 2023-11-15T04:20:46.813 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: cephadm 2023-11-15T04:20:45.264800+0000 mgr.smithi081.fomiyu (mgr.14180) 823 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.tirzit on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit 2023-11-15T04:20:46.813 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:20:46.813 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit 2023-11-15T04:20:46.814 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit 2023-11-15T04:20:46.814 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:20:46.814 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit 2023-11-15T04:20:46.814 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.tirzit ... 2023-11-15T04:20:46.815 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:46.815 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:20:46.815 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:20:46.815 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:20:46.815 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:46.816 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: cephadm 2023-11-15T04:20:45.268824+0000 mgr.smithi081.fomiyu (mgr.14180) 824 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.prufrd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:20:46.816 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: cephadm 2023-11-15T04:20:45.271581+0000 mgr.smithi081.fomiyu (mgr.14180) 825 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:20:46.816 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: cluster 2023-11-15T04:20:45.272571+0000 mgr.smithi081.fomiyu (mgr.14180) 826 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2023-11-15T04:20:46.816 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: cluster 2023-11-15T04:20:45.491715+0000 mon.smithi081 (mon.0) 901 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:20:46.817 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:46 smithi081 bash[24267]: audit 2023-11-15T04:20:45.848429+0000 mon.smithi081 (mon.0) 902 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:20:46.818 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:20:47.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: cephadm 2023-11-15T04:20:45.262688+0000 mgr.smithi081.fomiyu (mgr.14180) 821 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit 2023-11-15T04:20:47.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:20:47.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit 2023-11-15T04:20:47.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit 2023-11-15T04:20:47.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:20:47.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit 2023-11-15T04:20:47.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.tirzit ... 2023-11-15T04:20:47.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:47.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:20:47.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:20:47.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:20:47.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:47.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:20:47.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:20:47.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:20:47.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:20:47.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:20:47.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit 2023-11-15T04:20:47.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:20:47.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit 2023-11-15T04:20:47.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit 2023-11-15T04:20:47.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:20:47.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit 2023-11-15T04:20:47.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.tirzit ... 2023-11-15T04:20:47.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:47.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:20:47.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:20:47.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:20:47.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:47.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: cephadm 2023-11-15T04:20:45.263226+0000 mgr.smithi081.fomiyu (mgr.14180) 822 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.tirzit 2023-11-15T04:20:47.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: cephadm 2023-11-15T04:20:45.264800+0000 mgr.smithi081.fomiyu (mgr.14180) 823 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.tirzit on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit 2023-11-15T04:20:47.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:20:47.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit 2023-11-15T04:20:47.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit 2023-11-15T04:20:47.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:20:47.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit 2023-11-15T04:20:47.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.tirzit ... 2023-11-15T04:20:47.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:47.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:20:47.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:20:47.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:20:47.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:20:47.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: cephadm 2023-11-15T04:20:45.268824+0000 mgr.smithi081.fomiyu (mgr.14180) 824 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.prufrd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:20:47.011 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: cephadm 2023-11-15T04:20:45.271581+0000 mgr.smithi081.fomiyu (mgr.14180) 825 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:20:47.011 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: cluster 2023-11-15T04:20:45.272571+0000 mgr.smithi081.fomiyu (mgr.14180) 826 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2023-11-15T04:20:47.011 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: cluster 2023-11-15T04:20:45.491715+0000 mon.smithi081 (mon.0) 901 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:20:47.011 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:46 smithi154 bash[28156]: audit 2023-11-15T04:20:45.848429+0000 mon.smithi081 (mon.0) 902 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:20:47.819 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:20:47.832 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:47 smithi081 bash[24267]: audit 2023-11-15T04:20:45.923525+0000 mgr.smithi081.fomiyu (mgr.14180) 827 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:47.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:47 smithi154 bash[28156]: audit 2023-11-15T04:20:45.923525+0000 mgr.smithi081.fomiyu (mgr.14180) 827 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:48.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:48 smithi081 bash[24267]: cluster 2023-11-15T04:20:47.274024+0000 mgr.smithi081.fomiyu (mgr.14180) 828 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-11-15T04:20:48.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:48 smithi154 bash[28156]: cluster 2023-11-15T04:20:47.274024+0000 mgr.smithi081.fomiyu (mgr.14180) 828 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-11-15T04:20:50.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:50 smithi081 bash[24267]: cluster 2023-11-15T04:20:49.276057+0000 mgr.smithi081.fomiyu (mgr.14180) 829 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:20:50.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:50 smithi154 bash[28156]: cluster 2023-11-15T04:20:49.276057+0000 mgr.smithi081.fomiyu (mgr.14180) 829 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:20:51.130 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:20:51.131 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:36.343814Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:40.705478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lgaxsn on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\nDeploy daemon haproxy.nfs.foo.smithi154.lgaxsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.264633Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.tirzit on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\nDeploy daemon haproxy.nfs.foo.smithi081.tirzit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.268661Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.prufrd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:20:51.854 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:20:52.855 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:20:52.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:52 smithi081 bash[24267]: audit 2023-11-15T04:20:51.117314+0000 mgr.smithi081.fomiyu (mgr.14180) 830 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:52.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:52 smithi081 bash[24267]: cluster 2023-11-15T04:20:51.277164+0000 mgr.smithi081.fomiyu (mgr.14180) 831 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:20:52.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:52 smithi154 bash[28156]: audit 2023-11-15T04:20:51.117314+0000 mgr.smithi081.fomiyu (mgr.14180) 830 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:52.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:52 smithi154 bash[28156]: cluster 2023-11-15T04:20:51.277164+0000 mgr.smithi081.fomiyu (mgr.14180) 831 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:20:54.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:54 smithi081 bash[24267]: cluster 2023-11-15T04:20:53.278832+0000 mgr.smithi081.fomiyu (mgr.14180) 832 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 26 op/s 2023-11-15T04:20:54.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:54 smithi154 bash[28156]: cluster 2023-11-15T04:20:53.278832+0000 mgr.smithi081.fomiyu (mgr.14180) 832 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 26 op/s 2023-11-15T04:20:56.161 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:20:56.162 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:36.343814Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:40.705478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lgaxsn on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\nDeploy daemon haproxy.nfs.foo.smithi154.lgaxsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.264633Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.tirzit on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\nDeploy daemon haproxy.nfs.foo.smithi081.tirzit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.268661Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.prufrd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:20:56.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:56 smithi081 bash[24267]: cluster 2023-11-15T04:20:55.279932+0000 mgr.smithi081.fomiyu (mgr.14180) 833 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 54 op/s 2023-11-15T04:20:56.911 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:20:56.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:56 smithi154 bash[28156]: cluster 2023-11-15T04:20:55.279932+0000 mgr.smithi081.fomiyu (mgr.14180) 833 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 54 op/s 2023-11-15T04:20:57.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:57 smithi081 bash[24267]: audit 2023-11-15T04:20:56.155016+0000 mgr.smithi081.fomiyu (mgr.14180) 834 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:57.912 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:20:57.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:57 smithi154 bash[28156]: audit 2023-11-15T04:20:56.155016+0000 mgr.smithi081.fomiyu (mgr.14180) 834 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:58.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:20:58 smithi081 bash[24267]: cluster 2023-11-15T04:20:57.281473+0000 mgr.smithi081.fomiyu (mgr.14180) 835 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2023-11-15T04:20:58.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:20:58 smithi154 bash[28156]: cluster 2023-11-15T04:20:57.281473+0000 mgr.smithi081.fomiyu (mgr.14180) 835 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2023-11-15T04:21:00.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:00 smithi081 bash[24267]: cluster 2023-11-15T04:20:59.283621+0000 mgr.smithi081.fomiyu (mgr.14180) 836 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2023-11-15T04:21:00.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:00 smithi154 bash[28156]: cluster 2023-11-15T04:20:59.283621+0000 mgr.smithi081.fomiyu (mgr.14180) 836 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2023-11-15T04:21:01.067 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:21:01.067 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:36.343814Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:40.705478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lgaxsn on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\nDeploy daemon haproxy.nfs.foo.smithi154.lgaxsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.264633Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.tirzit on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\nDeploy daemon haproxy.nfs.foo.smithi081.tirzit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.268661Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.prufrd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:21:01.927 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:21:02.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:02 smithi081 bash[24267]: audit 2023-11-15T04:21:01.060489+0000 mgr.smithi081.fomiyu (mgr.14180) 837 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:02.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:02 smithi081 bash[24267]: cluster 2023-11-15T04:21:01.285123+0000 mgr.smithi081.fomiyu (mgr.14180) 838 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2023-11-15T04:21:02.929 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:21:02.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:02 smithi154 bash[28156]: audit 2023-11-15T04:21:01.060489+0000 mgr.smithi081.fomiyu (mgr.14180) 837 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:02.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:02 smithi154 bash[28156]: cluster 2023-11-15T04:21:01.285123+0000 mgr.smithi081.fomiyu (mgr.14180) 838 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2023-11-15T04:21:04.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:04 smithi081 bash[24267]: cluster 2023-11-15T04:21:03.286879+0000 mgr.smithi081.fomiyu (mgr.14180) 839 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2023-11-15T04:21:04.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:04 smithi154 bash[28156]: cluster 2023-11-15T04:21:03.286879+0000 mgr.smithi081.fomiyu (mgr.14180) 839 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2023-11-15T04:21:06.253 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:21:06.254 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:36.343814Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:40.705478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lgaxsn on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\nDeploy daemon haproxy.nfs.foo.smithi154.lgaxsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.264633Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.tirzit on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\nDeploy daemon haproxy.nfs.foo.smithi081.tirzit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.268661Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.prufrd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:21:06.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:06 smithi081 bash[24267]: cluster 2023-11-15T04:21:05.288508+0000 mgr.smithi081.fomiyu (mgr.14180) 840 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 43 op/s 2023-11-15T04:21:06.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:21:06.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:06 smithi154 bash[28156]: cluster 2023-11-15T04:21:05.288508+0000 mgr.smithi081.fomiyu (mgr.14180) 840 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 43 op/s 2023-11-15T04:21:07.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:07 smithi081 bash[24267]: audit 2023-11-15T04:21:06.240761+0000 mgr.smithi081.fomiyu (mgr.14180) 841 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:07.983 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:21:07.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:07 smithi154 bash[28156]: audit 2023-11-15T04:21:06.240761+0000 mgr.smithi081.fomiyu (mgr.14180) 841 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:08.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:08 smithi081 bash[24267]: cluster 2023-11-15T04:21:07.290092+0000 mgr.smithi081.fomiyu (mgr.14180) 842 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 18 op/s 2023-11-15T04:21:08.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:08 smithi154 bash[28156]: cluster 2023-11-15T04:21:07.290092+0000 mgr.smithi081.fomiyu (mgr.14180) 842 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 18 op/s 2023-11-15T04:21:10.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:10 smithi081 bash[24267]: cluster 2023-11-15T04:21:09.292113+0000 mgr.smithi081.fomiyu (mgr.14180) 843 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:10.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:10 smithi154 bash[28156]: cluster 2023-11-15T04:21:09.292113+0000 mgr.smithi081.fomiyu (mgr.14180) 843 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:11.249 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:21:11.250 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:36.343814Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:40.705478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lgaxsn on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\nDeploy daemon haproxy.nfs.foo.smithi154.lgaxsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.264633Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.tirzit on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\nDeploy daemon haproxy.nfs.foo.smithi081.tirzit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.268661Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.prufrd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:21:11.958 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:21:12.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:12 smithi081 bash[24267]: audit 2023-11-15T04:21:11.235543+0000 mgr.smithi081.fomiyu (mgr.14180) 844 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:12.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:12 smithi081 bash[24267]: cluster 2023-11-15T04:21:11.293288+0000 mgr.smithi081.fomiyu (mgr.14180) 845 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:12.959 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:21:12.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:12 smithi154 bash[28156]: audit 2023-11-15T04:21:11.235543+0000 mgr.smithi081.fomiyu (mgr.14180) 844 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:12.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:12 smithi154 bash[28156]: cluster 2023-11-15T04:21:11.293288+0000 mgr.smithi081.fomiyu (mgr.14180) 845 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:14.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:14 smithi081 bash[24267]: cluster 2023-11-15T04:21:13.294971+0000 mgr.smithi081.fomiyu (mgr.14180) 846 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:14.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:14 smithi154 bash[28156]: cluster 2023-11-15T04:21:13.294971+0000 mgr.smithi081.fomiyu (mgr.14180) 846 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:16.393 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:21:16.394 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:36.343814Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:40.705478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lgaxsn on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\nDeploy daemon haproxy.nfs.foo.smithi154.lgaxsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.264633Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.tirzit on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\nDeploy daemon haproxy.nfs.foo.smithi081.tirzit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.268661Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.prufrd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:21:16.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:16 smithi081 bash[24267]: cluster 2023-11-15T04:21:15.296013+0000 mgr.smithi081.fomiyu (mgr.14180) 847 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:16.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:16 smithi154 bash[28156]: cluster 2023-11-15T04:21:15.296013+0000 mgr.smithi081.fomiyu (mgr.14180) 847 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:17.164 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:21:17.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:17 smithi154 bash[28156]: audit 2023-11-15T04:21:16.380097+0000 mgr.smithi081.fomiyu (mgr.14180) 848 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:18.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:17 smithi081 bash[24267]: audit 2023-11-15T04:21:16.380097+0000 mgr.smithi081.fomiyu (mgr.14180) 848 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:18.166 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:21:18.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:18 smithi081 bash[24267]: cluster 2023-11-15T04:21:17.297445+0000 mgr.smithi081.fomiyu (mgr.14180) 849 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:21:18.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:18 smithi154 bash[28156]: cluster 2023-11-15T04:21:17.297445+0000 mgr.smithi081.fomiyu (mgr.14180) 849 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:21:20.979 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:20 smithi081 bash[24267]: cluster 2023-11-15T04:21:19.299549+0000 mgr.smithi081.fomiyu (mgr.14180) 850 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:20.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:20 smithi154 bash[28156]: cluster 2023-11-15T04:21:19.299549+0000 mgr.smithi081.fomiyu (mgr.14180) 850 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:21.441 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:21:21.441 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:36.343814Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:40.705478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lgaxsn on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\nDeploy daemon haproxy.nfs.foo.smithi154.lgaxsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.264633Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.tirzit on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\nDeploy daemon haproxy.nfs.foo.smithi081.tirzit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.268661Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.prufrd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:21:22.154 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:21:22.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:22 smithi154 bash[28156]: cluster 2023-11-15T04:21:21.300842+0000 mgr.smithi081.fomiyu (mgr.14180) 851 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:22.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:22 smithi154 bash[28156]: audit 2023-11-15T04:21:21.430618+0000 mgr.smithi081.fomiyu (mgr.14180) 852 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:23.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:22 smithi081 bash[24267]: cluster 2023-11-15T04:21:21.300842+0000 mgr.smithi081.fomiyu (mgr.14180) 851 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:23.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:22 smithi081 bash[24267]: audit 2023-11-15T04:21:21.430618+0000 mgr.smithi081.fomiyu (mgr.14180) 852 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:23.155 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:21:24.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:24 smithi081 bash[24267]: cluster 2023-11-15T04:21:23.302484+0000 mgr.smithi081.fomiyu (mgr.14180) 853 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:24.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:24 smithi154 bash[28156]: cluster 2023-11-15T04:21:23.302484+0000 mgr.smithi081.fomiyu (mgr.14180) 853 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:26.401 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:21:26.402 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:36.343814Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:40.705478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lgaxsn on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\nDeploy daemon haproxy.nfs.foo.smithi154.lgaxsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.264633Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.tirzit on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\nDeploy daemon haproxy.nfs.foo.smithi081.tirzit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.268661Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.prufrd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:21:26.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:26 smithi081 bash[24267]: cluster 2023-11-15T04:21:25.304061+0000 mgr.smithi081.fomiyu (mgr.14180) 854 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:26.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:26 smithi154 bash[28156]: cluster 2023-11-15T04:21:25.304061+0000 mgr.smithi081.fomiyu (mgr.14180) 854 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:27.101 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:21:27.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:27 smithi154 bash[28156]: audit 2023-11-15T04:21:26.388565+0000 mgr.smithi081.fomiyu (mgr.14180) 855 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:28.102 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:21:28.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:27 smithi081 bash[24267]: audit 2023-11-15T04:21:26.388565+0000 mgr.smithi081.fomiyu (mgr.14180) 855 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:28.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:28 smithi154 bash[28156]: cluster 2023-11-15T04:21:27.305738+0000 mgr.smithi081.fomiyu (mgr.14180) 856 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:21:29.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:28 smithi081 bash[24267]: cluster 2023-11-15T04:21:27.305738+0000 mgr.smithi081.fomiyu (mgr.14180) 856 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:21:30.930 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:30 smithi081 bash[24267]: cluster 2023-11-15T04:21:29.307562+0000 mgr.smithi081.fomiyu (mgr.14180) 857 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:30.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:30 smithi154 bash[28156]: cluster 2023-11-15T04:21:29.307562+0000 mgr.smithi081.fomiyu (mgr.14180) 857 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:31.318 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:21:31.318 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:36.343814Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:40.705478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lgaxsn on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\nDeploy daemon haproxy.nfs.foo.smithi154.lgaxsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.264633Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.tirzit on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\nDeploy daemon haproxy.nfs.foo.smithi081.tirzit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.268661Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.prufrd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:21:32.060 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:21:32.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:32 smithi154 bash[28156]: audit 2023-11-15T04:21:31.305066+0000 mgr.smithi081.fomiyu (mgr.14180) 858 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:32.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:32 smithi154 bash[28156]: cluster 2023-11-15T04:21:31.308658+0000 mgr.smithi081.fomiyu (mgr.14180) 859 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:33.062 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:21:33.075 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:32 smithi081 bash[24267]: audit 2023-11-15T04:21:31.305066+0000 mgr.smithi081.fomiyu (mgr.14180) 858 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:33.075 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:32 smithi081 bash[24267]: cluster 2023-11-15T04:21:31.308658+0000 mgr.smithi081.fomiyu (mgr.14180) 859 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:34.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:34 smithi154 bash[28156]: cluster 2023-11-15T04:21:33.309553+0000 mgr.smithi081.fomiyu (mgr.14180) 860 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-15T04:21:35.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:34 smithi081 bash[24267]: cluster 2023-11-15T04:21:33.309553+0000 mgr.smithi081.fomiyu (mgr.14180) 860 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-15T04:21:36.258 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:21:36.259 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:36.343814Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:40.705478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lgaxsn on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\nDeploy daemon haproxy.nfs.foo.smithi154.lgaxsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.264633Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.tirzit on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\nDeploy daemon haproxy.nfs.foo.smithi081.tirzit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.268661Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.prufrd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:21:36.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:36 smithi154 bash[28156]: cluster 2023-11-15T04:21:35.311244+0000 mgr.smithi081.fomiyu (mgr.14180) 861 : cluster [DBG] pgmap v613: 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 2023-11-15T04:21:36.999 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:36 smithi081 bash[24267]: cluster 2023-11-15T04:21:35.311244+0000 mgr.smithi081.fomiyu (mgr.14180) 861 : cluster [DBG] pgmap v613: 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 2023-11-15T04:21:37.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:21:37.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:37 smithi154 bash[28156]: audit 2023-11-15T04:21:36.246494+0000 mgr.smithi081.fomiyu (mgr.14180) 862 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:38.002 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:21:38.015 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:37 smithi081 bash[24267]: audit 2023-11-15T04:21:36.246494+0000 mgr.smithi081.fomiyu (mgr.14180) 862 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:38.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:38 smithi154 bash[28156]: cluster 2023-11-15T04:21:37.312842+0000 mgr.smithi081.fomiyu (mgr.14180) 863 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:21:39.041 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:38 smithi081 bash[24267]: cluster 2023-11-15T04:21:37.312842+0000 mgr.smithi081.fomiyu (mgr.14180) 863 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:21:40.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:40 smithi154 bash[28156]: cluster 2023-11-15T04:21:39.313989+0000 mgr.smithi081.fomiyu (mgr.14180) 864 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:21:41.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:40 smithi081 bash[24267]: cluster 2023-11-15T04:21:39.313989+0000 mgr.smithi081.fomiyu (mgr.14180) 864 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:21:41.169 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:21:41.169 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:36.343814Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:40.705478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lgaxsn on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\nDeploy daemon haproxy.nfs.foo.smithi154.lgaxsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.264633Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.tirzit on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\nDeploy daemon haproxy.nfs.foo.smithi081.tirzit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.268661Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.prufrd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:21:41.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:21:42.897 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:21:42.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:42 smithi154 bash[28156]: audit 2023-11-15T04:21:41.162582+0000 mgr.smithi081.fomiyu (mgr.14180) 865 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:42.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:42 smithi154 bash[28156]: cluster 2023-11-15T04:21:41.315477+0000 mgr.smithi081.fomiyu (mgr.14180) 866 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:21:43.097 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:42 smithi081 bash[24267]: audit 2023-11-15T04:21:41.162582+0000 mgr.smithi081.fomiyu (mgr.14180) 865 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:43.097 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:42 smithi081 bash[24267]: cluster 2023-11-15T04:21:41.315477+0000 mgr.smithi081.fomiyu (mgr.14180) 866 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:21:44.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:44 smithi154 bash[28156]: cluster 2023-11-15T04:21:43.317214+0000 mgr.smithi081.fomiyu (mgr.14180) 867 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:21:45.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:44 smithi081 bash[24267]: cluster 2023-11-15T04:21:43.317214+0000 mgr.smithi081.fomiyu (mgr.14180) 867 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:21:45.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:45 smithi081 bash[24267]: audit 2023-11-15T04:21:45.275712+0000 mon.smithi081 (mon.0) 903 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:21:45.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:45 smithi081 bash[24267]: audit 2023-11-15T04:21:45.574946+0000 mon.smithi081 (mon.0) 904 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:21:45.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:45 smithi081 bash[24267]: audit 2023-11-15T04:21:45.576222+0000 mon.smithi081 (mon.0) 905 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:21:45.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:45 smithi081 bash[24267]: audit 2023-11-15T04:21:45.583805+0000 mon.smithi081 (mon.0) 906 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:21:45.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:45 smithi081 bash[24267]: audit 2023-11-15T04:21:45.589678+0000 mon.smithi081 (mon.0) 907 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:21:45.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:45 smithi081 bash[24267]: audit 2023-11-15T04:21:45.605087+0000 mon.smithi081 (mon.0) 908 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:21:45.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:45 smithi154 bash[28156]: audit 2023-11-15T04:21:45.275712+0000 mon.smithi081 (mon.0) 903 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:21:45.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:45 smithi154 bash[28156]: audit 2023-11-15T04:21:45.574946+0000 mon.smithi081 (mon.0) 904 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:21:46.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:45 smithi154 bash[28156]: audit 2023-11-15T04:21:45.576222+0000 mon.smithi081 (mon.0) 905 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:21:46.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:45 smithi154 bash[28156]: audit 2023-11-15T04:21:45.583805+0000 mon.smithi081 (mon.0) 906 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:21:46.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:45 smithi154 bash[28156]: audit 2023-11-15T04:21:45.589678+0000 mon.smithi081 (mon.0) 907 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:21:46.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:45 smithi154 bash[28156]: audit 2023-11-15T04:21:45.605087+0000 mon.smithi081 (mon.0) 908 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:21:46.042 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:21:46.042 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:36.343814Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xkysnh on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:40.705478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lgaxsn on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\nDeploy daemon haproxy.nfs.foo.smithi154.lgaxsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.264633Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.tirzit on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\nDeploy daemon haproxy.nfs.foo.smithi081.tirzit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.268661Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.prufrd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:21:46.852 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:21:46.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:46 smithi154 bash[28156]: cluster 2023-11-15T04:21:45.318900+0000 mgr.smithi081.fomiyu (mgr.14180) 868 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 4 op/s 2023-11-15T04:21:46.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:46 smithi154 bash[28156]: cluster 2023-11-15T04:21:45.584499+0000 mgr.smithi081.fomiyu (mgr.14180) 869 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 0 B/s wr, 3 op/s 2023-11-15T04:21:46.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:46 smithi154 bash[28156]: cephadm 2023-11-15T04:21:45.609421+0000 mgr.smithi081.fomiyu (mgr.14180) 870 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.ozkdfx on smithi154 2023-11-15T04:21:47.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:46 smithi154 bash[28156]: cluster 2023-11-15T04:21:45.709731+0000 mon.smithi081 (mon.0) 909 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:21:47.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:46 smithi154 bash[28156]: cluster 2023-11-15T04:21:45.709769+0000 mon.smithi081 (mon.0) 910 : cluster [INF] Cluster is now healthy 2023-11-15T04:21:47.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:46 smithi154 bash[28156]: audit 2023-11-15T04:21:46.495320+0000 mon.smithi081 (mon.0) 911 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:21:47.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:46 smithi081 bash[24267]: cluster 2023-11-15T04:21:45.318900+0000 mgr.smithi081.fomiyu (mgr.14180) 868 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 4 op/s 2023-11-15T04:21:47.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:46 smithi081 bash[24267]: cluster 2023-11-15T04:21:45.584499+0000 mgr.smithi081.fomiyu (mgr.14180) 869 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 0 B/s wr, 3 op/s 2023-11-15T04:21:47.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:46 smithi081 bash[24267]: cephadm 2023-11-15T04:21:45.609421+0000 mgr.smithi081.fomiyu (mgr.14180) 870 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.ozkdfx on smithi154 2023-11-15T04:21:47.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:46 smithi081 bash[24267]: cluster 2023-11-15T04:21:45.709731+0000 mon.smithi081 (mon.0) 909 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:21:47.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:46 smithi081 bash[24267]: cluster 2023-11-15T04:21:45.709769+0000 mon.smithi081 (mon.0) 910 : cluster [INF] Cluster is now healthy 2023-11-15T04:21:47.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:46 smithi081 bash[24267]: audit 2023-11-15T04:21:46.495320+0000 mon.smithi081 (mon.0) 911 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:21:47.853 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:21:47.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:47 smithi154 bash[28156]: audit 2023-11-15T04:21:46.030622+0000 mgr.smithi081.fomiyu (mgr.14180) 871 : audit [DBG] from='client.24881 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:48.049 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:47 smithi081 bash[24267]: audit 2023-11-15T04:21:46.030622+0000 mgr.smithi081.fomiyu (mgr.14180) 871 : audit [DBG] from='client.24881 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:48.993 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:48 smithi154 bash[28156]: cluster 2023-11-15T04:21:47.585752+0000 mgr.smithi081.fomiyu (mgr.14180) 872 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:21:49.025 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:48 smithi081 bash[24267]: cluster 2023-11-15T04:21:47.585752+0000 mgr.smithi081.fomiyu (mgr.14180) 872 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:21:49.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:49 smithi154 bash[28156]: audit 2023-11-15T04:21:49.416804+0000 mon.smithi081 (mon.0) 912 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.ozkdfx"}]: dispatch 2023-11-15T04:21:50.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:49 smithi081 bash[24267]: audit 2023-11-15T04:21:49.416804+0000 mon.smithi081 (mon.0) 912 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.ozkdfx"}]: dispatch 2023-11-15T04:21:50.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: cephadm 2023-11-15T04:21:49.415926+0000 mgr.smithi081.fomiyu (mgr.14180) 873 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx 2023-11-15T04:21:51.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:21:51.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx 2023-11-15T04:21:51.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx 2023-11-15T04:21:51.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:21:51.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx 2023-11-15T04:21:51.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.ozkdfx ... 2023-11-15T04:21:51.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:51.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:21:51.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:21:51.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:21:51.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:51.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:21:51.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:21:51.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:21:51.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:21:51.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:21:51.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx 2023-11-15T04:21:51.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:21:51.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx 2023-11-15T04:21:51.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx 2023-11-15T04:21:51.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:21:51.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx 2023-11-15T04:21:51.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.ozkdfx ... 2023-11-15T04:21:51.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:51.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:21:51.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:21:51.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:21:51.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:51.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: cephadm 2023-11-15T04:21:49.416190+0000 mgr.smithi081.fomiyu (mgr.14180) 874 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.ozkdfx 2023-11-15T04:21:51.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: cephadm 2023-11-15T04:21:49.418301+0000 mgr.smithi081.fomiyu (mgr.14180) 875 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.ozkdfx on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx 2023-11-15T04:21:51.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:21:51.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx 2023-11-15T04:21:51.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx 2023-11-15T04:21:51.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:21:51.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx 2023-11-15T04:21:51.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.ozkdfx ... 2023-11-15T04:21:51.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:51.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:21:51.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:21:51.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:21:51.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:51.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: cephadm 2023-11-15T04:21:49.420548+0000 mgr.smithi081.fomiyu (mgr.14180) 876 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.wwqkxd on smithi081 2023-11-15T04:21:51.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:50 smithi154 bash[28156]: cluster 2023-11-15T04:21:49.586698+0000 mgr.smithi081.fomiyu (mgr.14180) 877 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:21:51.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: cephadm 2023-11-15T04:21:49.415926+0000 mgr.smithi081.fomiyu (mgr.14180) 873 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx 2023-11-15T04:21:51.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:21:51.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx 2023-11-15T04:21:51.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx 2023-11-15T04:21:51.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:21:51.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx 2023-11-15T04:21:51.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.ozkdfx ... 2023-11-15T04:21:51.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:51.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:21:51.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:21:51.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:21:51.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:51.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:21:51.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:21:51.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:21:51.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:21:51.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:21:51.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx 2023-11-15T04:21:51.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:21:51.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx 2023-11-15T04:21:51.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx 2023-11-15T04:21:51.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:21:51.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx 2023-11-15T04:21:51.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.ozkdfx ... 2023-11-15T04:21:51.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:51.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:21:51.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:21:51.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:21:51.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:51.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: cephadm 2023-11-15T04:21:49.416190+0000 mgr.smithi081.fomiyu (mgr.14180) 874 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.ozkdfx 2023-11-15T04:21:51.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: cephadm 2023-11-15T04:21:49.418301+0000 mgr.smithi081.fomiyu (mgr.14180) 875 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.ozkdfx on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx 2023-11-15T04:21:51.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:21:51.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx 2023-11-15T04:21:51.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx 2023-11-15T04:21:51.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:21:51.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx 2023-11-15T04:21:51.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.ozkdfx ... 2023-11-15T04:21:51.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:51.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:21:51.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:21:51.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:21:51.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:51.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: cephadm 2023-11-15T04:21:49.420548+0000 mgr.smithi081.fomiyu (mgr.14180) 876 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.wwqkxd on smithi081 2023-11-15T04:21:51.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:50 smithi081 bash[24267]: cluster 2023-11-15T04:21:49.586698+0000 mgr.smithi081.fomiyu (mgr.14180) 877 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:21:51.216 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:21:51.217 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:20:40.705478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lgaxsn on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lgaxsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lgaxsn\nDeploy daemon haproxy.nfs.foo.smithi154.lgaxsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.264633Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.tirzit on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-tirzit\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.tirzit\nDeploy daemon haproxy.nfs.foo.smithi081.tirzit ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:20:45.268661Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.prufrd on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:49.418168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ozkdfx on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\nDeploy daemon haproxy.nfs.foo.smithi154.ozkdfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -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.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:21:52.006 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:21:53.007 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:21:53.021 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:52 smithi081 bash[24267]: audit 2023-11-15T04:21:51.209842+0000 mgr.smithi081.fomiyu (mgr.14180) 878 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:53.021 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:52 smithi081 bash[24267]: cluster 2023-11-15T04:21:51.587630+0000 mgr.smithi081.fomiyu (mgr.14180) 879 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:21:53.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:52 smithi154 bash[28156]: audit 2023-11-15T04:21:51.209842+0000 mgr.smithi081.fomiyu (mgr.14180) 878 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:53.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:52 smithi154 bash[28156]: cluster 2023-11-15T04:21:51.587630+0000 mgr.smithi081.fomiyu (mgr.14180) 879 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:21:54.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:53 smithi081 bash[24267]: audit 2023-11-15T04:21:53.226385+0000 mon.smithi081 (mon.0) 913 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.wwqkxd"}]: dispatch 2023-11-15T04:21:54.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:53 smithi154 bash[28156]: audit 2023-11-15T04:21:53.226385+0000 mon.smithi081 (mon.0) 913 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.wwqkxd"}]: dispatch 2023-11-15T04:21:55.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: cephadm 2023-11-15T04:21:53.225658+0000 mgr.smithi081.fomiyu (mgr.14180) 880 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd 2023-11-15T04:21:55.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:21:55.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd 2023-11-15T04:21:55.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd 2023-11-15T04:21:55.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:21:55.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd 2023-11-15T04:21:55.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.wwqkxd ... 2023-11-15T04:21:55.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:55.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:21:55.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:21:55.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:21:55.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:55.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:21:55.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:21:55.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:21:55.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:21:55.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:21:55.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd 2023-11-15T04:21:55.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:21:55.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd 2023-11-15T04:21:55.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd 2023-11-15T04:21:55.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:21:55.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd 2023-11-15T04:21:55.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.wwqkxd ... 2023-11-15T04:21:55.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:55.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:21:55.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:21:55.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:21:55.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:55.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: cephadm 2023-11-15T04:21:53.225861+0000 mgr.smithi081.fomiyu (mgr.14180) 881 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.wwqkxd 2023-11-15T04:21:55.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: cephadm 2023-11-15T04:21:53.227620+0000 mgr.smithi081.fomiyu (mgr.14180) 882 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.wwqkxd on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd 2023-11-15T04:21:55.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:21:55.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd 2023-11-15T04:21:55.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd 2023-11-15T04:21:55.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:21:55.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd 2023-11-15T04:21:55.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.wwqkxd ... 2023-11-15T04:21:55.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:55.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:21:55.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:21:55.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:21:55.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:55.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: cephadm 2023-11-15T04:21:53.229643+0000 mgr.smithi081.fomiyu (mgr.14180) 883 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.xqjdns on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:21:55.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: cephadm 2023-11-15T04:21:53.231228+0000 mgr.smithi081.fomiyu (mgr.14180) 884 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:21:55.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: cluster 2023-11-15T04:21:53.232534+0000 mgr.smithi081.fomiyu (mgr.14180) 885 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-15T04:21:55.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:54 smithi081 bash[24267]: cluster 2023-11-15T04:21:53.746710+0000 mon.smithi081 (mon.0) 914 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:21:55.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: cephadm 2023-11-15T04:21:53.225658+0000 mgr.smithi081.fomiyu (mgr.14180) 880 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd 2023-11-15T04:21:55.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:21:55.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd 2023-11-15T04:21:55.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd 2023-11-15T04:21:55.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:21:55.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd 2023-11-15T04:21:55.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.wwqkxd ... 2023-11-15T04:21:55.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:55.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:21:55.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:21:55.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:21:55.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:55.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:21:55.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:21:55.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:21:55.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:21:55.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:21:55.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd 2023-11-15T04:21:55.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:21:55.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd 2023-11-15T04:21:55.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd 2023-11-15T04:21:55.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:21:55.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd 2023-11-15T04:21:55.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.wwqkxd ... 2023-11-15T04:21:55.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:55.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:21:55.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:21:55.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:21:55.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:55.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: cephadm 2023-11-15T04:21:53.225861+0000 mgr.smithi081.fomiyu (mgr.14180) 881 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.wwqkxd 2023-11-15T04:21:55.263 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: cephadm 2023-11-15T04:21:53.227620+0000 mgr.smithi081.fomiyu (mgr.14180) 882 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.wwqkxd on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd 2023-11-15T04:21:55.264 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:21:55.264 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd 2023-11-15T04:21:55.264 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd 2023-11-15T04:21:55.264 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:21:55.265 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd 2023-11-15T04:21:55.265 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.wwqkxd ... 2023-11-15T04:21:55.265 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:55.265 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:21:55.265 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:21:55.266 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:21:55.266 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:55.266 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: cephadm 2023-11-15T04:21:53.229643+0000 mgr.smithi081.fomiyu (mgr.14180) 883 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.xqjdns on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:21:55.266 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: cephadm 2023-11-15T04:21:53.231228+0000 mgr.smithi081.fomiyu (mgr.14180) 884 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:21:55.267 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: cluster 2023-11-15T04:21:53.232534+0000 mgr.smithi081.fomiyu (mgr.14180) 885 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-15T04:21:55.267 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:54 smithi154 bash[28156]: cluster 2023-11-15T04:21:53.746710+0000 mon.smithi081 (mon.0) 914 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:21:56.528 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:21:56.528 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:49.418168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ozkdfx on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\nDeploy daemon haproxy.nfs.foo.smithi154.ozkdfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.227506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.wwqkxd on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\nDeploy daemon haproxy.nfs.foo.smithi081.wwqkxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.229559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xqjdns on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:21:56.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:56 smithi081 bash[24267]: cluster 2023-11-15T04:21:55.234148+0000 mgr.smithi081.fomiyu (mgr.14180) 886 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-15T04:21:56.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:56 smithi081 bash[24267]: audit 2023-11-15T04:21:55.909692+0000 mon.smithi081 (mon.0) 915 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:21:57.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:56 smithi154 bash[28156]: cluster 2023-11-15T04:21:55.234148+0000 mgr.smithi081.fomiyu (mgr.14180) 886 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-15T04:21:57.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:56 smithi154 bash[28156]: audit 2023-11-15T04:21:55.909692+0000 mon.smithi081 (mon.0) 915 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:21:57.253 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:21:58.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:57 smithi081 bash[24267]: audit 2023-11-15T04:21:56.517717+0000 mgr.smithi081.fomiyu (mgr.14180) 887 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:58.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:57 smithi154 bash[28156]: audit 2023-11-15T04:21:56.517717+0000 mgr.smithi081.fomiyu (mgr.14180) 887 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:58.254 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:21:59.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:21:58 smithi081 bash[24267]: cluster 2023-11-15T04:21:57.235563+0000 mgr.smithi081.fomiyu (mgr.14180) 888 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-15T04:21:59.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:21:58 smithi154 bash[28156]: cluster 2023-11-15T04:21:57.235563+0000 mgr.smithi081.fomiyu (mgr.14180) 888 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-15T04:22:01.085 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:00 smithi081 bash[24267]: cluster 2023-11-15T04:21:59.236657+0000 mgr.smithi081.fomiyu (mgr.14180) 889 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:22:01.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:00 smithi154 bash[28156]: cluster 2023-11-15T04:21:59.236657+0000 mgr.smithi081.fomiyu (mgr.14180) 889 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:22:01.438 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:22:01.439 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:49.418168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ozkdfx on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\nDeploy daemon haproxy.nfs.foo.smithi154.ozkdfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.227506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.wwqkxd on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\nDeploy daemon haproxy.nfs.foo.smithi081.wwqkxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.229559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xqjdns on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:22:02.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:22:02.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:02 smithi081 bash[24267]: cluster 2023-11-15T04:22:01.237555+0000 mgr.smithi081.fomiyu (mgr.14180) 890 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:22:02.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:02 smithi081 bash[24267]: audit 2023-11-15T04:22:01.428164+0000 mgr.smithi081.fomiyu (mgr.14180) 891 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:02.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:02 smithi081 bash[24267]: audit 2023-11-15T04:22:01.496568+0000 mon.smithi081 (mon.0) 916 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:22:02.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:02 smithi154 bash[28156]: cluster 2023-11-15T04:22:01.237555+0000 mgr.smithi081.fomiyu (mgr.14180) 890 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:22:02.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:02 smithi154 bash[28156]: audit 2023-11-15T04:22:01.428164+0000 mgr.smithi081.fomiyu (mgr.14180) 891 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:02.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:02 smithi154 bash[28156]: audit 2023-11-15T04:22:01.496568+0000 mon.smithi081 (mon.0) 916 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:22:03.164 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:22:04.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:04 smithi081 bash[24267]: cluster 2023-11-15T04:22:03.239162+0000 mgr.smithi081.fomiyu (mgr.14180) 892 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:22:04.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:04 smithi154 bash[28156]: cluster 2023-11-15T04:22:03.239162+0000 mgr.smithi081.fomiyu (mgr.14180) 892 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:22:06.358 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:22:06.359 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:49.418168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ozkdfx on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\nDeploy daemon haproxy.nfs.foo.smithi154.ozkdfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.227506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.wwqkxd on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\nDeploy daemon haproxy.nfs.foo.smithi081.wwqkxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.229559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xqjdns on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:22:06.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:06 smithi081 bash[24267]: cluster 2023-11-15T04:22:05.240613+0000 mgr.smithi081.fomiyu (mgr.14180) 893 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:06.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:06 smithi154 bash[28156]: cluster 2023-11-15T04:22:05.240613+0000 mgr.smithi081.fomiyu (mgr.14180) 893 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:07.101 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:22:07.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:07 smithi081 bash[24267]: audit 2023-11-15T04:22:06.348099+0000 mgr.smithi081.fomiyu (mgr.14180) 894 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:07.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:07 smithi154 bash[28156]: audit 2023-11-15T04:22:06.348099+0000 mgr.smithi081.fomiyu (mgr.14180) 894 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:08.102 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:22:08.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:08 smithi081 bash[24267]: cluster 2023-11-15T04:22:07.242177+0000 mgr.smithi081.fomiyu (mgr.14180) 895 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:22:08.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:08 smithi154 bash[28156]: cluster 2023-11-15T04:22:07.242177+0000 mgr.smithi081.fomiyu (mgr.14180) 895 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:22:10.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:10 smithi081 bash[24267]: cluster 2023-11-15T04:22:09.243256+0000 mgr.smithi081.fomiyu (mgr.14180) 896 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:10.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:10 smithi154 bash[28156]: cluster 2023-11-15T04:22:09.243256+0000 mgr.smithi081.fomiyu (mgr.14180) 896 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:11.462 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:22:11.462 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:49.418168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ozkdfx on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\nDeploy daemon haproxy.nfs.foo.smithi154.ozkdfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.227506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.wwqkxd on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\nDeploy daemon haproxy.nfs.foo.smithi081.wwqkxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.229559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xqjdns on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:22:12.200 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:22:12.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:12 smithi081 bash[24267]: cluster 2023-11-15T04:22:11.244127+0000 mgr.smithi081.fomiyu (mgr.14180) 897 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:12.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:12 smithi081 bash[24267]: audit 2023-11-15T04:22:11.451468+0000 mgr.smithi081.fomiyu (mgr.14180) 898 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:12.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:12 smithi154 bash[28156]: cluster 2023-11-15T04:22:11.244127+0000 mgr.smithi081.fomiyu (mgr.14180) 897 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:12.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:12 smithi154 bash[28156]: audit 2023-11-15T04:22:11.451468+0000 mgr.smithi081.fomiyu (mgr.14180) 898 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:13.201 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:22:14.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:14 smithi081 bash[24267]: cluster 2023-11-15T04:22:13.245703+0000 mgr.smithi081.fomiyu (mgr.14180) 899 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:15.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:14 smithi154 bash[28156]: cluster 2023-11-15T04:22:13.245703+0000 mgr.smithi081.fomiyu (mgr.14180) 899 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:16.286 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:22:16.286 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:49.418168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ozkdfx on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\nDeploy daemon haproxy.nfs.foo.smithi154.ozkdfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.227506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.wwqkxd on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\nDeploy daemon haproxy.nfs.foo.smithi081.wwqkxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.229559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xqjdns on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:22:16.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:16 smithi081 bash[24267]: cluster 2023-11-15T04:22:15.246814+0000 mgr.smithi081.fomiyu (mgr.14180) 900 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:16.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:16 smithi154 bash[28156]: cluster 2023-11-15T04:22:15.246814+0000 mgr.smithi081.fomiyu (mgr.14180) 900 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:17.054 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:22:17.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:17 smithi081 bash[24267]: audit 2023-11-15T04:22:16.279409+0000 mgr.smithi081.fomiyu (mgr.14180) 901 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:17.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:17 smithi154 bash[28156]: audit 2023-11-15T04:22:16.279409+0000 mgr.smithi081.fomiyu (mgr.14180) 901 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:18.055 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:22:18.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:18 smithi081 bash[24267]: cluster 2023-11-15T04:22:17.248308+0000 mgr.smithi081.fomiyu (mgr.14180) 902 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:22:18.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:18 smithi154 bash[28156]: cluster 2023-11-15T04:22:17.248308+0000 mgr.smithi081.fomiyu (mgr.14180) 902 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:22:20.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:20 smithi081 bash[24267]: cluster 2023-11-15T04:22:19.250180+0000 mgr.smithi081.fomiyu (mgr.14180) 903 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:20.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:20 smithi154 bash[28156]: cluster 2023-11-15T04:22:19.250180+0000 mgr.smithi081.fomiyu (mgr.14180) 903 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:21.253 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:22:21.253 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:49.418168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ozkdfx on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\nDeploy daemon haproxy.nfs.foo.smithi154.ozkdfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.227506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.wwqkxd on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\nDeploy daemon haproxy.nfs.foo.smithi081.wwqkxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.229559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xqjdns on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:22:22.007 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:22:22.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:22 smithi081 bash[24267]: audit 2023-11-15T04:22:21.241664+0000 mgr.smithi081.fomiyu (mgr.14180) 904 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:22.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:22 smithi081 bash[24267]: cluster 2023-11-15T04:22:21.251238+0000 mgr.smithi081.fomiyu (mgr.14180) 905 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:22.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:22 smithi154 bash[28156]: audit 2023-11-15T04:22:21.241664+0000 mgr.smithi081.fomiyu (mgr.14180) 904 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:22.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:22 smithi154 bash[28156]: cluster 2023-11-15T04:22:21.251238+0000 mgr.smithi081.fomiyu (mgr.14180) 905 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:23.008 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:22:24.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:24 smithi081 bash[24267]: cluster 2023-11-15T04:22:23.252681+0000 mgr.smithi081.fomiyu (mgr.14180) 906 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:24.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:24 smithi154 bash[28156]: cluster 2023-11-15T04:22:23.252681+0000 mgr.smithi081.fomiyu (mgr.14180) 906 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:26.230 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:22:26.230 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:49.418168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ozkdfx on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\nDeploy daemon haproxy.nfs.foo.smithi154.ozkdfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.227506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.wwqkxd on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\nDeploy daemon haproxy.nfs.foo.smithi081.wwqkxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.229559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xqjdns on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:22:26.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:26 smithi081 bash[24267]: cluster 2023-11-15T04:22:25.253855+0000 mgr.smithi081.fomiyu (mgr.14180) 907 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:26.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:26 smithi154 bash[28156]: cluster 2023-11-15T04:22:25.253855+0000 mgr.smithi081.fomiyu (mgr.14180) 907 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:27.016 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:22:27.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:27 smithi081 bash[24267]: audit 2023-11-15T04:22:26.216562+0000 mgr.smithi081.fomiyu (mgr.14180) 908 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:27.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:27 smithi154 bash[28156]: audit 2023-11-15T04:22:26.216562+0000 mgr.smithi081.fomiyu (mgr.14180) 908 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:28.017 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:22:28.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:28 smithi081 bash[24267]: cluster 2023-11-15T04:22:27.255393+0000 mgr.smithi081.fomiyu (mgr.14180) 909 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:22:28.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:28 smithi154 bash[28156]: cluster 2023-11-15T04:22:27.255393+0000 mgr.smithi081.fomiyu (mgr.14180) 909 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:22:30.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:30 smithi081 bash[24267]: cluster 2023-11-15T04:22:29.256758+0000 mgr.smithi081.fomiyu (mgr.14180) 910 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:30.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:30 smithi154 bash[28156]: cluster 2023-11-15T04:22:29.256758+0000 mgr.smithi081.fomiyu (mgr.14180) 910 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:31.327 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:22:31.327 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:49.418168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ozkdfx on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\nDeploy daemon haproxy.nfs.foo.smithi154.ozkdfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.227506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.wwqkxd on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\nDeploy daemon haproxy.nfs.foo.smithi081.wwqkxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.229559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xqjdns on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:22:32.019 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:22:32.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:32 smithi154 bash[28156]: cluster 2023-11-15T04:22:31.258061+0000 mgr.smithi081.fomiyu (mgr.14180) 911 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:32.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:32 smithi154 bash[28156]: audit 2023-11-15T04:22:31.315797+0000 mgr.smithi081.fomiyu (mgr.14180) 912 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:33.021 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:22:33.034 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:32 smithi081 bash[24267]: cluster 2023-11-15T04:22:31.258061+0000 mgr.smithi081.fomiyu (mgr.14180) 911 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:33.034 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:32 smithi081 bash[24267]: audit 2023-11-15T04:22:31.315797+0000 mgr.smithi081.fomiyu (mgr.14180) 912 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:34.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:34 smithi081 bash[24267]: cluster 2023-11-15T04:22:33.259755+0000 mgr.smithi081.fomiyu (mgr.14180) 913 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:34.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:34 smithi154 bash[28156]: cluster 2023-11-15T04:22:33.259755+0000 mgr.smithi081.fomiyu (mgr.14180) 913 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:36.219 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:22:36.220 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:49.418168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ozkdfx on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\nDeploy daemon haproxy.nfs.foo.smithi154.ozkdfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.227506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.wwqkxd on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\nDeploy daemon haproxy.nfs.foo.smithi081.wwqkxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.229559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xqjdns on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:22:36.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:36 smithi081 bash[24267]: cluster 2023-11-15T04:22:35.261384+0000 mgr.smithi081.fomiyu (mgr.14180) 914 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:36.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:36 smithi154 bash[28156]: cluster 2023-11-15T04:22:35.261384+0000 mgr.smithi081.fomiyu (mgr.14180) 914 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:37.024 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:22:37.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:37 smithi154 bash[28156]: audit 2023-11-15T04:22:36.212985+0000 mgr.smithi081.fomiyu (mgr.14180) 915 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:38.026 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:22:38.039 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:37 smithi081 bash[24267]: audit 2023-11-15T04:22:36.212985+0000 mgr.smithi081.fomiyu (mgr.14180) 915 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:38.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:38 smithi154 bash[28156]: cluster 2023-11-15T04:22:37.262954+0000 mgr.smithi081.fomiyu (mgr.14180) 916 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:22:39.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:38 smithi081 bash[24267]: cluster 2023-11-15T04:22:37.262954+0000 mgr.smithi081.fomiyu (mgr.14180) 916 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:22:40.917 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:40 smithi081 bash[24267]: cluster 2023-11-15T04:22:39.265097+0000 mgr.smithi081.fomiyu (mgr.14180) 917 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:40.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:40 smithi154 bash[28156]: cluster 2023-11-15T04:22:39.265097+0000 mgr.smithi081.fomiyu (mgr.14180) 917 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:41.350 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:22:41.350 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:49.418168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ozkdfx on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\nDeploy daemon haproxy.nfs.foo.smithi154.ozkdfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.227506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.wwqkxd on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\nDeploy daemon haproxy.nfs.foo.smithi081.wwqkxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.229559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xqjdns on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:22:42.060 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:22:42.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:42 smithi154 bash[28156]: cluster 2023-11-15T04:22:41.266401+0000 mgr.smithi081.fomiyu (mgr.14180) 918 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:42.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:42 smithi154 bash[28156]: audit 2023-11-15T04:22:41.337739+0000 mgr.smithi081.fomiyu (mgr.14180) 919 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:43.061 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:22:43.073 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:42 smithi081 bash[24267]: cluster 2023-11-15T04:22:41.266401+0000 mgr.smithi081.fomiyu (mgr.14180) 918 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:43.074 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:42 smithi081 bash[24267]: audit 2023-11-15T04:22:41.337739+0000 mgr.smithi081.fomiyu (mgr.14180) 919 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:44.916 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:44 smithi081 bash[24267]: cluster 2023-11-15T04:22:43.267832+0000 mgr.smithi081.fomiyu (mgr.14180) 920 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:44.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:44 smithi154 bash[28156]: cluster 2023-11-15T04:22:43.267832+0000 mgr.smithi081.fomiyu (mgr.14180) 920 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:46.241 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:22:46.241 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:49.418168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ozkdfx on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\nDeploy daemon haproxy.nfs.foo.smithi154.ozkdfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.227506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.wwqkxd on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\nDeploy daemon haproxy.nfs.foo.smithi081.wwqkxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.229559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xqjdns on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:22:46.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:46 smithi081 bash[24267]: cluster 2023-11-15T04:22:45.269468+0000 mgr.smithi081.fomiyu (mgr.14180) 921 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:46.963 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:22:47.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:46 smithi154 bash[28156]: cluster 2023-11-15T04:22:45.269468+0000 mgr.smithi081.fomiyu (mgr.14180) 921 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:47.964 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:22:47.978 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:47 smithi081 bash[24267]: audit 2023-11-15T04:22:46.227427+0000 mgr.smithi081.fomiyu (mgr.14180) 922 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:47.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:47 smithi154 bash[28156]: audit 2023-11-15T04:22:46.227427+0000 mgr.smithi081.fomiyu (mgr.14180) 922 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:48.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:48 smithi154 bash[28156]: cluster 2023-11-15T04:22:47.271035+0000 mgr.smithi081.fomiyu (mgr.14180) 923 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:22:49.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:48 smithi081 bash[24267]: cluster 2023-11-15T04:22:47.271035+0000 mgr.smithi081.fomiyu (mgr.14180) 923 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:22:50.962 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:50 smithi081 bash[24267]: cluster 2023-11-15T04:22:49.272941+0000 mgr.smithi081.fomiyu (mgr.14180) 924 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:50.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:50 smithi154 bash[28156]: cluster 2023-11-15T04:22:49.272941+0000 mgr.smithi081.fomiyu (mgr.14180) 924 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:51.342 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:22:51.342 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:49.418168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ozkdfx on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\nDeploy daemon haproxy.nfs.foo.smithi154.ozkdfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.227506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.wwqkxd on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\nDeploy daemon haproxy.nfs.foo.smithi081.wwqkxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.229559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xqjdns on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:22:52.062 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:22:52.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:52 smithi154 bash[28156]: cluster 2023-11-15T04:22:51.274167+0000 mgr.smithi081.fomiyu (mgr.14180) 925 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:53.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:52 smithi154 bash[28156]: audit 2023-11-15T04:22:51.329471+0000 mgr.smithi081.fomiyu (mgr.14180) 926 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:53.063 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:22:53.077 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:52 smithi081 bash[24267]: cluster 2023-11-15T04:22:51.274167+0000 mgr.smithi081.fomiyu (mgr.14180) 925 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:53.077 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:52 smithi081 bash[24267]: audit 2023-11-15T04:22:51.329471+0000 mgr.smithi081.fomiyu (mgr.14180) 926 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:53.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:53 smithi154 bash[28156]: audit 2023-11-15T04:22:53.234833+0000 mon.smithi081 (mon.0) 917 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:22:53.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:53 smithi154 bash[28156]: audit 2023-11-15T04:22:53.485690+0000 mon.smithi081 (mon.0) 918 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:22:54.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:53 smithi081 bash[24267]: audit 2023-11-15T04:22:53.234833+0000 mon.smithi081 (mon.0) 917 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:22:54.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:53 smithi081 bash[24267]: audit 2023-11-15T04:22:53.485690+0000 mon.smithi081 (mon.0) 918 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:22:54.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:54 smithi081 bash[24267]: cluster 2023-11-15T04:22:53.275775+0000 mgr.smithi081.fomiyu (mgr.14180) 927 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:55.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:54 smithi154 bash[28156]: cluster 2023-11-15T04:22:53.275775+0000 mgr.smithi081.fomiyu (mgr.14180) 927 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:56.323 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:22:56.324 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:12:30.809502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:49.418168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ozkdfx on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\nDeploy daemon haproxy.nfs.foo.smithi154.ozkdfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.227506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.wwqkxd on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\nDeploy daemon haproxy.nfs.foo.smithi081.wwqkxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.229559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xqjdns on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:12:30.809904Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:12:30.810198Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:12:30.810461Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:12:30.810710Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:12:30.811754Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:22:56.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:56 smithi081 bash[24267]: cluster 2023-11-15T04:22:55.277361+0000 mgr.smithi081.fomiyu (mgr.14180) 928 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:57.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:56 smithi154 bash[28156]: cluster 2023-11-15T04:22:55.277361+0000 mgr.smithi081.fomiyu (mgr.14180) 928 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:57.098 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:22:57.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:57 smithi154 bash[28156]: audit 2023-11-15T04:22:56.311898+0000 mgr.smithi081.fomiyu (mgr.14180) 929 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:58.099 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:22:58.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:57 smithi081 bash[24267]: audit 2023-11-15T04:22:56.311898+0000 mgr.smithi081.fomiyu (mgr.14180) 929 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:58.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:58 smithi154 bash[28156]: cluster 2023-11-15T04:22:57.278899+0000 mgr.smithi081.fomiyu (mgr.14180) 930 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:22:59.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:58 smithi081 bash[24267]: cluster 2023-11-15T04:22:57.278899+0000 mgr.smithi081.fomiyu (mgr.14180) 930 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:23:00.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:59 smithi081 bash[24267]: audit 2023-11-15T04:22:58.826682+0000 mon.smithi081 (mon.0) 919 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:23:00.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:59 smithi081 bash[24267]: audit 2023-11-15T04:22:59.122929+0000 mon.smithi081 (mon.0) 920 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:00.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:59 smithi081 bash[24267]: audit 2023-11-15T04:22:59.124699+0000 mon.smithi081 (mon.0) 921 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:23:00.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:59 smithi081 bash[24267]: audit 2023-11-15T04:22:59.132466+0000 mon.smithi081 (mon.0) 922 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:23:00.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:59 smithi081 bash[24267]: audit 2023-11-15T04:22:59.140074+0000 mon.smithi081 (mon.0) 923 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:23:00.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:22:59 smithi081 bash[24267]: audit 2023-11-15T04:22:59.152822+0000 mon.smithi081 (mon.0) 924 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:23:00.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:59 smithi154 bash[28156]: audit 2023-11-15T04:22:58.826682+0000 mon.smithi081 (mon.0) 919 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:23:00.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:59 smithi154 bash[28156]: audit 2023-11-15T04:22:59.122929+0000 mon.smithi081 (mon.0) 920 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:00.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:59 smithi154 bash[28156]: audit 2023-11-15T04:22:59.124699+0000 mon.smithi081 (mon.0) 921 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:23:00.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:59 smithi154 bash[28156]: audit 2023-11-15T04:22:59.132466+0000 mon.smithi081 (mon.0) 922 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:23:00.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:59 smithi154 bash[28156]: audit 2023-11-15T04:22:59.140074+0000 mon.smithi081 (mon.0) 923 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:23:00.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:22:59 smithi154 bash[28156]: audit 2023-11-15T04:22:59.152822+0000 mon.smithi081 (mon.0) 924 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:23:01.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:00 smithi081 bash[24267]: cluster 2023-11-15T04:22:59.133799+0000 mgr.smithi081.fomiyu (mgr.14180) 931 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:23:01.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:00 smithi081 bash[24267]: cephadm 2023-11-15T04:22:59.155871+0000 mgr.smithi081.fomiyu (mgr.14180) 932 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.lqiqce on smithi154 2023-11-15T04:23:01.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:00 smithi081 bash[24267]: cluster 2023-11-15T04:23:00.130220+0000 mon.smithi081 (mon.0) 925 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:23:01.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:00 smithi081 bash[24267]: cluster 2023-11-15T04:23:00.130292+0000 mon.smithi081 (mon.0) 926 : cluster [INF] Cluster is now healthy 2023-11-15T04:23:01.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:00 smithi154 bash[28156]: cluster 2023-11-15T04:22:59.133799+0000 mgr.smithi081.fomiyu (mgr.14180) 931 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:23:01.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:00 smithi154 bash[28156]: cephadm 2023-11-15T04:22:59.155871+0000 mgr.smithi081.fomiyu (mgr.14180) 932 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.lqiqce on smithi154 2023-11-15T04:23:01.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:00 smithi154 bash[28156]: cluster 2023-11-15T04:23:00.130220+0000 mon.smithi081 (mon.0) 925 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:23:01.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:00 smithi154 bash[28156]: cluster 2023-11-15T04:23:00.130292+0000 mon.smithi081 (mon.0) 926 : cluster [INF] Cluster is now healthy 2023-11-15T04:23:01.414 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:23:01.415 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:13:47.417453Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:20:45.271433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.nafcpo on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:49.418168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ozkdfx on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\nDeploy daemon haproxy.nfs.foo.smithi154.ozkdfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.227506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.wwqkxd on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\nDeploy daemon haproxy.nfs.foo.smithi081.wwqkxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.229559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xqjdns on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:13:47.416977Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:13:47.416626Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:13:47.417907Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:13:47.418357Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:13:47.419347Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:23:02.189 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:23:02.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:02 smithi081 bash[24267]: cluster 2023-11-15T04:23:01.134582+0000 mgr.smithi081.fomiyu (mgr.14180) 933 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:23:02.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:02 smithi081 bash[24267]: audit 2023-11-15T04:23:01.403020+0000 mgr.smithi081.fomiyu (mgr.14180) 934 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:23:02.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:02 smithi081 bash[24267]: audit 2023-11-15T04:23:01.498222+0000 mon.smithi081 (mon.0) 927 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:23:02.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:02 smithi154 bash[28156]: cluster 2023-11-15T04:23:01.134582+0000 mgr.smithi081.fomiyu (mgr.14180) 933 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:23:03.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:02 smithi154 bash[28156]: audit 2023-11-15T04:23:01.403020+0000 mgr.smithi081.fomiyu (mgr.14180) 934 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:23:03.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:02 smithi154 bash[28156]: audit 2023-11-15T04:23:01.498222+0000 mon.smithi081 (mon.0) 927 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:23:03.191 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:23:03.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:03 smithi081 bash[24267]: audit 2023-11-15T04:23:03.316701+0000 mon.smithi081 (mon.0) 928 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.lqiqce"}]: dispatch 2023-11-15T04:23:03.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:03 smithi154 bash[28156]: audit 2023-11-15T04:23:03.316701+0000 mon.smithi081 (mon.0) 928 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.lqiqce"}]: dispatch 2023-11-15T04:23:04.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: cluster 2023-11-15T04:23:03.136055+0000 mgr.smithi081.fomiyu (mgr.14180) 935 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:23:04.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: cephadm 2023-11-15T04:23:03.315601+0000 mgr.smithi081.fomiyu (mgr.14180) 936 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce 2023-11-15T04:23:04.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:23:04.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce 2023-11-15T04:23:04.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce 2023-11-15T04:23:04.607 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:23:04.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce 2023-11-15T04:23:04.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.lqiqce ... 2023-11-15T04:23:04.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:23:04.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:23:04.608 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T04:23:04.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:23:04.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:23:04.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:23:04.609 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:23:04.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:23:04.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:23:04.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:23:04.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:23:04.610 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce 2023-11-15T04:23:04.611 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:23:04.611 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce 2023-11-15T04:23:04.611 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce 2023-11-15T04:23:04.611 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:23:04.612 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce 2023-11-15T04:23:04.612 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.lqiqce ... 2023-11-15T04:23:04.612 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:23:04.612 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:23:04.612 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T04:23:04.613 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:23:04.613 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:23:04.613 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:23:04.614 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: cephadm 2023-11-15T04:23:03.316119+0000 mgr.smithi081.fomiyu (mgr.14180) 937 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.lqiqce 2023-11-15T04:23:04.614 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: cephadm 2023-11-15T04:23:03.318056+0000 mgr.smithi081.fomiyu (mgr.14180) 938 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.lqiqce on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce 2023-11-15T04:23:04.614 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:23:04.614 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce 2023-11-15T04:23:04.615 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce 2023-11-15T04:23:04.615 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:23:04.615 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce 2023-11-15T04:23:04.616 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.lqiqce ... 2023-11-15T04:23:04.616 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:23:04.616 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:23:04.616 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T04:23:04.617 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:23:04.617 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:23:04.617 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:23:04.617 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:04 smithi081 bash[24267]: cephadm 2023-11-15T04:23:03.323477+0000 mgr.smithi081.fomiyu (mgr.14180) 939 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.mwjaih on smithi081 2023-11-15T04:23:05.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: cluster 2023-11-15T04:23:03.136055+0000 mgr.smithi081.fomiyu (mgr.14180) 935 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:23:05.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: cephadm 2023-11-15T04:23:03.315601+0000 mgr.smithi081.fomiyu (mgr.14180) 936 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce 2023-11-15T04:23:05.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:23:05.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce 2023-11-15T04:23:05.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce 2023-11-15T04:23:05.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:23:05.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce 2023-11-15T04:23:05.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.lqiqce ... 2023-11-15T04:23:05.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:23:05.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:23:05.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T04:23:05.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:23:05.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:23:05.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:23:05.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:23:05.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:23:05.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:23:05.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:23:05.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:23:05.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce 2023-11-15T04:23:05.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:23:05.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce 2023-11-15T04:23:05.013 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce 2023-11-15T04:23:05.014 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:23:05.014 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce 2023-11-15T04:23:05.014 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.lqiqce ... 2023-11-15T04:23:05.014 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:23:05.015 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:23:05.015 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T04:23:05.015 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:23:05.015 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:23:05.016 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:23:05.016 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: cephadm 2023-11-15T04:23:03.316119+0000 mgr.smithi081.fomiyu (mgr.14180) 937 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.lqiqce 2023-11-15T04:23:05.016 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: cephadm 2023-11-15T04:23:03.318056+0000 mgr.smithi081.fomiyu (mgr.14180) 938 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.lqiqce on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce 2023-11-15T04:23:05.016 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:23:05.016 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce 2023-11-15T04:23:05.017 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce 2023-11-15T04:23:05.017 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:23:05.017 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce 2023-11-15T04:23:05.018 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.lqiqce ... 2023-11-15T04:23:05.018 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:23:05.018 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:23:05.018 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T04:23:05.018 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:23:05.019 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:23:05.019 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:23:05.019 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:04 smithi154 bash[28156]: cephadm 2023-11-15T04:23:03.323477+0000 mgr.smithi081.fomiyu (mgr.14180) 939 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.mwjaih on smithi081 2023-11-15T04:23:06.479 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:23:06.479 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:13:47.417453Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:21:49.418168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ozkdfx on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ozkdfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ozkdfx\nDeploy daemon haproxy.nfs.foo.smithi154.ozkdfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.227506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.wwqkxd on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-wwqkxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.wwqkxd\nDeploy daemon haproxy.nfs.foo.smithi081.wwqkxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:53.229559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.xqjdns on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:03.317850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lqiqce on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\nDeploy daemon haproxy.nfs.foo.smithi154.lqiqce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -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.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:13:47.416977Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:13:47.416626Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:13:47.417907Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:13:47.418357Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:13:47.419347Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:23:06.890 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:06 smithi081 bash[24267]: cluster 2023-11-15T04:23:05.137409+0000 mgr.smithi081.fomiyu (mgr.14180) 940 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:23:06.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:06 smithi154 bash[28156]: cluster 2023-11-15T04:23:05.137409+0000 mgr.smithi081.fomiyu (mgr.14180) 940 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:23:07.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:23:07.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:07 smithi081 bash[24267]: audit 2023-11-15T04:23:06.468018+0000 mgr.smithi081.fomiyu (mgr.14180) 941 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:23:07.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:07 smithi081 bash[24267]: audit 2023-11-15T04:23:07.341010+0000 mon.smithi081 (mon.0) 929 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.mwjaih"}]: dispatch 2023-11-15T04:23:07.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:07 smithi154 bash[28156]: audit 2023-11-15T04:23:06.468018+0000 mgr.smithi081.fomiyu (mgr.14180) 941 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:23:08.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:07 smithi154 bash[28156]: audit 2023-11-15T04:23:07.341010+0000 mon.smithi081 (mon.0) 929 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.mwjaih"}]: dispatch 2023-11-15T04:23:08.298 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:23:08.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: cluster 2023-11-15T04:23:07.138853+0000 mgr.smithi081.fomiyu (mgr.14180) 942 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T04:23:08.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: cephadm 2023-11-15T04:23:07.339905+0000 mgr.smithi081.fomiyu (mgr.14180) 943 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih 2023-11-15T04:23:08.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:23:08.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih 2023-11-15T04:23:08.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih 2023-11-15T04:23:08.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:23:08.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih 2023-11-15T04:23:08.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.mwjaih ... 2023-11-15T04:23:08.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:23:08.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:23:08.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:23:08.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:23:08.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:23:08.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:23:08.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:23:08.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:23:08.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:23:08.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:23:08.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih 2023-11-15T04:23:08.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:23:08.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih 2023-11-15T04:23:08.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih 2023-11-15T04:23:08.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:23:08.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih 2023-11-15T04:23:08.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.mwjaih ... 2023-11-15T04:23:08.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:23:08.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:23:08.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:23:08.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:23:08.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:23:08.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: cephadm 2023-11-15T04:23:07.340435+0000 mgr.smithi081.fomiyu (mgr.14180) 944 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.mwjaih 2023-11-15T04:23:08.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: cephadm 2023-11-15T04:23:07.342300+0000 mgr.smithi081.fomiyu (mgr.14180) 945 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.mwjaih on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih 2023-11-15T04:23:08.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:23:08.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih 2023-11-15T04:23:08.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih 2023-11-15T04:23:08.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:23:08.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih 2023-11-15T04:23:08.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.mwjaih ... 2023-11-15T04:23:08.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:23:08.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:23:08.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:23:08.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:23:08.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:23:08.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: cephadm 2023-11-15T04:23:07.345685+0000 mgr.smithi081.fomiyu (mgr.14180) 946 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.llrcjj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:23:08.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: cephadm 2023-11-15T04:23:07.348079+0000 mgr.smithi081.fomiyu (mgr.14180) 947 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:23:08.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: cluster 2023-11-15T04:23:07.349010+0000 mgr.smithi081.fomiyu (mgr.14180) 948 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:23:08.866 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:08 smithi081 bash[24267]: cluster 2023-11-15T04:23:07.535037+0000 mon.smithi081 (mon.0) 930 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:23:09.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: cluster 2023-11-15T04:23:07.138853+0000 mgr.smithi081.fomiyu (mgr.14180) 942 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T04:23:09.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: cephadm 2023-11-15T04:23:07.339905+0000 mgr.smithi081.fomiyu (mgr.14180) 943 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih 2023-11-15T04:23:09.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:23:09.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih 2023-11-15T04:23:09.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih 2023-11-15T04:23:09.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:23:09.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih 2023-11-15T04:23:09.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.mwjaih ... 2023-11-15T04:23:09.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:23:09.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:23:09.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:23:09.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:23:09.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:23:09.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:23:09.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:23:09.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:23:09.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:23:09.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:23:09.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih 2023-11-15T04:23:09.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:23:09.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih 2023-11-15T04:23:09.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih 2023-11-15T04:23:09.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:23:09.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih 2023-11-15T04:23:09.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.mwjaih ... 2023-11-15T04:23:09.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:23:09.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:23:09.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:23:09.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:23:09.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:23:09.011 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: cephadm 2023-11-15T04:23:07.340435+0000 mgr.smithi081.fomiyu (mgr.14180) 944 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.mwjaih 2023-11-15T04:23:09.011 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: cephadm 2023-11-15T04:23:07.342300+0000 mgr.smithi081.fomiyu (mgr.14180) 945 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.mwjaih on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih 2023-11-15T04:23:09.012 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:23:09.012 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih 2023-11-15T04:23:09.012 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih 2023-11-15T04:23:09.013 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:23:09.013 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih 2023-11-15T04:23:09.014 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.mwjaih ... 2023-11-15T04:23:09.014 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:23:09.014 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:23:09.014 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:23:09.015 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:23:09.015 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:23:09.015 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: cephadm 2023-11-15T04:23:07.345685+0000 mgr.smithi081.fomiyu (mgr.14180) 946 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.llrcjj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:23:09.015 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: cephadm 2023-11-15T04:23:07.348079+0000 mgr.smithi081.fomiyu (mgr.14180) 947 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:23:09.015 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: cluster 2023-11-15T04:23:07.349010+0000 mgr.smithi081.fomiyu (mgr.14180) 948 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:23:09.016 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:08 smithi154 bash[28156]: cluster 2023-11-15T04:23:07.535037+0000 mon.smithi081 (mon.0) 930 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:23:10.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:10 smithi081 bash[24267]: cluster 2023-11-15T04:23:09.350945+0000 mgr.smithi081.fomiyu (mgr.14180) 949 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:23:11.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:10 smithi154 bash[28156]: cluster 2023-11-15T04:23:09.350945+0000 mgr.smithi081.fomiyu (mgr.14180) 949 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:23:11.510 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:23:11.510 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:13:47.417453Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:03.317850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lqiqce on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\nDeploy daemon haproxy.nfs.foo.smithi154.lqiqce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.342103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.mwjaih on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\nDeploy daemon haproxy.nfs.foo.smithi081.mwjaih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.345516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.llrcjj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:13:47.416977Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:13:47.416626Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:13:47.417907Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:13:47.418357Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:13:47.419347Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:23:12.215 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:23:12.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:11 smithi154 bash[28156]: audit 2023-11-15T04:23:10.971958+0000 mon.smithi081 (mon.0) 931 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:23:12.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:11 smithi154 bash[28156]: cluster 2023-11-15T04:23:11.351818+0000 mgr.smithi081.fomiyu (mgr.14180) 950 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:23:12.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:11 smithi154 bash[28156]: audit 2023-11-15T04:23:11.495742+0000 mgr.smithi081.fomiyu (mgr.14180) 951 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:23:12.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:11 smithi081 bash[24267]: audit 2023-11-15T04:23:10.971958+0000 mon.smithi081 (mon.0) 931 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:23:12.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:11 smithi081 bash[24267]: cluster 2023-11-15T04:23:11.351818+0000 mgr.smithi081.fomiyu (mgr.14180) 950 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:23:12.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:11 smithi081 bash[24267]: audit 2023-11-15T04:23:11.495742+0000 mgr.smithi081.fomiyu (mgr.14180) 951 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:23:13.217 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:23:14.568 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:14 smithi081 bash[24267]: cluster 2023-11-15T04:23:13.353422+0000 mgr.smithi081.fomiyu (mgr.14180) 952 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:23:14.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:14 smithi154 bash[28156]: cluster 2023-11-15T04:23:13.353422+0000 mgr.smithi081.fomiyu (mgr.14180) 952 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:23:16.350 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:23:16.350 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:13:47.417453Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:03.317850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lqiqce on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\nDeploy daemon haproxy.nfs.foo.smithi154.lqiqce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.342103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.mwjaih on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\nDeploy daemon haproxy.nfs.foo.smithi081.mwjaih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.345516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.llrcjj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:13:47.416977Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:13:47.416626Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:13:47.417907Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:13:47.418357Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:13:47.419347Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:23:16.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:16 smithi081 bash[24267]: cluster 2023-11-15T04:23:15.354519+0000 mgr.smithi081.fomiyu (mgr.14180) 953 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:23:16.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:16 smithi081 bash[24267]: audit 2023-11-15T04:23:16.499355+0000 mon.smithi081 (mon.0) 932 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:23:16.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:16 smithi154 bash[28156]: cluster 2023-11-15T04:23:15.354519+0000 mgr.smithi081.fomiyu (mgr.14180) 953 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:23:16.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:16 smithi154 bash[28156]: audit 2023-11-15T04:23:16.499355+0000 mon.smithi081 (mon.0) 932 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:23:17.062 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:23:17.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:17 smithi081 bash[24267]: audit 2023-11-15T04:23:16.338063+0000 mgr.smithi081.fomiyu (mgr.14180) 954 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:23:17.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:17 smithi154 bash[28156]: audit 2023-11-15T04:23:16.338063+0000 mgr.smithi081.fomiyu (mgr.14180) 954 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:23:18.063 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:23:18.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:18 smithi081 bash[24267]: cluster 2023-11-15T04:23:17.356035+0000 mgr.smithi081.fomiyu (mgr.14180) 955 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:23:19.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:18 smithi154 bash[28156]: cluster 2023-11-15T04:23:17.356035+0000 mgr.smithi081.fomiyu (mgr.14180) 955 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:23:20.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:20 smithi081 bash[24267]: cluster 2023-11-15T04:23:19.357777+0000 mgr.smithi081.fomiyu (mgr.14180) 956 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:21.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:20 smithi154 bash[28156]: cluster 2023-11-15T04:23:19.357777+0000 mgr.smithi081.fomiyu (mgr.14180) 956 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:21.365 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:23:21.365 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:13:47.417453Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:03.317850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lqiqce on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\nDeploy daemon haproxy.nfs.foo.smithi154.lqiqce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.342103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.mwjaih on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\nDeploy daemon haproxy.nfs.foo.smithi081.mwjaih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.345516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.llrcjj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:13:47.416977Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:13:47.416626Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:13:47.417907Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:13:47.418357Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:13:47.419347Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:23:22.116 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:23:22.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:22 smithi081 bash[24267]: audit 2023-11-15T04:23:21.354323+0000 mgr.smithi081.fomiyu (mgr.14180) 957 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:23:22.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:22 smithi081 bash[24267]: cluster 2023-11-15T04:23:21.359122+0000 mgr.smithi081.fomiyu (mgr.14180) 958 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:22.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:22 smithi154 bash[28156]: audit 2023-11-15T04:23:21.354323+0000 mgr.smithi081.fomiyu (mgr.14180) 957 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:23:23.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:22 smithi154 bash[28156]: cluster 2023-11-15T04:23:21.359122+0000 mgr.smithi081.fomiyu (mgr.14180) 958 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:23.117 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:23:24.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:24 smithi081 bash[24267]: cluster 2023-11-15T04:23:23.360718+0000 mgr.smithi081.fomiyu (mgr.14180) 959 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:24.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:24 smithi154 bash[28156]: cluster 2023-11-15T04:23:23.360718+0000 mgr.smithi081.fomiyu (mgr.14180) 959 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:26.373 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:23:26.374 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:13:47.417453Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:03.317850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lqiqce on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\nDeploy daemon haproxy.nfs.foo.smithi154.lqiqce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.342103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.mwjaih on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\nDeploy daemon haproxy.nfs.foo.smithi081.mwjaih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.345516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.llrcjj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:13:47.416977Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:13:47.416626Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:13:47.417907Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:13:47.418357Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:13:47.419347Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:23:26.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:26 smithi081 bash[24267]: cluster 2023-11-15T04:23:25.362331+0000 mgr.smithi081.fomiyu (mgr.14180) 960 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:26.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:26 smithi154 bash[28156]: cluster 2023-11-15T04:23:25.362331+0000 mgr.smithi081.fomiyu (mgr.14180) 960 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:27.164 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:23:27.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:27 smithi081 bash[24267]: audit 2023-11-15T04:23:26.360305+0000 mgr.smithi081.fomiyu (mgr.14180) 961 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:23:27.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:27 smithi154 bash[28156]: audit 2023-11-15T04:23:26.360305+0000 mgr.smithi081.fomiyu (mgr.14180) 961 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:23:28.165 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:23:28.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:28 smithi081 bash[24267]: cluster 2023-11-15T04:23:27.363827+0000 mgr.smithi081.fomiyu (mgr.14180) 962 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:23:28.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:28 smithi154 bash[28156]: cluster 2023-11-15T04:23:27.363827+0000 mgr.smithi081.fomiyu (mgr.14180) 962 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:23:30.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:30 smithi081 bash[24267]: cluster 2023-11-15T04:23:29.365871+0000 mgr.smithi081.fomiyu (mgr.14180) 963 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:30.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:30 smithi154 bash[28156]: cluster 2023-11-15T04:23:29.365871+0000 mgr.smithi081.fomiyu (mgr.14180) 963 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:31.325 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:23:31.326 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:13:47.417453Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:03.317850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lqiqce on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\nDeploy daemon haproxy.nfs.foo.smithi154.lqiqce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.342103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.mwjaih on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\nDeploy daemon haproxy.nfs.foo.smithi081.mwjaih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.345516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.llrcjj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:13:47.416977Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:13:47.416626Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:13:47.417907Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:13:47.418357Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:13:47.419347Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:23:32.082 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:23:32.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:32 smithi081 bash[24267]: audit 2023-11-15T04:23:31.312035+0000 mgr.smithi081.fomiyu (mgr.14180) 964 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:23:32.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:32 smithi081 bash[24267]: cluster 2023-11-15T04:23:31.366991+0000 mgr.smithi081.fomiyu (mgr.14180) 965 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:32.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:32 smithi154 bash[28156]: audit 2023-11-15T04:23:31.312035+0000 mgr.smithi081.fomiyu (mgr.14180) 964 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:23:33.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:32 smithi154 bash[28156]: cluster 2023-11-15T04:23:31.366991+0000 mgr.smithi081.fomiyu (mgr.14180) 965 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:33.085 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:23:34.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:34 smithi081 bash[24267]: cluster 2023-11-15T04:23:33.368486+0000 mgr.smithi081.fomiyu (mgr.14180) 966 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:34.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:34 smithi154 bash[28156]: cluster 2023-11-15T04:23:33.368486+0000 mgr.smithi081.fomiyu (mgr.14180) 966 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:36.331 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:23:36.331 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:13:47.417453Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:03.317850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lqiqce on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\nDeploy daemon haproxy.nfs.foo.smithi154.lqiqce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.342103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.mwjaih on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\nDeploy daemon haproxy.nfs.foo.smithi081.mwjaih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.345516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.llrcjj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:13:47.416977Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:13:47.416626Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:13:47.417907Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:13:47.418357Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:13:47.419347Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:23:36.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:36 smithi081 bash[24267]: cluster 2023-11-15T04:23:35.369553+0000 mgr.smithi081.fomiyu (mgr.14180) 967 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:36.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:36 smithi154 bash[28156]: cluster 2023-11-15T04:23:35.369553+0000 mgr.smithi081.fomiyu (mgr.14180) 967 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:37.297 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:23:37.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:37 smithi154 bash[28156]: audit 2023-11-15T04:23:36.318523+0000 mgr.smithi081.fomiyu (mgr.14180) 968 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:23:38.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:37 smithi081 bash[24267]: audit 2023-11-15T04:23:36.318523+0000 mgr.smithi081.fomiyu (mgr.14180) 968 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:23:38.298 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:23:38.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:38 smithi154 bash[28156]: cluster 2023-11-15T04:23:37.371056+0000 mgr.smithi081.fomiyu (mgr.14180) 969 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:23:39.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:38 smithi081 bash[24267]: cluster 2023-11-15T04:23:37.371056+0000 mgr.smithi081.fomiyu (mgr.14180) 969 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:23:40.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:40 smithi154 bash[28156]: cluster 2023-11-15T04:23:39.372627+0000 mgr.smithi081.fomiyu (mgr.14180) 970 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:41.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:40 smithi081 bash[24267]: cluster 2023-11-15T04:23:39.372627+0000 mgr.smithi081.fomiyu (mgr.14180) 970 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:41.514 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:23:41.515 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:13:47.417453Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:03.317850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lqiqce on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\nDeploy daemon haproxy.nfs.foo.smithi154.lqiqce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.342103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.mwjaih on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\nDeploy daemon haproxy.nfs.foo.smithi081.mwjaih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.345516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.llrcjj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:13:47.416977Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:13:47.416626Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:13:47.417907Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:13:47.418357Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:13:47.419347Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:23:42.285 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:23:42.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:42 smithi154 bash[28156]: cluster 2023-11-15T04:23:41.373942+0000 mgr.smithi081.fomiyu (mgr.14180) 971 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:43.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:42 smithi154 bash[28156]: audit 2023-11-15T04:23:41.502712+0000 mgr.smithi081.fomiyu (mgr.14180) 972 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:23:43.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:42 smithi081 bash[24267]: cluster 2023-11-15T04:23:41.373942+0000 mgr.smithi081.fomiyu (mgr.14180) 971 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:43.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:42 smithi081 bash[24267]: audit 2023-11-15T04:23:41.502712+0000 mgr.smithi081.fomiyu (mgr.14180) 972 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:23:43.286 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:23:45.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:44 smithi154 bash[28156]: cluster 2023-11-15T04:23:43.375470+0000 mgr.smithi081.fomiyu (mgr.14180) 973 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:45.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:44 smithi081 bash[24267]: cluster 2023-11-15T04:23:43.375470+0000 mgr.smithi081.fomiyu (mgr.14180) 973 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:46.526 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:23:46.526 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:13:47.417453Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:03.317850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lqiqce on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\nDeploy daemon haproxy.nfs.foo.smithi154.lqiqce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.342103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.mwjaih on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\nDeploy daemon haproxy.nfs.foo.smithi081.mwjaih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.345516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.llrcjj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:13:47.416977Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:13:47.416626Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:13:47.417907Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:13:47.418357Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:13:47.419347Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:23:46.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:46 smithi081 bash[24267]: cluster 2023-11-15T04:23:45.377072+0000 mgr.smithi081.fomiyu (mgr.14180) 974 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:47.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:46 smithi154 bash[28156]: cluster 2023-11-15T04:23:45.377072+0000 mgr.smithi081.fomiyu (mgr.14180) 974 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:47.294 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:23:48.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:47 smithi154 bash[28156]: audit 2023-11-15T04:23:46.498399+0000 mgr.smithi081.fomiyu (mgr.14180) 975 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:23:48.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:47 smithi081 bash[24267]: audit 2023-11-15T04:23:46.498399+0000 mgr.smithi081.fomiyu (mgr.14180) 975 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:23:48.296 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:23:48.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:48 smithi081 bash[24267]: cluster 2023-11-15T04:23:47.378615+0000 mgr.smithi081.fomiyu (mgr.14180) 976 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:23:48.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:48 smithi154 bash[28156]: cluster 2023-11-15T04:23:47.378615+0000 mgr.smithi081.fomiyu (mgr.14180) 976 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:23:50.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:50 smithi154 bash[28156]: cluster 2023-11-15T04:23:49.380684+0000 mgr.smithi081.fomiyu (mgr.14180) 977 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:51.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:50 smithi081 bash[24267]: cluster 2023-11-15T04:23:49.380684+0000 mgr.smithi081.fomiyu (mgr.14180) 977 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:51.546 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:23:51.547 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:13:47.417453Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:03.317850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lqiqce on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\nDeploy daemon haproxy.nfs.foo.smithi154.lqiqce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.342103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.mwjaih on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\nDeploy daemon haproxy.nfs.foo.smithi081.mwjaih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.345516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.llrcjj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:13:47.416977Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:13:47.416626Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:13:47.417907Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:13:47.418357Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:13:47.419347Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:23:52.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:23:52.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:52 smithi154 bash[28156]: cluster 2023-11-15T04:23:51.382080+0000 mgr.smithi081.fomiyu (mgr.14180) 978 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:53.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:52 smithi154 bash[28156]: audit 2023-11-15T04:23:51.534239+0000 mgr.smithi081.fomiyu (mgr.14180) 979 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:23:53.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:52 smithi081 bash[24267]: cluster 2023-11-15T04:23:51.382080+0000 mgr.smithi081.fomiyu (mgr.14180) 978 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:53.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:52 smithi081 bash[24267]: audit 2023-11-15T04:23:51.534239+0000 mgr.smithi081.fomiyu (mgr.14180) 979 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:23:53.267 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:23:54.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:54 smithi154 bash[28156]: cluster 2023-11-15T04:23:53.383646+0000 mgr.smithi081.fomiyu (mgr.14180) 980 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:55.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:54 smithi081 bash[24267]: cluster 2023-11-15T04:23:53.383646+0000 mgr.smithi081.fomiyu (mgr.14180) 980 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:56.553 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:23:56.553 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:13:47.417453Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:03.317850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lqiqce on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\nDeploy daemon haproxy.nfs.foo.smithi154.lqiqce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.342103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.mwjaih on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\nDeploy daemon haproxy.nfs.foo.smithi081.mwjaih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.345516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.llrcjj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:13:47.416977Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:13:47.416626Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:13:47.417907Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:13:47.418357Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:13:47.419347Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:23:57.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:56 smithi154 bash[28156]: cluster 2023-11-15T04:23:55.385241+0000 mgr.smithi081.fomiyu (mgr.14180) 981 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:57.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:56 smithi081 bash[24267]: cluster 2023-11-15T04:23:55.385241+0000 mgr.smithi081.fomiyu (mgr.14180) 981 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:23:57.337 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:23:57.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:57 smithi154 bash[28156]: audit 2023-11-15T04:23:56.540741+0000 mgr.smithi081.fomiyu (mgr.14180) 982 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:23:58.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:57 smithi081 bash[24267]: audit 2023-11-15T04:23:56.540741+0000 mgr.smithi081.fomiyu (mgr.14180) 982 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:23:58.338 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:23:58.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:23:58 smithi154 bash[28156]: cluster 2023-11-15T04:23:57.386800+0000 mgr.smithi081.fomiyu (mgr.14180) 983 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:23:59.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:23:58 smithi081 bash[24267]: cluster 2023-11-15T04:23:57.386800+0000 mgr.smithi081.fomiyu (mgr.14180) 983 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:24:00.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:00 smithi154 bash[28156]: cluster 2023-11-15T04:23:59.388103+0000 mgr.smithi081.fomiyu (mgr.14180) 984 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:01.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:00 smithi081 bash[24267]: cluster 2023-11-15T04:23:59.388103+0000 mgr.smithi081.fomiyu (mgr.14180) 984 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:01.641 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:24:01.642 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:13:47.417453Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:03.317850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lqiqce on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\nDeploy daemon haproxy.nfs.foo.smithi154.lqiqce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.342103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.mwjaih on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\nDeploy daemon haproxy.nfs.foo.smithi081.mwjaih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.345516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.llrcjj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:13:47.416977Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:13:47.416626Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:13:47.417907Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:13:47.418357Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:13:47.419347Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:24:02.423 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:24:02.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:02 smithi154 bash[28156]: cluster 2023-11-15T04:24:01.389439+0000 mgr.smithi081.fomiyu (mgr.14180) 985 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:03.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:02 smithi154 bash[28156]: audit 2023-11-15T04:24:01.634370+0000 mgr.smithi081.fomiyu (mgr.14180) 986 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:24:03.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:02 smithi081 bash[24267]: cluster 2023-11-15T04:24:01.389439+0000 mgr.smithi081.fomiyu (mgr.14180) 985 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:03.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:02 smithi081 bash[24267]: audit 2023-11-15T04:24:01.634370+0000 mgr.smithi081.fomiyu (mgr.14180) 986 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:24:03.424 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:24:04.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:04 smithi081 bash[24267]: cluster 2023-11-15T04:24:03.391200+0000 mgr.smithi081.fomiyu (mgr.14180) 987 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:04.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:04 smithi154 bash[28156]: cluster 2023-11-15T04:24:03.391200+0000 mgr.smithi081.fomiyu (mgr.14180) 987 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:06.530 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:24:06.531 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:13:47.417453Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:03.317850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lqiqce on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\nDeploy daemon haproxy.nfs.foo.smithi154.lqiqce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.342103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.mwjaih on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\nDeploy daemon haproxy.nfs.foo.smithi081.mwjaih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.345516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.llrcjj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:13:47.416977Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:13:47.416626Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:13:47.417907Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:13:47.418357Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:13:47.419347Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:24:06.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:06 smithi081 bash[24267]: cluster 2023-11-15T04:24:05.392540+0000 mgr.smithi081.fomiyu (mgr.14180) 988 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:06.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:06 smithi154 bash[28156]: cluster 2023-11-15T04:24:05.392540+0000 mgr.smithi081.fomiyu (mgr.14180) 988 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:07.317 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:24:07.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:07 smithi154 bash[28156]: audit 2023-11-15T04:24:06.519284+0000 mgr.smithi081.fomiyu (mgr.14180) 989 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:24:08.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:07 smithi154 bash[28156]: audit 2023-11-15T04:24:07.351538+0000 mon.smithi081 (mon.0) 933 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:24:08.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:07 smithi154 bash[28156]: audit 2023-11-15T04:24:07.628585+0000 mon.smithi081 (mon.0) 934 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:24:08.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:07 smithi081 bash[24267]: audit 2023-11-15T04:24:06.519284+0000 mgr.smithi081.fomiyu (mgr.14180) 989 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:24:08.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:07 smithi081 bash[24267]: audit 2023-11-15T04:24:07.351538+0000 mon.smithi081 (mon.0) 933 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:24:08.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:07 smithi081 bash[24267]: audit 2023-11-15T04:24:07.628585+0000 mon.smithi081 (mon.0) 934 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:24:08.318 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:24:08.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:08 smithi081 bash[24267]: cluster 2023-11-15T04:24:07.394067+0000 mgr.smithi081.fomiyu (mgr.14180) 990 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:24:09.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:08 smithi154 bash[28156]: cluster 2023-11-15T04:24:07.394067+0000 mgr.smithi081.fomiyu (mgr.14180) 990 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:24:10.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:10 smithi154 bash[28156]: cluster 2023-11-15T04:24:09.395912+0000 mgr.smithi081.fomiyu (mgr.14180) 991 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:11.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:10 smithi081 bash[24267]: cluster 2023-11-15T04:24:09.395912+0000 mgr.smithi081.fomiyu (mgr.14180) 991 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:11.667 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:24:11.667 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:13:47.417221Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:13:47.417453Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:13:47.417681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:03.317850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lqiqce on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\nDeploy daemon haproxy.nfs.foo.smithi154.lqiqce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.342103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.mwjaih on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\nDeploy daemon haproxy.nfs.foo.smithi081.mwjaih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.345516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.llrcjj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:13:47.416977Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:13:47.416626Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:13:47.419574Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:13:47.417907Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:13:47.418357Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:13:47.418133Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:13:47.419347Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:24:12.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:24:12.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:12 smithi154 bash[28156]: cluster 2023-11-15T04:24:11.397333+0000 mgr.smithi081.fomiyu (mgr.14180) 992 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:13.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:12 smithi154 bash[28156]: audit 2023-11-15T04:24:11.654095+0000 mgr.smithi081.fomiyu (mgr.14180) 993 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:24:13.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:12 smithi081 bash[24267]: cluster 2023-11-15T04:24:11.397333+0000 mgr.smithi081.fomiyu (mgr.14180) 992 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:13.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:12 smithi081 bash[24267]: audit 2023-11-15T04:24:11.654095+0000 mgr.smithi081.fomiyu (mgr.14180) 993 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:24:13.394 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:24:15.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:14 smithi154 bash[28156]: cluster 2023-11-15T04:24:13.399286+0000 mgr.smithi081.fomiyu (mgr.14180) 994 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:15.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:14 smithi154 bash[28156]: audit 2023-11-15T04:24:14.257549+0000 mon.smithi081 (mon.0) 935 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:24:15.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:14 smithi154 bash[28156]: audit 2023-11-15T04:24:14.532338+0000 mon.smithi081 (mon.0) 936 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:24:15.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:14 smithi154 bash[28156]: audit 2023-11-15T04:24:14.533648+0000 mon.smithi081 (mon.0) 937 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:24:15.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:14 smithi154 bash[28156]: audit 2023-11-15T04:24:14.541290+0000 mon.smithi081 (mon.0) 938 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:24:15.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:14 smithi154 bash[28156]: audit 2023-11-15T04:24:14.548967+0000 mon.smithi081 (mon.0) 939 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:24:15.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:14 smithi154 bash[28156]: audit 2023-11-15T04:24:14.561169+0000 mon.smithi081 (mon.0) 940 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:24:15.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:14 smithi081 bash[24267]: cluster 2023-11-15T04:24:13.399286+0000 mgr.smithi081.fomiyu (mgr.14180) 994 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:15.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:14 smithi081 bash[24267]: audit 2023-11-15T04:24:14.257549+0000 mon.smithi081 (mon.0) 935 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:24:15.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:14 smithi081 bash[24267]: audit 2023-11-15T04:24:14.532338+0000 mon.smithi081 (mon.0) 936 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:24:15.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:14 smithi081 bash[24267]: audit 2023-11-15T04:24:14.533648+0000 mon.smithi081 (mon.0) 937 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:24:15.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:14 smithi081 bash[24267]: audit 2023-11-15T04:24:14.541290+0000 mon.smithi081 (mon.0) 938 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:24:15.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:14 smithi081 bash[24267]: audit 2023-11-15T04:24:14.548967+0000 mon.smithi081 (mon.0) 939 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:24:15.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:14 smithi081 bash[24267]: audit 2023-11-15T04:24:14.561169+0000 mon.smithi081 (mon.0) 940 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:24:15.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:15 smithi154 bash[28156]: cluster 2023-11-15T04:24:14.542559+0000 mgr.smithi081.fomiyu (mgr.14180) 995 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-15T04:24:16.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:15 smithi154 bash[28156]: cephadm 2023-11-15T04:24:14.564089+0000 mgr.smithi081.fomiyu (mgr.14180) 996 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.mxaamt on smithi154 2023-11-15T04:24:16.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:15 smithi154 bash[28156]: cluster 2023-11-15T04:24:15.538257+0000 mon.smithi081 (mon.0) 941 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:24:16.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:15 smithi154 bash[28156]: cluster 2023-11-15T04:24:15.538321+0000 mon.smithi081 (mon.0) 942 : cluster [INF] Cluster is now healthy 2023-11-15T04:24:16.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:15 smithi081 bash[24267]: cluster 2023-11-15T04:24:14.542559+0000 mgr.smithi081.fomiyu (mgr.14180) 995 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-15T04:24:16.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:15 smithi081 bash[24267]: cephadm 2023-11-15T04:24:14.564089+0000 mgr.smithi081.fomiyu (mgr.14180) 996 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.mxaamt on smithi154 2023-11-15T04:24:16.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:15 smithi081 bash[24267]: cluster 2023-11-15T04:24:15.538257+0000 mon.smithi081 (mon.0) 941 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:24:16.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:15 smithi081 bash[24267]: cluster 2023-11-15T04:24:15.538321+0000 mon.smithi081 (mon.0) 942 : cluster [INF] Cluster is now healthy 2023-11-15T04:24:16.667 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:24:16.667 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:21:53.231134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.kzjgkr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:03.317850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lqiqce on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\nDeploy daemon haproxy.nfs.foo.smithi154.lqiqce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.342103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.mwjaih on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\nDeploy daemon haproxy.nfs.foo.smithi081.mwjaih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.345516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.llrcjj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:24:17.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:24:17.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:17 smithi081 bash[24267]: audit 2023-11-15T04:24:16.499448+0000 mon.smithi081 (mon.0) 943 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:24:17.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:17 smithi081 bash[24267]: cluster 2023-11-15T04:24:16.543292+0000 mgr.smithi081.fomiyu (mgr.14180) 997 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-15T04:24:17.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:17 smithi081 bash[24267]: audit 2023-11-15T04:24:16.657640+0000 mgr.smithi081.fomiyu (mgr.14180) 998 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:24:17.954 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:17 smithi154 bash[28156]: audit 2023-11-15T04:24:16.499448+0000 mon.smithi081 (mon.0) 943 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:24:17.954 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:17 smithi154 bash[28156]: cluster 2023-11-15T04:24:16.543292+0000 mgr.smithi081.fomiyu (mgr.14180) 997 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-15T04:24:17.955 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:17 smithi154 bash[28156]: audit 2023-11-15T04:24:16.657640+0000 mgr.smithi081.fomiyu (mgr.14180) 998 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:24:18.494 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:24:18.749 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:18 smithi154 bash[28156]: audit 2023-11-15T04:24:18.375341+0000 mon.smithi081 (mon.0) 944 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.mxaamt"}]: dispatch 2023-11-15T04:24:18.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:18 smithi081 bash[24267]: audit 2023-11-15T04:24:18.375341+0000 mon.smithi081 (mon.0) 944 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.mxaamt"}]: dispatch 2023-11-15T04:24:19.792 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: cephadm 2023-11-15T04:24:18.373537+0000 mgr.smithi081.fomiyu (mgr.14180) 999 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt 2023-11-15T04:24:19.792 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:24:19.792 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt 2023-11-15T04:24:19.793 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt 2023-11-15T04:24:19.793 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:24:19.793 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt 2023-11-15T04:24:19.793 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.mxaamt ... 2023-11-15T04:24:19.793 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:24:19.794 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:24:19.794 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:24:19.794 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:24:19.794 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:24:19.794 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:24:19.795 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:24:19.795 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:24:19.795 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:24:19.795 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:24:19.796 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt 2023-11-15T04:24:19.796 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:24:19.796 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt 2023-11-15T04:24:19.796 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt 2023-11-15T04:24:19.796 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:24:19.797 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt 2023-11-15T04:24:19.797 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.mxaamt ... 2023-11-15T04:24:19.797 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:24:19.797 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:24:19.797 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:24:19.798 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:24:19.798 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:24:19.798 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: cephadm 2023-11-15T04:24:18.374156+0000 mgr.smithi081.fomiyu (mgr.14180) 1000 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.mxaamt 2023-11-15T04:24:19.798 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: cephadm 2023-11-15T04:24:18.377062+0000 mgr.smithi081.fomiyu (mgr.14180) 1001 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.mxaamt on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt 2023-11-15T04:24:19.799 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:24:19.799 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt 2023-11-15T04:24:19.799 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt 2023-11-15T04:24:19.799 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:24:19.799 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt 2023-11-15T04:24:19.800 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.mxaamt ... 2023-11-15T04:24:19.800 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:24:19.800 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:24:19.800 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:24:19.800 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:24:19.801 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:24:19.801 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: cephadm 2023-11-15T04:24:18.381618+0000 mgr.smithi081.fomiyu (mgr.14180) 1002 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.chqtby on smithi081 2023-11-15T04:24:19.801 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:19 smithi081 bash[24267]: cluster 2023-11-15T04:24:18.544194+0000 mgr.smithi081.fomiyu (mgr.14180) 1003 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-15T04:24:20.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: cephadm 2023-11-15T04:24:18.373537+0000 mgr.smithi081.fomiyu (mgr.14180) 999 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt 2023-11-15T04:24:20.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:24:20.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt 2023-11-15T04:24:20.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt 2023-11-15T04:24:20.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:24:20.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt 2023-11-15T04:24:20.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.mxaamt ... 2023-11-15T04:24:20.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:24:20.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:24:20.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:24:20.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:24:20.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:24:20.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:24:20.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:24:20.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:24:20.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:24:20.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:24:20.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt 2023-11-15T04:24:20.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:24:20.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt 2023-11-15T04:24:20.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt 2023-11-15T04:24:20.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:24:20.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt 2023-11-15T04:24:20.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.mxaamt ... 2023-11-15T04:24:20.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:24:20.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:24:20.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:24:20.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:24:20.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:24:20.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: cephadm 2023-11-15T04:24:18.374156+0000 mgr.smithi081.fomiyu (mgr.14180) 1000 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.mxaamt 2023-11-15T04:24:20.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: cephadm 2023-11-15T04:24:18.377062+0000 mgr.smithi081.fomiyu (mgr.14180) 1001 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.mxaamt on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt 2023-11-15T04:24:20.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:24:20.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt 2023-11-15T04:24:20.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt 2023-11-15T04:24:20.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:24:20.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt 2023-11-15T04:24:20.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.mxaamt ... 2023-11-15T04:24:20.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:24:20.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:24:20.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:24:20.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:24:20.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:24:20.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: cephadm 2023-11-15T04:24:18.381618+0000 mgr.smithi081.fomiyu (mgr.14180) 1002 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.chqtby on smithi081 2023-11-15T04:24:20.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:19 smithi154 bash[28156]: cluster 2023-11-15T04:24:18.544194+0000 mgr.smithi081.fomiyu (mgr.14180) 1003 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-15T04:24:21.704 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:21 smithi081 bash[24267]: cluster 2023-11-15T04:24:20.545367+0000 mgr.smithi081.fomiyu (mgr.14180) 1004 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-15T04:24:21.780 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:24:21.780 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:23:03.317850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lqiqce on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lqiqce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lqiqce\nDeploy daemon haproxy.nfs.foo.smithi154.lqiqce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.342103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.mwjaih on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mwjaih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mwjaih\nDeploy daemon haproxy.nfs.foo.smithi081.mwjaih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:23:07.345516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.llrcjj on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:24:18.376771Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mxaamt on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\nDeploy daemon haproxy.nfs.foo.smithi154.mxaamt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -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.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:24:21.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:21 smithi154 bash[28156]: cluster 2023-11-15T04:24:20.545367+0000 mgr.smithi081.fomiyu (mgr.14180) 1004 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-15T04:24:22.707 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:24:22.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:22 smithi081 bash[24267]: audit 2023-11-15T04:24:21.768881+0000 mgr.smithi081.fomiyu (mgr.14180) 1005 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:24:23.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:22 smithi154 bash[28156]: audit 2023-11-15T04:24:21.768881+0000 mgr.smithi081.fomiyu (mgr.14180) 1005 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:24:23.709 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:24:23.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: cluster 2023-11-15T04:24:22.546199+0000 mgr.smithi081.fomiyu (mgr.14180) 1006 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-15T04:24:23.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: cephadm 2023-11-15T04:24:22.623002+0000 mgr.smithi081.fomiyu (mgr.14180) 1007 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby 2023-11-15T04:24:23.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:24:23.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby 2023-11-15T04:24:23.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby 2023-11-15T04:24:23.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:24:23.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby 2023-11-15T04:24:23.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.chqtby ... 2023-11-15T04:24:23.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:24:23.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:24:23.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:24:23.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:24:23.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:24:23.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:24:23.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:24:23.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:24:23.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:24:23.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:24:23.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby 2023-11-15T04:24:23.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:24:23.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby 2023-11-15T04:24:23.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby 2023-11-15T04:24:23.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:24:23.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby 2023-11-15T04:24:23.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.chqtby ... 2023-11-15T04:24:23.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:24:23.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:24:23.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:24:23.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:24:23.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:24:23.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: cephadm 2023-11-15T04:24:22.623545+0000 mgr.smithi081.fomiyu (mgr.14180) 1008 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.chqtby 2023-11-15T04:24:23.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: audit 2023-11-15T04:24:22.624176+0000 mon.smithi081 (mon.0) 945 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.chqtby"}]: dispatch 2023-11-15T04:24:23.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: cephadm 2023-11-15T04:24:22.625377+0000 mgr.smithi081.fomiyu (mgr.14180) 1009 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.chqtby on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby 2023-11-15T04:24:23.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:24:23.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby 2023-11-15T04:24:23.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby 2023-11-15T04:24:23.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:24:23.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby 2023-11-15T04:24:23.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.chqtby ... 2023-11-15T04:24:23.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:24:23.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:24:23.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:24:23.866 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:24:23.866 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:24:23.866 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: cephadm 2023-11-15T04:24:22.628271+0000 mgr.smithi081.fomiyu (mgr.14180) 1010 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.vecqgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:24:23.866 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: cephadm 2023-11-15T04:24:22.630429+0000 mgr.smithi081.fomiyu (mgr.14180) 1011 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:24:23.866 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:23 smithi081 bash[24267]: cluster 2023-11-15T04:24:22.631793+0000 mgr.smithi081.fomiyu (mgr.14180) 1012 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 110 B/s rd, 0 op/s 2023-11-15T04:24:24.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: cluster 2023-11-15T04:24:22.546199+0000 mgr.smithi081.fomiyu (mgr.14180) 1006 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-15T04:24:24.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: cephadm 2023-11-15T04:24:22.623002+0000 mgr.smithi081.fomiyu (mgr.14180) 1007 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby 2023-11-15T04:24:24.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:24:24.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby 2023-11-15T04:24:24.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby 2023-11-15T04:24:24.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:24:24.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby 2023-11-15T04:24:24.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.chqtby ... 2023-11-15T04:24:24.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:24:24.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:24:24.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:24:24.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:24:24.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:24:24.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:24:24.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:24:24.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:24:24.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:24:24.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:24:24.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby 2023-11-15T04:24:24.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:24:24.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby 2023-11-15T04:24:24.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby 2023-11-15T04:24:24.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:24:24.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby 2023-11-15T04:24:24.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.chqtby ... 2023-11-15T04:24:24.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:24:24.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:24:24.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:24:24.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:24:24.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:24:24.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: cephadm 2023-11-15T04:24:22.623545+0000 mgr.smithi081.fomiyu (mgr.14180) 1008 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.chqtby 2023-11-15T04:24:24.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: audit 2023-11-15T04:24:22.624176+0000 mon.smithi081 (mon.0) 945 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.chqtby"}]: dispatch 2023-11-15T04:24:24.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: cephadm 2023-11-15T04:24:22.625377+0000 mgr.smithi081.fomiyu (mgr.14180) 1009 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.chqtby on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby 2023-11-15T04:24:24.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:24:24.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby 2023-11-15T04:24:24.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby 2023-11-15T04:24:24.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:24:24.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby 2023-11-15T04:24:24.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.chqtby ... 2023-11-15T04:24:24.011 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:24:24.011 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:24:24.011 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:24:24.012 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:24:24.013 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:24:24.013 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: cephadm 2023-11-15T04:24:22.628271+0000 mgr.smithi081.fomiyu (mgr.14180) 1010 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.vecqgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:24:24.013 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: cephadm 2023-11-15T04:24:22.630429+0000 mgr.smithi081.fomiyu (mgr.14180) 1011 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:24:24.013 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:23 smithi154 bash[28156]: cluster 2023-11-15T04:24:22.631793+0000 mgr.smithi081.fomiyu (mgr.14180) 1012 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 110 B/s rd, 0 op/s 2023-11-15T04:24:24.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:24 smithi081 bash[24267]: cluster 2023-11-15T04:24:23.567781+0000 mon.smithi081 (mon.0) 946 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:24:24.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:24 smithi154 bash[28156]: cluster 2023-11-15T04:24:23.567781+0000 mon.smithi081 (mon.0) 946 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:24:25.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:25 smithi081 bash[24267]: cluster 2023-11-15T04:24:24.633732+0000 mgr.smithi081.fomiyu (mgr.14180) 1013 : cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:24:25.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:25 smithi154 bash[28156]: cluster 2023-11-15T04:24:24.633732+0000 mgr.smithi081.fomiyu (mgr.14180) 1013 : cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:24:27.101 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:24:27.101 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:24:18.376771Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mxaamt on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\nDeploy daemon haproxy.nfs.foo.smithi154.mxaamt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:24:22.625234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.chqtby on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby\nDeploy daemon haproxy.nfs.foo.smithi081.chqtby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:24:22.628128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.vecqgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:24:22.630308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:24:27.300 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:27 smithi081 bash[24267]: audit 2023-11-15T04:24:26.028535+0000 mon.smithi081 (mon.0) 947 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:24:27.301 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:27 smithi081 bash[24267]: cluster 2023-11-15T04:24:26.635239+0000 mgr.smithi081.fomiyu (mgr.14180) 1014 : cluster [DBG] pgmap v702: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:24:27.499 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:27 smithi154 bash[28156]: audit 2023-11-15T04:24:26.028535+0000 mon.smithi081 (mon.0) 947 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:24:27.500 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:27 smithi154 bash[28156]: cluster 2023-11-15T04:24:26.635239+0000 mgr.smithi081.fomiyu (mgr.14180) 1014 : cluster [DBG] pgmap v702: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:24:27.922 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:24:28.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:28 smithi081 bash[24267]: audit 2023-11-15T04:24:27.087154+0000 mgr.smithi081.fomiyu (mgr.14180) 1015 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:24:28.499 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:28 smithi154 bash[28156]: audit 2023-11-15T04:24:27.087154+0000 mgr.smithi081.fomiyu (mgr.14180) 1015 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:24:28.923 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:24:29.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:29 smithi081 bash[24267]: cluster 2023-11-15T04:24:28.636993+0000 mgr.smithi081.fomiyu (mgr.14180) 1016 : cluster [DBG] pgmap v703: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:24:29.499 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:29 smithi154 bash[28156]: cluster 2023-11-15T04:24:28.636993+0000 mgr.smithi081.fomiyu (mgr.14180) 1016 : cluster [DBG] pgmap v703: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:24:31.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:31 smithi081 bash[24267]: cluster 2023-11-15T04:24:30.638416+0000 mgr.smithi081.fomiyu (mgr.14180) 1017 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:24:31.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:31 smithi081 bash[24267]: audit 2023-11-15T04:24:31.500616+0000 mon.smithi081 (mon.0) 948 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:24:31.929 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:24:31.929 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:24:18.376771Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mxaamt on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\nDeploy daemon haproxy.nfs.foo.smithi154.mxaamt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:24:22.625234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.chqtby on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby\nDeploy daemon haproxy.nfs.foo.smithi081.chqtby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:24:22.628128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.vecqgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:24:22.630308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:24:31.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:31 smithi154 bash[28156]: cluster 2023-11-15T04:24:30.638416+0000 mgr.smithi081.fomiyu (mgr.14180) 1017 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:24:32.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:31 smithi154 bash[28156]: audit 2023-11-15T04:24:31.500616+0000 mon.smithi081 (mon.0) 948 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:24:32.693 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:24:33.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:32 smithi154 bash[28156]: audit 2023-11-15T04:24:31.917496+0000 mgr.smithi081.fomiyu (mgr.14180) 1018 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:24:33.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:32 smithi081 bash[24267]: audit 2023-11-15T04:24:31.917496+0000 mgr.smithi081.fomiyu (mgr.14180) 1018 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:24:33.695 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:24:33.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:33 smithi154 bash[28156]: cluster 2023-11-15T04:24:32.640188+0000 mgr.smithi081.fomiyu (mgr.14180) 1019 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:24:34.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:33 smithi081 bash[24267]: cluster 2023-11-15T04:24:32.640188+0000 mgr.smithi081.fomiyu (mgr.14180) 1019 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:24:35.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:35 smithi081 bash[24267]: cluster 2023-11-15T04:24:34.642057+0000 mgr.smithi081.fomiyu (mgr.14180) 1020 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:35.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:35 smithi154 bash[28156]: cluster 2023-11-15T04:24:34.642057+0000 mgr.smithi081.fomiyu (mgr.14180) 1020 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:36.984 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:24:36.985 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:24:18.376771Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mxaamt on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\nDeploy daemon haproxy.nfs.foo.smithi154.mxaamt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:24:22.625234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.chqtby on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby\nDeploy daemon haproxy.nfs.foo.smithi081.chqtby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:24:22.628128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.vecqgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:24:22.630308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:24:37.744 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:24:37.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:37 smithi154 bash[28156]: cluster 2023-11-15T04:24:36.643598+0000 mgr.smithi081.fomiyu (mgr.14180) 1021 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:38.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:37 smithi081 bash[24267]: cluster 2023-11-15T04:24:36.643598+0000 mgr.smithi081.fomiyu (mgr.14180) 1021 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:38.746 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:24:38.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:38 smithi154 bash[28156]: audit 2023-11-15T04:24:36.978074+0000 mgr.smithi081.fomiyu (mgr.14180) 1022 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:24:39.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:38 smithi081 bash[24267]: audit 2023-11-15T04:24:36.978074+0000 mgr.smithi081.fomiyu (mgr.14180) 1022 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:24:40.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:39 smithi154 bash[28156]: cluster 2023-11-15T04:24:38.645431+0000 mgr.smithi081.fomiyu (mgr.14180) 1023 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:24:40.012 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:39 smithi081 bash[24267]: cluster 2023-11-15T04:24:38.645431+0000 mgr.smithi081.fomiyu (mgr.14180) 1023 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:24:41.853 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:24:41.854 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:24:18.376771Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mxaamt on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\nDeploy daemon haproxy.nfs.foo.smithi154.mxaamt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:24:22.625234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.chqtby on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby\nDeploy daemon haproxy.nfs.foo.smithi081.chqtby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:24:22.628128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.vecqgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:24:22.630308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:24:41.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:41 smithi154 bash[28156]: cluster 2023-11-15T04:24:40.646575+0000 mgr.smithi081.fomiyu (mgr.14180) 1024 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:42.032 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:41 smithi081 bash[24267]: cluster 2023-11-15T04:24:40.646575+0000 mgr.smithi081.fomiyu (mgr.14180) 1024 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:42.539 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:24:42.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:42 smithi081 bash[24267]: audit 2023-11-15T04:24:41.846826+0000 mgr.smithi081.fomiyu (mgr.14180) 1025 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:24:43.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:42 smithi154 bash[28156]: audit 2023-11-15T04:24:41.846826+0000 mgr.smithi081.fomiyu (mgr.14180) 1025 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:24:43.542 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:24:43.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:43 smithi081 bash[24267]: cluster 2023-11-15T04:24:42.648302+0000 mgr.smithi081.fomiyu (mgr.14180) 1026 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:44.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:43 smithi154 bash[28156]: cluster 2023-11-15T04:24:42.648302+0000 mgr.smithi081.fomiyu (mgr.14180) 1026 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:45.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:45 smithi081 bash[24267]: cluster 2023-11-15T04:24:44.649474+0000 mgr.smithi081.fomiyu (mgr.14180) 1027 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:45.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:45 smithi154 bash[28156]: cluster 2023-11-15T04:24:44.649474+0000 mgr.smithi081.fomiyu (mgr.14180) 1027 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:46.926 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:24:46.927 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:24:18.376771Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mxaamt on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\nDeploy daemon haproxy.nfs.foo.smithi154.mxaamt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:24:22.625234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.chqtby on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby\nDeploy daemon haproxy.nfs.foo.smithi081.chqtby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:24:22.628128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.vecqgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:24:22.630308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:24:47.738 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:24:47.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:47 smithi154 bash[28156]: cluster 2023-11-15T04:24:46.650701+0000 mgr.smithi081.fomiyu (mgr.14180) 1028 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:48.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:47 smithi154 bash[28156]: audit 2023-11-15T04:24:46.913336+0000 mgr.smithi081.fomiyu (mgr.14180) 1029 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:24:48.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:47 smithi081 bash[24267]: cluster 2023-11-15T04:24:46.650701+0000 mgr.smithi081.fomiyu (mgr.14180) 1028 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:48.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:47 smithi081 bash[24267]: audit 2023-11-15T04:24:46.913336+0000 mgr.smithi081.fomiyu (mgr.14180) 1029 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:24:48.739 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:24:49.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:49 smithi154 bash[28156]: cluster 2023-11-15T04:24:48.652604+0000 mgr.smithi081.fomiyu (mgr.14180) 1030 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:24:50.015 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:49 smithi081 bash[24267]: cluster 2023-11-15T04:24:48.652604+0000 mgr.smithi081.fomiyu (mgr.14180) 1030 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:24:51.816 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:24:51.817 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:24:18.376771Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mxaamt on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\nDeploy daemon haproxy.nfs.foo.smithi154.mxaamt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:24:22.625234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.chqtby on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby\nDeploy daemon haproxy.nfs.foo.smithi081.chqtby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:24:22.628128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.vecqgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:24:22.630308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:24:51.971 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:51 smithi081 bash[24267]: cluster 2023-11-15T04:24:50.653892+0000 mgr.smithi081.fomiyu (mgr.14180) 1031 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:51.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:51 smithi154 bash[28156]: cluster 2023-11-15T04:24:50.653892+0000 mgr.smithi081.fomiyu (mgr.14180) 1031 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:52.513 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:24:52.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:52 smithi081 bash[24267]: audit 2023-11-15T04:24:51.804369+0000 mgr.smithi081.fomiyu (mgr.14180) 1032 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:24:52.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:52 smithi154 bash[28156]: audit 2023-11-15T04:24:51.804369+0000 mgr.smithi081.fomiyu (mgr.14180) 1032 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:24:53.514 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:24:53.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:53 smithi081 bash[24267]: cluster 2023-11-15T04:24:52.655602+0000 mgr.smithi081.fomiyu (mgr.14180) 1033 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:53.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:53 smithi154 bash[28156]: cluster 2023-11-15T04:24:52.655602+0000 mgr.smithi081.fomiyu (mgr.14180) 1033 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:55.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:55 smithi081 bash[24267]: cluster 2023-11-15T04:24:54.658609+0000 mgr.smithi081.fomiyu (mgr.14180) 1034 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:55.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:55 smithi154 bash[28156]: cluster 2023-11-15T04:24:54.658609+0000 mgr.smithi081.fomiyu (mgr.14180) 1034 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:56.787 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:24:56.787 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:24:18.376771Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mxaamt on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\nDeploy daemon haproxy.nfs.foo.smithi154.mxaamt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:24:22.625234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.chqtby on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby\nDeploy daemon haproxy.nfs.foo.smithi081.chqtby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:24:22.628128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.vecqgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:24:22.630308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:24:57.513 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:24:57.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:57 smithi081 bash[24267]: cluster 2023-11-15T04:24:56.660026+0000 mgr.smithi081.fomiyu (mgr.14180) 1035 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:57.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:57 smithi081 bash[24267]: audit 2023-11-15T04:24:56.774710+0000 mgr.smithi081.fomiyu (mgr.14180) 1036 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:24:57.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:57 smithi154 bash[28156]: cluster 2023-11-15T04:24:56.660026+0000 mgr.smithi081.fomiyu (mgr.14180) 1035 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:24:58.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:57 smithi154 bash[28156]: audit 2023-11-15T04:24:56.774710+0000 mgr.smithi081.fomiyu (mgr.14180) 1036 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:24:58.514 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:24:59.954 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:24:59 smithi081 bash[24267]: cluster 2023-11-15T04:24:58.662186+0000 mgr.smithi081.fomiyu (mgr.14180) 1037 : cluster [DBG] pgmap v718: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:24:59.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:24:59 smithi154 bash[28156]: cluster 2023-11-15T04:24:58.662186+0000 mgr.smithi081.fomiyu (mgr.14180) 1037 : cluster [DBG] pgmap v718: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:25:01.677 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:25:01.678 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:24:18.376771Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mxaamt on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\nDeploy daemon haproxy.nfs.foo.smithi154.mxaamt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:24:22.625234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.chqtby on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby\nDeploy daemon haproxy.nfs.foo.smithi081.chqtby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:24:22.628128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.vecqgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:24:22.630308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:25:02.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:01 smithi154 bash[28156]: cluster 2023-11-15T04:25:00.663598+0000 mgr.smithi081.fomiyu (mgr.14180) 1038 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:02.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:01 smithi081 bash[24267]: cluster 2023-11-15T04:25:00.663598+0000 mgr.smithi081.fomiyu (mgr.14180) 1038 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:02.415 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:25:02.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:02 smithi154 bash[28156]: audit 2023-11-15T04:25:01.665184+0000 mgr.smithi081.fomiyu (mgr.14180) 1039 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:25:03.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:02 smithi081 bash[24267]: audit 2023-11-15T04:25:01.665184+0000 mgr.smithi081.fomiyu (mgr.14180) 1039 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:25:03.416 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:25:04.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:03 smithi154 bash[28156]: cluster 2023-11-15T04:25:02.665274+0000 mgr.smithi081.fomiyu (mgr.14180) 1040 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:04.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:03 smithi081 bash[24267]: cluster 2023-11-15T04:25:02.665274+0000 mgr.smithi081.fomiyu (mgr.14180) 1040 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:05.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:05 smithi081 bash[24267]: cluster 2023-11-15T04:25:04.666394+0000 mgr.smithi081.fomiyu (mgr.14180) 1041 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:05.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:05 smithi154 bash[28156]: cluster 2023-11-15T04:25:04.666394+0000 mgr.smithi081.fomiyu (mgr.14180) 1041 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:06.795 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:25:06.795 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:24:18.376771Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mxaamt on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\nDeploy daemon haproxy.nfs.foo.smithi154.mxaamt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:24:22.625234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.chqtby on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby\nDeploy daemon haproxy.nfs.foo.smithi081.chqtby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:24:22.628128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.vecqgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:24:22.630308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:25:07.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:25:07.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:07 smithi081 bash[24267]: cluster 2023-11-15T04:25:06.667686+0000 mgr.smithi081.fomiyu (mgr.14180) 1042 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:07.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:07 smithi081 bash[24267]: audit 2023-11-15T04:25:06.783405+0000 mgr.smithi081.fomiyu (mgr.14180) 1043 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:25:07.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:07 smithi154 bash[28156]: cluster 2023-11-15T04:25:06.667686+0000 mgr.smithi081.fomiyu (mgr.14180) 1042 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:08.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:07 smithi154 bash[28156]: audit 2023-11-15T04:25:06.783405+0000 mgr.smithi081.fomiyu (mgr.14180) 1043 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:25:08.580 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:25:09.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:09 smithi154 bash[28156]: cluster 2023-11-15T04:25:08.669609+0000 mgr.smithi081.fomiyu (mgr.14180) 1044 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:25:10.070 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:09 smithi081 bash[24267]: cluster 2023-11-15T04:25:08.669609+0000 mgr.smithi081.fomiyu (mgr.14180) 1044 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:25:11.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:11 smithi081 bash[24267]: cluster 2023-11-15T04:25:10.670947+0000 mgr.smithi081.fomiyu (mgr.14180) 1045 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:11.966 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:25:11.967 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:24:18.376771Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mxaamt on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\nDeploy daemon haproxy.nfs.foo.smithi154.mxaamt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:24:22.625234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.chqtby on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby\nDeploy daemon haproxy.nfs.foo.smithi081.chqtby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:24:22.628128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.vecqgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:24:22.630308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:25:11.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:11 smithi154 bash[28156]: cluster 2023-11-15T04:25:10.670947+0000 mgr.smithi081.fomiyu (mgr.14180) 1045 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:12.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:25:13.736 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:25:13.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:13 smithi154 bash[28156]: audit 2023-11-15T04:25:11.959003+0000 mgr.smithi081.fomiyu (mgr.14180) 1046 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:25:14.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:13 smithi154 bash[28156]: cluster 2023-11-15T04:25:12.672668+0000 mgr.smithi081.fomiyu (mgr.14180) 1047 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:14.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:13 smithi081 bash[24267]: audit 2023-11-15T04:25:11.959003+0000 mgr.smithi081.fomiyu (mgr.14180) 1046 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:25:14.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:13 smithi081 bash[24267]: cluster 2023-11-15T04:25:12.672668+0000 mgr.smithi081.fomiyu (mgr.14180) 1047 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:15.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:15 smithi081 bash[24267]: cluster 2023-11-15T04:25:14.674525+0000 mgr.smithi081.fomiyu (mgr.14180) 1048 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:15.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:15 smithi154 bash[28156]: cluster 2023-11-15T04:25:14.674525+0000 mgr.smithi081.fomiyu (mgr.14180) 1048 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:17.195 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:25:17.196 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:24:18.376771Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mxaamt on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\nDeploy daemon haproxy.nfs.foo.smithi154.mxaamt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:24:22.625234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.chqtby on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby\nDeploy daemon haproxy.nfs.foo.smithi081.chqtby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:24:22.628128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.vecqgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:24:22.630308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:25:17.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:25:17.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:17 smithi154 bash[28156]: cluster 2023-11-15T04:25:16.675914+0000 mgr.smithi081.fomiyu (mgr.14180) 1049 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:18.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:17 smithi081 bash[24267]: cluster 2023-11-15T04:25:16.675914+0000 mgr.smithi081.fomiyu (mgr.14180) 1049 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:18.943 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:25:19.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:18 smithi154 bash[28156]: audit 2023-11-15T04:25:17.183833+0000 mgr.smithi081.fomiyu (mgr.14180) 1050 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:25:19.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:18 smithi081 bash[24267]: audit 2023-11-15T04:25:17.183833+0000 mgr.smithi081.fomiyu (mgr.14180) 1050 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:25:19.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:19 smithi154 bash[28156]: cluster 2023-11-15T04:25:18.677904+0000 mgr.smithi081.fomiyu (mgr.14180) 1051 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:25:20.013 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:19 smithi081 bash[24267]: cluster 2023-11-15T04:25:18.677904+0000 mgr.smithi081.fomiyu (mgr.14180) 1051 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:25:22.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:21 smithi081 bash[24267]: cluster 2023-11-15T04:25:20.679212+0000 mgr.smithi081.fomiyu (mgr.14180) 1052 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:22.121 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:25:22.122 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:23:07.347984Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.mylddk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:24:18.376771Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mxaamt on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\nDeploy daemon haproxy.nfs.foo.smithi154.mxaamt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:24:22.625234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.chqtby on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby\nDeploy daemon haproxy.nfs.foo.smithi081.chqtby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:24:22.628128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.vecqgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:24:22.630308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:25:22.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:21 smithi154 bash[28156]: cluster 2023-11-15T04:25:20.679212+0000 mgr.smithi081.fomiyu (mgr.14180) 1052 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:22.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:25:23.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:22 smithi081 bash[24267]: audit 2023-11-15T04:25:22.634487+0000 mon.smithi081 (mon.0) 949 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:25:23.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:22 smithi154 bash[28156]: audit 2023-11-15T04:25:22.634487+0000 mon.smithi081 (mon.0) 949 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:25:23.892 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:25:24.091 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:23 smithi081 bash[24267]: audit 2023-11-15T04:25:22.108098+0000 mgr.smithi081.fomiyu (mgr.14180) 1053 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:25:24.091 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:23 smithi081 bash[24267]: cluster 2023-11-15T04:25:22.680763+0000 mgr.smithi081.fomiyu (mgr.14180) 1054 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:24.091 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:23 smithi081 bash[24267]: audit 2023-11-15T04:25:22.932651+0000 mon.smithi081 (mon.0) 950 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:25:24.091 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:23 smithi081 bash[24267]: audit 2023-11-15T04:25:22.934019+0000 mon.smithi081 (mon.0) 951 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:25:24.092 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:23 smithi081 bash[24267]: audit 2023-11-15T04:25:22.940896+0000 mon.smithi081 (mon.0) 952 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:25:24.092 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:23 smithi081 bash[24267]: cluster 2023-11-15T04:25:22.942037+0000 mgr.smithi081.fomiyu (mgr.14180) 1055 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:25:24.092 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:23 smithi081 bash[24267]: audit 2023-11-15T04:25:22.950065+0000 mon.smithi081 (mon.0) 953 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:25:24.092 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:23 smithi081 bash[24267]: audit 2023-11-15T04:25:22.964330+0000 mon.smithi081 (mon.0) 954 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:25:24.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:23 smithi154 bash[28156]: audit 2023-11-15T04:25:22.108098+0000 mgr.smithi081.fomiyu (mgr.14180) 1053 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:25:24.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:23 smithi154 bash[28156]: cluster 2023-11-15T04:25:22.680763+0000 mgr.smithi081.fomiyu (mgr.14180) 1054 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:24.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:23 smithi154 bash[28156]: audit 2023-11-15T04:25:22.932651+0000 mon.smithi081 (mon.0) 950 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:25:24.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:23 smithi154 bash[28156]: audit 2023-11-15T04:25:22.934019+0000 mon.smithi081 (mon.0) 951 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:25:24.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:23 smithi154 bash[28156]: audit 2023-11-15T04:25:22.940896+0000 mon.smithi081 (mon.0) 952 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:25:24.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:23 smithi154 bash[28156]: cluster 2023-11-15T04:25:22.942037+0000 mgr.smithi081.fomiyu (mgr.14180) 1055 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:25:24.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:23 smithi154 bash[28156]: audit 2023-11-15T04:25:22.950065+0000 mon.smithi081 (mon.0) 953 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:25:24.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:23 smithi154 bash[28156]: audit 2023-11-15T04:25:22.964330+0000 mon.smithi081 (mon.0) 954 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:25:25.076 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:24 smithi081 bash[24267]: cephadm 2023-11-15T04:25:22.968199+0000 mgr.smithi081.fomiyu (mgr.14180) 1056 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.fyebxi on smithi154 2023-11-15T04:25:25.076 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:24 smithi081 bash[24267]: cluster 2023-11-15T04:25:23.937993+0000 mon.smithi081 (mon.0) 955 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:25:25.077 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:24 smithi081 bash[24267]: cluster 2023-11-15T04:25:23.938068+0000 mon.smithi081 (mon.0) 956 : cluster [INF] Cluster is now healthy 2023-11-15T04:25:25.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:24 smithi154 bash[28156]: cephadm 2023-11-15T04:25:22.968199+0000 mgr.smithi081.fomiyu (mgr.14180) 1056 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.fyebxi on smithi154 2023-11-15T04:25:25.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:24 smithi154 bash[28156]: cluster 2023-11-15T04:25:23.937993+0000 mon.smithi081 (mon.0) 955 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:25:25.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:24 smithi154 bash[28156]: cluster 2023-11-15T04:25:23.938068+0000 mon.smithi081 (mon.0) 956 : cluster [INF] Cluster is now healthy 2023-11-15T04:25:25.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:25 smithi154 bash[28156]: cluster 2023-11-15T04:25:24.943676+0000 mgr.smithi081.fomiyu (mgr.14180) 1057 : cluster [DBG] pgmap v732: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:25:26.073 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:25 smithi081 bash[24267]: cluster 2023-11-15T04:25:24.943676+0000 mgr.smithi081.fomiyu (mgr.14180) 1057 : cluster [DBG] pgmap v732: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:25:26.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:26 smithi154 bash[28156]: audit 2023-11-15T04:25:26.786473+0000 mon.smithi081 (mon.0) 957 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.fyebxi"}]: dispatch 2023-11-15T04:25:27.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:26 smithi081 bash[24267]: audit 2023-11-15T04:25:26.786473+0000 mon.smithi081 (mon.0) 957 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.fyebxi"}]: dispatch 2023-11-15T04:25:27.396 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:25:27.397 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:24:18.376771Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.mxaamt on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-mxaamt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.mxaamt\nDeploy daemon haproxy.nfs.foo.smithi154.mxaamt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:24:22.625234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.chqtby on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-chqtby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.chqtby\nDeploy daemon haproxy.nfs.foo.smithi081.chqtby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:24:22.628128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.vecqgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:24:22.630308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:26.787438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.fyebxi on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\nDeploy daemon haproxy.nfs.foo.smithi154.fyebxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -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.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:25:28.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: cephadm 2023-11-15T04:25:26.785262+0000 mgr.smithi081.fomiyu (mgr.14180) 1058 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi 2023-11-15T04:25:28.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:25:28.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi 2023-11-15T04:25:28.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi 2023-11-15T04:25:28.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:25:28.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi 2023-11-15T04:25:28.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.fyebxi ... 2023-11-15T04:25:28.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:25:28.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:25:28.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:25:28.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:25:28.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:25:28.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:25:28.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:25:28.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:25:28.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:25:28.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:25:28.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi 2023-11-15T04:25:28.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:25:28.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi 2023-11-15T04:25:28.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi 2023-11-15T04:25:28.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:25:28.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi 2023-11-15T04:25:28.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.fyebxi ... 2023-11-15T04:25:28.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:25:28.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:25:28.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:25:28.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:25:28.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:25:28.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: cephadm 2023-11-15T04:25:26.785802+0000 mgr.smithi081.fomiyu (mgr.14180) 1059 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.fyebxi 2023-11-15T04:25:28.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: cephadm 2023-11-15T04:25:26.787591+0000 mgr.smithi081.fomiyu (mgr.14180) 1060 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.fyebxi on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi 2023-11-15T04:25:28.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:25:28.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi 2023-11-15T04:25:28.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi 2023-11-15T04:25:28.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:25:28.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi 2023-11-15T04:25:28.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.fyebxi ... 2023-11-15T04:25:28.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:25:28.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:25:28.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:25:28.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:25:28.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:25:28.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:27 smithi081 bash[24267]: cephadm 2023-11-15T04:25:26.790056+0000 mgr.smithi081.fomiyu (mgr.14180) 1061 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.bupifm on smithi081 2023-11-15T04:25:28.221 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:25:28.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: cephadm 2023-11-15T04:25:26.785262+0000 mgr.smithi081.fomiyu (mgr.14180) 1058 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi 2023-11-15T04:25:28.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:25:28.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi 2023-11-15T04:25:28.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi 2023-11-15T04:25:28.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:25:28.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi 2023-11-15T04:25:28.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.fyebxi ... 2023-11-15T04:25:28.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:25:28.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:25:28.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:25:28.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:25:28.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:25:28.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:25:28.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:25:28.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:25:28.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:25:28.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:25:28.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi 2023-11-15T04:25:28.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:25:28.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi 2023-11-15T04:25:28.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi 2023-11-15T04:25:28.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:25:28.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi 2023-11-15T04:25:28.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.fyebxi ... 2023-11-15T04:25:28.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:25:28.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:25:28.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:25:28.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:25:28.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:25:28.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: cephadm 2023-11-15T04:25:26.785802+0000 mgr.smithi081.fomiyu (mgr.14180) 1059 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.fyebxi 2023-11-15T04:25:28.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: cephadm 2023-11-15T04:25:26.787591+0000 mgr.smithi081.fomiyu (mgr.14180) 1060 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.fyebxi on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi 2023-11-15T04:25:28.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:25:28.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi 2023-11-15T04:25:28.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi 2023-11-15T04:25:28.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:25:28.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi 2023-11-15T04:25:28.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.fyebxi ... 2023-11-15T04:25:28.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:25:28.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:25:28.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:25:28.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:25:28.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:25:28.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:27 smithi154 bash[28156]: cephadm 2023-11-15T04:25:26.790056+0000 mgr.smithi081.fomiyu (mgr.14180) 1061 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.bupifm on smithi081 2023-11-15T04:25:29.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:28 smithi081 bash[24267]: cluster 2023-11-15T04:25:26.944872+0000 mgr.smithi081.fomiyu (mgr.14180) 1062 : cluster [DBG] pgmap v733: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-15T04:25:29.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:28 smithi081 bash[24267]: audit 2023-11-15T04:25:27.385445+0000 mgr.smithi081.fomiyu (mgr.14180) 1063 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:25:29.223 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:25:29.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:28 smithi154 bash[28156]: cluster 2023-11-15T04:25:26.944872+0000 mgr.smithi081.fomiyu (mgr.14180) 1062 : cluster [DBG] pgmap v733: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-15T04:25:29.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:28 smithi154 bash[28156]: audit 2023-11-15T04:25:27.385445+0000 mgr.smithi081.fomiyu (mgr.14180) 1063 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:25:31.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:30 smithi081 bash[24267]: cluster 2023-11-15T04:25:28.946589+0000 mgr.smithi081.fomiyu (mgr.14180) 1064 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:25:31.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:30 smithi081 bash[24267]: audit 2023-11-15T04:25:30.587175+0000 mon.smithi081 (mon.0) 958 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.bupifm"}]: dispatch 2023-11-15T04:25:31.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:30 smithi154 bash[28156]: cluster 2023-11-15T04:25:28.946589+0000 mgr.smithi081.fomiyu (mgr.14180) 1064 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:25:31.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:30 smithi154 bash[28156]: audit 2023-11-15T04:25:30.587175+0000 mon.smithi081 (mon.0) 958 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.bupifm"}]: dispatch 2023-11-15T04:25:32.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: cephadm 2023-11-15T04:25:30.585941+0000 mgr.smithi081.fomiyu (mgr.14180) 1065 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm 2023-11-15T04:25:32.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:25:32.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm 2023-11-15T04:25:32.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm 2023-11-15T04:25:32.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:25:32.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm 2023-11-15T04:25:32.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.bupifm ... 2023-11-15T04:25:32.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:25:32.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:25:32.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:25:32.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:25:32.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:25:32.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:25:32.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:25:32.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:25:32.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:25:32.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:25:32.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm 2023-11-15T04:25:32.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:25:32.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm 2023-11-15T04:25:32.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm 2023-11-15T04:25:32.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:25:32.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm 2023-11-15T04:25:32.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.bupifm ... 2023-11-15T04:25:32.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:25:32.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:25:32.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:25:32.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:25:32.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:25:32.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: cephadm 2023-11-15T04:25:30.586508+0000 mgr.smithi081.fomiyu (mgr.14180) 1066 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.bupifm 2023-11-15T04:25:32.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: cephadm 2023-11-15T04:25:30.588793+0000 mgr.smithi081.fomiyu (mgr.14180) 1067 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.bupifm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm 2023-11-15T04:25:32.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:25:32.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm 2023-11-15T04:25:32.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm 2023-11-15T04:25:32.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:25:32.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm 2023-11-15T04:25:32.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.bupifm ... 2023-11-15T04:25:32.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:25:32.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:25:32.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:25:32.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:25:32.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:25:32.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: cephadm 2023-11-15T04:25:30.593584+0000 mgr.smithi081.fomiyu (mgr.14180) 1068 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.nquirw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:25:32.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: cephadm 2023-11-15T04:25:30.595459+0000 mgr.smithi081.fomiyu (mgr.14180) 1069 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:25:32.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: cluster 2023-11-15T04:25:30.596533+0000 mgr.smithi081.fomiyu (mgr.14180) 1070 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-15T04:25:32.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: cluster 2023-11-15T04:25:30.855627+0000 mon.smithi081 (mon.0) 959 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:25:32.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:31 smithi154 bash[28156]: audit 2023-11-15T04:25:31.084049+0000 mon.smithi081 (mon.0) 960 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:25:32.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: cephadm 2023-11-15T04:25:30.585941+0000 mgr.smithi081.fomiyu (mgr.14180) 1065 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm 2023-11-15T04:25:32.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:25:32.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm 2023-11-15T04:25:32.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm 2023-11-15T04:25:32.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:25:32.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm 2023-11-15T04:25:32.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.bupifm ... 2023-11-15T04:25:32.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:25:32.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:25:32.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:25:32.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:25:32.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:25:32.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:25:32.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:25:32.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:25:32.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:25:32.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:25:32.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm 2023-11-15T04:25:32.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:25:32.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm 2023-11-15T04:25:32.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm 2023-11-15T04:25:32.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:25:32.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm 2023-11-15T04:25:32.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.bupifm ... 2023-11-15T04:25:32.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:25:32.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:25:32.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:25:32.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:25:32.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:25:32.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: cephadm 2023-11-15T04:25:30.586508+0000 mgr.smithi081.fomiyu (mgr.14180) 1066 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.bupifm 2023-11-15T04:25:32.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: cephadm 2023-11-15T04:25:30.588793+0000 mgr.smithi081.fomiyu (mgr.14180) 1067 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.bupifm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm 2023-11-15T04:25:32.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:25:32.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm 2023-11-15T04:25:32.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm 2023-11-15T04:25:32.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:25:32.366 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm 2023-11-15T04:25:32.366 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.bupifm ... 2023-11-15T04:25:32.366 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:25:32.366 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:25:32.366 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:25:32.367 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:25:32.367 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:25:32.367 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: cephadm 2023-11-15T04:25:30.593584+0000 mgr.smithi081.fomiyu (mgr.14180) 1068 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.nquirw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:25:32.367 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: cephadm 2023-11-15T04:25:30.595459+0000 mgr.smithi081.fomiyu (mgr.14180) 1069 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:25:32.367 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: cluster 2023-11-15T04:25:30.596533+0000 mgr.smithi081.fomiyu (mgr.14180) 1070 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-15T04:25:32.367 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: cluster 2023-11-15T04:25:30.855627+0000 mon.smithi081 (mon.0) 959 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:25:32.368 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:31 smithi081 bash[24267]: audit 2023-11-15T04:25:31.084049+0000 mon.smithi081 (mon.0) 960 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:25:32.830 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:25:32.830 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:24:22.630308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:26.787438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.fyebxi on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\nDeploy daemon haproxy.nfs.foo.smithi154.fyebxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.588549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bupifm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\nDeploy daemon haproxy.nfs.foo.smithi081.bupifm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.593366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.nquirw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:30.595351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:25:33.652 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:25:34.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:33 smithi081 bash[24267]: cluster 2023-11-15T04:25:32.597999+0000 mgr.smithi081.fomiyu (mgr.14180) 1071 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-15T04:25:34.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:33 smithi081 bash[24267]: audit 2023-11-15T04:25:32.816157+0000 mgr.smithi081.fomiyu (mgr.14180) 1072 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:25:34.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:33 smithi154 bash[28156]: cluster 2023-11-15T04:25:32.597999+0000 mgr.smithi081.fomiyu (mgr.14180) 1071 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-15T04:25:34.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:33 smithi154 bash[28156]: audit 2023-11-15T04:25:32.816157+0000 mgr.smithi081.fomiyu (mgr.14180) 1072 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:25:34.654 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:25:35.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:35 smithi081 bash[24267]: cluster 2023-11-15T04:25:34.600281+0000 mgr.smithi081.fomiyu (mgr.14180) 1073 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:25:36.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:35 smithi154 bash[28156]: cluster 2023-11-15T04:25:34.600281+0000 mgr.smithi081.fomiyu (mgr.14180) 1073 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:25:37.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:37 smithi081 bash[24267]: cluster 2023-11-15T04:25:36.601370+0000 mgr.smithi081.fomiyu (mgr.14180) 1074 : cluster [DBG] pgmap v738: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:25:37.977 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:25:37.977 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:24:22.630308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:26.787438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.fyebxi on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\nDeploy daemon haproxy.nfs.foo.smithi154.fyebxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.588549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bupifm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\nDeploy daemon haproxy.nfs.foo.smithi081.bupifm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.593366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.nquirw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:30.595351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:25:37.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:37 smithi154 bash[28156]: cluster 2023-11-15T04:25:36.601370+0000 mgr.smithi081.fomiyu (mgr.14180) 1074 : cluster [DBG] pgmap v738: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:25:38.732 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:25:39.735 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:25:39.934 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:39 smithi081 bash[24267]: audit 2023-11-15T04:25:37.966096+0000 mgr.smithi081.fomiyu (mgr.14180) 1075 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:25:39.935 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:39 smithi081 bash[24267]: cluster 2023-11-15T04:25:38.603054+0000 mgr.smithi081.fomiyu (mgr.14180) 1076 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:25:39.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:39 smithi154 bash[28156]: audit 2023-11-15T04:25:37.966096+0000 mgr.smithi081.fomiyu (mgr.14180) 1075 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:25:40.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:39 smithi154 bash[28156]: cluster 2023-11-15T04:25:38.603054+0000 mgr.smithi081.fomiyu (mgr.14180) 1076 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:25:42.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:41 smithi154 bash[28156]: cluster 2023-11-15T04:25:40.604113+0000 mgr.smithi081.fomiyu (mgr.14180) 1077 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:25:42.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:41 smithi081 bash[24267]: cluster 2023-11-15T04:25:40.604113+0000 mgr.smithi081.fomiyu (mgr.14180) 1077 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:25:43.077 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:25:43.078 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:24:22.630308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:26.787438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.fyebxi on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\nDeploy daemon haproxy.nfs.foo.smithi154.fyebxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.588549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bupifm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\nDeploy daemon haproxy.nfs.foo.smithi081.bupifm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.593366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.nquirw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:30.595351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:25:43.809 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:25:43.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:43 smithi154 bash[28156]: cluster 2023-11-15T04:25:42.605814+0000 mgr.smithi081.fomiyu (mgr.14180) 1078 : cluster [DBG] pgmap v741: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:44.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:43 smithi081 bash[24267]: cluster 2023-11-15T04:25:42.605814+0000 mgr.smithi081.fomiyu (mgr.14180) 1078 : cluster [DBG] pgmap v741: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:44.810 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:25:44.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:44 smithi154 bash[28156]: audit 2023-11-15T04:25:43.066709+0000 mgr.smithi081.fomiyu (mgr.14180) 1079 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:25:45.013 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:44 smithi081 bash[24267]: audit 2023-11-15T04:25:43.066709+0000 mgr.smithi081.fomiyu (mgr.14180) 1079 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:25:45.958 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:45 smithi081 bash[24267]: cluster 2023-11-15T04:25:44.607971+0000 mgr.smithi081.fomiyu (mgr.14180) 1080 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:46.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:45 smithi154 bash[28156]: cluster 2023-11-15T04:25:44.607971+0000 mgr.smithi081.fomiyu (mgr.14180) 1080 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:48.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:47 smithi154 bash[28156]: cluster 2023-11-15T04:25:46.609451+0000 mgr.smithi081.fomiyu (mgr.14180) 1081 : cluster [DBG] pgmap v743: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:48.055 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:25:48.055 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:24:22.630308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:26.787438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.fyebxi on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\nDeploy daemon haproxy.nfs.foo.smithi154.fyebxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.588549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bupifm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\nDeploy daemon haproxy.nfs.foo.smithi081.bupifm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.593366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.nquirw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:30.595351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:25:48.083 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:47 smithi081 bash[24267]: cluster 2023-11-15T04:25:46.609451+0000 mgr.smithi081.fomiyu (mgr.14180) 1081 : cluster [DBG] pgmap v743: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:48.884 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:25:49.885 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:25:50.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:49 smithi154 bash[28156]: audit 2023-11-15T04:25:48.048025+0000 mgr.smithi081.fomiyu (mgr.14180) 1082 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:25:50.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:49 smithi154 bash[28156]: cluster 2023-11-15T04:25:48.610442+0000 mgr.smithi081.fomiyu (mgr.14180) 1083 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:25:50.086 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:49 smithi081 bash[24267]: audit 2023-11-15T04:25:48.048025+0000 mgr.smithi081.fomiyu (mgr.14180) 1082 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:25:50.086 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:49 smithi081 bash[24267]: cluster 2023-11-15T04:25:48.610442+0000 mgr.smithi081.fomiyu (mgr.14180) 1083 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:25:52.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:51 smithi154 bash[28156]: cluster 2023-11-15T04:25:50.611870+0000 mgr.smithi081.fomiyu (mgr.14180) 1084 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:52.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:51 smithi081 bash[24267]: cluster 2023-11-15T04:25:50.611870+0000 mgr.smithi081.fomiyu (mgr.14180) 1084 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:53.055 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:25:53.056 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:24:22.630308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:26.787438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.fyebxi on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\nDeploy daemon haproxy.nfs.foo.smithi154.fyebxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.588549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bupifm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\nDeploy daemon haproxy.nfs.foo.smithi081.bupifm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.593366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.nquirw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:30.595351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:25:53.813 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:25:54.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:53 smithi154 bash[28156]: cluster 2023-11-15T04:25:52.613089+0000 mgr.smithi081.fomiyu (mgr.14180) 1085 : cluster [DBG] pgmap v746: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:54.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:53 smithi081 bash[24267]: cluster 2023-11-15T04:25:52.613089+0000 mgr.smithi081.fomiyu (mgr.14180) 1085 : cluster [DBG] pgmap v746: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:54.814 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:25:55.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:54 smithi154 bash[28156]: audit 2023-11-15T04:25:53.043726+0000 mgr.smithi081.fomiyu (mgr.14180) 1086 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:25:55.014 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:54 smithi081 bash[24267]: audit 2023-11-15T04:25:53.043726+0000 mgr.smithi081.fomiyu (mgr.14180) 1086 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:25:55.982 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:55 smithi081 bash[24267]: cluster 2023-11-15T04:25:54.615175+0000 mgr.smithi081.fomiyu (mgr.14180) 1087 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:56.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:55 smithi154 bash[28156]: cluster 2023-11-15T04:25:54.615175+0000 mgr.smithi081.fomiyu (mgr.14180) 1087 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:57.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:57 smithi081 bash[24267]: cluster 2023-11-15T04:25:56.616614+0000 mgr.smithi081.fomiyu (mgr.14180) 1088 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:58.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:57 smithi154 bash[28156]: cluster 2023-11-15T04:25:56.616614+0000 mgr.smithi081.fomiyu (mgr.14180) 1088 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:25:58.021 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:25:58.021 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:24:22.630308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:26.787438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.fyebxi on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\nDeploy daemon haproxy.nfs.foo.smithi154.fyebxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.588549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bupifm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\nDeploy daemon haproxy.nfs.foo.smithi081.bupifm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.593366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.nquirw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:30.595351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:25:58.856 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:25:59.857 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:26:00.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:59 smithi154 bash[28156]: audit 2023-11-15T04:25:58.008609+0000 mgr.smithi081.fomiyu (mgr.14180) 1089 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:00.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:25:59 smithi154 bash[28156]: cluster 2023-11-15T04:25:58.618350+0000 mgr.smithi081.fomiyu (mgr.14180) 1090 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:26:00.061 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:59 smithi081 bash[24267]: audit 2023-11-15T04:25:58.008609+0000 mgr.smithi081.fomiyu (mgr.14180) 1089 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:00.061 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:25:59 smithi081 bash[24267]: cluster 2023-11-15T04:25:58.618350+0000 mgr.smithi081.fomiyu (mgr.14180) 1090 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:26:02.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:01 smithi154 bash[28156]: cluster 2023-11-15T04:26:00.620032+0000 mgr.smithi081.fomiyu (mgr.14180) 1091 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:02.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:01 smithi081 bash[24267]: cluster 2023-11-15T04:26:00.620032+0000 mgr.smithi081.fomiyu (mgr.14180) 1091 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:03.326 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:26:03.326 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:24:22.630308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:26.787438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.fyebxi on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\nDeploy daemon haproxy.nfs.foo.smithi154.fyebxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.588549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bupifm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\nDeploy daemon haproxy.nfs.foo.smithi081.bupifm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.593366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.nquirw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:30.595351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:26:03.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:03 smithi081 bash[24267]: cluster 2023-11-15T04:26:02.621579+0000 mgr.smithi081.fomiyu (mgr.14180) 1092 : cluster [DBG] pgmap v751: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:04.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:03 smithi154 bash[28156]: cluster 2023-11-15T04:26:02.621579+0000 mgr.smithi081.fomiyu (mgr.14180) 1092 : cluster [DBG] pgmap v751: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:04.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:26:05.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:04 smithi154 bash[28156]: audit 2023-11-15T04:26:03.312273+0000 mgr.smithi081.fomiyu (mgr.14180) 1093 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:05.086 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:26:05.100 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:04 smithi081 bash[24267]: audit 2023-11-15T04:26:03.312273+0000 mgr.smithi081.fomiyu (mgr.14180) 1093 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:06.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:05 smithi154 bash[28156]: cluster 2023-11-15T04:26:04.623421+0000 mgr.smithi081.fomiyu (mgr.14180) 1094 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:06.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:05 smithi081 bash[24267]: cluster 2023-11-15T04:26:04.623421+0000 mgr.smithi081.fomiyu (mgr.14180) 1094 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:08.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:07 smithi081 bash[24267]: cluster 2023-11-15T04:26:06.624265+0000 mgr.smithi081.fomiyu (mgr.14180) 1095 : cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:08.223 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:26:08.223 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:24:22.630308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:26.787438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.fyebxi on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\nDeploy daemon haproxy.nfs.foo.smithi154.fyebxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.588549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bupifm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\nDeploy daemon haproxy.nfs.foo.smithi081.bupifm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.593366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.nquirw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:30.595351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:26:08.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:07 smithi154 bash[28156]: cluster 2023-11-15T04:26:06.624265+0000 mgr.smithi081.fomiyu (mgr.14180) 1095 : cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:08.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:26:09.951 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:26:10.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:09 smithi081 bash[24267]: audit 2023-11-15T04:26:08.210944+0000 mgr.smithi081.fomiyu (mgr.14180) 1096 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:10.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:09 smithi081 bash[24267]: cluster 2023-11-15T04:26:08.625207+0000 mgr.smithi081.fomiyu (mgr.14180) 1097 : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:26:10.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:09 smithi154 bash[28156]: audit 2023-11-15T04:26:08.210944+0000 mgr.smithi081.fomiyu (mgr.14180) 1096 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:10.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:09 smithi154 bash[28156]: cluster 2023-11-15T04:26:08.625207+0000 mgr.smithi081.fomiyu (mgr.14180) 1097 : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:26:12.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:11 smithi081 bash[24267]: cluster 2023-11-15T04:26:10.626292+0000 mgr.smithi081.fomiyu (mgr.14180) 1098 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:12.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:11 smithi154 bash[28156]: cluster 2023-11-15T04:26:10.626292+0000 mgr.smithi081.fomiyu (mgr.14180) 1098 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:13.166 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:26:13.167 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:24:22.630308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:26.787438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.fyebxi on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\nDeploy daemon haproxy.nfs.foo.smithi154.fyebxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.588549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bupifm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\nDeploy daemon haproxy.nfs.foo.smithi081.bupifm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.593366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.nquirw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:30.595351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:26:13.894 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:26:14.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:13 smithi081 bash[24267]: cluster 2023-11-15T04:26:12.627143+0000 mgr.smithi081.fomiyu (mgr.14180) 1099 : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:14.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:13 smithi154 bash[28156]: cluster 2023-11-15T04:26:12.627143+0000 mgr.smithi081.fomiyu (mgr.14180) 1099 : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:14.895 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:26:15.097 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:14 smithi081 bash[24267]: audit 2023-11-15T04:26:13.159165+0000 mgr.smithi081.fomiyu (mgr.14180) 1100 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:15.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:14 smithi154 bash[28156]: audit 2023-11-15T04:26:13.159165+0000 mgr.smithi081.fomiyu (mgr.14180) 1100 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:16.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:15 smithi154 bash[28156]: cluster 2023-11-15T04:26:14.629117+0000 mgr.smithi081.fomiyu (mgr.14180) 1101 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:16.085 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:15 smithi081 bash[24267]: cluster 2023-11-15T04:26:14.629117+0000 mgr.smithi081.fomiyu (mgr.14180) 1101 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:18.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:17 smithi081 bash[24267]: cluster 2023-11-15T04:26:16.630467+0000 mgr.smithi081.fomiyu (mgr.14180) 1102 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:18.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:17 smithi154 bash[28156]: cluster 2023-11-15T04:26:16.630467+0000 mgr.smithi081.fomiyu (mgr.14180) 1102 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:18.274 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:26:18.274 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:24:22.630308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:26.787438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.fyebxi on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\nDeploy daemon haproxy.nfs.foo.smithi154.fyebxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.588549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bupifm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\nDeploy daemon haproxy.nfs.foo.smithi081.bupifm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.593366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.nquirw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:30.595351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:26:19.087 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:26:20.088 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:26:20.099 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:19 smithi081 bash[24267]: audit 2023-11-15T04:26:18.262175+0000 mgr.smithi081.fomiyu (mgr.14180) 1103 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:20.099 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:19 smithi081 bash[24267]: cluster 2023-11-15T04:26:18.632237+0000 mgr.smithi081.fomiyu (mgr.14180) 1104 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:26:20.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:19 smithi154 bash[28156]: audit 2023-11-15T04:26:18.262175+0000 mgr.smithi081.fomiyu (mgr.14180) 1103 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:20.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:19 smithi154 bash[28156]: cluster 2023-11-15T04:26:18.632237+0000 mgr.smithi081.fomiyu (mgr.14180) 1104 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:26:22.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:21 smithi081 bash[24267]: cluster 2023-11-15T04:26:20.633862+0000 mgr.smithi081.fomiyu (mgr.14180) 1105 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:22.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:21 smithi154 bash[28156]: cluster 2023-11-15T04:26:20.633862+0000 mgr.smithi081.fomiyu (mgr.14180) 1105 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:23.200 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:26:23.200 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:24:22.630308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:26.787438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.fyebxi on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\nDeploy daemon haproxy.nfs.foo.smithi154.fyebxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.588549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bupifm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\nDeploy daemon haproxy.nfs.foo.smithi081.bupifm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.593366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.nquirw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:30.595351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:26:23.947 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:26:24.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:23 smithi081 bash[24267]: cluster 2023-11-15T04:26:22.635378+0000 mgr.smithi081.fomiyu (mgr.14180) 1106 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:24.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:23 smithi154 bash[28156]: cluster 2023-11-15T04:26:22.635378+0000 mgr.smithi081.fomiyu (mgr.14180) 1106 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:24.948 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:26:25.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:24 smithi081 bash[24267]: audit 2023-11-15T04:26:23.188031+0000 mgr.smithi081.fomiyu (mgr.14180) 1107 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:25.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:24 smithi154 bash[28156]: audit 2023-11-15T04:26:23.188031+0000 mgr.smithi081.fomiyu (mgr.14180) 1107 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:26.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:25 smithi154 bash[28156]: cluster 2023-11-15T04:26:24.637353+0000 mgr.smithi081.fomiyu (mgr.14180) 1108 : cluster [DBG] pgmap v762: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:26.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:25 smithi081 bash[24267]: cluster 2023-11-15T04:26:24.637353+0000 mgr.smithi081.fomiyu (mgr.14180) 1108 : cluster [DBG] pgmap v762: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:28.067 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:26:28.068 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:24:22.630308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:26.787438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.fyebxi on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\nDeploy daemon haproxy.nfs.foo.smithi154.fyebxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.588549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bupifm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\nDeploy daemon haproxy.nfs.foo.smithi081.bupifm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.593366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.nquirw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:30.595351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:26:28.096 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:27 smithi081 bash[24267]: cluster 2023-11-15T04:26:26.638623+0000 mgr.smithi081.fomiyu (mgr.14180) 1109 : cluster [DBG] pgmap v763: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:28.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:27 smithi154 bash[28156]: cluster 2023-11-15T04:26:26.638623+0000 mgr.smithi081.fomiyu (mgr.14180) 1109 : cluster [DBG] pgmap v763: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:28.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:26:29.872 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:26:30.071 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:29 smithi081 bash[24267]: audit 2023-11-15T04:26:28.053457+0000 mgr.smithi081.fomiyu (mgr.14180) 1110 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:30.072 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:29 smithi081 bash[24267]: cluster 2023-11-15T04:26:28.640332+0000 mgr.smithi081.fomiyu (mgr.14180) 1111 : cluster [DBG] pgmap v764: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:26:30.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:29 smithi154 bash[28156]: audit 2023-11-15T04:26:28.053457+0000 mgr.smithi081.fomiyu (mgr.14180) 1110 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:30.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:29 smithi154 bash[28156]: cluster 2023-11-15T04:26:28.640332+0000 mgr.smithi081.fomiyu (mgr.14180) 1111 : cluster [DBG] pgmap v764: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:26:31.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:30 smithi081 bash[24267]: audit 2023-11-15T04:26:30.599146+0000 mon.smithi081 (mon.0) 961 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:26:31.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:30 smithi154 bash[28156]: audit 2023-11-15T04:26:30.599146+0000 mon.smithi081 (mon.0) 961 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:26:32.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:31 smithi081 bash[24267]: cluster 2023-11-15T04:26:30.641696+0000 mgr.smithi081.fomiyu (mgr.14180) 1112 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:32.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:31 smithi081 bash[24267]: audit 2023-11-15T04:26:30.903365+0000 mon.smithi081 (mon.0) 962 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:26:32.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:31 smithi081 bash[24267]: audit 2023-11-15T04:26:30.904632+0000 mon.smithi081 (mon.0) 963 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:26:32.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:31 smithi081 bash[24267]: audit 2023-11-15T04:26:30.912241+0000 mon.smithi081 (mon.0) 964 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:26:32.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:31 smithi081 bash[24267]: cluster 2023-11-15T04:26:30.913152+0000 mgr.smithi081.fomiyu (mgr.14180) 1113 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:26:32.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:31 smithi081 bash[24267]: audit 2023-11-15T04:26:30.917571+0000 mon.smithi081 (mon.0) 965 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:26:32.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:31 smithi081 bash[24267]: audit 2023-11-15T04:26:30.929894+0000 mon.smithi081 (mon.0) 966 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:26:32.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:31 smithi081 bash[24267]: cephadm 2023-11-15T04:26:30.932676+0000 mgr.smithi081.fomiyu (mgr.14180) 1114 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.nienhv on smithi154 2023-11-15T04:26:32.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:31 smithi154 bash[28156]: cluster 2023-11-15T04:26:30.641696+0000 mgr.smithi081.fomiyu (mgr.14180) 1112 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:32.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:31 smithi154 bash[28156]: audit 2023-11-15T04:26:30.903365+0000 mon.smithi081 (mon.0) 962 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:26:32.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:31 smithi154 bash[28156]: audit 2023-11-15T04:26:30.904632+0000 mon.smithi081 (mon.0) 963 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:26:32.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:31 smithi154 bash[28156]: audit 2023-11-15T04:26:30.912241+0000 mon.smithi081 (mon.0) 964 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:26:32.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:31 smithi154 bash[28156]: cluster 2023-11-15T04:26:30.913152+0000 mgr.smithi081.fomiyu (mgr.14180) 1113 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:26:32.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:31 smithi154 bash[28156]: audit 2023-11-15T04:26:30.917571+0000 mon.smithi081 (mon.0) 965 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:26:32.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:31 smithi154 bash[28156]: audit 2023-11-15T04:26:30.929894+0000 mon.smithi081 (mon.0) 966 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:26:32.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:31 smithi154 bash[28156]: cephadm 2023-11-15T04:26:30.932676+0000 mgr.smithi081.fomiyu (mgr.14180) 1114 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.nienhv on smithi154 2023-11-15T04:26:33.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:32 smithi081 bash[24267]: cluster 2023-11-15T04:26:31.909040+0000 mon.smithi081 (mon.0) 967 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:26:33.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:32 smithi081 bash[24267]: cluster 2023-11-15T04:26:31.909101+0000 mon.smithi081 (mon.0) 968 : cluster [INF] Cluster is now healthy 2023-11-15T04:26:33.231 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:26:33.232 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:24:22.630308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.axjnlg on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:26.787438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.fyebxi on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\nDeploy daemon haproxy.nfs.foo.smithi154.fyebxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.588549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bupifm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\nDeploy daemon haproxy.nfs.foo.smithi081.bupifm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.593366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.nquirw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:30.595351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:26:33.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:32 smithi154 bash[28156]: cluster 2023-11-15T04:26:31.909040+0000 mon.smithi081 (mon.0) 967 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:26:33.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:32 smithi154 bash[28156]: cluster 2023-11-15T04:26:31.909101+0000 mon.smithi081 (mon.0) 968 : cluster [INF] Cluster is now healthy 2023-11-15T04:26:34.006 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:26:34.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:33 smithi081 bash[24267]: cluster 2023-11-15T04:26:32.914604+0000 mgr.smithi081.fomiyu (mgr.14180) 1115 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:26:34.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:33 smithi154 bash[28156]: cluster 2023-11-15T04:26:32.914604+0000 mgr.smithi081.fomiyu (mgr.14180) 1115 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:26:35.007 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:26:35.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:34 smithi081 bash[24267]: audit 2023-11-15T04:26:33.218742+0000 mgr.smithi081.fomiyu (mgr.14180) 1116 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:35.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:34 smithi154 bash[28156]: audit 2023-11-15T04:26:33.218742+0000 mgr.smithi081.fomiyu (mgr.14180) 1116 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:36.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: cephadm 2023-11-15T04:26:34.859528+0000 mgr.smithi081.fomiyu (mgr.14180) 1117 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv 2023-11-15T04:26:36.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:26:36.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv 2023-11-15T04:26:36.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv 2023-11-15T04:26:36.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:26:36.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv 2023-11-15T04:26:36.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.nienhv ... 2023-11-15T04:26:36.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:26:36.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:26:36.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:26:36.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:26:36.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:26:36.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:26:36.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:26:36.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:26:36.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:26:36.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:26:36.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv 2023-11-15T04:26:36.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:26:36.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv 2023-11-15T04:26:36.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv 2023-11-15T04:26:36.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:26:36.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv 2023-11-15T04:26:36.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.nienhv ... 2023-11-15T04:26:36.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:26:36.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:26:36.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:26:36.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:26:36.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:26:36.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: cephadm 2023-11-15T04:26:34.860071+0000 mgr.smithi081.fomiyu (mgr.14180) 1118 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.nienhv 2023-11-15T04:26:36.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: audit 2023-11-15T04:26:34.860750+0000 mon.smithi081 (mon.0) 969 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.nienhv"}]: dispatch 2023-11-15T04:26:36.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: cephadm 2023-11-15T04:26:34.862528+0000 mgr.smithi081.fomiyu (mgr.14180) 1119 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.nienhv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv 2023-11-15T04:26:36.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:26:36.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv 2023-11-15T04:26:36.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv 2023-11-15T04:26:36.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:26:36.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv 2023-11-15T04:26:36.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.nienhv ... 2023-11-15T04:26:36.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:26:36.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:26:36.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:26:36.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:26:36.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:26:36.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: cephadm 2023-11-15T04:26:34.867562+0000 mgr.smithi081.fomiyu (mgr.14180) 1120 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.bzqqhn on smithi081 2023-11-15T04:26:36.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:35 smithi154 bash[28156]: cluster 2023-11-15T04:26:34.915999+0000 mgr.smithi081.fomiyu (mgr.14180) 1121 : cluster [DBG] pgmap v768: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:26:36.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: cephadm 2023-11-15T04:26:34.859528+0000 mgr.smithi081.fomiyu (mgr.14180) 1117 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv 2023-11-15T04:26:36.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:26:36.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv 2023-11-15T04:26:36.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv 2023-11-15T04:26:36.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:26:36.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv 2023-11-15T04:26:36.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.nienhv ... 2023-11-15T04:26:36.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:26:36.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:26:36.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:26:36.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:26:36.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:26:36.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:26:36.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:26:36.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:26:36.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:26:36.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:26:36.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv 2023-11-15T04:26:36.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:26:36.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv 2023-11-15T04:26:36.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv 2023-11-15T04:26:36.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:26:36.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv 2023-11-15T04:26:36.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.nienhv ... 2023-11-15T04:26:36.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:26:36.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:26:36.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:26:36.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:26:36.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:26:36.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: cephadm 2023-11-15T04:26:34.860071+0000 mgr.smithi081.fomiyu (mgr.14180) 1118 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.nienhv 2023-11-15T04:26:36.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: audit 2023-11-15T04:26:34.860750+0000 mon.smithi081 (mon.0) 969 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.nienhv"}]: dispatch 2023-11-15T04:26:36.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: cephadm 2023-11-15T04:26:34.862528+0000 mgr.smithi081.fomiyu (mgr.14180) 1119 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.nienhv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv 2023-11-15T04:26:36.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:26:36.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv 2023-11-15T04:26:36.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv 2023-11-15T04:26:36.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:26:36.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv 2023-11-15T04:26:36.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.nienhv ... 2023-11-15T04:26:36.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:26:36.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:26:36.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:26:36.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:26:36.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:26:36.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: cephadm 2023-11-15T04:26:34.867562+0000 mgr.smithi081.fomiyu (mgr.14180) 1120 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.bzqqhn on smithi081 2023-11-15T04:26:36.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:35 smithi081 bash[24267]: cluster 2023-11-15T04:26:34.915999+0000 mgr.smithi081.fomiyu (mgr.14180) 1121 : cluster [DBG] pgmap v768: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:26:37.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:37 smithi081 bash[24267]: cluster 2023-11-15T04:26:36.917204+0000 mgr.smithi081.fomiyu (mgr.14180) 1122 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-15T04:26:37.500 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:37 smithi154 bash[28156]: cluster 2023-11-15T04:26:36.917204+0000 mgr.smithi081.fomiyu (mgr.14180) 1122 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-15T04:26:38.442 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:26:38.443 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:25:26.787438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.fyebxi on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-fyebxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.fyebxi\nDeploy daemon haproxy.nfs.foo.smithi154.fyebxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.588549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bupifm on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bupifm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bupifm\nDeploy daemon haproxy.nfs.foo.smithi081.bupifm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:25:30.593366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.nquirw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:25:30.595351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:26:34.862226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.nienhv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\nDeploy daemon haproxy.nfs.foo.smithi154.nienhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -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.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:26:38.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:38 smithi081 bash[24267]: audit 2023-11-15T04:26:38.671910+0000 mon.smithi081 (mon.0) 970 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.bzqqhn"}]: dispatch 2023-11-15T04:26:39.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:38 smithi154 bash[28156]: audit 2023-11-15T04:26:38.671910+0000 mon.smithi081 (mon.0) 970 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.bzqqhn"}]: dispatch 2023-11-15T04:26:39.340 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:26:40.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: audit 2023-11-15T04:26:38.430760+0000 mgr.smithi081.fomiyu (mgr.14180) 1123 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:40.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: cephadm 2023-11-15T04:26:38.671076+0000 mgr.smithi081.fomiyu (mgr.14180) 1124 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn 2023-11-15T04:26:40.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:26:40.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn 2023-11-15T04:26:40.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn 2023-11-15T04:26:40.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:26:40.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn 2023-11-15T04:26:40.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.bzqqhn ... 2023-11-15T04:26:40.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:26:40.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:26:40.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:26:40.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:26:40.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:26:40.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:26:40.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:26:40.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:26:40.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:26:40.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:26:40.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn 2023-11-15T04:26:40.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:26:40.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn 2023-11-15T04:26:40.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn 2023-11-15T04:26:40.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:26:40.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn 2023-11-15T04:26:40.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.bzqqhn ... 2023-11-15T04:26:40.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:26:40.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:26:40.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:26:40.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:26:40.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:26:40.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: cephadm 2023-11-15T04:26:38.671370+0000 mgr.smithi081.fomiyu (mgr.14180) 1125 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.bzqqhn 2023-11-15T04:26:40.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: cephadm 2023-11-15T04:26:38.673067+0000 mgr.smithi081.fomiyu (mgr.14180) 1126 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.bzqqhn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn 2023-11-15T04:26:40.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:26:40.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn 2023-11-15T04:26:40.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn 2023-11-15T04:26:40.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:26:40.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn 2023-11-15T04:26:40.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.bzqqhn ... 2023-11-15T04:26:40.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:26:40.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:26:40.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:26:40.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:26:40.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:26:40.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: cephadm 2023-11-15T04:26:38.675577+0000 mgr.smithi081.fomiyu (mgr.14180) 1127 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.pkcpnl on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:26:40.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: cephadm 2023-11-15T04:26:38.677734+0000 mgr.smithi081.fomiyu (mgr.14180) 1128 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:26:40.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: cluster 2023-11-15T04:26:38.678892+0000 mgr.smithi081.fomiyu (mgr.14180) 1129 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:26:40.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:39 smithi154 bash[28156]: cluster 2023-11-15T04:26:38.730328+0000 mon.smithi081 (mon.0) 971 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:26:40.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: audit 2023-11-15T04:26:38.430760+0000 mgr.smithi081.fomiyu (mgr.14180) 1123 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:40.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: cephadm 2023-11-15T04:26:38.671076+0000 mgr.smithi081.fomiyu (mgr.14180) 1124 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn 2023-11-15T04:26:40.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:26:40.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn 2023-11-15T04:26:40.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn 2023-11-15T04:26:40.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:26:40.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn 2023-11-15T04:26:40.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.bzqqhn ... 2023-11-15T04:26:40.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:26:40.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:26:40.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:26:40.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:26:40.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:26:40.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:26:40.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:26:40.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:26:40.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:26:40.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:26:40.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn 2023-11-15T04:26:40.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:26:40.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn 2023-11-15T04:26:40.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn 2023-11-15T04:26:40.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:26:40.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn 2023-11-15T04:26:40.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.bzqqhn ... 2023-11-15T04:26:40.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:26:40.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:26:40.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:26:40.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:26:40.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:26:40.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: cephadm 2023-11-15T04:26:38.671370+0000 mgr.smithi081.fomiyu (mgr.14180) 1125 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.bzqqhn 2023-11-15T04:26:40.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: cephadm 2023-11-15T04:26:38.673067+0000 mgr.smithi081.fomiyu (mgr.14180) 1126 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.bzqqhn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn 2023-11-15T04:26:40.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:26:40.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn 2023-11-15T04:26:40.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn 2023-11-15T04:26:40.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:26:40.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn 2023-11-15T04:26:40.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.bzqqhn ... 2023-11-15T04:26:40.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:26:40.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:26:40.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:26:40.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:26:40.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:26:40.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: cephadm 2023-11-15T04:26:38.675577+0000 mgr.smithi081.fomiyu (mgr.14180) 1127 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.pkcpnl on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:26:40.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: cephadm 2023-11-15T04:26:38.677734+0000 mgr.smithi081.fomiyu (mgr.14180) 1128 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:26:40.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: cluster 2023-11-15T04:26:38.678892+0000 mgr.smithi081.fomiyu (mgr.14180) 1129 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:26:40.116 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:39 smithi081 bash[24267]: cluster 2023-11-15T04:26:38.730328+0000 mon.smithi081 (mon.0) 971 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:26:40.341 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:26:41.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:41 smithi081 bash[24267]: cluster 2023-11-15T04:26:40.680172+0000 mgr.smithi081.fomiyu (mgr.14180) 1130 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:26:41.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:41 smithi081 bash[24267]: audit 2023-11-15T04:26:41.142492+0000 mon.smithi081 (mon.0) 972 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:26:42.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:41 smithi154 bash[28156]: cluster 2023-11-15T04:26:40.680172+0000 mgr.smithi081.fomiyu (mgr.14180) 1130 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:26:42.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:41 smithi154 bash[28156]: audit 2023-11-15T04:26:41.142492+0000 mon.smithi081 (mon.0) 972 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:26:43.517 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:26:43.518 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:25:30.595351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:26:34.862226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.nienhv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\nDeploy daemon haproxy.nfs.foo.smithi154.nienhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:26:38.672884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bzqqhn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn\nDeploy daemon haproxy.nfs.foo.smithi081.bzqqhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:26:38.675452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.pkcpnl on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:26:38.677615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:26:43.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:43 smithi081 bash[24267]: cluster 2023-11-15T04:26:42.681621+0000 mgr.smithi081.fomiyu (mgr.14180) 1131 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:26:44.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:43 smithi154 bash[28156]: cluster 2023-11-15T04:26:42.681621+0000 mgr.smithi081.fomiyu (mgr.14180) 1131 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:26:44.276 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:26:45.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:44 smithi154 bash[28156]: audit 2023-11-15T04:26:43.505899+0000 mgr.smithi081.fomiyu (mgr.14180) 1132 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:45.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:44 smithi081 bash[24267]: audit 2023-11-15T04:26:43.505899+0000 mgr.smithi081.fomiyu (mgr.14180) 1132 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:45.278 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:26:46.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:45 smithi154 bash[28156]: cluster 2023-11-15T04:26:44.683539+0000 mgr.smithi081.fomiyu (mgr.14180) 1133 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:26:46.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:45 smithi081 bash[24267]: cluster 2023-11-15T04:26:44.683539+0000 mgr.smithi081.fomiyu (mgr.14180) 1133 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:26:48.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:47 smithi081 bash[24267]: cluster 2023-11-15T04:26:46.684827+0000 mgr.smithi081.fomiyu (mgr.14180) 1134 : cluster [DBG] pgmap v774: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:26:48.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:47 smithi154 bash[28156]: cluster 2023-11-15T04:26:46.684827+0000 mgr.smithi081.fomiyu (mgr.14180) 1134 : cluster [DBG] pgmap v774: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:26:48.705 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:26:48.705 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:25:30.595351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:26:34.862226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.nienhv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\nDeploy daemon haproxy.nfs.foo.smithi154.nienhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:26:38.672884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bzqqhn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn\nDeploy daemon haproxy.nfs.foo.smithi081.bzqqhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:26:38.675452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.pkcpnl on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:26:38.677615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:26:49.477 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:26:50.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:49 smithi081 bash[24267]: cluster 2023-11-15T04:26:48.686641+0000 mgr.smithi081.fomiyu (mgr.14180) 1135 : cluster [DBG] pgmap v775: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:26:50.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:49 smithi081 bash[24267]: audit 2023-11-15T04:26:48.694357+0000 mgr.smithi081.fomiyu (mgr.14180) 1136 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:50.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:49 smithi154 bash[28156]: cluster 2023-11-15T04:26:48.686641+0000 mgr.smithi081.fomiyu (mgr.14180) 1135 : cluster [DBG] pgmap v775: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:26:50.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:49 smithi154 bash[28156]: audit 2023-11-15T04:26:48.694357+0000 mgr.smithi081.fomiyu (mgr.14180) 1136 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:50.479 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:26:51.789 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:51 smithi081 bash[24267]: cluster 2023-11-15T04:26:50.687449+0000 mgr.smithi081.fomiyu (mgr.14180) 1137 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:52.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:51 smithi154 bash[28156]: cluster 2023-11-15T04:26:50.687449+0000 mgr.smithi081.fomiyu (mgr.14180) 1137 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:53.460 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:26:53.460 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:25:30.595351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:26:34.862226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.nienhv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\nDeploy daemon haproxy.nfs.foo.smithi154.nienhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:26:38.672884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bzqqhn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn\nDeploy daemon haproxy.nfs.foo.smithi081.bzqqhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:26:38.675452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.pkcpnl on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:26:38.677615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:26:54.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:53 smithi081 bash[24267]: cluster 2023-11-15T04:26:52.688814+0000 mgr.smithi081.fomiyu (mgr.14180) 1138 : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:54.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:53 smithi154 bash[28156]: cluster 2023-11-15T04:26:52.688814+0000 mgr.smithi081.fomiyu (mgr.14180) 1138 : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:54.323 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:26:55.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:54 smithi081 bash[24267]: audit 2023-11-15T04:26:53.447743+0000 mgr.smithi081.fomiyu (mgr.14180) 1139 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:55.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:54 smithi154 bash[28156]: audit 2023-11-15T04:26:53.447743+0000 mgr.smithi081.fomiyu (mgr.14180) 1139 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:55.324 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:26:55.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:55 smithi154 bash[28156]: cluster 2023-11-15T04:26:54.690627+0000 mgr.smithi081.fomiyu (mgr.14180) 1140 : cluster [DBG] pgmap v778: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:56.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:55 smithi081 bash[24267]: cluster 2023-11-15T04:26:54.690627+0000 mgr.smithi081.fomiyu (mgr.14180) 1140 : cluster [DBG] pgmap v778: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:58.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:57 smithi081 bash[24267]: cluster 2023-11-15T04:26:56.691997+0000 mgr.smithi081.fomiyu (mgr.14180) 1141 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:58.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:57 smithi154 bash[28156]: cluster 2023-11-15T04:26:56.691997+0000 mgr.smithi081.fomiyu (mgr.14180) 1141 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:26:58.754 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:26:58.754 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:25:30.595351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:26:34.862226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.nienhv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\nDeploy daemon haproxy.nfs.foo.smithi154.nienhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:26:38.672884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bzqqhn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn\nDeploy daemon haproxy.nfs.foo.smithi081.bzqqhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:26:38.675452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.pkcpnl on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:26:38.677615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:26:59.494 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:27:00.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:59 smithi081 bash[24267]: cluster 2023-11-15T04:26:58.693724+0000 mgr.smithi081.fomiyu (mgr.14180) 1142 : cluster [DBG] pgmap v780: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:27:00.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:26:59 smithi081 bash[24267]: audit 2023-11-15T04:26:58.741314+0000 mgr.smithi081.fomiyu (mgr.14180) 1143 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:00.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:59 smithi154 bash[28156]: cluster 2023-11-15T04:26:58.693724+0000 mgr.smithi081.fomiyu (mgr.14180) 1142 : cluster [DBG] pgmap v780: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:27:00.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:26:59 smithi154 bash[28156]: audit 2023-11-15T04:26:58.741314+0000 mgr.smithi081.fomiyu (mgr.14180) 1143 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:00.495 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:01.830 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:01 smithi081 bash[24267]: cluster 2023-11-15T04:27:00.694656+0000 mgr.smithi081.fomiyu (mgr.14180) 1144 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:02.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:01 smithi154 bash[28156]: cluster 2023-11-15T04:27:00.694656+0000 mgr.smithi081.fomiyu (mgr.14180) 1144 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:03.584 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:27:03.584 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:25:30.595351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:26:34.862226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.nienhv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\nDeploy daemon haproxy.nfs.foo.smithi154.nienhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:26:38.672884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bzqqhn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn\nDeploy daemon haproxy.nfs.foo.smithi081.bzqqhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:26:38.675452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.pkcpnl on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:26:38.677615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:27:04.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:03 smithi081 bash[24267]: cluster 2023-11-15T04:27:02.695582+0000 mgr.smithi081.fomiyu (mgr.14180) 1145 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:04.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:03 smithi154 bash[28156]: cluster 2023-11-15T04:27:02.695582+0000 mgr.smithi081.fomiyu (mgr.14180) 1145 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:04.386 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:27:05.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:04 smithi081 bash[24267]: audit 2023-11-15T04:27:03.572524+0000 mgr.smithi081.fomiyu (mgr.14180) 1146 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:05.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:04 smithi154 bash[28156]: audit 2023-11-15T04:27:03.572524+0000 mgr.smithi081.fomiyu (mgr.14180) 1146 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:05.388 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:05.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:05 smithi081 bash[24267]: cluster 2023-11-15T04:27:04.697321+0000 mgr.smithi081.fomiyu (mgr.14180) 1147 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:06.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:05 smithi154 bash[28156]: cluster 2023-11-15T04:27:04.697321+0000 mgr.smithi081.fomiyu (mgr.14180) 1147 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:07.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:07 smithi081 bash[24267]: cluster 2023-11-15T04:27:06.698607+0000 mgr.smithi081.fomiyu (mgr.14180) 1148 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:08.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:07 smithi154 bash[28156]: cluster 2023-11-15T04:27:06.698607+0000 mgr.smithi081.fomiyu (mgr.14180) 1148 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:08.790 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:27:08.790 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:25:30.595351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:26:34.862226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.nienhv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\nDeploy daemon haproxy.nfs.foo.smithi154.nienhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:26:38.672884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bzqqhn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn\nDeploy daemon haproxy.nfs.foo.smithi081.bzqqhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:26:38.675452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.pkcpnl on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:26:38.677615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:27:09.530 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:27:10.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:09 smithi081 bash[24267]: cluster 2023-11-15T04:27:08.700471+0000 mgr.smithi081.fomiyu (mgr.14180) 1149 : cluster [DBG] pgmap v785: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:27:10.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:09 smithi081 bash[24267]: audit 2023-11-15T04:27:08.776173+0000 mgr.smithi081.fomiyu (mgr.14180) 1150 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:10.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:09 smithi154 bash[28156]: cluster 2023-11-15T04:27:08.700471+0000 mgr.smithi081.fomiyu (mgr.14180) 1149 : cluster [DBG] pgmap v785: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:27:10.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:09 smithi154 bash[28156]: audit 2023-11-15T04:27:08.776173+0000 mgr.smithi081.fomiyu (mgr.14180) 1150 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:10.532 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:11.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:11 smithi081 bash[24267]: cluster 2023-11-15T04:27:10.701615+0000 mgr.smithi081.fomiyu (mgr.14180) 1151 : cluster [DBG] pgmap v786: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:12.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:11 smithi154 bash[28156]: cluster 2023-11-15T04:27:10.701615+0000 mgr.smithi081.fomiyu (mgr.14180) 1151 : cluster [DBG] pgmap v786: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:13.730 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:27:13.731 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:25:30.595351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:26:34.862226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.nienhv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\nDeploy daemon haproxy.nfs.foo.smithi154.nienhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:26:38.672884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bzqqhn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn\nDeploy daemon haproxy.nfs.foo.smithi081.bzqqhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:26:38.675452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.pkcpnl on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:26:38.677615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:27:14.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:13 smithi081 bash[24267]: cluster 2023-11-15T04:27:12.703318+0000 mgr.smithi081.fomiyu (mgr.14180) 1152 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:14.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:13 smithi154 bash[28156]: cluster 2023-11-15T04:27:12.703318+0000 mgr.smithi081.fomiyu (mgr.14180) 1152 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:14.538 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:27:15.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:14 smithi081 bash[24267]: audit 2023-11-15T04:27:13.718284+0000 mgr.smithi081.fomiyu (mgr.14180) 1153 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:15.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:14 smithi154 bash[28156]: audit 2023-11-15T04:27:13.718284+0000 mgr.smithi081.fomiyu (mgr.14180) 1153 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:15.539 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:16.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:15 smithi154 bash[28156]: cluster 2023-11-15T04:27:14.705021+0000 mgr.smithi081.fomiyu (mgr.14180) 1154 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:16.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:15 smithi081 bash[24267]: cluster 2023-11-15T04:27:14.705021+0000 mgr.smithi081.fomiyu (mgr.14180) 1154 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:18.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:17 smithi081 bash[24267]: cluster 2023-11-15T04:27:16.706376+0000 mgr.smithi081.fomiyu (mgr.14180) 1155 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:18.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:17 smithi154 bash[28156]: cluster 2023-11-15T04:27:16.706376+0000 mgr.smithi081.fomiyu (mgr.14180) 1155 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:18.807 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:27:18.807 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:25:30.595351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:26:34.862226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.nienhv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\nDeploy daemon haproxy.nfs.foo.smithi154.nienhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:26:38.672884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bzqqhn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn\nDeploy daemon haproxy.nfs.foo.smithi081.bzqqhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:26:38.675452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.pkcpnl on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:26:38.677615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:27:19.536 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:27:20.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:19 smithi081 bash[24267]: cluster 2023-11-15T04:27:18.708228+0000 mgr.smithi081.fomiyu (mgr.14180) 1156 : cluster [DBG] pgmap v790: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:27:20.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:19 smithi081 bash[24267]: audit 2023-11-15T04:27:18.796322+0000 mgr.smithi081.fomiyu (mgr.14180) 1157 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:20.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:19 smithi154 bash[28156]: cluster 2023-11-15T04:27:18.708228+0000 mgr.smithi081.fomiyu (mgr.14180) 1156 : cluster [DBG] pgmap v790: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:27:20.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:19 smithi154 bash[28156]: audit 2023-11-15T04:27:18.796322+0000 mgr.smithi081.fomiyu (mgr.14180) 1157 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:20.537 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:21.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:21 smithi081 bash[24267]: cluster 2023-11-15T04:27:20.709473+0000 mgr.smithi081.fomiyu (mgr.14180) 1158 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:22.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:21 smithi154 bash[28156]: cluster 2023-11-15T04:27:20.709473+0000 mgr.smithi081.fomiyu (mgr.14180) 1158 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:23.634 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:27:23.634 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:25:30.595351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:26:34.862226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.nienhv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\nDeploy daemon haproxy.nfs.foo.smithi154.nienhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:26:38.672884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bzqqhn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn\nDeploy daemon haproxy.nfs.foo.smithi081.bzqqhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:26:38.675452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.pkcpnl on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:26:38.677615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:27:24.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:23 smithi081 bash[24267]: cluster 2023-11-15T04:27:22.710353+0000 mgr.smithi081.fomiyu (mgr.14180) 1159 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:24.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:23 smithi154 bash[28156]: cluster 2023-11-15T04:27:22.710353+0000 mgr.smithi081.fomiyu (mgr.14180) 1159 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:24.397 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:27:25.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:24 smithi154 bash[28156]: audit 2023-11-15T04:27:23.620637+0000 mgr.smithi081.fomiyu (mgr.14180) 1160 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:25.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:24 smithi081 bash[24267]: audit 2023-11-15T04:27:23.620637+0000 mgr.smithi081.fomiyu (mgr.14180) 1160 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:25.399 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:26.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:25 smithi154 bash[28156]: cluster 2023-11-15T04:27:24.712196+0000 mgr.smithi081.fomiyu (mgr.14180) 1161 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:26.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:25 smithi081 bash[24267]: cluster 2023-11-15T04:27:24.712196+0000 mgr.smithi081.fomiyu (mgr.14180) 1161 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:28.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:27 smithi081 bash[24267]: cluster 2023-11-15T04:27:26.713167+0000 mgr.smithi081.fomiyu (mgr.14180) 1162 : cluster [DBG] pgmap v794: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:28.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:27 smithi154 bash[28156]: cluster 2023-11-15T04:27:26.713167+0000 mgr.smithi081.fomiyu (mgr.14180) 1162 : cluster [DBG] pgmap v794: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:28.838 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:27:28.838 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:25:30.595351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:26:34.862226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.nienhv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\nDeploy daemon haproxy.nfs.foo.smithi154.nienhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:26:38.672884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bzqqhn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn\nDeploy daemon haproxy.nfs.foo.smithi081.bzqqhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:26:38.675452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.pkcpnl on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:26:38.677615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:27:29.655 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:27:30.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:29 smithi081 bash[24267]: cluster 2023-11-15T04:27:28.715013+0000 mgr.smithi081.fomiyu (mgr.14180) 1163 : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:27:30.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:29 smithi081 bash[24267]: audit 2023-11-15T04:27:28.825533+0000 mgr.smithi081.fomiyu (mgr.14180) 1164 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:30.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:29 smithi154 bash[28156]: cluster 2023-11-15T04:27:28.715013+0000 mgr.smithi081.fomiyu (mgr.14180) 1163 : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:27:30.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:29 smithi154 bash[28156]: audit 2023-11-15T04:27:28.825533+0000 mgr.smithi081.fomiyu (mgr.14180) 1164 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:30.658 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:32.043 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:31 smithi081 bash[24267]: cluster 2023-11-15T04:27:30.715939+0000 mgr.smithi081.fomiyu (mgr.14180) 1165 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:32.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:31 smithi154 bash[28156]: cluster 2023-11-15T04:27:30.715939+0000 mgr.smithi081.fomiyu (mgr.14180) 1165 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:33.836 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:27:33.837 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:25:30.595351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:26:34.862226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.nienhv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\nDeploy daemon haproxy.nfs.foo.smithi154.nienhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:26:38.672884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bzqqhn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn\nDeploy daemon haproxy.nfs.foo.smithi081.bzqqhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:26:38.675452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.pkcpnl on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:26:38.677615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:27:34.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:33 smithi154 bash[28156]: cluster 2023-11-15T04:27:32.716806+0000 mgr.smithi081.fomiyu (mgr.14180) 1166 : cluster [DBG] pgmap v797: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:34.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:33 smithi081 bash[24267]: cluster 2023-11-15T04:27:32.716806+0000 mgr.smithi081.fomiyu (mgr.14180) 1166 : cluster [DBG] pgmap v797: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:34.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:27:35.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:34 smithi154 bash[28156]: audit 2023-11-15T04:27:33.824977+0000 mgr.smithi081.fomiyu (mgr.14180) 1167 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:35.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:34 smithi081 bash[24267]: audit 2023-11-15T04:27:33.824977+0000 mgr.smithi081.fomiyu (mgr.14180) 1167 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:35.633 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:36.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:35 smithi154 bash[28156]: cluster 2023-11-15T04:27:34.718486+0000 mgr.smithi081.fomiyu (mgr.14180) 1168 : cluster [DBG] pgmap v798: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:36.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:35 smithi081 bash[24267]: cluster 2023-11-15T04:27:34.718486+0000 mgr.smithi081.fomiyu (mgr.14180) 1168 : cluster [DBG] pgmap v798: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:38.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:37 smithi081 bash[24267]: cluster 2023-11-15T04:27:36.719788+0000 mgr.smithi081.fomiyu (mgr.14180) 1169 : cluster [DBG] pgmap v799: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:38.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:37 smithi154 bash[28156]: cluster 2023-11-15T04:27:36.719788+0000 mgr.smithi081.fomiyu (mgr.14180) 1169 : cluster [DBG] pgmap v799: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:27:38.976 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:27:38.977 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:25:30.595351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.yldylz on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:26:34.862226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.nienhv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\nDeploy daemon haproxy.nfs.foo.smithi154.nienhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:26:38.672884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bzqqhn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn\nDeploy daemon haproxy.nfs.foo.smithi081.bzqqhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:26:38.675452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.pkcpnl on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:26:38.677615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:27:39.184 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:38 smithi081 bash[24267]: audit 2023-11-15T04:27:38.681646+0000 mon.smithi081 (mon.0) 973 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:27:39.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:38 smithi154 bash[28156]: audit 2023-11-15T04:27:38.681646+0000 mon.smithi081 (mon.0) 973 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:27:39.815 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:27:40.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:39 smithi081 bash[24267]: cluster 2023-11-15T04:27:38.721772+0000 mgr.smithi081.fomiyu (mgr.14180) 1170 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:27:40.141 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:39 smithi081 bash[24267]: audit 2023-11-15T04:27:38.964040+0000 mgr.smithi081.fomiyu (mgr.14180) 1171 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:40.141 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:39 smithi081 bash[24267]: audit 2023-11-15T04:27:38.999360+0000 mon.smithi081 (mon.0) 974 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:27:40.142 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:39 smithi081 bash[24267]: audit 2023-11-15T04:27:39.000471+0000 mon.smithi081 (mon.0) 975 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:27:40.142 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:39 smithi081 bash[24267]: audit 2023-11-15T04:27:39.006423+0000 mon.smithi081 (mon.0) 976 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:27:40.142 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:39 smithi081 bash[24267]: audit 2023-11-15T04:27:39.013284+0000 mon.smithi081 (mon.0) 977 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:27:40.142 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:39 smithi081 bash[24267]: audit 2023-11-15T04:27:39.027020+0000 mon.smithi081 (mon.0) 978 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:27:40.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:39 smithi154 bash[28156]: cluster 2023-11-15T04:27:38.721772+0000 mgr.smithi081.fomiyu (mgr.14180) 1170 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:27:40.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:39 smithi154 bash[28156]: audit 2023-11-15T04:27:38.964040+0000 mgr.smithi081.fomiyu (mgr.14180) 1171 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:40.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:39 smithi154 bash[28156]: audit 2023-11-15T04:27:38.999360+0000 mon.smithi081 (mon.0) 974 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:27:40.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:39 smithi154 bash[28156]: audit 2023-11-15T04:27:39.000471+0000 mon.smithi081 (mon.0) 975 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:27:40.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:39 smithi154 bash[28156]: audit 2023-11-15T04:27:39.006423+0000 mon.smithi081 (mon.0) 976 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:27:40.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:39 smithi154 bash[28156]: audit 2023-11-15T04:27:39.013284+0000 mon.smithi081 (mon.0) 977 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:27:40.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:39 smithi154 bash[28156]: audit 2023-11-15T04:27:39.027020+0000 mon.smithi081 (mon.0) 978 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:27:40.816 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:41.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:40 smithi081 bash[24267]: cluster 2023-11-15T04:27:39.007221+0000 mgr.smithi081.fomiyu (mgr.14180) 1172 : cluster [DBG] pgmap v801: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:27:41.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:40 smithi081 bash[24267]: cephadm 2023-11-15T04:27:39.031790+0000 mgr.smithi081.fomiyu (mgr.14180) 1173 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.rhpqdz on smithi154 2023-11-15T04:27:41.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:40 smithi081 bash[24267]: cluster 2023-11-15T04:27:40.004288+0000 mon.smithi081 (mon.0) 979 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:27:41.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:40 smithi081 bash[24267]: cluster 2023-11-15T04:27:40.004345+0000 mon.smithi081 (mon.0) 980 : cluster [INF] Cluster is now healthy 2023-11-15T04:27:41.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:40 smithi154 bash[28156]: cluster 2023-11-15T04:27:39.007221+0000 mgr.smithi081.fomiyu (mgr.14180) 1172 : cluster [DBG] pgmap v801: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:27:41.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:40 smithi154 bash[28156]: cephadm 2023-11-15T04:27:39.031790+0000 mgr.smithi081.fomiyu (mgr.14180) 1173 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.rhpqdz on smithi154 2023-11-15T04:27:41.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:40 smithi154 bash[28156]: cluster 2023-11-15T04:27:40.004288+0000 mon.smithi081 (mon.0) 979 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:27:41.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:40 smithi154 bash[28156]: cluster 2023-11-15T04:27:40.004345+0000 mon.smithi081 (mon.0) 980 : cluster [INF] Cluster is now healthy 2023-11-15T04:27:43.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:42 smithi081 bash[24267]: cluster 2023-11-15T04:27:41.008121+0000 mgr.smithi081.fomiyu (mgr.14180) 1174 : cluster [DBG] pgmap v802: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:27:43.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:42 smithi081 bash[24267]: audit 2023-11-15T04:27:42.896285+0000 mon.smithi081 (mon.0) 981 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.rhpqdz"}]: dispatch 2023-11-15T04:27:43.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:42 smithi154 bash[28156]: cluster 2023-11-15T04:27:41.008121+0000 mgr.smithi081.fomiyu (mgr.14180) 1174 : cluster [DBG] pgmap v802: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:27:43.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:42 smithi154 bash[28156]: audit 2023-11-15T04:27:42.896285+0000 mon.smithi081 (mon.0) 981 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.rhpqdz"}]: dispatch 2023-11-15T04:27:44.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: cephadm 2023-11-15T04:27:42.895443+0000 mgr.smithi081.fomiyu (mgr.14180) 1175 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz 2023-11-15T04:27:44.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:27:44.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz 2023-11-15T04:27:44.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz 2023-11-15T04:27:44.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:27:44.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz 2023-11-15T04:27:44.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.rhpqdz ... 2023-11-15T04:27:44.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:27:44.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:27:44.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:27:44.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:27:44.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:27:44.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:27:44.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:27:44.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:27:44.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:27:44.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:27:44.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz 2023-11-15T04:27:44.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:27:44.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz 2023-11-15T04:27:44.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz 2023-11-15T04:27:44.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:27:44.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz 2023-11-15T04:27:44.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.rhpqdz ... 2023-11-15T04:27:44.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:27:44.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:27:44.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:27:44.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:27:44.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:27:44.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: cephadm 2023-11-15T04:27:42.895807+0000 mgr.smithi081.fomiyu (mgr.14180) 1176 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.rhpqdz 2023-11-15T04:27:44.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: cephadm 2023-11-15T04:27:42.897309+0000 mgr.smithi081.fomiyu (mgr.14180) 1177 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.rhpqdz on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz 2023-11-15T04:27:44.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:27:44.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz 2023-11-15T04:27:44.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz 2023-11-15T04:27:44.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:27:44.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz 2023-11-15T04:27:44.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.rhpqdz ... 2023-11-15T04:27:44.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:27:44.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:27:44.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:27:44.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:27:44.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:27:44.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:43 smithi081 bash[24267]: cephadm 2023-11-15T04:27:42.899739+0000 mgr.smithi081.fomiyu (mgr.14180) 1178 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.qyijei on smithi081 2023-11-15T04:27:44.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: cephadm 2023-11-15T04:27:42.895443+0000 mgr.smithi081.fomiyu (mgr.14180) 1175 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz 2023-11-15T04:27:44.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:27:44.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz 2023-11-15T04:27:44.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz 2023-11-15T04:27:44.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:27:44.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz 2023-11-15T04:27:44.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.rhpqdz ... 2023-11-15T04:27:44.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:27:44.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:27:44.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:27:44.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:27:44.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:27:44.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:27:44.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:27:44.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:27:44.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:27:44.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:27:44.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz 2023-11-15T04:27:44.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:27:44.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz 2023-11-15T04:27:44.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz 2023-11-15T04:27:44.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:27:44.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz 2023-11-15T04:27:44.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.rhpqdz ... 2023-11-15T04:27:44.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:27:44.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:27:44.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:27:44.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:27:44.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:27:44.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: cephadm 2023-11-15T04:27:42.895807+0000 mgr.smithi081.fomiyu (mgr.14180) 1176 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.rhpqdz 2023-11-15T04:27:44.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: cephadm 2023-11-15T04:27:42.897309+0000 mgr.smithi081.fomiyu (mgr.14180) 1177 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.rhpqdz on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz 2023-11-15T04:27:44.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:27:44.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz 2023-11-15T04:27:44.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz 2023-11-15T04:27:44.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:27:44.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz 2023-11-15T04:27:44.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.rhpqdz ... 2023-11-15T04:27:44.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:27:44.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:27:44.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:27:44.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:27:44.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:27:44.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:43 smithi154 bash[28156]: cephadm 2023-11-15T04:27:42.899739+0000 mgr.smithi081.fomiyu (mgr.14180) 1178 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.qyijei on smithi081 2023-11-15T04:27:44.277 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:27:44.277 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:34.862226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.nienhv on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-nienhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.nienhv\nDeploy daemon haproxy.nfs.foo.smithi154.nienhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:26:38.672884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.bzqqhn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-bzqqhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.bzqqhn\nDeploy daemon haproxy.nfs.foo.smithi081.bzqqhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:26:38.675452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.pkcpnl on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:26:38.677615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:27:42.897193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rhpqdz on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\nDeploy daemon haproxy.nfs.foo.smithi154.rhpqdz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -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.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:27:45.099 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:27:45.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:44 smithi154 bash[28156]: cluster 2023-11-15T04:27:43.008836+0000 mgr.smithi081.fomiyu (mgr.14180) 1179 : cluster [DBG] pgmap v803: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:27:45.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:44 smithi081 bash[24267]: cluster 2023-11-15T04:27:43.008836+0000 mgr.smithi081.fomiyu (mgr.14180) 1179 : cluster [DBG] pgmap v803: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:27:46.100 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:46.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:45 smithi154 bash[28156]: audit 2023-11-15T04:27:44.269969+0000 mgr.smithi081.fomiyu (mgr.14180) 1180 : audit [DBG] from='client.25119 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:46.300 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:45 smithi081 bash[24267]: audit 2023-11-15T04:27:44.269969+0000 mgr.smithi081.fomiyu (mgr.14180) 1180 : audit [DBG] from='client.25119 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:47.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:46 smithi154 bash[28156]: cluster 2023-11-15T04:27:45.010165+0000 mgr.smithi081.fomiyu (mgr.14180) 1181 : cluster [DBG] pgmap v804: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:27:47.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:46 smithi154 bash[28156]: audit 2023-11-15T04:27:46.503513+0000 mon.smithi081 (mon.0) 982 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:27:47.257 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:46 smithi081 bash[24267]: cluster 2023-11-15T04:27:45.010165+0000 mgr.smithi081.fomiyu (mgr.14180) 1181 : cluster [DBG] pgmap v804: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:27:47.257 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:46 smithi081 bash[24267]: audit 2023-11-15T04:27:46.503513+0000 mon.smithi081 (mon.0) 982 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:27:48.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:47 smithi081 bash[24267]: audit 2023-11-15T04:27:47.285031+0000 mon.smithi081 (mon.0) 983 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.qyijei"}]: dispatch 2023-11-15T04:27:48.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:47 smithi154 bash[28156]: audit 2023-11-15T04:27:47.285031+0000 mon.smithi081 (mon.0) 983 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.qyijei"}]: dispatch 2023-11-15T04:27:49.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: cluster 2023-11-15T04:27:47.011430+0000 mgr.smithi081.fomiyu (mgr.14180) 1182 : cluster [DBG] pgmap v805: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-15T04:27:49.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: cephadm 2023-11-15T04:27:47.283924+0000 mgr.smithi081.fomiyu (mgr.14180) 1183 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei 2023-11-15T04:27:49.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:27:49.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei 2023-11-15T04:27:49.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei 2023-11-15T04:27:49.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:27:49.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei 2023-11-15T04:27:49.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.qyijei ... 2023-11-15T04:27:49.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:27:49.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:27:49.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:27:49.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:27:49.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:27:49.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:27:49.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:27:49.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:27:49.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:27:49.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:27:49.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei 2023-11-15T04:27:49.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:27:49.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei 2023-11-15T04:27:49.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei 2023-11-15T04:27:49.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:27:49.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei 2023-11-15T04:27:49.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.qyijei ... 2023-11-15T04:27:49.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:27:49.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:27:49.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:27:49.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:27:49.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:27:49.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: cephadm 2023-11-15T04:27:47.284452+0000 mgr.smithi081.fomiyu (mgr.14180) 1184 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.qyijei 2023-11-15T04:27:49.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: cephadm 2023-11-15T04:27:47.286346+0000 mgr.smithi081.fomiyu (mgr.14180) 1185 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.qyijei on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei 2023-11-15T04:27:49.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:27:49.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei 2023-11-15T04:27:49.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei 2023-11-15T04:27:49.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:27:49.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei 2023-11-15T04:27:49.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.qyijei ... 2023-11-15T04:27:49.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:27:49.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:27:49.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:27:49.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:27:49.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:27:49.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: cephadm 2023-11-15T04:27:47.289907+0000 mgr.smithi081.fomiyu (mgr.14180) 1186 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.mcvpiw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:27:49.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: cephadm 2023-11-15T04:27:47.293180+0000 mgr.smithi081.fomiyu (mgr.14180) 1187 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:27:49.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: cluster 2023-11-15T04:27:47.294517+0000 mgr.smithi081.fomiyu (mgr.14180) 1188 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 119 B/s rd, 0 op/s 2023-11-15T04:27:49.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:48 smithi154 bash[28156]: cluster 2023-11-15T04:27:47.941126+0000 mon.smithi081 (mon.0) 984 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:27:49.278 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: cluster 2023-11-15T04:27:47.011430+0000 mgr.smithi081.fomiyu (mgr.14180) 1182 : cluster [DBG] pgmap v805: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-15T04:27:49.279 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: cephadm 2023-11-15T04:27:47.283924+0000 mgr.smithi081.fomiyu (mgr.14180) 1183 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei 2023-11-15T04:27:49.279 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:27:49.279 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei 2023-11-15T04:27:49.279 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei 2023-11-15T04:27:49.280 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:27:49.280 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei 2023-11-15T04:27:49.280 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.qyijei ... 2023-11-15T04:27:49.280 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:27:49.281 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:27:49.281 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:27:49.281 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:27:49.281 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:27:49.282 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:27:49.282 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:27:49.282 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:27:49.282 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:27:49.282 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:27:49.283 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei 2023-11-15T04:27:49.283 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:27:49.283 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei 2023-11-15T04:27:49.283 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei 2023-11-15T04:27:49.283 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:27:49.284 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei 2023-11-15T04:27:49.284 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.qyijei ... 2023-11-15T04:27:49.284 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:27:49.284 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:27:49.284 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:27:49.285 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:27:49.285 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:27:49.285 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: cephadm 2023-11-15T04:27:47.284452+0000 mgr.smithi081.fomiyu (mgr.14180) 1184 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.qyijei 2023-11-15T04:27:49.285 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: cephadm 2023-11-15T04:27:47.286346+0000 mgr.smithi081.fomiyu (mgr.14180) 1185 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.qyijei on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei 2023-11-15T04:27:49.285 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:27:49.286 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei 2023-11-15T04:27:49.286 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei 2023-11-15T04:27:49.286 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:27:49.286 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei 2023-11-15T04:27:49.287 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.qyijei ... 2023-11-15T04:27:49.287 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:27:49.287 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:27:49.287 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:27:49.287 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:27:49.288 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:27:49.288 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: cephadm 2023-11-15T04:27:47.289907+0000 mgr.smithi081.fomiyu (mgr.14180) 1186 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.mcvpiw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:27:49.288 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: cephadm 2023-11-15T04:27:47.293180+0000 mgr.smithi081.fomiyu (mgr.14180) 1187 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:27:49.288 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: cluster 2023-11-15T04:27:47.294517+0000 mgr.smithi081.fomiyu (mgr.14180) 1188 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 119 B/s rd, 0 op/s 2023-11-15T04:27:49.288 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:48 smithi081 bash[24267]: cluster 2023-11-15T04:27:47.941126+0000 mon.smithi081 (mon.0) 984 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:27:49.730 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:27:49.731 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:38.677615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:27:42.897193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rhpqdz on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\nDeploy daemon haproxy.nfs.foo.smithi154.rhpqdz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:27:47.286151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.qyijei on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei\nDeploy daemon haproxy.nfs.foo.smithi081.qyijei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:27:47.289728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mcvpiw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:27:47.293002Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:27:50.609 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:27:51.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:50 smithi154 bash[28156]: cluster 2023-11-15T04:27:49.296598+0000 mgr.smithi081.fomiyu (mgr.14180) 1189 : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:27:51.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:50 smithi154 bash[28156]: audit 2023-11-15T04:27:49.718777+0000 mgr.smithi081.fomiyu (mgr.14180) 1190 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:51.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:50 smithi081 bash[24267]: cluster 2023-11-15T04:27:49.296598+0000 mgr.smithi081.fomiyu (mgr.14180) 1189 : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:27:51.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:50 smithi081 bash[24267]: audit 2023-11-15T04:27:49.718777+0000 mgr.smithi081.fomiyu (mgr.14180) 1190 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:51.610 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:52.500 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:52 smithi154 bash[28156]: audit 2023-11-15T04:27:51.200534+0000 mon.smithi081 (mon.0) 985 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:27:52.500 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:52 smithi154 bash[28156]: cluster 2023-11-15T04:27:51.297898+0000 mgr.smithi081.fomiyu (mgr.14180) 1191 : cluster [DBG] pgmap v808: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:27:52.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:52 smithi081 bash[24267]: audit 2023-11-15T04:27:51.200534+0000 mon.smithi081 (mon.0) 985 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:27:52.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:52 smithi081 bash[24267]: cluster 2023-11-15T04:27:51.297898+0000 mgr.smithi081.fomiyu (mgr.14180) 1191 : cluster [DBG] pgmap v808: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:27:54.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:54 smithi154 bash[28156]: cluster 2023-11-15T04:27:53.298970+0000 mgr.smithi081.fomiyu (mgr.14180) 1192 : cluster [DBG] pgmap v809: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:27:54.852 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:27:54.852 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:38.677615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:27:42.897193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rhpqdz on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\nDeploy daemon haproxy.nfs.foo.smithi154.rhpqdz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:27:47.286151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.qyijei on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei\nDeploy daemon haproxy.nfs.foo.smithi081.qyijei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:27:47.289728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mcvpiw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:27:47.293002Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:27:54.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:54 smithi081 bash[24267]: cluster 2023-11-15T04:27:53.298970+0000 mgr.smithi081.fomiyu (mgr.14180) 1192 : cluster [DBG] pgmap v809: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:27:55.590 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:27:55.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:55 smithi081 bash[24267]: audit 2023-11-15T04:27:54.845256+0000 mgr.smithi081.fomiyu (mgr.14180) 1193 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:56.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:55 smithi154 bash[28156]: audit 2023-11-15T04:27:54.845256+0000 mgr.smithi081.fomiyu (mgr.14180) 1193 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:56.591 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:56.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:56 smithi081 bash[24267]: cluster 2023-11-15T04:27:55.299947+0000 mgr.smithi081.fomiyu (mgr.14180) 1194 : cluster [DBG] pgmap v810: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:27:57.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:56 smithi154 bash[28156]: cluster 2023-11-15T04:27:55.299947+0000 mgr.smithi081.fomiyu (mgr.14180) 1194 : cluster [DBG] pgmap v810: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:27:58.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:27:58 smithi081 bash[24267]: cluster 2023-11-15T04:27:57.301429+0000 mgr.smithi081.fomiyu (mgr.14180) 1195 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:27:59.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:27:58 smithi154 bash[28156]: cluster 2023-11-15T04:27:57.301429+0000 mgr.smithi081.fomiyu (mgr.14180) 1195 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:28:00.026 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:28:00.026 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:38.677615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:27:42.897193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rhpqdz on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\nDeploy daemon haproxy.nfs.foo.smithi154.rhpqdz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:27:47.286151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.qyijei on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei\nDeploy daemon haproxy.nfs.foo.smithi081.qyijei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:27:47.289728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mcvpiw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:27:47.293002Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:28:00.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:28:01.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:00 smithi154 bash[28156]: cluster 2023-11-15T04:27:59.303083+0000 mgr.smithi081.fomiyu (mgr.14180) 1196 : cluster [DBG] pgmap v812: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:01.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:00 smithi081 bash[24267]: cluster 2023-11-15T04:27:59.303083+0000 mgr.smithi081.fomiyu (mgr.14180) 1196 : cluster [DBG] pgmap v812: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:01.781 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:01.977 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:01 smithi081 bash[24267]: audit 2023-11-15T04:28:00.017026+0000 mgr.smithi081.fomiyu (mgr.14180) 1197 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:01.978 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:01 smithi081 bash[24267]: audit 2023-11-15T04:28:01.506446+0000 mon.smithi081 (mon.0) 986 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:28:02.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:01 smithi154 bash[28156]: audit 2023-11-15T04:28:00.017026+0000 mgr.smithi081.fomiyu (mgr.14180) 1197 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:02.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:01 smithi154 bash[28156]: audit 2023-11-15T04:28:01.506446+0000 mon.smithi081 (mon.0) 986 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:28:02.952 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:02 smithi081 bash[24267]: cluster 2023-11-15T04:28:01.304416+0000 mgr.smithi081.fomiyu (mgr.14180) 1198 : cluster [DBG] pgmap v813: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:03.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:02 smithi154 bash[28156]: cluster 2023-11-15T04:28:01.304416+0000 mgr.smithi081.fomiyu (mgr.14180) 1198 : cluster [DBG] pgmap v813: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:04.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:04 smithi081 bash[24267]: cluster 2023-11-15T04:28:03.306103+0000 mgr.smithi081.fomiyu (mgr.14180) 1199 : cluster [DBG] pgmap v814: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:05.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:04 smithi154 bash[28156]: cluster 2023-11-15T04:28:03.306103+0000 mgr.smithi081.fomiyu (mgr.14180) 1199 : cluster [DBG] pgmap v814: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:05.042 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:28:05.042 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:38.677615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:27:42.897193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rhpqdz on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\nDeploy daemon haproxy.nfs.foo.smithi154.rhpqdz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:27:47.286151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.qyijei on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei\nDeploy daemon haproxy.nfs.foo.smithi081.qyijei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:27:47.289728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mcvpiw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:27:47.293002Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:28:05.927 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:28:06.928 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:06.941 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:06 smithi081 bash[24267]: audit 2023-11-15T04:28:05.030469+0000 mgr.smithi081.fomiyu (mgr.14180) 1200 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:06.941 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:06 smithi081 bash[24267]: cluster 2023-11-15T04:28:05.307598+0000 mgr.smithi081.fomiyu (mgr.14180) 1201 : cluster [DBG] pgmap v815: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:07.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:06 smithi154 bash[28156]: audit 2023-11-15T04:28:05.030469+0000 mgr.smithi081.fomiyu (mgr.14180) 1200 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:07.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:06 smithi154 bash[28156]: cluster 2023-11-15T04:28:05.307598+0000 mgr.smithi081.fomiyu (mgr.14180) 1201 : cluster [DBG] pgmap v815: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:09.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:08 smithi154 bash[28156]: cluster 2023-11-15T04:28:07.309027+0000 mgr.smithi081.fomiyu (mgr.14180) 1202 : cluster [DBG] pgmap v816: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:28:09.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:08 smithi081 bash[24267]: cluster 2023-11-15T04:28:07.309027+0000 mgr.smithi081.fomiyu (mgr.14180) 1202 : cluster [DBG] pgmap v816: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:28:10.254 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:28:10.254 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:38.677615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:27:42.897193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rhpqdz on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\nDeploy daemon haproxy.nfs.foo.smithi154.rhpqdz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:27:47.286151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.qyijei on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei\nDeploy daemon haproxy.nfs.foo.smithi081.qyijei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:27:47.289728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mcvpiw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:27:47.293002Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:28:10.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:10 smithi081 bash[24267]: cluster 2023-11-15T04:28:09.311123+0000 mgr.smithi081.fomiyu (mgr.14180) 1203 : cluster [DBG] pgmap v817: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:11.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:10 smithi154 bash[28156]: cluster 2023-11-15T04:28:09.311123+0000 mgr.smithi081.fomiyu (mgr.14180) 1203 : cluster [DBG] pgmap v817: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:11.020 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:28:12.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:11 smithi154 bash[28156]: audit 2023-11-15T04:28:10.242723+0000 mgr.smithi081.fomiyu (mgr.14180) 1204 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:12.021 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:12.032 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:11 smithi081 bash[24267]: audit 2023-11-15T04:28:10.242723+0000 mgr.smithi081.fomiyu (mgr.14180) 1204 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:13.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:12 smithi154 bash[28156]: cluster 2023-11-15T04:28:11.312453+0000 mgr.smithi081.fomiyu (mgr.14180) 1205 : cluster [DBG] pgmap v818: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:13.089 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:12 smithi081 bash[24267]: cluster 2023-11-15T04:28:11.312453+0000 mgr.smithi081.fomiyu (mgr.14180) 1205 : cluster [DBG] pgmap v818: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:14.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:14 smithi081 bash[24267]: cluster 2023-11-15T04:28:13.313657+0000 mgr.smithi081.fomiyu (mgr.14180) 1206 : cluster [DBG] pgmap v819: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:15.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:14 smithi154 bash[28156]: cluster 2023-11-15T04:28:13.313657+0000 mgr.smithi081.fomiyu (mgr.14180) 1206 : cluster [DBG] pgmap v819: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:15.331 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:28:15.332 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:38.677615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:27:42.897193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rhpqdz on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\nDeploy daemon haproxy.nfs.foo.smithi154.rhpqdz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:27:47.286151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.qyijei on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei\nDeploy daemon haproxy.nfs.foo.smithi081.qyijei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:27:47.289728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mcvpiw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:27:47.293002Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:28:16.174 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:28:17.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:16 smithi154 bash[28156]: cluster 2023-11-15T04:28:15.315240+0000 mgr.smithi081.fomiyu (mgr.14180) 1207 : cluster [DBG] pgmap v820: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:17.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:16 smithi154 bash[28156]: audit 2023-11-15T04:28:15.319896+0000 mgr.smithi081.fomiyu (mgr.14180) 1208 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:17.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:16 smithi081 bash[24267]: cluster 2023-11-15T04:28:15.315240+0000 mgr.smithi081.fomiyu (mgr.14180) 1207 : cluster [DBG] pgmap v820: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:17.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:16 smithi081 bash[24267]: audit 2023-11-15T04:28:15.319896+0000 mgr.smithi081.fomiyu (mgr.14180) 1208 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:17.175 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:18.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:18 smithi081 bash[24267]: cluster 2023-11-15T04:28:17.316676+0000 mgr.smithi081.fomiyu (mgr.14180) 1209 : cluster [DBG] pgmap v821: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:28:19.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:18 smithi154 bash[28156]: cluster 2023-11-15T04:28:17.316676+0000 mgr.smithi081.fomiyu (mgr.14180) 1209 : cluster [DBG] pgmap v821: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:28:20.599 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:28:20.600 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:38.677615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:27:42.897193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rhpqdz on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\nDeploy daemon haproxy.nfs.foo.smithi154.rhpqdz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:27:47.286151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.qyijei on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei\nDeploy daemon haproxy.nfs.foo.smithi081.qyijei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:27:47.289728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mcvpiw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:27:47.293002Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:28:21.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:20 smithi154 bash[28156]: cluster 2023-11-15T04:28:19.318209+0000 mgr.smithi081.fomiyu (mgr.14180) 1210 : 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 2023-11-15T04:28:21.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:20 smithi081 bash[24267]: cluster 2023-11-15T04:28:19.318209+0000 mgr.smithi081.fomiyu (mgr.14180) 1210 : 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 2023-11-15T04:28:21.437 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:28:22.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:21 smithi154 bash[28156]: audit 2023-11-15T04:28:20.588236+0000 mgr.smithi081.fomiyu (mgr.14180) 1211 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:22.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:21 smithi081 bash[24267]: audit 2023-11-15T04:28:20.588236+0000 mgr.smithi081.fomiyu (mgr.14180) 1211 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:22.439 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:23.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:22 smithi154 bash[28156]: cluster 2023-11-15T04:28:21.319489+0000 mgr.smithi081.fomiyu (mgr.14180) 1212 : cluster [DBG] pgmap v823: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:23.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:22 smithi081 bash[24267]: cluster 2023-11-15T04:28:21.319489+0000 mgr.smithi081.fomiyu (mgr.14180) 1212 : cluster [DBG] pgmap v823: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:24.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:24 smithi081 bash[24267]: cluster 2023-11-15T04:28:23.320451+0000 mgr.smithi081.fomiyu (mgr.14180) 1213 : cluster [DBG] pgmap v824: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:25.249 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:24 smithi154 bash[28156]: cluster 2023-11-15T04:28:23.320451+0000 mgr.smithi081.fomiyu (mgr.14180) 1213 : cluster [DBG] pgmap v824: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:25.783 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:28:25.784 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:38.677615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:27:42.897193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rhpqdz on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\nDeploy daemon haproxy.nfs.foo.smithi154.rhpqdz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:27:47.286151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.qyijei on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei\nDeploy daemon haproxy.nfs.foo.smithi081.qyijei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:27:47.289728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mcvpiw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:27:47.293002Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:28:26.629 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:28:27.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:26 smithi081 bash[24267]: cluster 2023-11-15T04:28:25.321842+0000 mgr.smithi081.fomiyu (mgr.14180) 1214 : cluster [DBG] pgmap v825: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:27.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:26 smithi081 bash[24267]: audit 2023-11-15T04:28:25.776587+0000 mgr.smithi081.fomiyu (mgr.14180) 1215 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:27.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:26 smithi154 bash[28156]: cluster 2023-11-15T04:28:25.321842+0000 mgr.smithi081.fomiyu (mgr.14180) 1214 : cluster [DBG] pgmap v825: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:27.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:26 smithi154 bash[28156]: audit 2023-11-15T04:28:25.776587+0000 mgr.smithi081.fomiyu (mgr.14180) 1215 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:27.630 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:29.102 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:28 smithi081 bash[24267]: cluster 2023-11-15T04:28:27.323373+0000 mgr.smithi081.fomiyu (mgr.14180) 1216 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:28:29.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:28 smithi154 bash[28156]: cluster 2023-11-15T04:28:27.323373+0000 mgr.smithi081.fomiyu (mgr.14180) 1216 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:28:30.917 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:28:30.917 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:38.677615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:27:42.897193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rhpqdz on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\nDeploy daemon haproxy.nfs.foo.smithi154.rhpqdz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:27:47.286151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.qyijei on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei\nDeploy daemon haproxy.nfs.foo.smithi081.qyijei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:27:47.289728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mcvpiw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:27:47.293002Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:28:31.093 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:30 smithi081 bash[24267]: cluster 2023-11-15T04:28:29.325375+0000 mgr.smithi081.fomiyu (mgr.14180) 1217 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:31.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:30 smithi154 bash[28156]: cluster 2023-11-15T04:28:29.325375+0000 mgr.smithi081.fomiyu (mgr.14180) 1217 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:31.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:28:32.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:31 smithi081 bash[24267]: audit 2023-11-15T04:28:30.905834+0000 mgr.smithi081.fomiyu (mgr.14180) 1218 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:32.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:31 smithi154 bash[28156]: audit 2023-11-15T04:28:30.905834+0000 mgr.smithi081.fomiyu (mgr.14180) 1218 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:32.635 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:32.969 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:32 smithi081 bash[24267]: cluster 2023-11-15T04:28:31.326614+0000 mgr.smithi081.fomiyu (mgr.14180) 1219 : cluster [DBG] pgmap v828: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:33.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:32 smithi154 bash[28156]: cluster 2023-11-15T04:28:31.326614+0000 mgr.smithi081.fomiyu (mgr.14180) 1219 : cluster [DBG] pgmap v828: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:35.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:34 smithi081 bash[24267]: cluster 2023-11-15T04:28:33.328247+0000 mgr.smithi081.fomiyu (mgr.14180) 1220 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:35.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:34 smithi154 bash[28156]: cluster 2023-11-15T04:28:33.328247+0000 mgr.smithi081.fomiyu (mgr.14180) 1220 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:36.138 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:28:36.139 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:38.677615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:27:42.897193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rhpqdz on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\nDeploy daemon haproxy.nfs.foo.smithi154.rhpqdz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:27:47.286151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.qyijei on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei\nDeploy daemon haproxy.nfs.foo.smithi081.qyijei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:27:47.289728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mcvpiw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:27:47.293002Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:28:36.897 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:28:37.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:36 smithi081 bash[24267]: cluster 2023-11-15T04:28:35.329861+0000 mgr.smithi081.fomiyu (mgr.14180) 1221 : cluster [DBG] pgmap v830: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:37.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:36 smithi154 bash[28156]: cluster 2023-11-15T04:28:35.329861+0000 mgr.smithi081.fomiyu (mgr.14180) 1221 : cluster [DBG] pgmap v830: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:37.898 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:38.101 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:37 smithi081 bash[24267]: audit 2023-11-15T04:28:36.127262+0000 mgr.smithi081.fomiyu (mgr.14180) 1222 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:38.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:37 smithi154 bash[28156]: audit 2023-11-15T04:28:36.127262+0000 mgr.smithi081.fomiyu (mgr.14180) 1222 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:39.083 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:38 smithi081 bash[24267]: cluster 2023-11-15T04:28:37.331458+0000 mgr.smithi081.fomiyu (mgr.14180) 1223 : cluster [DBG] pgmap v831: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:28:39.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:38 smithi154 bash[28156]: cluster 2023-11-15T04:28:37.331458+0000 mgr.smithi081.fomiyu (mgr.14180) 1223 : cluster [DBG] pgmap v831: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:28:41.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:40 smithi081 bash[24267]: cluster 2023-11-15T04:28:39.333377+0000 mgr.smithi081.fomiyu (mgr.14180) 1224 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:41.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:40 smithi154 bash[28156]: cluster 2023-11-15T04:28:39.333377+0000 mgr.smithi081.fomiyu (mgr.14180) 1224 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:41.255 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:28:41.256 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:38.677615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:27:42.897193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rhpqdz on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\nDeploy daemon haproxy.nfs.foo.smithi154.rhpqdz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:27:47.286151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.qyijei on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei\nDeploy daemon haproxy.nfs.foo.smithi081.qyijei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:27:47.289728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mcvpiw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:27:47.293002Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:28:42.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:28:43.016 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:43.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:42 smithi081 bash[24267]: audit 2023-11-15T04:28:41.244520+0000 mgr.smithi081.fomiyu (mgr.14180) 1225 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:43.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:42 smithi081 bash[24267]: cluster 2023-11-15T04:28:41.334694+0000 mgr.smithi081.fomiyu (mgr.14180) 1226 : cluster [DBG] pgmap v833: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:43.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:42 smithi154 bash[28156]: audit 2023-11-15T04:28:41.244520+0000 mgr.smithi081.fomiyu (mgr.14180) 1225 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:43.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:42 smithi154 bash[28156]: cluster 2023-11-15T04:28:41.334694+0000 mgr.smithi081.fomiyu (mgr.14180) 1226 : cluster [DBG] pgmap v833: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:45.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:44 smithi081 bash[24267]: cluster 2023-11-15T04:28:43.336400+0000 mgr.smithi081.fomiyu (mgr.14180) 1227 : cluster [DBG] pgmap v834: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:45.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:44 smithi154 bash[28156]: cluster 2023-11-15T04:28:43.336400+0000 mgr.smithi081.fomiyu (mgr.14180) 1227 : cluster [DBG] pgmap v834: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:46.486 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:28:46.487 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:38.677615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.xsvjzt on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:27:42.897193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rhpqdz on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\nDeploy daemon haproxy.nfs.foo.smithi154.rhpqdz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:27:47.286151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.qyijei on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei\nDeploy daemon haproxy.nfs.foo.smithi081.qyijei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:27:47.289728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mcvpiw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:27:47.293002Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:28:47.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:46 smithi081 bash[24267]: cluster 2023-11-15T04:28:45.337366+0000 mgr.smithi081.fomiyu (mgr.14180) 1228 : cluster [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:47.220 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:28:47.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:46 smithi154 bash[28156]: cluster 2023-11-15T04:28:45.337366+0000 mgr.smithi081.fomiyu (mgr.14180) 1228 : cluster [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:48.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:47 smithi081 bash[24267]: audit 2023-11-15T04:28:46.473312+0000 mgr.smithi081.fomiyu (mgr.14180) 1229 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:48.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:47 smithi081 bash[24267]: audit 2023-11-15T04:28:47.297233+0000 mon.smithi081 (mon.0) 987 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:28:48.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:47 smithi081 bash[24267]: audit 2023-11-15T04:28:47.598211+0000 mon.smithi081 (mon.0) 988 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:28:48.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:47 smithi081 bash[24267]: audit 2023-11-15T04:28:47.600170+0000 mon.smithi081 (mon.0) 989 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:28:48.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:47 smithi081 bash[24267]: audit 2023-11-15T04:28:47.609237+0000 mon.smithi081 (mon.0) 990 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:28:48.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:47 smithi081 bash[24267]: audit 2023-11-15T04:28:47.616775+0000 mon.smithi081 (mon.0) 991 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:28:48.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:47 smithi081 bash[24267]: audit 2023-11-15T04:28:47.630278+0000 mon.smithi081 (mon.0) 992 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:28:48.221 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:48.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:47 smithi154 bash[28156]: audit 2023-11-15T04:28:46.473312+0000 mgr.smithi081.fomiyu (mgr.14180) 1229 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:48.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:47 smithi154 bash[28156]: audit 2023-11-15T04:28:47.297233+0000 mon.smithi081 (mon.0) 987 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:28:48.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:47 smithi154 bash[28156]: audit 2023-11-15T04:28:47.598211+0000 mon.smithi081 (mon.0) 988 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:28:48.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:47 smithi154 bash[28156]: audit 2023-11-15T04:28:47.600170+0000 mon.smithi081 (mon.0) 989 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:28:48.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:47 smithi154 bash[28156]: audit 2023-11-15T04:28:47.609237+0000 mon.smithi081 (mon.0) 990 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:28:48.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:47 smithi154 bash[28156]: audit 2023-11-15T04:28:47.616775+0000 mon.smithi081 (mon.0) 991 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:28:48.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:47 smithi154 bash[28156]: audit 2023-11-15T04:28:47.630278+0000 mon.smithi081 (mon.0) 992 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:28:49.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:48 smithi081 bash[24267]: cluster 2023-11-15T04:28:47.338864+0000 mgr.smithi081.fomiyu (mgr.14180) 1230 : cluster [DBG] pgmap v836: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:28:49.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:48 smithi081 bash[24267]: cluster 2023-11-15T04:28:47.610191+0000 mgr.smithi081.fomiyu (mgr.14180) 1231 : cluster [DBG] pgmap v837: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:28:49.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:48 smithi081 bash[24267]: cephadm 2023-11-15T04:28:47.633482+0000 mgr.smithi081.fomiyu (mgr.14180) 1232 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.lagmxg on smithi154 2023-11-15T04:28:49.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:48 smithi081 bash[24267]: cluster 2023-11-15T04:28:47.828800+0000 mon.smithi081 (mon.0) 993 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:28:49.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:48 smithi081 bash[24267]: cluster 2023-11-15T04:28:47.828865+0000 mon.smithi081 (mon.0) 994 : cluster [INF] Cluster is now healthy 2023-11-15T04:28:49.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:48 smithi154 bash[28156]: cluster 2023-11-15T04:28:47.338864+0000 mgr.smithi081.fomiyu (mgr.14180) 1230 : cluster [DBG] pgmap v836: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:28:49.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:48 smithi154 bash[28156]: cluster 2023-11-15T04:28:47.610191+0000 mgr.smithi081.fomiyu (mgr.14180) 1231 : cluster [DBG] pgmap v837: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:28:49.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:48 smithi154 bash[28156]: cephadm 2023-11-15T04:28:47.633482+0000 mgr.smithi081.fomiyu (mgr.14180) 1232 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.lagmxg on smithi154 2023-11-15T04:28:49.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:48 smithi154 bash[28156]: cluster 2023-11-15T04:28:47.828800+0000 mon.smithi081 (mon.0) 993 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:28:49.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:48 smithi154 bash[28156]: cluster 2023-11-15T04:28:47.828865+0000 mon.smithi081 (mon.0) 994 : cluster [INF] Cluster is now healthy 2023-11-15T04:28:51.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:50 smithi081 bash[24267]: cluster 2023-11-15T04:28:49.611621+0000 mgr.smithi081.fomiyu (mgr.14180) 1233 : cluster [DBG] pgmap v838: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:28:51.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:50 smithi154 bash[28156]: cluster 2023-11-15T04:28:49.611621+0000 mgr.smithi081.fomiyu (mgr.14180) 1233 : cluster [DBG] pgmap v838: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:28:51.589 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:28:51.589 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:27:42.897193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.rhpqdz on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-rhpqdz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.rhpqdz\nDeploy daemon haproxy.nfs.foo.smithi154.rhpqdz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:27:47.286151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.qyijei on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qyijei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qyijei\nDeploy daemon haproxy.nfs.foo.smithi081.qyijei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:27:47.289728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mcvpiw on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:27:47.293002Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:51.418188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lagmxg on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\nDeploy daemon haproxy.nfs.foo.smithi154.lagmxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -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.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:28:52.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:51 smithi081 bash[24267]: audit 2023-11-15T04:28:51.416968+0000 mon.smithi081 (mon.0) 995 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.lagmxg"}]: dispatch 2023-11-15T04:28:52.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:51 smithi154 bash[28156]: audit 2023-11-15T04:28:51.416968+0000 mon.smithi081 (mon.0) 995 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.lagmxg"}]: dispatch 2023-11-15T04:28:52.411 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:28:53.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: cephadm 2023-11-15T04:28:51.415911+0000 mgr.smithi081.fomiyu (mgr.14180) 1234 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg 2023-11-15T04:28:53.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:28:53.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg 2023-11-15T04:28:53.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg 2023-11-15T04:28:53.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:28:53.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg 2023-11-15T04:28:53.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.lagmxg ... 2023-11-15T04:28:53.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:28:53.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:28:53.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:28:53.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:28:53.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:28:53.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:28:53.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:28:53.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:28:53.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:28:53.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:28:53.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg 2023-11-15T04:28:53.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:28:53.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg 2023-11-15T04:28:53.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg 2023-11-15T04:28:53.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:28:53.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg 2023-11-15T04:28:53.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.lagmxg ... 2023-11-15T04:28:53.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:28:53.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:28:53.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:28:53.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:28:53.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:28:53.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: cephadm 2023-11-15T04:28:51.416383+0000 mgr.smithi081.fomiyu (mgr.14180) 1235 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.lagmxg 2023-11-15T04:28:53.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: cephadm 2023-11-15T04:28:51.418455+0000 mgr.smithi081.fomiyu (mgr.14180) 1236 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.lagmxg on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg 2023-11-15T04:28:53.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:28:53.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg 2023-11-15T04:28:53.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg 2023-11-15T04:28:53.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:28:53.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg 2023-11-15T04:28:53.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.lagmxg ... 2023-11-15T04:28:53.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:28:53.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:28:53.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:28:53.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:28:53.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:28:53.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: cephadm 2023-11-15T04:28:51.421964+0000 mgr.smithi081.fomiyu (mgr.14180) 1237 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.hgjilv on smithi081 2023-11-15T04:28:53.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: audit 2023-11-15T04:28:51.582125+0000 mgr.smithi081.fomiyu (mgr.14180) 1238 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:53.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:52 smithi154 bash[28156]: cluster 2023-11-15T04:28:51.612266+0000 mgr.smithi081.fomiyu (mgr.14180) 1239 : cluster [DBG] pgmap v839: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:28:53.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: cephadm 2023-11-15T04:28:51.415911+0000 mgr.smithi081.fomiyu (mgr.14180) 1234 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg 2023-11-15T04:28:53.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:28:53.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg 2023-11-15T04:28:53.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg 2023-11-15T04:28:53.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:28:53.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg 2023-11-15T04:28:53.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.lagmxg ... 2023-11-15T04:28:53.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:28:53.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:28:53.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:28:53.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:28:53.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:28:53.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:28:53.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:28:53.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:28:53.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:28:53.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:28:53.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg 2023-11-15T04:28:53.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:28:53.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg 2023-11-15T04:28:53.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg 2023-11-15T04:28:53.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:28:53.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg 2023-11-15T04:28:53.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.lagmxg ... 2023-11-15T04:28:53.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:28:53.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:28:53.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:28:53.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:28:53.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:28:53.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: cephadm 2023-11-15T04:28:51.416383+0000 mgr.smithi081.fomiyu (mgr.14180) 1235 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.lagmxg 2023-11-15T04:28:53.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: cephadm 2023-11-15T04:28:51.418455+0000 mgr.smithi081.fomiyu (mgr.14180) 1236 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.lagmxg on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg 2023-11-15T04:28:53.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:28:53.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg 2023-11-15T04:28:53.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg 2023-11-15T04:28:53.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:28:53.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg 2023-11-15T04:28:53.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.lagmxg ... 2023-11-15T04:28:53.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:28:53.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:28:53.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:28:53.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:28:53.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:28:53.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: cephadm 2023-11-15T04:28:51.421964+0000 mgr.smithi081.fomiyu (mgr.14180) 1237 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.hgjilv on smithi081 2023-11-15T04:28:53.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: audit 2023-11-15T04:28:51.582125+0000 mgr.smithi081.fomiyu (mgr.14180) 1238 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:53.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:52 smithi081 bash[24267]: cluster 2023-11-15T04:28:51.612266+0000 mgr.smithi081.fomiyu (mgr.14180) 1239 : cluster [DBG] pgmap v839: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:28:53.412 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:55.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:54 smithi081 bash[24267]: cluster 2023-11-15T04:28:53.613219+0000 mgr.smithi081.fomiyu (mgr.14180) 1240 : cluster [DBG] pgmap v840: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:28:55.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:54 smithi154 bash[28156]: cluster 2023-11-15T04:28:53.613219+0000 mgr.smithi081.fomiyu (mgr.14180) 1240 : cluster [DBG] pgmap v840: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:28:56.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:55 smithi154 bash[28156]: audit 2023-11-15T04:28:55.656918+0000 mon.smithi081 (mon.0) 996 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.hgjilv"}]: dispatch 2023-11-15T04:28:56.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:55 smithi081 bash[24267]: audit 2023-11-15T04:28:55.656918+0000 mon.smithi081 (mon.0) 996 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.hgjilv"}]: dispatch 2023-11-15T04:28:57.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: cluster 2023-11-15T04:28:55.614037+0000 mgr.smithi081.fomiyu (mgr.14180) 1241 : cluster [DBG] pgmap v841: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:28:57.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: cephadm 2023-11-15T04:28:55.656233+0000 mgr.smithi081.fomiyu (mgr.14180) 1242 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv 2023-11-15T04:28:57.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:28:57.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv 2023-11-15T04:28:57.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv 2023-11-15T04:28:57.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:28:57.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv 2023-11-15T04:28:57.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.hgjilv ... 2023-11-15T04:28:57.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:28:57.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:28:57.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:28:57.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:28:57.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:28:57.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:28:57.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:28:57.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:28:57.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:28:57.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:28:57.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv 2023-11-15T04:28:57.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:28:57.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv 2023-11-15T04:28:57.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv 2023-11-15T04:28:57.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:28:57.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv 2023-11-15T04:28:57.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.hgjilv ... 2023-11-15T04:28:57.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:28:57.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:28:57.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:28:57.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:28:57.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:28:57.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: cephadm 2023-11-15T04:28:55.656521+0000 mgr.smithi081.fomiyu (mgr.14180) 1243 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.hgjilv 2023-11-15T04:28:57.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: cephadm 2023-11-15T04:28:55.657800+0000 mgr.smithi081.fomiyu (mgr.14180) 1244 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.hgjilv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv 2023-11-15T04:28:57.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:28:57.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv 2023-11-15T04:28:57.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv 2023-11-15T04:28:57.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:28:57.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv 2023-11-15T04:28:57.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.hgjilv ... 2023-11-15T04:28:57.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:28:57.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:28:57.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:28:57.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:28:57.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:28:57.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: cephadm 2023-11-15T04:28:55.660025+0000 mgr.smithi081.fomiyu (mgr.14180) 1245 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.axbtgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:28:57.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: cephadm 2023-11-15T04:28:55.661954+0000 mgr.smithi081.fomiyu (mgr.14180) 1246 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:28:57.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: cluster 2023-11-15T04:28:55.662757+0000 mgr.smithi081.fomiyu (mgr.14180) 1247 : cluster [DBG] pgmap v842: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:28:57.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: cluster 2023-11-15T04:28:55.866904+0000 mon.smithi081 (mon.0) 997 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:28:57.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:56 smithi081 bash[24267]: audit 2023-11-15T04:28:56.255338+0000 mon.smithi081 (mon.0) 998 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:28:57.217 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:28:57.218 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:27:47.293002Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:51.418188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lagmxg on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\nDeploy daemon haproxy.nfs.foo.smithi154.lagmxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:28:55.657681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.hgjilv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv\nDeploy daemon haproxy.nfs.foo.smithi081.hgjilv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:28:55.659917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.axbtgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:55.661847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:28:57.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: cluster 2023-11-15T04:28:55.614037+0000 mgr.smithi081.fomiyu (mgr.14180) 1241 : cluster [DBG] pgmap v841: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:28:57.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: cephadm 2023-11-15T04:28:55.656233+0000 mgr.smithi081.fomiyu (mgr.14180) 1242 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv 2023-11-15T04:28:57.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:28:57.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv 2023-11-15T04:28:57.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv 2023-11-15T04:28:57.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:28:57.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv 2023-11-15T04:28:57.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.hgjilv ... 2023-11-15T04:28:57.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:28:57.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:28:57.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:28:57.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:28:57.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:28:57.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:28:57.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:28:57.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:28:57.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:28:57.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:28:57.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv 2023-11-15T04:28:57.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:28:57.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv 2023-11-15T04:28:57.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv 2023-11-15T04:28:57.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:28:57.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv 2023-11-15T04:28:57.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.hgjilv ... 2023-11-15T04:28:57.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:28:57.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:28:57.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:28:57.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:28:57.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:28:57.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: cephadm 2023-11-15T04:28:55.656521+0000 mgr.smithi081.fomiyu (mgr.14180) 1243 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.hgjilv 2023-11-15T04:28:57.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: cephadm 2023-11-15T04:28:55.657800+0000 mgr.smithi081.fomiyu (mgr.14180) 1244 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.hgjilv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv 2023-11-15T04:28:57.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:28:57.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv 2023-11-15T04:28:57.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv 2023-11-15T04:28:57.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:28:57.262 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv 2023-11-15T04:28:57.262 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.hgjilv ... 2023-11-15T04:28:57.262 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:28:57.263 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:28:57.264 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:28:57.264 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:28:57.264 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:28:57.265 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: cephadm 2023-11-15T04:28:55.660025+0000 mgr.smithi081.fomiyu (mgr.14180) 1245 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.axbtgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:28:57.265 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: cephadm 2023-11-15T04:28:55.661954+0000 mgr.smithi081.fomiyu (mgr.14180) 1246 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:28:57.265 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: cluster 2023-11-15T04:28:55.662757+0000 mgr.smithi081.fomiyu (mgr.14180) 1247 : cluster [DBG] pgmap v842: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:28:57.265 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: cluster 2023-11-15T04:28:55.866904+0000 mon.smithi081 (mon.0) 997 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:28:57.266 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:56 smithi154 bash[28156]: audit 2023-11-15T04:28:56.255338+0000 mon.smithi081 (mon.0) 998 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:28:58.051 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:28:59.052 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:59.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:58 smithi154 bash[28156]: audit 2023-11-15T04:28:57.207091+0000 mgr.smithi081.fomiyu (mgr.14180) 1248 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:59.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:28:58 smithi154 bash[28156]: cluster 2023-11-15T04:28:57.664000+0000 mgr.smithi081.fomiyu (mgr.14180) 1249 : cluster [DBG] pgmap v843: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:28:59.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:58 smithi081 bash[24267]: audit 2023-11-15T04:28:57.207091+0000 mgr.smithi081.fomiyu (mgr.14180) 1248 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:59.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:28:58 smithi081 bash[24267]: cluster 2023-11-15T04:28:57.664000+0000 mgr.smithi081.fomiyu (mgr.14180) 1249 : cluster [DBG] pgmap v843: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:29:00.972 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:00 smithi081 bash[24267]: cluster 2023-11-15T04:28:59.665524+0000 mgr.smithi081.fomiyu (mgr.14180) 1250 : cluster [DBG] pgmap v844: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:29:01.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:00 smithi154 bash[28156]: cluster 2023-11-15T04:28:59.665524+0000 mgr.smithi081.fomiyu (mgr.14180) 1250 : cluster [DBG] pgmap v844: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:29:02.273 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:29:02.274 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:27:47.293002Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:51.418188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lagmxg on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\nDeploy daemon haproxy.nfs.foo.smithi154.lagmxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:28:55.657681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.hgjilv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv\nDeploy daemon haproxy.nfs.foo.smithi081.hgjilv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:28:55.659917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.axbtgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:55.661847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:29:02.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:02 smithi081 bash[24267]: cluster 2023-11-15T04:29:01.666834+0000 mgr.smithi081.fomiyu (mgr.14180) 1251 : cluster [DBG] pgmap v845: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:29:03.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:02 smithi154 bash[28156]: cluster 2023-11-15T04:29:01.666834+0000 mgr.smithi081.fomiyu (mgr.14180) 1251 : cluster [DBG] pgmap v845: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:29:03.006 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:29:04.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:03 smithi154 bash[28156]: audit 2023-11-15T04:29:02.260396+0000 mgr.smithi081.fomiyu (mgr.14180) 1252 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:04.007 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:04.021 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:03 smithi081 bash[24267]: audit 2023-11-15T04:29:02.260396+0000 mgr.smithi081.fomiyu (mgr.14180) 1252 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:05.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:04 smithi154 bash[28156]: cluster 2023-11-15T04:29:03.668652+0000 mgr.smithi081.fomiyu (mgr.14180) 1253 : cluster [DBG] pgmap v846: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:29:05.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:04 smithi081 bash[24267]: cluster 2023-11-15T04:29:03.668652+0000 mgr.smithi081.fomiyu (mgr.14180) 1253 : cluster [DBG] pgmap v846: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:29:07.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:06 smithi154 bash[28156]: cluster 2023-11-15T04:29:05.670101+0000 mgr.smithi081.fomiyu (mgr.14180) 1254 : cluster [DBG] pgmap v847: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:29:07.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:06 smithi081 bash[24267]: cluster 2023-11-15T04:29:05.670101+0000 mgr.smithi081.fomiyu (mgr.14180) 1254 : cluster [DBG] pgmap v847: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:29:07.178 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:29:07.178 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:27:47.293002Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:51.418188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lagmxg on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\nDeploy daemon haproxy.nfs.foo.smithi154.lagmxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:28:55.657681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.hgjilv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv\nDeploy daemon haproxy.nfs.foo.smithi081.hgjilv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:28:55.659917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.axbtgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:55.661847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:29:07.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:29:08.951 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:08.965 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:08 smithi081 bash[24267]: audit 2023-11-15T04:29:07.166266+0000 mgr.smithi081.fomiyu (mgr.14180) 1255 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:08.965 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:08 smithi081 bash[24267]: cluster 2023-11-15T04:29:07.671042+0000 mgr.smithi081.fomiyu (mgr.14180) 1256 : cluster [DBG] pgmap v848: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:29:09.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:08 smithi154 bash[28156]: audit 2023-11-15T04:29:07.166266+0000 mgr.smithi081.fomiyu (mgr.14180) 1255 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:09.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:08 smithi154 bash[28156]: cluster 2023-11-15T04:29:07.671042+0000 mgr.smithi081.fomiyu (mgr.14180) 1256 : cluster [DBG] pgmap v848: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:29:10.984 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:10 smithi081 bash[24267]: cluster 2023-11-15T04:29:09.672582+0000 mgr.smithi081.fomiyu (mgr.14180) 1257 : cluster [DBG] pgmap v849: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:11.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:10 smithi154 bash[28156]: cluster 2023-11-15T04:29:09.672582+0000 mgr.smithi081.fomiyu (mgr.14180) 1257 : cluster [DBG] pgmap v849: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:12.314 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:29:12.314 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:27:47.293002Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:51.418188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lagmxg on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\nDeploy daemon haproxy.nfs.foo.smithi154.lagmxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:28:55.657681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.hgjilv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv\nDeploy daemon haproxy.nfs.foo.smithi081.hgjilv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:28:55.659917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.axbtgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:55.661847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:29:12.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:12 smithi081 bash[24267]: cluster 2023-11-15T04:29:11.673954+0000 mgr.smithi081.fomiyu (mgr.14180) 1258 : cluster [DBG] pgmap v850: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:13.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:12 smithi154 bash[28156]: cluster 2023-11-15T04:29:11.673954+0000 mgr.smithi081.fomiyu (mgr.14180) 1258 : cluster [DBG] pgmap v850: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:13.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:29:14.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:13 smithi154 bash[28156]: audit 2023-11-15T04:29:12.301743+0000 mgr.smithi081.fomiyu (mgr.14180) 1259 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:14.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:13 smithi081 bash[24267]: audit 2023-11-15T04:29:12.301743+0000 mgr.smithi081.fomiyu (mgr.14180) 1259 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:14.116 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:15.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:14 smithi154 bash[28156]: cluster 2023-11-15T04:29:13.675699+0000 mgr.smithi081.fomiyu (mgr.14180) 1260 : cluster [DBG] pgmap v851: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:15.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:14 smithi081 bash[24267]: cluster 2023-11-15T04:29:13.675699+0000 mgr.smithi081.fomiyu (mgr.14180) 1260 : cluster [DBG] pgmap v851: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:17.001 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:16 smithi081 bash[24267]: cluster 2023-11-15T04:29:15.676482+0000 mgr.smithi081.fomiyu (mgr.14180) 1261 : cluster [DBG] pgmap v852: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:17.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:16 smithi154 bash[28156]: cluster 2023-11-15T04:29:15.676482+0000 mgr.smithi081.fomiyu (mgr.14180) 1261 : cluster [DBG] pgmap v852: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:17.362 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:29:17.362 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:27:47.293002Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:51.418188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lagmxg on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\nDeploy daemon haproxy.nfs.foo.smithi154.lagmxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:28:55.657681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.hgjilv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv\nDeploy daemon haproxy.nfs.foo.smithi081.hgjilv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:28:55.659917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.axbtgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:55.661847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:29:18.174 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:29:19.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:18 smithi081 bash[24267]: audit 2023-11-15T04:29:17.351277+0000 mgr.smithi081.fomiyu (mgr.14180) 1262 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:19.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:18 smithi081 bash[24267]: cluster 2023-11-15T04:29:17.678145+0000 mgr.smithi081.fomiyu (mgr.14180) 1263 : cluster [DBG] pgmap v853: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:29:19.175 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:19.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:18 smithi154 bash[28156]: audit 2023-11-15T04:29:17.351277+0000 mgr.smithi081.fomiyu (mgr.14180) 1262 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:19.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:18 smithi154 bash[28156]: cluster 2023-11-15T04:29:17.678145+0000 mgr.smithi081.fomiyu (mgr.14180) 1263 : cluster [DBG] pgmap v853: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:29:21.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:20 smithi154 bash[28156]: cluster 2023-11-15T04:29:19.679949+0000 mgr.smithi081.fomiyu (mgr.14180) 1264 : cluster [DBG] pgmap v854: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:21.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:20 smithi081 bash[24267]: cluster 2023-11-15T04:29:19.679949+0000 mgr.smithi081.fomiyu (mgr.14180) 1264 : cluster [DBG] pgmap v854: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:22.543 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:29:22.544 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:27:47.293002Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:51.418188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lagmxg on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\nDeploy daemon haproxy.nfs.foo.smithi154.lagmxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:28:55.657681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.hgjilv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv\nDeploy daemon haproxy.nfs.foo.smithi081.hgjilv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:28:55.659917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.axbtgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:55.661847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:29:22.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:22 smithi081 bash[24267]: cluster 2023-11-15T04:29:21.681304+0000 mgr.smithi081.fomiyu (mgr.14180) 1265 : cluster [DBG] pgmap v855: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:23.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:22 smithi154 bash[28156]: cluster 2023-11-15T04:29:21.681304+0000 mgr.smithi081.fomiyu (mgr.14180) 1265 : cluster [DBG] pgmap v855: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:23.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:29:24.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:23 smithi154 bash[28156]: audit 2023-11-15T04:29:22.532099+0000 mgr.smithi081.fomiyu (mgr.14180) 1266 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:24.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:23 smithi081 bash[24267]: audit 2023-11-15T04:29:22.532099+0000 mgr.smithi081.fomiyu (mgr.14180) 1266 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:24.353 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:24.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:24 smithi081 bash[24267]: cluster 2023-11-15T04:29:23.683200+0000 mgr.smithi081.fomiyu (mgr.14180) 1267 : cluster [DBG] pgmap v856: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:25.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:24 smithi154 bash[28156]: cluster 2023-11-15T04:29:23.683200+0000 mgr.smithi081.fomiyu (mgr.14180) 1267 : cluster [DBG] pgmap v856: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:26.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:26 smithi081 bash[24267]: cluster 2023-11-15T04:29:25.684439+0000 mgr.smithi081.fomiyu (mgr.14180) 1268 : cluster [DBG] pgmap v857: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:27.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:26 smithi154 bash[28156]: cluster 2023-11-15T04:29:25.684439+0000 mgr.smithi081.fomiyu (mgr.14180) 1268 : cluster [DBG] pgmap v857: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:27.798 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:29:27.798 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:27:47.293002Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:51.418188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lagmxg on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\nDeploy daemon haproxy.nfs.foo.smithi154.lagmxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:28:55.657681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.hgjilv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv\nDeploy daemon haproxy.nfs.foo.smithi081.hgjilv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:28:55.659917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.axbtgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:55.661847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:29:28.584 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:29:28.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:28 smithi081 bash[24267]: cluster 2023-11-15T04:29:27.686013+0000 mgr.smithi081.fomiyu (mgr.14180) 1269 : cluster [DBG] pgmap v858: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:29:28.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:28 smithi081 bash[24267]: audit 2023-11-15T04:29:27.786821+0000 mgr.smithi081.fomiyu (mgr.14180) 1270 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:29.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:28 smithi154 bash[28156]: cluster 2023-11-15T04:29:27.686013+0000 mgr.smithi081.fomiyu (mgr.14180) 1269 : cluster [DBG] pgmap v858: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:29:29.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:28 smithi154 bash[28156]: audit 2023-11-15T04:29:27.786821+0000 mgr.smithi081.fomiyu (mgr.14180) 1270 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:29.585 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:30.935 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:30 smithi081 bash[24267]: cluster 2023-11-15T04:29:29.687732+0000 mgr.smithi081.fomiyu (mgr.14180) 1271 : cluster [DBG] pgmap v859: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:31.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:30 smithi154 bash[28156]: cluster 2023-11-15T04:29:29.687732+0000 mgr.smithi081.fomiyu (mgr.14180) 1271 : cluster [DBG] pgmap v859: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:32.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:32 smithi081 bash[24267]: cluster 2023-11-15T04:29:31.688745+0000 mgr.smithi081.fomiyu (mgr.14180) 1272 : cluster [DBG] pgmap v860: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:32.967 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:29:32.968 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:27:47.293002Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:51.418188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lagmxg on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\nDeploy daemon haproxy.nfs.foo.smithi154.lagmxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:28:55.657681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.hgjilv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv\nDeploy daemon haproxy.nfs.foo.smithi081.hgjilv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:28:55.659917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.axbtgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:55.661847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:29:33.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:32 smithi154 bash[28156]: cluster 2023-11-15T04:29:31.688745+0000 mgr.smithi081.fomiyu (mgr.14180) 1272 : cluster [DBG] pgmap v860: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:33.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:29:34.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:33 smithi081 bash[24267]: audit 2023-11-15T04:29:32.956587+0000 mgr.smithi081.fomiyu (mgr.14180) 1273 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:34.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:33 smithi154 bash[28156]: audit 2023-11-15T04:29:32.956587+0000 mgr.smithi081.fomiyu (mgr.14180) 1273 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:34.729 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:35.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:34 smithi081 bash[24267]: cluster 2023-11-15T04:29:33.690730+0000 mgr.smithi081.fomiyu (mgr.14180) 1274 : cluster [DBG] pgmap v861: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T04:29:35.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:34 smithi154 bash[28156]: cluster 2023-11-15T04:29:33.690730+0000 mgr.smithi081.fomiyu (mgr.14180) 1274 : cluster [DBG] pgmap v861: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T04:29:37.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:36 smithi081 bash[24267]: cluster 2023-11-15T04:29:35.692352+0000 mgr.smithi081.fomiyu (mgr.14180) 1275 : cluster [DBG] pgmap v862: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T04:29:37.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:36 smithi154 bash[28156]: cluster 2023-11-15T04:29:35.692352+0000 mgr.smithi081.fomiyu (mgr.14180) 1275 : cluster [DBG] pgmap v862: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T04:29:38.298 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:29:38.299 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:27:47.293002Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:51.418188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lagmxg on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\nDeploy daemon haproxy.nfs.foo.smithi154.lagmxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:28:55.657681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.hgjilv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv\nDeploy daemon haproxy.nfs.foo.smithi081.hgjilv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:28:55.659917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.axbtgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:55.661847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:29:39.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:38 smithi081 bash[24267]: cluster 2023-11-15T04:29:37.694023+0000 mgr.smithi081.fomiyu (mgr.14180) 1276 : cluster [DBG] pgmap v863: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-11-15T04:29:39.143 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:29:39.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:38 smithi154 bash[28156]: cluster 2023-11-15T04:29:37.694023+0000 mgr.smithi081.fomiyu (mgr.14180) 1276 : cluster [DBG] pgmap v863: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-11-15T04:29:40.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:39 smithi081 bash[24267]: audit 2023-11-15T04:29:38.290755+0000 mgr.smithi081.fomiyu (mgr.14180) 1277 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:40.145 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:40.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:39 smithi154 bash[28156]: audit 2023-11-15T04:29:38.290755+0000 mgr.smithi081.fomiyu (mgr.14180) 1277 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:41.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:40 smithi081 bash[24267]: cluster 2023-11-15T04:29:39.695911+0000 mgr.smithi081.fomiyu (mgr.14180) 1278 : cluster [DBG] pgmap v864: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T04:29:41.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:40 smithi154 bash[28156]: cluster 2023-11-15T04:29:39.695911+0000 mgr.smithi081.fomiyu (mgr.14180) 1278 : cluster [DBG] pgmap v864: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T04:29:43.095 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:42 smithi081 bash[24267]: cluster 2023-11-15T04:29:41.696673+0000 mgr.smithi081.fomiyu (mgr.14180) 1279 : cluster [DBG] pgmap v865: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T04:29:43.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:42 smithi154 bash[28156]: cluster 2023-11-15T04:29:41.696673+0000 mgr.smithi081.fomiyu (mgr.14180) 1279 : cluster [DBG] pgmap v865: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T04:29:43.445 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:29:43.445 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:27:47.293002Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:51.418188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lagmxg on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\nDeploy daemon haproxy.nfs.foo.smithi154.lagmxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:28:55.657681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.hgjilv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv\nDeploy daemon haproxy.nfs.foo.smithi081.hgjilv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:28:55.659917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.axbtgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:55.661847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:29:44.249 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:29:45.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:44 smithi081 bash[24267]: audit 2023-11-15T04:29:43.431243+0000 mgr.smithi081.fomiyu (mgr.14180) 1280 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:45.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:44 smithi081 bash[24267]: cluster 2023-11-15T04:29:43.698469+0000 mgr.smithi081.fomiyu (mgr.14180) 1281 : cluster [DBG] pgmap v866: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T04:29:45.250 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:45.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:44 smithi154 bash[28156]: audit 2023-11-15T04:29:43.431243+0000 mgr.smithi081.fomiyu (mgr.14180) 1280 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:45.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:44 smithi154 bash[28156]: cluster 2023-11-15T04:29:43.698469+0000 mgr.smithi081.fomiyu (mgr.14180) 1281 : cluster [DBG] pgmap v866: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T04:29:46.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:46 smithi081 bash[24267]: cluster 2023-11-15T04:29:45.699590+0000 mgr.smithi081.fomiyu (mgr.14180) 1282 : cluster [DBG] pgmap v867: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:47.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:46 smithi154 bash[28156]: cluster 2023-11-15T04:29:45.699590+0000 mgr.smithi081.fomiyu (mgr.14180) 1282 : cluster [DBG] pgmap v867: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:48.566 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:29:48.566 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:27:47.293002Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:51.418188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lagmxg on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\nDeploy daemon haproxy.nfs.foo.smithi154.lagmxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:28:55.657681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.hgjilv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv\nDeploy daemon haproxy.nfs.foo.smithi081.hgjilv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:28:55.659917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.axbtgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:55.661847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:29:49.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:48 smithi081 bash[24267]: cluster 2023-11-15T04:29:47.701089+0000 mgr.smithi081.fomiyu (mgr.14180) 1283 : cluster [DBG] pgmap v868: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:29:49.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:48 smithi154 bash[28156]: cluster 2023-11-15T04:29:47.701089+0000 mgr.smithi081.fomiyu (mgr.14180) 1283 : cluster [DBG] pgmap v868: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:29:49.338 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:29:50.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:49 smithi081 bash[24267]: audit 2023-11-15T04:29:48.552974+0000 mgr.smithi081.fomiyu (mgr.14180) 1284 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:50.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:49 smithi154 bash[28156]: audit 2023-11-15T04:29:48.552974+0000 mgr.smithi081.fomiyu (mgr.14180) 1284 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:50.339 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:51.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:50 smithi081 bash[24267]: cluster 2023-11-15T04:29:49.703715+0000 mgr.smithi081.fomiyu (mgr.14180) 1285 : cluster [DBG] pgmap v869: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:51.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:50 smithi154 bash[28156]: cluster 2023-11-15T04:29:49.703715+0000 mgr.smithi081.fomiyu (mgr.14180) 1285 : cluster [DBG] pgmap v869: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:53.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:52 smithi081 bash[24267]: cluster 2023-11-15T04:29:51.705080+0000 mgr.smithi081.fomiyu (mgr.14180) 1286 : cluster [DBG] pgmap v870: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:53.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:52 smithi154 bash[28156]: cluster 2023-11-15T04:29:51.705080+0000 mgr.smithi081.fomiyu (mgr.14180) 1286 : cluster [DBG] pgmap v870: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:53.605 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:29:53.606 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:27:47.293002Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:51.418188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lagmxg on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\nDeploy daemon haproxy.nfs.foo.smithi154.lagmxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:28:55.657681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.hgjilv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv\nDeploy daemon haproxy.nfs.foo.smithi081.hgjilv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:28:55.659917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.axbtgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:55.661847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:29:54.406 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:29:55.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:54 smithi081 bash[24267]: audit 2023-11-15T04:29:53.593113+0000 mgr.smithi081.fomiyu (mgr.14180) 1287 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:55.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:54 smithi081 bash[24267]: cluster 2023-11-15T04:29:53.706349+0000 mgr.smithi081.fomiyu (mgr.14180) 1288 : cluster [DBG] pgmap v871: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:55.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:54 smithi154 bash[28156]: audit 2023-11-15T04:29:53.593113+0000 mgr.smithi081.fomiyu (mgr.14180) 1287 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:55.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:54 smithi154 bash[28156]: cluster 2023-11-15T04:29:53.706349+0000 mgr.smithi081.fomiyu (mgr.14180) 1288 : cluster [DBG] pgmap v871: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:55.408 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:56.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:55 smithi154 bash[28156]: audit 2023-11-15T04:29:55.665449+0000 mon.smithi081 (mon.0) 999 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:29:56.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:55 smithi081 bash[24267]: audit 2023-11-15T04:29:55.665449+0000 mon.smithi081 (mon.0) 999 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:29:57.007 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:56 smithi081 bash[24267]: cluster 2023-11-15T04:29:55.707024+0000 mgr.smithi081.fomiyu (mgr.14180) 1289 : cluster [DBG] pgmap v872: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:57.007 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:56 smithi081 bash[24267]: audit 2023-11-15T04:29:55.963607+0000 mon.smithi081 (mon.0) 1000 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:29:57.008 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:56 smithi081 bash[24267]: audit 2023-11-15T04:29:55.964849+0000 mon.smithi081 (mon.0) 1001 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:29:57.008 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:56 smithi081 bash[24267]: audit 2023-11-15T04:29:55.972037+0000 mon.smithi081 (mon.0) 1002 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:29:57.008 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:56 smithi081 bash[24267]: cluster 2023-11-15T04:29:55.973111+0000 mgr.smithi081.fomiyu (mgr.14180) 1290 : cluster [DBG] pgmap v873: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:29:57.008 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:56 smithi081 bash[24267]: audit 2023-11-15T04:29:55.978740+0000 mon.smithi081 (mon.0) 1003 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:29:57.008 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:56 smithi081 bash[24267]: audit 2023-11-15T04:29:55.990285+0000 mon.smithi081 (mon.0) 1004 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:29:57.009 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:56 smithi081 bash[24267]: cephadm 2023-11-15T04:29:55.992955+0000 mgr.smithi081.fomiyu (mgr.14180) 1291 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.vtvybw on smithi154 2023-11-15T04:29:57.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:56 smithi154 bash[28156]: cluster 2023-11-15T04:29:55.707024+0000 mgr.smithi081.fomiyu (mgr.14180) 1289 : cluster [DBG] pgmap v872: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:29:57.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:56 smithi154 bash[28156]: audit 2023-11-15T04:29:55.963607+0000 mon.smithi081 (mon.0) 1000 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:29:57.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:56 smithi154 bash[28156]: audit 2023-11-15T04:29:55.964849+0000 mon.smithi081 (mon.0) 1001 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:29:57.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:56 smithi154 bash[28156]: audit 2023-11-15T04:29:55.972037+0000 mon.smithi081 (mon.0) 1002 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:29:57.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:56 smithi154 bash[28156]: cluster 2023-11-15T04:29:55.973111+0000 mgr.smithi081.fomiyu (mgr.14180) 1290 : cluster [DBG] pgmap v873: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:29:57.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:56 smithi154 bash[28156]: audit 2023-11-15T04:29:55.978740+0000 mon.smithi081 (mon.0) 1003 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:29:57.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:56 smithi154 bash[28156]: audit 2023-11-15T04:29:55.990285+0000 mon.smithi081 (mon.0) 1004 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:29:57.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:56 smithi154 bash[28156]: cephadm 2023-11-15T04:29:55.992955+0000 mgr.smithi081.fomiyu (mgr.14180) 1291 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.vtvybw on smithi154 2023-11-15T04:29:58.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:57 smithi081 bash[24267]: cluster 2023-11-15T04:29:56.970126+0000 mon.smithi081 (mon.0) 1005 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:29:58.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:57 smithi081 bash[24267]: cluster 2023-11-15T04:29:56.970190+0000 mon.smithi081 (mon.0) 1006 : cluster [INF] Cluster is now healthy 2023-11-15T04:29:58.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:57 smithi154 bash[28156]: cluster 2023-11-15T04:29:56.970126+0000 mon.smithi081 (mon.0) 1005 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:29:58.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:57 smithi154 bash[28156]: cluster 2023-11-15T04:29:56.970190+0000 mon.smithi081 (mon.0) 1006 : cluster [INF] Cluster is now healthy 2023-11-15T04:29:58.956 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:29:58.956 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:27:47.293002Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.dreyrd on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:51.418188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.lagmxg on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-lagmxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.lagmxg\nDeploy daemon haproxy.nfs.foo.smithi154.lagmxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:28:55.657681Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.hgjilv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-hgjilv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.hgjilv\nDeploy daemon haproxy.nfs.foo.smithi081.hgjilv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:28:55.659917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.axbtgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:28:55.661847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:29:59.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:58 smithi081 bash[24267]: cluster 2023-11-15T04:29:57.974673+0000 mgr.smithi081.fomiyu (mgr.14180) 1292 : cluster [DBG] pgmap v874: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:29:59.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:58 smithi154 bash[28156]: cluster 2023-11-15T04:29:57.974673+0000 mgr.smithi081.fomiyu (mgr.14180) 1292 : cluster [DBG] pgmap v874: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:29:59.782 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:30:00.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:29:59 smithi081 bash[24267]: audit 2023-11-15T04:29:58.945246+0000 mgr.smithi081.fomiyu (mgr.14180) 1293 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:00.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:29:59 smithi154 bash[28156]: audit 2023-11-15T04:29:58.945246+0000 mgr.smithi081.fomiyu (mgr.14180) 1293 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:00.783 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:01.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: cephadm 2023-11-15T04:29:59.878794+0000 mgr.smithi081.fomiyu (mgr.14180) 1294 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw 2023-11-15T04:30:01.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:30:01.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw 2023-11-15T04:30:01.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw 2023-11-15T04:30:01.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:30:01.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw 2023-11-15T04:30:01.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.vtvybw ... 2023-11-15T04:30:01.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:30:01.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:30:01.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:30:01.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:30:01.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:30:01.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:30:01.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:30:01.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:30:01.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:30:01.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:30:01.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw 2023-11-15T04:30:01.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:30:01.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw 2023-11-15T04:30:01.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw 2023-11-15T04:30:01.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:30:01.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw 2023-11-15T04:30:01.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.vtvybw ... 2023-11-15T04:30:01.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:30:01.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:30:01.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:30:01.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:30:01.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:30:01.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: cephadm 2023-11-15T04:29:59.879314+0000 mgr.smithi081.fomiyu (mgr.14180) 1295 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.vtvybw 2023-11-15T04:30:01.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: audit 2023-11-15T04:29:59.879836+0000 mon.smithi081 (mon.0) 1007 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.vtvybw"}]: dispatch 2023-11-15T04:30:01.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: cephadm 2023-11-15T04:29:59.881157+0000 mgr.smithi081.fomiyu (mgr.14180) 1296 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.vtvybw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw 2023-11-15T04:30:01.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:30:01.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw 2023-11-15T04:30:01.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw 2023-11-15T04:30:01.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:30:01.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw 2023-11-15T04:30:01.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.vtvybw ... 2023-11-15T04:30:01.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:30:01.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:30:01.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:30:01.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:30:01.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:30:01.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: cephadm 2023-11-15T04:29:59.885421+0000 mgr.smithi081.fomiyu (mgr.14180) 1297 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.vfyeci on smithi081 2023-11-15T04:30:01.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: cluster 2023-11-15T04:29:59.975617+0000 mgr.smithi081.fomiyu (mgr.14180) 1298 : cluster [DBG] pgmap v875: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:30:01.116 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:00 smithi081 bash[24267]: cluster 2023-11-15T04:30:00.000105+0000 mon.smithi081 (mon.0) 1008 : cluster [INF] overall HEALTH_OK 2023-11-15T04:30:01.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: cephadm 2023-11-15T04:29:59.878794+0000 mgr.smithi081.fomiyu (mgr.14180) 1294 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw 2023-11-15T04:30:01.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:30:01.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw 2023-11-15T04:30:01.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw 2023-11-15T04:30:01.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:30:01.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw 2023-11-15T04:30:01.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.vtvybw ... 2023-11-15T04:30:01.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:30:01.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:30:01.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:30:01.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:30:01.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:30:01.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:30:01.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:30:01.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:30:01.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:30:01.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:30:01.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw 2023-11-15T04:30:01.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:30:01.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw 2023-11-15T04:30:01.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw 2023-11-15T04:30:01.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:30:01.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw 2023-11-15T04:30:01.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.vtvybw ... 2023-11-15T04:30:01.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:30:01.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:30:01.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:30:01.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:30:01.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:30:01.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: cephadm 2023-11-15T04:29:59.879314+0000 mgr.smithi081.fomiyu (mgr.14180) 1295 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.vtvybw 2023-11-15T04:30:01.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: audit 2023-11-15T04:29:59.879836+0000 mon.smithi081 (mon.0) 1007 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.vtvybw"}]: dispatch 2023-11-15T04:30:01.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: cephadm 2023-11-15T04:29:59.881157+0000 mgr.smithi081.fomiyu (mgr.14180) 1296 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.vtvybw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw 2023-11-15T04:30:01.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:30:01.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw 2023-11-15T04:30:01.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw 2023-11-15T04:30:01.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:30:01.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw 2023-11-15T04:30:01.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.vtvybw ... 2023-11-15T04:30:01.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:30:01.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:30:01.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:30:01.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:30:01.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:30:01.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: cephadm 2023-11-15T04:29:59.885421+0000 mgr.smithi081.fomiyu (mgr.14180) 1297 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.vfyeci on smithi081 2023-11-15T04:30:01.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: cluster 2023-11-15T04:29:59.975617+0000 mgr.smithi081.fomiyu (mgr.14180) 1298 : cluster [DBG] pgmap v875: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:30:01.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:00 smithi154 bash[28156]: cluster 2023-11-15T04:30:00.000105+0000 mon.smithi081 (mon.0) 1008 : cluster [INF] overall HEALTH_OK 2023-11-15T04:30:02.807 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:02 smithi081 bash[24267]: audit 2023-11-15T04:30:01.509490+0000 mon.smithi081 (mon.0) 1009 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:30:02.807 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:02 smithi081 bash[24267]: cluster 2023-11-15T04:30:01.976765+0000 mgr.smithi081.fomiyu (mgr.14180) 1299 : cluster [DBG] pgmap v876: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:30:03.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:02 smithi154 bash[28156]: audit 2023-11-15T04:30:01.509490+0000 mon.smithi081 (mon.0) 1009 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:30:03.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:02 smithi154 bash[28156]: cluster 2023-11-15T04:30:01.976765+0000 mgr.smithi081.fomiyu (mgr.14180) 1299 : cluster [DBG] pgmap v876: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:30:04.225 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:30:04.225 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:55.661847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:29:59.880994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.vtvybw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\nDeploy daemon haproxy.nfs.foo.smithi154.vtvybw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.087827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.vfyeci on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\nDeploy daemon haproxy.nfs.foo.smithi081.vfyeci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.090202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.wwdbgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:30:04.092349Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:30:04.278 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:04 smithi081 bash[24267]: cluster 2023-11-15T04:30:03.978270+0000 mgr.smithi081.fomiyu (mgr.14180) 1300 : cluster [DBG] pgmap v877: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:30:04.500 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:04 smithi154 bash[28156]: cluster 2023-11-15T04:30:03.978270+0000 mgr.smithi081.fomiyu (mgr.14180) 1300 : cluster [DBG] pgmap v877: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:30:05.058 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:30:05.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: cephadm 2023-11-15T04:30:04.085440+0000 mgr.smithi081.fomiyu (mgr.14180) 1301 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci 2023-11-15T04:30:05.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:30:05.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci 2023-11-15T04:30:05.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci 2023-11-15T04:30:05.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:30:05.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci 2023-11-15T04:30:05.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.vfyeci ... 2023-11-15T04:30:05.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:30:05.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:30:05.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:30:05.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:30:05.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:30:05.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:30:05.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:30:05.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:30:05.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:30:05.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:30:05.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci 2023-11-15T04:30:05.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:30:05.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci 2023-11-15T04:30:05.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci 2023-11-15T04:30:05.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:30:05.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci 2023-11-15T04:30:05.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.vfyeci ... 2023-11-15T04:30:05.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:30:05.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:30:05.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:30:05.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:30:05.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:30:05.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: cephadm 2023-11-15T04:30:04.085995+0000 mgr.smithi081.fomiyu (mgr.14180) 1302 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.vfyeci 2023-11-15T04:30:05.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: audit 2023-11-15T04:30:04.086622+0000 mon.smithi081 (mon.0) 1010 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.vfyeci"}]: dispatch 2023-11-15T04:30:05.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: cephadm 2023-11-15T04:30:04.088009+0000 mgr.smithi081.fomiyu (mgr.14180) 1303 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.vfyeci on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci 2023-11-15T04:30:05.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:30:05.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci 2023-11-15T04:30:05.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci 2023-11-15T04:30:05.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:30:05.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci 2023-11-15T04:30:05.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.vfyeci ... 2023-11-15T04:30:05.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:30:05.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:30:05.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:30:05.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:30:05.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:30:05.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: cephadm 2023-11-15T04:30:04.090325+0000 mgr.smithi081.fomiyu (mgr.14180) 1304 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.wwdbgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:30:05.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: cephadm 2023-11-15T04:30:04.092461+0000 mgr.smithi081.fomiyu (mgr.14180) 1305 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:30:05.366 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: cluster 2023-11-15T04:30:04.093416+0000 mgr.smithi081.fomiyu (mgr.14180) 1306 : cluster [DBG] pgmap v878: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2023-11-15T04:30:05.366 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:05 smithi081 bash[24267]: audit 2023-11-15T04:30:04.211735+0000 mgr.smithi081.fomiyu (mgr.14180) 1307 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:05.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: cephadm 2023-11-15T04:30:04.085440+0000 mgr.smithi081.fomiyu (mgr.14180) 1301 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci 2023-11-15T04:30:05.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:30:05.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci 2023-11-15T04:30:05.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci 2023-11-15T04:30:05.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:30:05.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci 2023-11-15T04:30:05.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.vfyeci ... 2023-11-15T04:30:05.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:30:05.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:30:05.504 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:30:05.504 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:30:05.504 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:30:05.504 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:30:05.505 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:30:05.505 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:30:05.505 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:30:05.505 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:30:05.505 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci 2023-11-15T04:30:05.506 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:30:05.506 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci 2023-11-15T04:30:05.506 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci 2023-11-15T04:30:05.506 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:30:05.506 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci 2023-11-15T04:30:05.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.vfyeci ... 2023-11-15T04:30:05.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:30:05.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:30:05.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:30:05.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:30:05.508 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:30:05.508 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: cephadm 2023-11-15T04:30:04.085995+0000 mgr.smithi081.fomiyu (mgr.14180) 1302 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.vfyeci 2023-11-15T04:30:05.508 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: audit 2023-11-15T04:30:04.086622+0000 mon.smithi081 (mon.0) 1010 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.vfyeci"}]: dispatch 2023-11-15T04:30:05.508 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: cephadm 2023-11-15T04:30:04.088009+0000 mgr.smithi081.fomiyu (mgr.14180) 1303 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.vfyeci on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci 2023-11-15T04:30:05.509 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:30:05.509 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci 2023-11-15T04:30:05.509 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci 2023-11-15T04:30:05.509 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:30:05.509 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci 2023-11-15T04:30:05.509 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.vfyeci ... 2023-11-15T04:30:05.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:30:05.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:30:05.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:30:05.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:30:05.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:30:05.511 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: cephadm 2023-11-15T04:30:04.090325+0000 mgr.smithi081.fomiyu (mgr.14180) 1304 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.wwdbgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:30:05.511 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: cephadm 2023-11-15T04:30:04.092461+0000 mgr.smithi081.fomiyu (mgr.14180) 1305 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:30:05.511 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: cluster 2023-11-15T04:30:04.093416+0000 mgr.smithi081.fomiyu (mgr.14180) 1306 : cluster [DBG] pgmap v878: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2023-11-15T04:30:05.511 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:05 smithi154 bash[28156]: audit 2023-11-15T04:30:04.211735+0000 mgr.smithi081.fomiyu (mgr.14180) 1307 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:06.060 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:06.481 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:06 smithi081 bash[24267]: cluster 2023-11-15T04:30:05.053292+0000 mon.smithi081 (mon.0) 1011 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:30:06.500 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:06 smithi154 bash[28156]: cluster 2023-11-15T04:30:05.053292+0000 mon.smithi081 (mon.0) 1011 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:30:07.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:07 smithi081 bash[24267]: cluster 2023-11-15T04:30:06.094755+0000 mgr.smithi081.fomiyu (mgr.14180) 1308 : cluster [DBG] pgmap v879: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:30:07.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:07 smithi081 bash[24267]: audit 2023-11-15T04:30:06.308558+0000 mon.smithi081 (mon.0) 1012 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:30:07.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:07 smithi154 bash[28156]: cluster 2023-11-15T04:30:06.094755+0000 mgr.smithi081.fomiyu (mgr.14180) 1308 : cluster [DBG] pgmap v879: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:30:07.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:07 smithi154 bash[28156]: audit 2023-11-15T04:30:06.308558+0000 mon.smithi081 (mon.0) 1012 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:30:09.521 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:30:09.521 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:55.661847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:29:59.880994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.vtvybw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\nDeploy daemon haproxy.nfs.foo.smithi154.vtvybw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.087827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.vfyeci on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\nDeploy daemon haproxy.nfs.foo.smithi081.vfyeci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.090202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.wwdbgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:30:04.092349Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:30:09.583 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:09 smithi081 bash[24267]: cluster 2023-11-15T04:30:08.095712+0000 mgr.smithi081.fomiyu (mgr.14180) 1309 : cluster [DBG] pgmap v880: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:30:09.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:09 smithi154 bash[28156]: cluster 2023-11-15T04:30:08.095712+0000 mgr.smithi081.fomiyu (mgr.14180) 1309 : cluster [DBG] pgmap v880: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:30:10.345 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:30:11.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:10 smithi154 bash[28156]: audit 2023-11-15T04:30:09.508422+0000 mgr.smithi081.fomiyu (mgr.14180) 1310 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:11.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:10 smithi081 bash[24267]: audit 2023-11-15T04:30:09.508422+0000 mgr.smithi081.fomiyu (mgr.14180) 1310 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:11.347 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:11.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:11 smithi081 bash[24267]: cluster 2023-11-15T04:30:10.097326+0000 mgr.smithi081.fomiyu (mgr.14180) 1311 : cluster [DBG] pgmap v881: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:30:12.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:11 smithi154 bash[28156]: cluster 2023-11-15T04:30:10.097326+0000 mgr.smithi081.fomiyu (mgr.14180) 1311 : cluster [DBG] pgmap v881: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:30:14.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:13 smithi154 bash[28156]: cluster 2023-11-15T04:30:12.098929+0000 mgr.smithi081.fomiyu (mgr.14180) 1312 : cluster [DBG] pgmap v882: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:30:14.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:13 smithi081 bash[24267]: cluster 2023-11-15T04:30:12.098929+0000 mgr.smithi081.fomiyu (mgr.14180) 1312 : cluster [DBG] pgmap v882: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:30:14.728 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:30:14.728 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:55.661847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:29:59.880994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.vtvybw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\nDeploy daemon haproxy.nfs.foo.smithi154.vtvybw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.087827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.vfyeci on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\nDeploy daemon haproxy.nfs.foo.smithi081.vfyeci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.090202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.wwdbgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:30:04.092349Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:30:15.497 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:30:15.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:15 smithi081 bash[24267]: cluster 2023-11-15T04:30:14.100010+0000 mgr.smithi081.fomiyu (mgr.14180) 1313 : cluster [DBG] pgmap v883: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:30:15.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:15 smithi081 bash[24267]: audit 2023-11-15T04:30:14.718030+0000 mgr.smithi081.fomiyu (mgr.14180) 1314 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:16.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:15 smithi154 bash[28156]: cluster 2023-11-15T04:30:14.100010+0000 mgr.smithi081.fomiyu (mgr.14180) 1313 : cluster [DBG] pgmap v883: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:30:16.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:15 smithi154 bash[28156]: audit 2023-11-15T04:30:14.718030+0000 mgr.smithi081.fomiyu (mgr.14180) 1314 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:16.498 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:17.838 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:17 smithi081 bash[24267]: cluster 2023-11-15T04:30:16.101354+0000 mgr.smithi081.fomiyu (mgr.14180) 1315 : 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 2023-11-15T04:30:17.839 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:17 smithi081 bash[24267]: audit 2023-11-15T04:30:16.512233+0000 mon.smithi081 (mon.0) 1013 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:30:18.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:17 smithi154 bash[28156]: cluster 2023-11-15T04:30:16.101354+0000 mgr.smithi081.fomiyu (mgr.14180) 1315 : 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 2023-11-15T04:30:18.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:17 smithi154 bash[28156]: audit 2023-11-15T04:30:16.512233+0000 mon.smithi081 (mon.0) 1013 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:30:19.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:19 smithi081 bash[24267]: cluster 2023-11-15T04:30:18.102444+0000 mgr.smithi081.fomiyu (mgr.14180) 1316 : cluster [DBG] pgmap v885: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:30:19.862 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:30:19.862 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:55.661847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:29:59.880994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.vtvybw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\nDeploy daemon haproxy.nfs.foo.smithi154.vtvybw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.087827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.vfyeci on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\nDeploy daemon haproxy.nfs.foo.smithi081.vfyeci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.090202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.wwdbgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:30:04.092349Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:30:20.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:19 smithi154 bash[28156]: cluster 2023-11-15T04:30:18.102444+0000 mgr.smithi081.fomiyu (mgr.14180) 1316 : cluster [DBG] pgmap v885: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:30:20.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:30:21.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:20 smithi154 bash[28156]: audit 2023-11-15T04:30:19.849585+0000 mgr.smithi081.fomiyu (mgr.14180) 1317 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:21.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:20 smithi081 bash[24267]: audit 2023-11-15T04:30:19.849585+0000 mgr.smithi081.fomiyu (mgr.14180) 1317 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:21.634 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:22.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:21 smithi154 bash[28156]: cluster 2023-11-15T04:30:20.103928+0000 mgr.smithi081.fomiyu (mgr.14180) 1318 : cluster [DBG] pgmap v886: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:30:22.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:21 smithi081 bash[24267]: cluster 2023-11-15T04:30:20.103928+0000 mgr.smithi081.fomiyu (mgr.14180) 1318 : cluster [DBG] pgmap v886: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:30:24.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:23 smithi154 bash[28156]: cluster 2023-11-15T04:30:22.105486+0000 mgr.smithi081.fomiyu (mgr.14180) 1319 : cluster [DBG] pgmap v887: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:30:24.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:23 smithi081 bash[24267]: cluster 2023-11-15T04:30:22.105486+0000 mgr.smithi081.fomiyu (mgr.14180) 1319 : cluster [DBG] pgmap v887: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:30:24.973 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:30:24.974 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:55.661847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:29:59.880994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.vtvybw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\nDeploy daemon haproxy.nfs.foo.smithi154.vtvybw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.087827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.vfyeci on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\nDeploy daemon haproxy.nfs.foo.smithi081.vfyeci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.090202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.wwdbgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:30:04.092349Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:30:25.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:30:26.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:25 smithi154 bash[28156]: cluster 2023-11-15T04:30:24.106741+0000 mgr.smithi081.fomiyu (mgr.14180) 1320 : cluster [DBG] pgmap v888: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:30:26.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:25 smithi154 bash[28156]: audit 2023-11-15T04:30:24.963025+0000 mgr.smithi081.fomiyu (mgr.14180) 1321 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:26.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:25 smithi081 bash[24267]: cluster 2023-11-15T04:30:24.106741+0000 mgr.smithi081.fomiyu (mgr.14180) 1320 : cluster [DBG] pgmap v888: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:30:26.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:25 smithi081 bash[24267]: audit 2023-11-15T04:30:24.963025+0000 mgr.smithi081.fomiyu (mgr.14180) 1321 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:26.748 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:28.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:27 smithi154 bash[28156]: cluster 2023-11-15T04:30:26.108180+0000 mgr.smithi081.fomiyu (mgr.14180) 1322 : cluster [DBG] pgmap v889: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:30:28.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:27 smithi081 bash[24267]: cluster 2023-11-15T04:30:26.108180+0000 mgr.smithi081.fomiyu (mgr.14180) 1322 : cluster [DBG] pgmap v889: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:30:30.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:29 smithi154 bash[28156]: cluster 2023-11-15T04:30:28.109532+0000 mgr.smithi081.fomiyu (mgr.14180) 1323 : cluster [DBG] pgmap v890: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:30:30.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:29 smithi081 bash[24267]: cluster 2023-11-15T04:30:28.109532+0000 mgr.smithi081.fomiyu (mgr.14180) 1323 : cluster [DBG] pgmap v890: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:30:30.116 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:30:30.116 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:55.661847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:29:59.880994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.vtvybw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\nDeploy daemon haproxy.nfs.foo.smithi154.vtvybw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.087827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.vfyeci on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\nDeploy daemon haproxy.nfs.foo.smithi081.vfyeci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.090202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.wwdbgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:30:04.092349Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:30:30.920 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:30:31.921 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:32.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:31 smithi154 bash[28156]: audit 2023-11-15T04:30:30.109242+0000 mgr.smithi081.fomiyu (mgr.14180) 1324 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:32.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:31 smithi154 bash[28156]: cluster 2023-11-15T04:30:30.110957+0000 mgr.smithi081.fomiyu (mgr.14180) 1325 : cluster [DBG] pgmap v891: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:30:32.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:31 smithi081 bash[24267]: audit 2023-11-15T04:30:30.109242+0000 mgr.smithi081.fomiyu (mgr.14180) 1324 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:32.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:31 smithi081 bash[24267]: cluster 2023-11-15T04:30:30.110957+0000 mgr.smithi081.fomiyu (mgr.14180) 1325 : cluster [DBG] pgmap v891: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:30:34.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:33 smithi154 bash[28156]: cluster 2023-11-15T04:30:32.112078+0000 mgr.smithi081.fomiyu (mgr.14180) 1326 : cluster [DBG] pgmap v892: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:30:34.012 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:33 smithi081 bash[24267]: cluster 2023-11-15T04:30:32.112078+0000 mgr.smithi081.fomiyu (mgr.14180) 1326 : cluster [DBG] pgmap v892: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:30:35.362 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:30:35.362 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:55.661847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:29:59.880994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.vtvybw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\nDeploy daemon haproxy.nfs.foo.smithi154.vtvybw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.087827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.vfyeci on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\nDeploy daemon haproxy.nfs.foo.smithi081.vfyeci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.090202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.wwdbgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:30:04.092349Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:30:35.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:35 smithi081 bash[24267]: cluster 2023-11-15T04:30:34.113232+0000 mgr.smithi081.fomiyu (mgr.14180) 1327 : cluster [DBG] pgmap v893: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:30:36.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:35 smithi154 bash[28156]: cluster 2023-11-15T04:30:34.113232+0000 mgr.smithi081.fomiyu (mgr.14180) 1327 : cluster [DBG] pgmap v893: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:30:36.184 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:30:37.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:36 smithi154 bash[28156]: audit 2023-11-15T04:30:35.347219+0000 mgr.smithi081.fomiyu (mgr.14180) 1328 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:37.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:36 smithi081 bash[24267]: audit 2023-11-15T04:30:35.347219+0000 mgr.smithi081.fomiyu (mgr.14180) 1328 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:37.186 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:38.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:37 smithi154 bash[28156]: cluster 2023-11-15T04:30:36.114338+0000 mgr.smithi081.fomiyu (mgr.14180) 1329 : cluster [DBG] pgmap v894: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:30:38.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:37 smithi081 bash[24267]: cluster 2023-11-15T04:30:36.114338+0000 mgr.smithi081.fomiyu (mgr.14180) 1329 : cluster [DBG] pgmap v894: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:30:40.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:39 smithi081 bash[24267]: cluster 2023-11-15T04:30:38.116036+0000 mgr.smithi081.fomiyu (mgr.14180) 1330 : cluster [DBG] pgmap v895: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:30:40.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:39 smithi154 bash[28156]: cluster 2023-11-15T04:30:38.116036+0000 mgr.smithi081.fomiyu (mgr.14180) 1330 : cluster [DBG] pgmap v895: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:30:40.649 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:30:40.649 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:55.661847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:29:59.880994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.vtvybw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\nDeploy daemon haproxy.nfs.foo.smithi154.vtvybw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.087827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.vfyeci on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\nDeploy daemon haproxy.nfs.foo.smithi081.vfyeci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.090202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.wwdbgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:30:04.092349Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:30:41.461 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:30:42.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:41 smithi081 bash[24267]: cluster 2023-11-15T04:30:40.117727+0000 mgr.smithi081.fomiyu (mgr.14180) 1331 : cluster [DBG] pgmap v896: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:30:42.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:41 smithi081 bash[24267]: audit 2023-11-15T04:30:40.636287+0000 mgr.smithi081.fomiyu (mgr.14180) 1332 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:42.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:41 smithi154 bash[28156]: cluster 2023-11-15T04:30:40.117727+0000 mgr.smithi081.fomiyu (mgr.14180) 1331 : cluster [DBG] pgmap v896: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:30:42.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:41 smithi154 bash[28156]: audit 2023-11-15T04:30:40.636287+0000 mgr.smithi081.fomiyu (mgr.14180) 1332 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:42.462 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:43.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:43 smithi081 bash[24267]: cluster 2023-11-15T04:30:42.119299+0000 mgr.smithi081.fomiyu (mgr.14180) 1333 : cluster [DBG] pgmap v897: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:30:44.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:43 smithi154 bash[28156]: cluster 2023-11-15T04:30:42.119299+0000 mgr.smithi081.fomiyu (mgr.14180) 1333 : cluster [DBG] pgmap v897: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:30:45.710 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:30:45.711 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:55.661847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:29:59.880994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.vtvybw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\nDeploy daemon haproxy.nfs.foo.smithi154.vtvybw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.087827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.vfyeci on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\nDeploy daemon haproxy.nfs.foo.smithi081.vfyeci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.090202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.wwdbgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:30:04.092349Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:30:46.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:45 smithi154 bash[28156]: cluster 2023-11-15T04:30:44.120437+0000 mgr.smithi081.fomiyu (mgr.14180) 1334 : cluster [DBG] pgmap v898: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:30:46.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:45 smithi081 bash[24267]: cluster 2023-11-15T04:30:44.120437+0000 mgr.smithi081.fomiyu (mgr.14180) 1334 : cluster [DBG] pgmap v898: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:30:46.476 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:30:47.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:46 smithi081 bash[24267]: audit 2023-11-15T04:30:45.701395+0000 mgr.smithi081.fomiyu (mgr.14180) 1335 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:47.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:46 smithi154 bash[28156]: audit 2023-11-15T04:30:45.701395+0000 mgr.smithi081.fomiyu (mgr.14180) 1335 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:47.477 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:48.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:47 smithi081 bash[24267]: cluster 2023-11-15T04:30:46.121378+0000 mgr.smithi081.fomiyu (mgr.14180) 1336 : cluster [DBG] pgmap v899: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:30:48.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:47 smithi154 bash[28156]: cluster 2023-11-15T04:30:46.121378+0000 mgr.smithi081.fomiyu (mgr.14180) 1336 : cluster [DBG] pgmap v899: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:30:50.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:49 smithi081 bash[24267]: cluster 2023-11-15T04:30:48.123057+0000 mgr.smithi081.fomiyu (mgr.14180) 1337 : cluster [DBG] pgmap v900: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:30:50.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:49 smithi154 bash[28156]: cluster 2023-11-15T04:30:48.123057+0000 mgr.smithi081.fomiyu (mgr.14180) 1337 : cluster [DBG] pgmap v900: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:30:50.969 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:30:50.970 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:55.661847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:29:59.880994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.vtvybw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\nDeploy daemon haproxy.nfs.foo.smithi154.vtvybw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.087827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.vfyeci on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\nDeploy daemon haproxy.nfs.foo.smithi081.vfyeci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.090202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.wwdbgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:30:04.092349Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:30:51.701 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:30:52.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:51 smithi081 bash[24267]: cluster 2023-11-15T04:30:50.124608+0000 mgr.smithi081.fomiyu (mgr.14180) 1338 : cluster [DBG] pgmap v901: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:30:52.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:51 smithi081 bash[24267]: audit 2023-11-15T04:30:50.961023+0000 mgr.smithi081.fomiyu (mgr.14180) 1339 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:52.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:51 smithi154 bash[28156]: cluster 2023-11-15T04:30:50.124608+0000 mgr.smithi081.fomiyu (mgr.14180) 1338 : cluster [DBG] pgmap v901: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:30:52.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:51 smithi154 bash[28156]: audit 2023-11-15T04:30:50.961023+0000 mgr.smithi081.fomiyu (mgr.14180) 1339 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:52.702 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:54.083 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:53 smithi081 bash[24267]: cluster 2023-11-15T04:30:52.126072+0000 mgr.smithi081.fomiyu (mgr.14180) 1340 : cluster [DBG] pgmap v902: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 596 B/s rd, 0 B/s wr, 0 op/s 2023-11-15T04:30:54.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:53 smithi154 bash[28156]: cluster 2023-11-15T04:30:52.126072+0000 mgr.smithi081.fomiyu (mgr.14180) 1340 : cluster [DBG] pgmap v902: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 596 B/s rd, 0 B/s wr, 0 op/s 2023-11-15T04:30:56.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:55 smithi154 bash[28156]: cluster 2023-11-15T04:30:54.128170+0000 mgr.smithi081.fomiyu (mgr.14180) 1341 : cluster [DBG] pgmap v903: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 40 op/s 2023-11-15T04:30:56.078 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:30:56.079 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:55.661847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:29:59.880994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.vtvybw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\nDeploy daemon haproxy.nfs.foo.smithi154.vtvybw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.087827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.vfyeci on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\nDeploy daemon haproxy.nfs.foo.smithi081.vfyeci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.090202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.wwdbgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:30:04.092349Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:30:56.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:55 smithi081 bash[24267]: cluster 2023-11-15T04:30:54.128170+0000 mgr.smithi081.fomiyu (mgr.14180) 1341 : cluster [DBG] pgmap v903: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 40 op/s 2023-11-15T04:30:56.860 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:30:57.861 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:58.060 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:57 smithi081 bash[24267]: audit 2023-11-15T04:30:56.065271+0000 mgr.smithi081.fomiyu (mgr.14180) 1342 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:58.061 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:57 smithi081 bash[24267]: cluster 2023-11-15T04:30:56.129537+0000 mgr.smithi081.fomiyu (mgr.14180) 1343 : cluster [DBG] pgmap v904: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 54 op/s 2023-11-15T04:30:58.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:57 smithi154 bash[28156]: audit 2023-11-15T04:30:56.065271+0000 mgr.smithi081.fomiyu (mgr.14180) 1342 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:58.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:57 smithi154 bash[28156]: cluster 2023-11-15T04:30:56.129537+0000 mgr.smithi081.fomiyu (mgr.14180) 1343 : cluster [DBG] pgmap v904: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 54 op/s 2023-11-15T04:31:00.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:30:59 smithi081 bash[24267]: cluster 2023-11-15T04:30:58.131272+0000 mgr.smithi081.fomiyu (mgr.14180) 1344 : cluster [DBG] pgmap v905: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2023-11-15T04:31:00.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:30:59 smithi154 bash[28156]: cluster 2023-11-15T04:30:58.131272+0000 mgr.smithi081.fomiyu (mgr.14180) 1344 : cluster [DBG] pgmap v905: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2023-11-15T04:31:01.325 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:31:01.326 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:55.661847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:29:59.880994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.vtvybw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\nDeploy daemon haproxy.nfs.foo.smithi154.vtvybw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.087827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.vfyeci on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\nDeploy daemon haproxy.nfs.foo.smithi081.vfyeci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.090202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.wwdbgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:30:04.092349Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:31:02.088 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:01 smithi081 bash[24267]: cluster 2023-11-15T04:31:00.132941+0000 mgr.smithi081.fomiyu (mgr.14180) 1345 : cluster [DBG] pgmap v906: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2023-11-15T04:31:02.089 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:31:02.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:01 smithi154 bash[28156]: cluster 2023-11-15T04:31:00.132941+0000 mgr.smithi081.fomiyu (mgr.14180) 1345 : cluster [DBG] pgmap v906: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2023-11-15T04:31:03.090 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:03.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:02 smithi081 bash[24267]: audit 2023-11-15T04:31:01.314573+0000 mgr.smithi081.fomiyu (mgr.14180) 1346 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:03.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:02 smithi154 bash[28156]: audit 2023-11-15T04:31:01.314573+0000 mgr.smithi081.fomiyu (mgr.14180) 1346 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:04.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:03 smithi081 bash[24267]: cluster 2023-11-15T04:31:02.134664+0000 mgr.smithi081.fomiyu (mgr.14180) 1347 : cluster [DBG] pgmap v907: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2023-11-15T04:31:04.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:03 smithi154 bash[28156]: cluster 2023-11-15T04:31:02.134664+0000 mgr.smithi081.fomiyu (mgr.14180) 1347 : cluster [DBG] pgmap v907: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2023-11-15T04:31:05.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:04 smithi081 bash[24267]: audit 2023-11-15T04:31:04.096224+0000 mon.smithi081 (mon.0) 1014 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:31:05.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:04 smithi081 bash[24267]: audit 2023-11-15T04:31:04.400301+0000 mon.smithi081 (mon.0) 1015 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:31:05.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:04 smithi081 bash[24267]: audit 2023-11-15T04:31:04.401403+0000 mon.smithi081 (mon.0) 1016 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:31:05.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:04 smithi081 bash[24267]: audit 2023-11-15T04:31:04.408032+0000 mon.smithi081 (mon.0) 1017 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:31:05.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:04 smithi081 bash[24267]: audit 2023-11-15T04:31:04.414392+0000 mon.smithi081 (mon.0) 1018 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:31:05.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:04 smithi081 bash[24267]: audit 2023-11-15T04:31:04.426146+0000 mon.smithi081 (mon.0) 1019 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:31:05.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:04 smithi154 bash[28156]: audit 2023-11-15T04:31:04.096224+0000 mon.smithi081 (mon.0) 1014 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:31:05.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:04 smithi154 bash[28156]: audit 2023-11-15T04:31:04.400301+0000 mon.smithi081 (mon.0) 1015 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:31:05.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:04 smithi154 bash[28156]: audit 2023-11-15T04:31:04.401403+0000 mon.smithi081 (mon.0) 1016 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:31:05.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:04 smithi154 bash[28156]: audit 2023-11-15T04:31:04.408032+0000 mon.smithi081 (mon.0) 1017 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:31:05.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:04 smithi154 bash[28156]: audit 2023-11-15T04:31:04.414392+0000 mon.smithi081 (mon.0) 1018 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:31:05.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:04 smithi154 bash[28156]: audit 2023-11-15T04:31:04.426146+0000 mon.smithi081 (mon.0) 1019 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:31:06.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:05 smithi154 bash[28156]: cluster 2023-11-15T04:31:04.135939+0000 mgr.smithi081.fomiyu (mgr.14180) 1348 : cluster [DBG] pgmap v908: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 65 op/s 2023-11-15T04:31:06.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:05 smithi154 bash[28156]: cluster 2023-11-15T04:31:04.408820+0000 mgr.smithi081.fomiyu (mgr.14180) 1349 : cluster [DBG] pgmap v909: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 30 op/s 2023-11-15T04:31:06.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:05 smithi154 bash[28156]: cephadm 2023-11-15T04:31:04.431702+0000 mgr.smithi081.fomiyu (mgr.14180) 1350 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.zmggoq on smithi154 2023-11-15T04:31:06.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:05 smithi154 bash[28156]: cluster 2023-11-15T04:31:04.831651+0000 mon.smithi081 (mon.0) 1020 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:31:06.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:05 smithi154 bash[28156]: cluster 2023-11-15T04:31:04.831726+0000 mon.smithi081 (mon.0) 1021 : cluster [INF] Cluster is now healthy 2023-11-15T04:31:06.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:05 smithi081 bash[24267]: cluster 2023-11-15T04:31:04.135939+0000 mgr.smithi081.fomiyu (mgr.14180) 1348 : cluster [DBG] pgmap v908: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 65 op/s 2023-11-15T04:31:06.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:05 smithi081 bash[24267]: cluster 2023-11-15T04:31:04.408820+0000 mgr.smithi081.fomiyu (mgr.14180) 1349 : cluster [DBG] pgmap v909: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 30 op/s 2023-11-15T04:31:06.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:05 smithi081 bash[24267]: cephadm 2023-11-15T04:31:04.431702+0000 mgr.smithi081.fomiyu (mgr.14180) 1350 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.zmggoq on smithi154 2023-11-15T04:31:06.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:05 smithi081 bash[24267]: cluster 2023-11-15T04:31:04.831651+0000 mon.smithi081 (mon.0) 1020 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:31:06.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:05 smithi081 bash[24267]: cluster 2023-11-15T04:31:04.831726+0000 mon.smithi081 (mon.0) 1021 : cluster [INF] Cluster is now healthy 2023-11-15T04:31:06.426 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:31:06.426 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:55.661847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rkeesn on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:29:59.880994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.vtvybw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\nDeploy daemon haproxy.nfs.foo.smithi154.vtvybw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.087827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.vfyeci on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\nDeploy daemon haproxy.nfs.foo.smithi081.vfyeci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.090202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.wwdbgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:30:04.092349Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:31:07.177 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:31:08.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:07 smithi081 bash[24267]: cluster 2023-11-15T04:31:06.409927+0000 mgr.smithi081.fomiyu (mgr.14180) 1351 : cluster [DBG] pgmap v910: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 0 B/s wr, 13 op/s 2023-11-15T04:31:08.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:07 smithi081 bash[24267]: audit 2023-11-15T04:31:06.414647+0000 mgr.smithi081.fomiyu (mgr.14180) 1352 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:08.178 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:08.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:07 smithi154 bash[28156]: cluster 2023-11-15T04:31:06.409927+0000 mgr.smithi081.fomiyu (mgr.14180) 1351 : cluster [DBG] pgmap v910: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 0 B/s wr, 13 op/s 2023-11-15T04:31:08.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:07 smithi154 bash[28156]: audit 2023-11-15T04:31:06.414647+0000 mgr.smithi081.fomiyu (mgr.14180) 1352 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:09.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:08 smithi154 bash[28156]: audit 2023-11-15T04:31:08.375908+0000 mon.smithi081 (mon.0) 1022 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.zmggoq"}]: dispatch 2023-11-15T04:31:09.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:08 smithi081 bash[24267]: audit 2023-11-15T04:31:08.375908+0000 mon.smithi081 (mon.0) 1022 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.zmggoq"}]: dispatch 2023-11-15T04:31:10.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: cephadm 2023-11-15T04:31:08.374837+0000 mgr.smithi081.fomiyu (mgr.14180) 1353 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq 2023-11-15T04:31:10.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:31:10.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq 2023-11-15T04:31:10.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq 2023-11-15T04:31:10.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:31:10.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq 2023-11-15T04:31:10.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.zmggoq ... 2023-11-15T04:31:10.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:10.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:31:10.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:31:10.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:31:10.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:10.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:31:10.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:31:10.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:31:10.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:31:10.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:31:10.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq 2023-11-15T04:31:10.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:31:10.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq 2023-11-15T04:31:10.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq 2023-11-15T04:31:10.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:31:10.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq 2023-11-15T04:31:10.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.zmggoq ... 2023-11-15T04:31:10.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:10.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:31:10.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:31:10.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:31:10.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:10.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: cephadm 2023-11-15T04:31:08.375242+0000 mgr.smithi081.fomiyu (mgr.14180) 1354 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.zmggoq 2023-11-15T04:31:10.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: cephadm 2023-11-15T04:31:08.377406+0000 mgr.smithi081.fomiyu (mgr.14180) 1355 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.zmggoq on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq 2023-11-15T04:31:10.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:31:10.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq 2023-11-15T04:31:10.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq 2023-11-15T04:31:10.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:31:10.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq 2023-11-15T04:31:10.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.zmggoq ... 2023-11-15T04:31:10.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:10.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:31:10.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:31:10.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:31:10.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:10.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: cephadm 2023-11-15T04:31:08.381625+0000 mgr.smithi081.fomiyu (mgr.14180) 1356 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.upnkqg on smithi081 2023-11-15T04:31:10.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:09 smithi081 bash[24267]: cluster 2023-11-15T04:31:08.411391+0000 mgr.smithi081.fomiyu (mgr.14180) 1357 : cluster [DBG] pgmap v911: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:31:10.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: cephadm 2023-11-15T04:31:08.374837+0000 mgr.smithi081.fomiyu (mgr.14180) 1353 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq 2023-11-15T04:31:10.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:31:10.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq 2023-11-15T04:31:10.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq 2023-11-15T04:31:10.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:31:10.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq 2023-11-15T04:31:10.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.zmggoq ... 2023-11-15T04:31:10.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:10.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:31:10.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:31:10.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:31:10.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:10.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:31:10.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:31:10.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:31:10.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:31:10.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:31:10.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq 2023-11-15T04:31:10.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:31:10.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq 2023-11-15T04:31:10.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq 2023-11-15T04:31:10.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:31:10.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq 2023-11-15T04:31:10.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.zmggoq ... 2023-11-15T04:31:10.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:10.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:31:10.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:31:10.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:31:10.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:10.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: cephadm 2023-11-15T04:31:08.375242+0000 mgr.smithi081.fomiyu (mgr.14180) 1354 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.zmggoq 2023-11-15T04:31:10.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: cephadm 2023-11-15T04:31:08.377406+0000 mgr.smithi081.fomiyu (mgr.14180) 1355 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.zmggoq on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq 2023-11-15T04:31:10.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:31:10.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq 2023-11-15T04:31:10.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq 2023-11-15T04:31:10.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:31:10.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq 2023-11-15T04:31:10.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.zmggoq ... 2023-11-15T04:31:10.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:10.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:31:10.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:31:10.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:31:10.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:10.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: cephadm 2023-11-15T04:31:08.381625+0000 mgr.smithi081.fomiyu (mgr.14180) 1356 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.upnkqg on smithi081 2023-11-15T04:31:10.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:09 smithi154 bash[28156]: cluster 2023-11-15T04:31:08.411391+0000 mgr.smithi081.fomiyu (mgr.14180) 1357 : cluster [DBG] pgmap v911: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:31:11.592 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:31:11.593 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:29:59.880994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.vtvybw on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-vtvybw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.vtvybw\nDeploy daemon haproxy.nfs.foo.smithi154.vtvybw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.087827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.vfyeci on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-vfyeci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.vfyeci\nDeploy daemon haproxy.nfs.foo.smithi081.vfyeci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:30:04.090202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.wwdbgi on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:30:04.092349Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:08.377151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zmggoq on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\nDeploy daemon haproxy.nfs.foo.smithi154.zmggoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -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.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:31:11.880 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:11 smithi081 bash[24267]: cluster 2023-11-15T04:31:10.412763+0000 mgr.smithi081.fomiyu (mgr.14180) 1358 : cluster [DBG] pgmap v912: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:31:12.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:11 smithi154 bash[28156]: cluster 2023-11-15T04:31:10.412763+0000 mgr.smithi081.fomiyu (mgr.14180) 1358 : cluster [DBG] pgmap v912: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:31:12.466 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:31:13.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:12 smithi154 bash[28156]: audit 2023-11-15T04:31:11.579765+0000 mgr.smithi081.fomiyu (mgr.14180) 1359 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:13.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:12 smithi154 bash[28156]: audit 2023-11-15T04:31:12.503832+0000 mon.smithi081 (mon.0) 1023 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.upnkqg"}]: dispatch 2023-11-15T04:31:13.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:12 smithi081 bash[24267]: audit 2023-11-15T04:31:11.579765+0000 mgr.smithi081.fomiyu (mgr.14180) 1359 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:13.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:12 smithi081 bash[24267]: audit 2023-11-15T04:31:12.503832+0000 mon.smithi081 (mon.0) 1023 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.upnkqg"}]: dispatch 2023-11-15T04:31:13.467 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:14.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: cluster 2023-11-15T04:31:12.414059+0000 mgr.smithi081.fomiyu (mgr.14180) 1360 : cluster [DBG] pgmap v913: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:31:14.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: cephadm 2023-11-15T04:31:12.503049+0000 mgr.smithi081.fomiyu (mgr.14180) 1361 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg 2023-11-15T04:31:14.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:31:14.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg 2023-11-15T04:31:14.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg 2023-11-15T04:31:14.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:31:14.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg 2023-11-15T04:31:14.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.upnkqg ... 2023-11-15T04:31:14.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:14.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:31:14.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:31:14.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:31:14.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:14.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:31:14.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:31:14.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:31:14.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:31:14.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:31:14.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg 2023-11-15T04:31:14.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:31:14.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg 2023-11-15T04:31:14.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg 2023-11-15T04:31:14.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:31:14.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg 2023-11-15T04:31:14.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.upnkqg ... 2023-11-15T04:31:14.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:14.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:31:14.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:31:14.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:31:14.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:14.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: cephadm 2023-11-15T04:31:12.503308+0000 mgr.smithi081.fomiyu (mgr.14180) 1362 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.upnkqg 2023-11-15T04:31:14.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: cephadm 2023-11-15T04:31:12.504879+0000 mgr.smithi081.fomiyu (mgr.14180) 1363 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.upnkqg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg 2023-11-15T04:31:14.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:31:14.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg 2023-11-15T04:31:14.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg 2023-11-15T04:31:14.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:31:14.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg 2023-11-15T04:31:14.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.upnkqg ... 2023-11-15T04:31:14.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:14.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:31:14.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:31:14.262 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:31:14.262 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:14.262 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: cephadm 2023-11-15T04:31:12.509544+0000 mgr.smithi081.fomiyu (mgr.14180) 1364 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.vzupzu on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:31:14.262 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: cephadm 2023-11-15T04:31:12.511691+0000 mgr.smithi081.fomiyu (mgr.14180) 1365 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:31:14.263 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: cluster 2023-11-15T04:31:12.512655+0000 mgr.smithi081.fomiyu (mgr.14180) 1366 : cluster [DBG] pgmap v914: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2023-11-15T04:31:14.263 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:13 smithi154 bash[28156]: cluster 2023-11-15T04:31:12.868205+0000 mon.smithi081 (mon.0) 1024 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:31:14.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: cluster 2023-11-15T04:31:12.414059+0000 mgr.smithi081.fomiyu (mgr.14180) 1360 : cluster [DBG] pgmap v913: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:31:14.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: cephadm 2023-11-15T04:31:12.503049+0000 mgr.smithi081.fomiyu (mgr.14180) 1361 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg 2023-11-15T04:31:14.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:31:14.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg 2023-11-15T04:31:14.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg 2023-11-15T04:31:14.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:31:14.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg 2023-11-15T04:31:14.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.upnkqg ... 2023-11-15T04:31:14.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:14.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:31:14.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:31:14.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:31:14.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:14.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:31:14.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:31:14.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:31:14.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:31:14.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:31:14.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg 2023-11-15T04:31:14.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:31:14.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg 2023-11-15T04:31:14.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg 2023-11-15T04:31:14.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:31:14.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg 2023-11-15T04:31:14.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.upnkqg ... 2023-11-15T04:31:14.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:14.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:31:14.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:31:14.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:31:14.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:14.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: cephadm 2023-11-15T04:31:12.503308+0000 mgr.smithi081.fomiyu (mgr.14180) 1362 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.upnkqg 2023-11-15T04:31:14.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: cephadm 2023-11-15T04:31:12.504879+0000 mgr.smithi081.fomiyu (mgr.14180) 1363 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.upnkqg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg 2023-11-15T04:31:14.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:31:14.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg 2023-11-15T04:31:14.366 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg 2023-11-15T04:31:14.366 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:31:14.366 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg 2023-11-15T04:31:14.366 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.upnkqg ... 2023-11-15T04:31:14.367 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:14.367 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:31:14.367 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:31:14.367 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:31:14.368 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:14.368 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: cephadm 2023-11-15T04:31:12.509544+0000 mgr.smithi081.fomiyu (mgr.14180) 1364 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.vzupzu on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:31:14.368 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: cephadm 2023-11-15T04:31:12.511691+0000 mgr.smithi081.fomiyu (mgr.14180) 1365 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:31:14.368 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: cluster 2023-11-15T04:31:12.512655+0000 mgr.smithi081.fomiyu (mgr.14180) 1366 : cluster [DBG] pgmap v914: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2023-11-15T04:31:14.369 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:13 smithi081 bash[24267]: cluster 2023-11-15T04:31:12.868205+0000 mon.smithi081 (mon.0) 1024 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:31:16.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:15 smithi154 bash[28156]: cluster 2023-11-15T04:31:14.514668+0000 mgr.smithi081.fomiyu (mgr.14180) 1367 : cluster [DBG] pgmap v915: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:31:16.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:15 smithi081 bash[24267]: cluster 2023-11-15T04:31:14.514668+0000 mgr.smithi081.fomiyu (mgr.14180) 1367 : cluster [DBG] pgmap v915: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:31:16.939 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:31:16.939 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:30:04.092349Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:08.377151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zmggoq on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\nDeploy daemon haproxy.nfs.foo.smithi154.zmggoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:12.504750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.upnkqg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg\nDeploy daemon haproxy.nfs.foo.smithi081.upnkqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:12.509296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.vzupzu on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:12.511560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:31:17.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:17 smithi081 bash[24267]: audit 2023-11-15T04:31:16.371253+0000 mon.smithi081 (mon.0) 1025 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:31:17.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:17 smithi081 bash[24267]: cluster 2023-11-15T04:31:16.525174+0000 mgr.smithi081.fomiyu (mgr.14180) 1368 : cluster [DBG] pgmap v916: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:31:17.606 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:17 smithi081 bash[24267]: audit 2023-11-15T04:31:16.928050+0000 mgr.smithi081.fomiyu (mgr.14180) 1369 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:17.726 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:31:17.750 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:17 smithi154 bash[28156]: audit 2023-11-15T04:31:16.371253+0000 mon.smithi081 (mon.0) 1025 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:31:17.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:17 smithi154 bash[28156]: cluster 2023-11-15T04:31:16.525174+0000 mgr.smithi081.fomiyu (mgr.14180) 1368 : cluster [DBG] pgmap v916: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:31:17.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:17 smithi154 bash[28156]: audit 2023-11-15T04:31:16.928050+0000 mgr.smithi081.fomiyu (mgr.14180) 1369 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:18.727 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:19.849 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:19 smithi081 bash[24267]: cluster 2023-11-15T04:31:18.526913+0000 mgr.smithi081.fomiyu (mgr.14180) 1370 : cluster [DBG] pgmap v917: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:31:20.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:19 smithi154 bash[28156]: cluster 2023-11-15T04:31:18.526913+0000 mgr.smithi081.fomiyu (mgr.14180) 1370 : cluster [DBG] pgmap v917: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:31:22.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:21 smithi154 bash[28156]: cluster 2023-11-15T04:31:20.527906+0000 mgr.smithi081.fomiyu (mgr.14180) 1371 : cluster [DBG] pgmap v918: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:31:22.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:21 smithi081 bash[24267]: cluster 2023-11-15T04:31:20.527906+0000 mgr.smithi081.fomiyu (mgr.14180) 1371 : cluster [DBG] pgmap v918: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:31:22.162 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:31:22.163 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:30:04.092349Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:08.377151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zmggoq on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\nDeploy daemon haproxy.nfs.foo.smithi154.zmggoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:12.504750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.upnkqg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg\nDeploy daemon haproxy.nfs.foo.smithi081.upnkqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:12.509296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.vzupzu on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:12.511560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:31:22.985 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:31:23.986 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:24.000 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:23 smithi081 bash[24267]: audit 2023-11-15T04:31:22.150565+0000 mgr.smithi081.fomiyu (mgr.14180) 1372 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:24.000 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:23 smithi081 bash[24267]: cluster 2023-11-15T04:31:22.528918+0000 mgr.smithi081.fomiyu (mgr.14180) 1373 : cluster [DBG] pgmap v919: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:31:24.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:23 smithi154 bash[28156]: audit 2023-11-15T04:31:22.150565+0000 mgr.smithi081.fomiyu (mgr.14180) 1372 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:24.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:23 smithi154 bash[28156]: cluster 2023-11-15T04:31:22.528918+0000 mgr.smithi081.fomiyu (mgr.14180) 1373 : cluster [DBG] pgmap v919: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:31:26.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:25 smithi154 bash[28156]: cluster 2023-11-15T04:31:24.530007+0000 mgr.smithi081.fomiyu (mgr.14180) 1374 : cluster [DBG] pgmap v920: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:31:26.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:25 smithi081 bash[24267]: cluster 2023-11-15T04:31:24.530007+0000 mgr.smithi081.fomiyu (mgr.14180) 1374 : cluster [DBG] pgmap v920: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:31:27.256 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:31:27.256 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:30:04.092349Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:08.377151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zmggoq on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\nDeploy daemon haproxy.nfs.foo.smithi154.zmggoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:12.504750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.upnkqg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg\nDeploy daemon haproxy.nfs.foo.smithi081.upnkqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:12.509296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.vzupzu on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:12.511560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:31:27.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:27 smithi081 bash[24267]: cluster 2023-11-15T04:31:26.531372+0000 mgr.smithi081.fomiyu (mgr.14180) 1375 : cluster [DBG] pgmap v921: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:31:28.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:27 smithi154 bash[28156]: cluster 2023-11-15T04:31:26.531372+0000 mgr.smithi081.fomiyu (mgr.14180) 1375 : cluster [DBG] pgmap v921: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:31:28.028 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:31:29.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:28 smithi154 bash[28156]: audit 2023-11-15T04:31:27.246608+0000 mgr.smithi081.fomiyu (mgr.14180) 1376 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:29.029 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:29.042 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:28 smithi081 bash[24267]: audit 2023-11-15T04:31:27.246608+0000 mgr.smithi081.fomiyu (mgr.14180) 1376 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:30.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:29 smithi154 bash[28156]: cluster 2023-11-15T04:31:28.533015+0000 mgr.smithi081.fomiyu (mgr.14180) 1377 : cluster [DBG] pgmap v922: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:31:30.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:29 smithi081 bash[24267]: cluster 2023-11-15T04:31:28.533015+0000 mgr.smithi081.fomiyu (mgr.14180) 1377 : cluster [DBG] pgmap v922: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:31:32.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:31 smithi154 bash[28156]: cluster 2023-11-15T04:31:30.534592+0000 mgr.smithi081.fomiyu (mgr.14180) 1378 : cluster [DBG] pgmap v923: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:31:32.081 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:31 smithi081 bash[24267]: cluster 2023-11-15T04:31:30.534592+0000 mgr.smithi081.fomiyu (mgr.14180) 1378 : cluster [DBG] pgmap v923: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:31:32.494 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:31:32.494 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:30:04.092349Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:08.377151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zmggoq on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\nDeploy daemon haproxy.nfs.foo.smithi154.zmggoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:12.504750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.upnkqg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg\nDeploy daemon haproxy.nfs.foo.smithi081.upnkqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:12.509296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.vzupzu on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:12.511560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:31:33.358 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:31:34.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:33 smithi154 bash[28156]: audit 2023-11-15T04:31:32.482396+0000 mgr.smithi081.fomiyu (mgr.14180) 1379 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:34.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:33 smithi154 bash[28156]: cluster 2023-11-15T04:31:32.536014+0000 mgr.smithi081.fomiyu (mgr.14180) 1380 : cluster [DBG] pgmap v924: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:31:34.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:33 smithi081 bash[24267]: audit 2023-11-15T04:31:32.482396+0000 mgr.smithi081.fomiyu (mgr.14180) 1379 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:34.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:33 smithi081 bash[24267]: cluster 2023-11-15T04:31:32.536014+0000 mgr.smithi081.fomiyu (mgr.14180) 1380 : cluster [DBG] pgmap v924: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:31:34.360 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:36.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:35 smithi154 bash[28156]: cluster 2023-11-15T04:31:34.537986+0000 mgr.smithi081.fomiyu (mgr.14180) 1381 : cluster [DBG] pgmap v925: 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 2023-11-15T04:31:36.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:35 smithi081 bash[24267]: cluster 2023-11-15T04:31:34.537986+0000 mgr.smithi081.fomiyu (mgr.14180) 1381 : cluster [DBG] pgmap v925: 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 2023-11-15T04:31:37.803 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:31:37.803 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:30:04.092349Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:08.377151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zmggoq on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\nDeploy daemon haproxy.nfs.foo.smithi154.zmggoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:12.504750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.upnkqg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg\nDeploy daemon haproxy.nfs.foo.smithi081.upnkqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:12.509296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.vzupzu on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:12.511560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:31:38.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:37 smithi081 bash[24267]: cluster 2023-11-15T04:31:36.539034+0000 mgr.smithi081.fomiyu (mgr.14180) 1382 : cluster [DBG] pgmap v926: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:31:38.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:37 smithi154 bash[28156]: cluster 2023-11-15T04:31:36.539034+0000 mgr.smithi081.fomiyu (mgr.14180) 1382 : cluster [DBG] pgmap v926: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:31:38.570 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:31:38.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:38 smithi081 bash[24267]: audit 2023-11-15T04:31:37.792343+0000 mgr.smithi081.fomiyu (mgr.14180) 1383 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:39.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:38 smithi154 bash[28156]: audit 2023-11-15T04:31:37.792343+0000 mgr.smithi081.fomiyu (mgr.14180) 1383 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:39.571 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:39.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:39 smithi081 bash[24267]: cluster 2023-11-15T04:31:38.540047+0000 mgr.smithi081.fomiyu (mgr.14180) 1384 : cluster [DBG] pgmap v927: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:31:40.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:39 smithi154 bash[28156]: cluster 2023-11-15T04:31:38.540047+0000 mgr.smithi081.fomiyu (mgr.14180) 1384 : cluster [DBG] pgmap v927: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:31:42.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:41 smithi081 bash[24267]: cluster 2023-11-15T04:31:40.541011+0000 mgr.smithi081.fomiyu (mgr.14180) 1385 : cluster [DBG] pgmap v928: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:31:42.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:41 smithi154 bash[28156]: cluster 2023-11-15T04:31:40.541011+0000 mgr.smithi081.fomiyu (mgr.14180) 1385 : cluster [DBG] pgmap v928: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:31:43.041 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:31:43.041 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:30:04.092349Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:08.377151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zmggoq on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\nDeploy daemon haproxy.nfs.foo.smithi154.zmggoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:12.504750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.upnkqg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg\nDeploy daemon haproxy.nfs.foo.smithi081.upnkqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:12.509296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.vzupzu on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:12.511560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:31:43.844 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:31:44.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:43 smithi081 bash[24267]: cluster 2023-11-15T04:31:42.542529+0000 mgr.smithi081.fomiyu (mgr.14180) 1386 : cluster [DBG] pgmap v929: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:31:44.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:43 smithi154 bash[28156]: cluster 2023-11-15T04:31:42.542529+0000 mgr.smithi081.fomiyu (mgr.14180) 1386 : cluster [DBG] pgmap v929: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:31:44.845 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:45.050 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:44 smithi081 bash[24267]: audit 2023-11-15T04:31:43.029009+0000 mgr.smithi081.fomiyu (mgr.14180) 1387 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:45.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:44 smithi154 bash[28156]: audit 2023-11-15T04:31:43.029009+0000 mgr.smithi081.fomiyu (mgr.14180) 1387 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:46.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:45 smithi154 bash[28156]: cluster 2023-11-15T04:31:44.544266+0000 mgr.smithi081.fomiyu (mgr.14180) 1388 : cluster [DBG] pgmap v930: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:31:46.069 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:45 smithi081 bash[24267]: cluster 2023-11-15T04:31:44.544266+0000 mgr.smithi081.fomiyu (mgr.14180) 1388 : cluster [DBG] pgmap v930: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:31:48.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:47 smithi081 bash[24267]: cluster 2023-11-15T04:31:46.545051+0000 mgr.smithi081.fomiyu (mgr.14180) 1389 : cluster [DBG] pgmap v931: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-15T04:31:48.130 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:31:48.131 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:30:04.092349Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:08.377151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zmggoq on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\nDeploy daemon haproxy.nfs.foo.smithi154.zmggoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:12.504750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.upnkqg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg\nDeploy daemon haproxy.nfs.foo.smithi081.upnkqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:12.509296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.vzupzu on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:12.511560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:31:48.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:47 smithi154 bash[28156]: cluster 2023-11-15T04:31:46.545051+0000 mgr.smithi081.fomiyu (mgr.14180) 1389 : cluster [DBG] pgmap v931: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-15T04:31:48.947 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:31:49.949 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:50.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:49 smithi081 bash[24267]: audit 2023-11-15T04:31:48.120241+0000 mgr.smithi081.fomiyu (mgr.14180) 1390 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:50.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:49 smithi081 bash[24267]: cluster 2023-11-15T04:31:48.545985+0000 mgr.smithi081.fomiyu (mgr.14180) 1391 : cluster [DBG] pgmap v932: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 B/s wr, 0 op/s 2023-11-15T04:31:50.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:49 smithi154 bash[28156]: audit 2023-11-15T04:31:48.120241+0000 mgr.smithi081.fomiyu (mgr.14180) 1390 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:50.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:49 smithi154 bash[28156]: cluster 2023-11-15T04:31:48.545985+0000 mgr.smithi081.fomiyu (mgr.14180) 1391 : cluster [DBG] pgmap v932: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 B/s wr, 0 op/s 2023-11-15T04:31:52.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:51 smithi081 bash[24267]: cluster 2023-11-15T04:31:50.546898+0000 mgr.smithi081.fomiyu (mgr.14180) 1392 : cluster [DBG] pgmap v933: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:31:52.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:51 smithi154 bash[28156]: cluster 2023-11-15T04:31:50.546898+0000 mgr.smithi081.fomiyu (mgr.14180) 1392 : cluster [DBG] pgmap v933: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:31:53.350 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:31:53.350 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:30:04.092349Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:08.377151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zmggoq on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\nDeploy daemon haproxy.nfs.foo.smithi154.zmggoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:12.504750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.upnkqg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg\nDeploy daemon haproxy.nfs.foo.smithi081.upnkqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:12.509296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.vzupzu on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:12.511560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:31:53.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:53 smithi081 bash[24267]: cluster 2023-11-15T04:31:52.547822+0000 mgr.smithi081.fomiyu (mgr.14180) 1393 : cluster [DBG] pgmap v934: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:31:54.180 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:31:54.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:53 smithi154 bash[28156]: cluster 2023-11-15T04:31:52.547822+0000 mgr.smithi081.fomiyu (mgr.14180) 1393 : cluster [DBG] pgmap v934: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:31:55.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:54 smithi081 bash[24267]: audit 2023-11-15T04:31:53.338263+0000 mgr.smithi081.fomiyu (mgr.14180) 1394 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:55.181 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:55.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:54 smithi154 bash[28156]: audit 2023-11-15T04:31:53.338263+0000 mgr.smithi081.fomiyu (mgr.14180) 1394 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:56.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:55 smithi154 bash[28156]: cluster 2023-11-15T04:31:54.549796+0000 mgr.smithi081.fomiyu (mgr.14180) 1395 : cluster [DBG] pgmap v935: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:31:56.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:55 smithi081 bash[24267]: cluster 2023-11-15T04:31:54.549796+0000 mgr.smithi081.fomiyu (mgr.14180) 1395 : cluster [DBG] pgmap v935: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:31:58.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:57 smithi081 bash[24267]: cluster 2023-11-15T04:31:56.551118+0000 mgr.smithi081.fomiyu (mgr.14180) 1396 : cluster [DBG] pgmap v936: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:31:58.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:57 smithi154 bash[28156]: cluster 2023-11-15T04:31:56.551118+0000 mgr.smithi081.fomiyu (mgr.14180) 1396 : cluster [DBG] pgmap v936: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:31:58.523 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:31:58.524 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:30:04.092349Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:08.377151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zmggoq on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\nDeploy daemon haproxy.nfs.foo.smithi154.zmggoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:12.504750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.upnkqg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg\nDeploy daemon haproxy.nfs.foo.smithi081.upnkqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:12.509296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.vzupzu on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:12.511560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:31:59.350 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:00.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:59 smithi081 bash[24267]: audit 2023-11-15T04:31:58.512469+0000 mgr.smithi081.fomiyu (mgr.14180) 1397 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:00.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:31:59 smithi081 bash[24267]: cluster 2023-11-15T04:31:58.552211+0000 mgr.smithi081.fomiyu (mgr.14180) 1398 : cluster [DBG] pgmap v937: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:32:00.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:59 smithi154 bash[28156]: audit 2023-11-15T04:31:58.512469+0000 mgr.smithi081.fomiyu (mgr.14180) 1397 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:00.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:31:59 smithi154 bash[28156]: cluster 2023-11-15T04:31:58.552211+0000 mgr.smithi081.fomiyu (mgr.14180) 1398 : cluster [DBG] pgmap v937: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:32:00.351 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:02.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:01 smithi081 bash[24267]: cluster 2023-11-15T04:32:00.553247+0000 mgr.smithi081.fomiyu (mgr.14180) 1399 : cluster [DBG] pgmap v938: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:02.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:01 smithi154 bash[28156]: cluster 2023-11-15T04:32:00.553247+0000 mgr.smithi081.fomiyu (mgr.14180) 1399 : cluster [DBG] pgmap v938: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:03.743 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:32:03.744 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:30:04.092349Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:08.377151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zmggoq on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\nDeploy daemon haproxy.nfs.foo.smithi154.zmggoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:12.504750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.upnkqg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg\nDeploy daemon haproxy.nfs.foo.smithi081.upnkqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:12.509296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.vzupzu on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:12.511560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:32:04.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:03 smithi081 bash[24267]: cluster 2023-11-15T04:32:02.554797+0000 mgr.smithi081.fomiyu (mgr.14180) 1400 : cluster [DBG] pgmap v939: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:04.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:03 smithi154 bash[28156]: cluster 2023-11-15T04:32:02.554797+0000 mgr.smithi081.fomiyu (mgr.14180) 1400 : cluster [DBG] pgmap v939: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:04.599 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:05.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:04 smithi154 bash[28156]: audit 2023-11-15T04:32:03.736981+0000 mgr.smithi081.fomiyu (mgr.14180) 1401 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:05.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:04 smithi081 bash[24267]: audit 2023-11-15T04:32:03.736981+0000 mgr.smithi081.fomiyu (mgr.14180) 1401 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:05.601 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:06.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:05 smithi154 bash[28156]: cluster 2023-11-15T04:32:04.555877+0000 mgr.smithi081.fomiyu (mgr.14180) 1402 : cluster [DBG] pgmap v940: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:06.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:05 smithi081 bash[24267]: cluster 2023-11-15T04:32:04.555877+0000 mgr.smithi081.fomiyu (mgr.14180) 1402 : cluster [DBG] pgmap v940: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:08.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:07 smithi081 bash[24267]: cluster 2023-11-15T04:32:06.557214+0000 mgr.smithi081.fomiyu (mgr.14180) 1403 : cluster [DBG] pgmap v941: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:08.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:07 smithi154 bash[28156]: cluster 2023-11-15T04:32:06.557214+0000 mgr.smithi081.fomiyu (mgr.14180) 1403 : cluster [DBG] pgmap v941: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:08.967 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:32:08.967 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:30:04.092349Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:08.377151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zmggoq on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\nDeploy daemon haproxy.nfs.foo.smithi154.zmggoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:12.504750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.upnkqg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg\nDeploy daemon haproxy.nfs.foo.smithi081.upnkqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:12.509296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.vzupzu on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:12.511560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:32:09.804 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:10.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:09 smithi081 bash[24267]: cluster 2023-11-15T04:32:08.558642+0000 mgr.smithi081.fomiyu (mgr.14180) 1404 : cluster [DBG] pgmap v942: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:32:10.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:09 smithi081 bash[24267]: audit 2023-11-15T04:32:08.960628+0000 mgr.smithi081.fomiyu (mgr.14180) 1405 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:10.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:09 smithi154 bash[28156]: cluster 2023-11-15T04:32:08.558642+0000 mgr.smithi081.fomiyu (mgr.14180) 1404 : cluster [DBG] pgmap v942: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:32:10.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:09 smithi154 bash[28156]: audit 2023-11-15T04:32:08.960628+0000 mgr.smithi081.fomiyu (mgr.14180) 1405 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:10.805 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:12.190 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:11 smithi081 bash[24267]: cluster 2023-11-15T04:32:10.560235+0000 mgr.smithi081.fomiyu (mgr.14180) 1406 : cluster [DBG] pgmap v943: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:12.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:11 smithi154 bash[28156]: cluster 2023-11-15T04:32:10.560235+0000 mgr.smithi081.fomiyu (mgr.14180) 1406 : cluster [DBG] pgmap v943: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:13.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:12 smithi154 bash[28156]: audit 2023-11-15T04:32:12.516167+0000 mon.smithi081 (mon.0) 1026 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:32:13.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:12 smithi154 bash[28156]: audit 2023-11-15T04:32:12.825740+0000 mon.smithi081 (mon.0) 1027 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:32:13.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:12 smithi154 bash[28156]: audit 2023-11-15T04:32:12.826800+0000 mon.smithi081 (mon.0) 1028 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:32:13.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:12 smithi154 bash[28156]: audit 2023-11-15T04:32:12.832810+0000 mon.smithi081 (mon.0) 1029 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:32:13.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:12 smithi154 bash[28156]: audit 2023-11-15T04:32:12.840050+0000 mon.smithi081 (mon.0) 1030 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:32:13.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:12 smithi154 bash[28156]: audit 2023-11-15T04:32:12.855015+0000 mon.smithi081 (mon.0) 1031 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:32:13.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:12 smithi081 bash[24267]: audit 2023-11-15T04:32:12.516167+0000 mon.smithi081 (mon.0) 1026 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:32:13.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:12 smithi081 bash[24267]: audit 2023-11-15T04:32:12.825740+0000 mon.smithi081 (mon.0) 1027 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:32:13.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:12 smithi081 bash[24267]: audit 2023-11-15T04:32:12.826800+0000 mon.smithi081 (mon.0) 1028 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:32:13.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:12 smithi081 bash[24267]: audit 2023-11-15T04:32:12.832810+0000 mon.smithi081 (mon.0) 1029 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:32:13.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:12 smithi081 bash[24267]: audit 2023-11-15T04:32:12.840050+0000 mon.smithi081 (mon.0) 1030 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:32:13.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:12 smithi081 bash[24267]: audit 2023-11-15T04:32:12.855015+0000 mon.smithi081 (mon.0) 1031 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:32:14.105 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:32:14.105 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:30:04.092349Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.pkmzhr on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:08.377151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zmggoq on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\nDeploy daemon haproxy.nfs.foo.smithi154.zmggoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:12.504750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.upnkqg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg\nDeploy daemon haproxy.nfs.foo.smithi081.upnkqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:12.509296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.vzupzu on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:12.511560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:32:14.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:13 smithi081 bash[24267]: cluster 2023-11-15T04:32:12.561327+0000 mgr.smithi081.fomiyu (mgr.14180) 1407 : cluster [DBG] pgmap v944: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:14.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:13 smithi081 bash[24267]: cluster 2023-11-15T04:32:12.833947+0000 mgr.smithi081.fomiyu (mgr.14180) 1408 : cluster [DBG] pgmap v945: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:32:14.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:13 smithi081 bash[24267]: cephadm 2023-11-15T04:32:12.859805+0000 mgr.smithi081.fomiyu (mgr.14180) 1409 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.tasnwk on smithi154 2023-11-15T04:32:14.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:13 smithi081 bash[24267]: cluster 2023-11-15T04:32:12.886136+0000 mon.smithi081 (mon.0) 1032 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:32:14.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:13 smithi081 bash[24267]: cluster 2023-11-15T04:32:12.886197+0000 mon.smithi081 (mon.0) 1033 : cluster [INF] Cluster is now healthy 2023-11-15T04:32:14.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:13 smithi154 bash[28156]: cluster 2023-11-15T04:32:12.561327+0000 mgr.smithi081.fomiyu (mgr.14180) 1407 : cluster [DBG] pgmap v944: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:14.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:13 smithi154 bash[28156]: cluster 2023-11-15T04:32:12.833947+0000 mgr.smithi081.fomiyu (mgr.14180) 1408 : cluster [DBG] pgmap v945: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:32:14.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:13 smithi154 bash[28156]: cephadm 2023-11-15T04:32:12.859805+0000 mgr.smithi081.fomiyu (mgr.14180) 1409 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.tasnwk on smithi154 2023-11-15T04:32:14.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:13 smithi154 bash[28156]: cluster 2023-11-15T04:32:12.886136+0000 mon.smithi081 (mon.0) 1032 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:32:14.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:13 smithi154 bash[28156]: cluster 2023-11-15T04:32:12.886197+0000 mon.smithi081 (mon.0) 1033 : cluster [INF] Cluster is now healthy 2023-11-15T04:32:14.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:15.924 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:16.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:15 smithi154 bash[28156]: audit 2023-11-15T04:32:14.093910+0000 mgr.smithi081.fomiyu (mgr.14180) 1410 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:16.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:15 smithi154 bash[28156]: cluster 2023-11-15T04:32:14.835239+0000 mgr.smithi081.fomiyu (mgr.14180) 1411 : cluster [DBG] pgmap v946: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:32:16.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:15 smithi081 bash[24267]: audit 2023-11-15T04:32:14.093910+0000 mgr.smithi081.fomiyu (mgr.14180) 1410 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:16.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:15 smithi081 bash[24267]: cluster 2023-11-15T04:32:14.835239+0000 mgr.smithi081.fomiyu (mgr.14180) 1411 : cluster [DBG] pgmap v946: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:32:17.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: audit 2023-11-15T04:32:16.512126+0000 mon.smithi081 (mon.0) 1034 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:32:17.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: cephadm 2023-11-15T04:32:16.786815+0000 mgr.smithi081.fomiyu (mgr.14180) 1412 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk 2023-11-15T04:32:17.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:32:17.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk 2023-11-15T04:32:17.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk 2023-11-15T04:32:17.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:32:17.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk 2023-11-15T04:32:17.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.tasnwk ... 2023-11-15T04:32:17.857 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:32:17.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:32:17.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:32:17.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:32:17.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:32:17.858 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:32:17.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:32:17.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:32:17.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:32:17.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:32:17.859 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk 2023-11-15T04:32:17.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:32:17.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk 2023-11-15T04:32:17.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk 2023-11-15T04:32:17.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:32:17.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk 2023-11-15T04:32:17.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.tasnwk ... 2023-11-15T04:32:17.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:32:17.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:32:17.861 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:32:17.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:32:17.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:32:17.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: cephadm 2023-11-15T04:32:16.787367+0000 mgr.smithi081.fomiyu (mgr.14180) 1413 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.tasnwk 2023-11-15T04:32:17.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: audit 2023-11-15T04:32:16.788009+0000 mon.smithi081 (mon.0) 1035 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.tasnwk"}]: dispatch 2023-11-15T04:32:17.862 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: cephadm 2023-11-15T04:32:16.789827+0000 mgr.smithi081.fomiyu (mgr.14180) 1414 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.tasnwk on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk 2023-11-15T04:32:17.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:32:17.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk 2023-11-15T04:32:17.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk 2023-11-15T04:32:17.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:32:17.863 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk 2023-11-15T04:32:17.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.tasnwk ... 2023-11-15T04:32:17.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:32:17.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:32:17.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:32:17.864 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:32:17.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:32:17.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: cephadm 2023-11-15T04:32:16.795093+0000 mgr.smithi081.fomiyu (mgr.14180) 1415 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.evcaje on smithi081 2023-11-15T04:32:17.865 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:17 smithi081 bash[24267]: cluster 2023-11-15T04:32:16.836464+0000 mgr.smithi081.fomiyu (mgr.14180) 1416 : cluster [DBG] pgmap v947: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-15T04:32:18.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: audit 2023-11-15T04:32:16.512126+0000 mon.smithi081 (mon.0) 1034 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:32:18.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: cephadm 2023-11-15T04:32:16.786815+0000 mgr.smithi081.fomiyu (mgr.14180) 1412 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk 2023-11-15T04:32:18.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:32:18.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk 2023-11-15T04:32:18.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk 2023-11-15T04:32:18.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:32:18.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk 2023-11-15T04:32:18.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.tasnwk ... 2023-11-15T04:32:18.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:32:18.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:32:18.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:32:18.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:32:18.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:32:18.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:32:18.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:32:18.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:32:18.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:32:18.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:32:18.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk 2023-11-15T04:32:18.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:32:18.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk 2023-11-15T04:32:18.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk 2023-11-15T04:32:18.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:32:18.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk 2023-11-15T04:32:18.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.tasnwk ... 2023-11-15T04:32:18.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:32:18.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:32:18.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:32:18.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:32:18.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:32:18.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: cephadm 2023-11-15T04:32:16.787367+0000 mgr.smithi081.fomiyu (mgr.14180) 1413 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.tasnwk 2023-11-15T04:32:18.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: audit 2023-11-15T04:32:16.788009+0000 mon.smithi081 (mon.0) 1035 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.tasnwk"}]: dispatch 2023-11-15T04:32:18.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: cephadm 2023-11-15T04:32:16.789827+0000 mgr.smithi081.fomiyu (mgr.14180) 1414 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.tasnwk on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk 2023-11-15T04:32:18.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:32:18.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk 2023-11-15T04:32:18.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk 2023-11-15T04:32:18.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:32:18.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk 2023-11-15T04:32:18.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.tasnwk ... 2023-11-15T04:32:18.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:32:18.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:32:18.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:32:18.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:32:18.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:32:18.011 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: cephadm 2023-11-15T04:32:16.795093+0000 mgr.smithi081.fomiyu (mgr.14180) 1415 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.evcaje on smithi081 2023-11-15T04:32:18.011 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:17 smithi154 bash[28156]: cluster 2023-11-15T04:32:16.836464+0000 mgr.smithi081.fomiyu (mgr.14180) 1416 : cluster [DBG] pgmap v947: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-15T04:32:19.480 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:32:19.481 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:08.377151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zmggoq on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zmggoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zmggoq\nDeploy daemon haproxy.nfs.foo.smithi154.zmggoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:12.504750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.upnkqg on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-upnkqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.upnkqg\nDeploy daemon haproxy.nfs.foo.smithi081.upnkqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:12.509296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.vzupzu on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:12.511560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:16.789519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.tasnwk on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\nDeploy daemon haproxy.nfs.foo.smithi154.tasnwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -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.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:32:20.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:19 smithi081 bash[24267]: cluster 2023-11-15T04:32:18.838082+0000 mgr.smithi081.fomiyu (mgr.14180) 1417 : cluster [DBG] pgmap v948: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:32:20.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:19 smithi154 bash[28156]: cluster 2023-11-15T04:32:18.838082+0000 mgr.smithi081.fomiyu (mgr.14180) 1417 : cluster [DBG] pgmap v948: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:32:20.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:21.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:20 smithi154 bash[28156]: audit 2023-11-15T04:32:19.473253+0000 mgr.smithi081.fomiyu (mgr.14180) 1418 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:21.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:20 smithi154 bash[28156]: audit 2023-11-15T04:32:20.500869+0000 mon.smithi081 (mon.0) 1036 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.evcaje"}]: dispatch 2023-11-15T04:32:21.329 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:21.343 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:20 smithi081 bash[24267]: audit 2023-11-15T04:32:19.473253+0000 mgr.smithi081.fomiyu (mgr.14180) 1418 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:21.343 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:20 smithi081 bash[24267]: audit 2023-11-15T04:32:20.500869+0000 mon.smithi081 (mon.0) 1036 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.evcaje"}]: dispatch 2023-11-15T04:32:22.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: cephadm 2023-11-15T04:32:20.499745+0000 mgr.smithi081.fomiyu (mgr.14180) 1419 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje 2023-11-15T04:32:22.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:32:22.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje 2023-11-15T04:32:22.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje 2023-11-15T04:32:22.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:32:22.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje 2023-11-15T04:32:22.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.evcaje ... 2023-11-15T04:32:22.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:32:22.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:32:22.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:32:22.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:32:22.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:32:22.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:32:22.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:32:22.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:32:22.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:32:22.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:32:22.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje 2023-11-15T04:32:22.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:32:22.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje 2023-11-15T04:32:22.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje 2023-11-15T04:32:22.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:32:22.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje 2023-11-15T04:32:22.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.evcaje ... 2023-11-15T04:32:22.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:32:22.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:32:22.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:32:22.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:32:22.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:32:22.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: cephadm 2023-11-15T04:32:20.500232+0000 mgr.smithi081.fomiyu (mgr.14180) 1420 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.evcaje 2023-11-15T04:32:22.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: cephadm 2023-11-15T04:32:20.502345+0000 mgr.smithi081.fomiyu (mgr.14180) 1421 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.evcaje on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje 2023-11-15T04:32:22.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:32:22.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje 2023-11-15T04:32:22.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje 2023-11-15T04:32:22.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:32:22.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje 2023-11-15T04:32:22.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.evcaje ... 2023-11-15T04:32:22.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:32:22.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:32:22.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:32:22.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:32:22.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:32:22.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: cephadm 2023-11-15T04:32:20.504431+0000 mgr.smithi081.fomiyu (mgr.14180) 1422 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.oikxzo on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:32:22.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: cephadm 2023-11-15T04:32:20.506059+0000 mgr.smithi081.fomiyu (mgr.14180) 1423 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:32:22.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: cluster 2023-11-15T04:32:20.507303+0000 mgr.smithi081.fomiyu (mgr.14180) 1424 : cluster [DBG] pgmap v949: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:32:22.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: cluster 2023-11-15T04:32:20.895333+0000 mon.smithi081 (mon.0) 1037 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:32:22.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:21 smithi154 bash[28156]: audit 2023-11-15T04:32:21.419005+0000 mon.smithi081 (mon.0) 1038 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:32:22.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: cephadm 2023-11-15T04:32:20.499745+0000 mgr.smithi081.fomiyu (mgr.14180) 1419 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje 2023-11-15T04:32:22.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:32:22.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje 2023-11-15T04:32:22.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje 2023-11-15T04:32:22.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:32:22.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje 2023-11-15T04:32:22.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.evcaje ... 2023-11-15T04:32:22.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:32:22.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:32:22.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:32:22.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:32:22.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:32:22.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:32:22.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:32:22.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:32:22.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:32:22.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:32:22.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje 2023-11-15T04:32:22.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:32:22.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje 2023-11-15T04:32:22.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje 2023-11-15T04:32:22.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:32:22.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje 2023-11-15T04:32:22.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.evcaje ... 2023-11-15T04:32:22.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:32:22.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:32:22.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:32:22.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:32:22.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:32:22.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: cephadm 2023-11-15T04:32:20.500232+0000 mgr.smithi081.fomiyu (mgr.14180) 1420 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.evcaje 2023-11-15T04:32:22.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: cephadm 2023-11-15T04:32:20.502345+0000 mgr.smithi081.fomiyu (mgr.14180) 1421 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.evcaje on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje 2023-11-15T04:32:22.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:32:22.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje 2023-11-15T04:32:22.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje 2023-11-15T04:32:22.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:32:22.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje 2023-11-15T04:32:22.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.evcaje ... 2023-11-15T04:32:22.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:32:22.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:32:22.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:32:22.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:32:22.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:32:22.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: cephadm 2023-11-15T04:32:20.504431+0000 mgr.smithi081.fomiyu (mgr.14180) 1422 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.oikxzo on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:32:22.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: cephadm 2023-11-15T04:32:20.506059+0000 mgr.smithi081.fomiyu (mgr.14180) 1423 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:32:22.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: cluster 2023-11-15T04:32:20.507303+0000 mgr.smithi081.fomiyu (mgr.14180) 1424 : cluster [DBG] pgmap v949: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:32:22.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: cluster 2023-11-15T04:32:20.895333+0000 mon.smithi081 (mon.0) 1037 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:32:22.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:21 smithi081 bash[24267]: audit 2023-11-15T04:32:21.419005+0000 mon.smithi081 (mon.0) 1038 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:32:24.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:23 smithi154 bash[28156]: cluster 2023-11-15T04:32:22.508649+0000 mgr.smithi081.fomiyu (mgr.14180) 1425 : cluster [DBG] pgmap v950: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:32:24.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:23 smithi081 bash[24267]: cluster 2023-11-15T04:32:22.508649+0000 mgr.smithi081.fomiyu (mgr.14180) 1425 : cluster [DBG] pgmap v950: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:32:25.071 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:32:25.071 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:12.511560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:16.789519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.tasnwk on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\nDeploy daemon haproxy.nfs.foo.smithi154.tasnwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.502128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.evcaje on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\nDeploy daemon haproxy.nfs.foo.smithi081.evcaje ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.504323Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.oikxzo on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:32:25.880 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:26.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:25 smithi154 bash[28156]: cluster 2023-11-15T04:32:24.510665+0000 mgr.smithi081.fomiyu (mgr.14180) 1426 : cluster [DBG] pgmap v951: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:32:26.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:25 smithi081 bash[24267]: cluster 2023-11-15T04:32:24.510665+0000 mgr.smithi081.fomiyu (mgr.14180) 1426 : cluster [DBG] pgmap v951: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:32:26.881 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:27.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:26 smithi154 bash[28156]: audit 2023-11-15T04:32:25.059911+0000 mgr.smithi081.fomiyu (mgr.14180) 1427 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:27.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:26 smithi081 bash[24267]: audit 2023-11-15T04:32:25.059911+0000 mgr.smithi081.fomiyu (mgr.14180) 1427 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:28.207 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:27 smithi081 bash[24267]: cluster 2023-11-15T04:32:26.512046+0000 mgr.smithi081.fomiyu (mgr.14180) 1428 : cluster [DBG] pgmap v952: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:32:28.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:27 smithi154 bash[28156]: cluster 2023-11-15T04:32:26.512046+0000 mgr.smithi081.fomiyu (mgr.14180) 1428 : cluster [DBG] pgmap v952: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:32:30.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:29 smithi081 bash[24267]: cluster 2023-11-15T04:32:28.513136+0000 mgr.smithi081.fomiyu (mgr.14180) 1429 : cluster [DBG] pgmap v953: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:32:30.244 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:32:30.244 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:12.511560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:16.789519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.tasnwk on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\nDeploy daemon haproxy.nfs.foo.smithi154.tasnwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.502128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.evcaje on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\nDeploy daemon haproxy.nfs.foo.smithi081.evcaje ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.504323Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.oikxzo on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:32:30.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:29 smithi154 bash[28156]: cluster 2023-11-15T04:32:28.513136+0000 mgr.smithi081.fomiyu (mgr.14180) 1429 : cluster [DBG] pgmap v953: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:32:31.051 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:32.052 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:32.250 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:31 smithi081 bash[24267]: audit 2023-11-15T04:32:30.236956+0000 mgr.smithi081.fomiyu (mgr.14180) 1430 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:32.251 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:31 smithi081 bash[24267]: cluster 2023-11-15T04:32:30.513992+0000 mgr.smithi081.fomiyu (mgr.14180) 1431 : cluster [DBG] pgmap v954: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:32:32.251 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:31 smithi081 bash[24267]: audit 2023-11-15T04:32:31.513516+0000 mon.smithi081 (mon.0) 1039 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:32:32.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:31 smithi154 bash[28156]: audit 2023-11-15T04:32:30.236956+0000 mgr.smithi081.fomiyu (mgr.14180) 1430 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:32.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:31 smithi154 bash[28156]: cluster 2023-11-15T04:32:30.513992+0000 mgr.smithi081.fomiyu (mgr.14180) 1431 : cluster [DBG] pgmap v954: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:32:32.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:31 smithi154 bash[28156]: audit 2023-11-15T04:32:31.513516+0000 mon.smithi081 (mon.0) 1039 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:32:34.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:33 smithi154 bash[28156]: cluster 2023-11-15T04:32:32.515522+0000 mgr.smithi081.fomiyu (mgr.14180) 1432 : cluster [DBG] pgmap v955: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:34.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:33 smithi081 bash[24267]: cluster 2023-11-15T04:32:32.515522+0000 mgr.smithi081.fomiyu (mgr.14180) 1432 : cluster [DBG] pgmap v955: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:35.537 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:32:35.538 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:12.511560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:16.789519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.tasnwk on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\nDeploy daemon haproxy.nfs.foo.smithi154.tasnwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.502128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.evcaje on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\nDeploy daemon haproxy.nfs.foo.smithi081.evcaje ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.504323Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.oikxzo on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:32:36.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:35 smithi081 bash[24267]: cluster 2023-11-15T04:32:34.517407+0000 mgr.smithi081.fomiyu (mgr.14180) 1433 : cluster [DBG] pgmap v956: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:36.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:35 smithi154 bash[28156]: cluster 2023-11-15T04:32:34.517407+0000 mgr.smithi081.fomiyu (mgr.14180) 1433 : cluster [DBG] pgmap v956: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:36.334 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:37.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:36 smithi154 bash[28156]: audit 2023-11-15T04:32:35.530775+0000 mgr.smithi081.fomiyu (mgr.14180) 1434 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:37.336 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:37.349 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:36 smithi081 bash[24267]: audit 2023-11-15T04:32:35.530775+0000 mgr.smithi081.fomiyu (mgr.14180) 1434 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:38.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:37 smithi081 bash[24267]: cluster 2023-11-15T04:32:36.518830+0000 mgr.smithi081.fomiyu (mgr.14180) 1435 : cluster [DBG] pgmap v957: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:38.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:37 smithi154 bash[28156]: cluster 2023-11-15T04:32:36.518830+0000 mgr.smithi081.fomiyu (mgr.14180) 1435 : cluster [DBG] pgmap v957: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:40.244 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:39 smithi081 bash[24267]: cluster 2023-11-15T04:32:38.520271+0000 mgr.smithi081.fomiyu (mgr.14180) 1436 : cluster [DBG] pgmap v958: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:32:40.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:39 smithi154 bash[28156]: cluster 2023-11-15T04:32:38.520271+0000 mgr.smithi081.fomiyu (mgr.14180) 1436 : cluster [DBG] pgmap v958: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:32:40.615 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:32:40.615 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:12.511560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:16.789519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.tasnwk on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\nDeploy daemon haproxy.nfs.foo.smithi154.tasnwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.502128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.evcaje on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\nDeploy daemon haproxy.nfs.foo.smithi081.evcaje ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.504323Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.oikxzo on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:32:41.449 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:42.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:41 smithi154 bash[28156]: cluster 2023-11-15T04:32:40.521746+0000 mgr.smithi081.fomiyu (mgr.14180) 1437 : cluster [DBG] pgmap v959: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:42.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:41 smithi154 bash[28156]: audit 2023-11-15T04:32:40.603192+0000 mgr.smithi081.fomiyu (mgr.14180) 1438 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:42.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:41 smithi081 bash[24267]: cluster 2023-11-15T04:32:40.521746+0000 mgr.smithi081.fomiyu (mgr.14180) 1437 : cluster [DBG] pgmap v959: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:42.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:41 smithi081 bash[24267]: audit 2023-11-15T04:32:40.603192+0000 mgr.smithi081.fomiyu (mgr.14180) 1438 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:42.451 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:44.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:43 smithi154 bash[28156]: cluster 2023-11-15T04:32:42.522744+0000 mgr.smithi081.fomiyu (mgr.14180) 1439 : cluster [DBG] pgmap v960: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:44.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:43 smithi081 bash[24267]: cluster 2023-11-15T04:32:42.522744+0000 mgr.smithi081.fomiyu (mgr.14180) 1439 : cluster [DBG] pgmap v960: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:45.887 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:32:45.888 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:12.511560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:16.789519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.tasnwk on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\nDeploy daemon haproxy.nfs.foo.smithi154.tasnwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.502128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.evcaje on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\nDeploy daemon haproxy.nfs.foo.smithi081.evcaje ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.504323Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.oikxzo on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:32:46.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:45 smithi154 bash[28156]: cluster 2023-11-15T04:32:44.524770+0000 mgr.smithi081.fomiyu (mgr.14180) 1440 : cluster [DBG] pgmap v961: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:46.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:45 smithi081 bash[24267]: cluster 2023-11-15T04:32:44.524770+0000 mgr.smithi081.fomiyu (mgr.14180) 1440 : cluster [DBG] pgmap v961: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:46.748 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:47.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:46 smithi081 bash[24267]: audit 2023-11-15T04:32:45.876490+0000 mgr.smithi081.fomiyu (mgr.14180) 1441 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:47.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:46 smithi154 bash[28156]: audit 2023-11-15T04:32:45.876490+0000 mgr.smithi081.fomiyu (mgr.14180) 1441 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:47.750 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:48.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:48 smithi081 bash[24267]: cluster 2023-11-15T04:32:46.532571+0000 mgr.smithi081.fomiyu (mgr.14180) 1442 : cluster [DBG] pgmap v962: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:48.500 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:48 smithi154 bash[28156]: cluster 2023-11-15T04:32:46.532571+0000 mgr.smithi081.fomiyu (mgr.14180) 1442 : cluster [DBG] pgmap v962: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:50.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:50 smithi081 bash[24267]: cluster 2023-11-15T04:32:48.534176+0000 mgr.smithi081.fomiyu (mgr.14180) 1443 : cluster [DBG] pgmap v963: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:32:50.500 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:50 smithi154 bash[28156]: cluster 2023-11-15T04:32:48.534176+0000 mgr.smithi081.fomiyu (mgr.14180) 1443 : cluster [DBG] pgmap v963: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:32:51.349 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:32:51.350 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:12.511560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:16.789519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.tasnwk on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\nDeploy daemon haproxy.nfs.foo.smithi154.tasnwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.502128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.evcaje on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\nDeploy daemon haproxy.nfs.foo.smithi081.evcaje ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.504323Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.oikxzo on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:32:52.002 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:52.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:52 smithi081 bash[24267]: cluster 2023-11-15T04:32:50.535965+0000 mgr.smithi081.fomiyu (mgr.14180) 1444 : cluster [DBG] pgmap v964: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:52.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:52 smithi154 bash[28156]: cluster 2023-11-15T04:32:50.535965+0000 mgr.smithi081.fomiyu (mgr.14180) 1444 : cluster [DBG] pgmap v964: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:53.004 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:53.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:53 smithi081 bash[24267]: audit 2023-11-15T04:32:51.338694+0000 mgr.smithi081.fomiyu (mgr.14180) 1445 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:53.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:53 smithi154 bash[28156]: audit 2023-11-15T04:32:51.338694+0000 mgr.smithi081.fomiyu (mgr.14180) 1445 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:54.341 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:54 smithi081 bash[24267]: cluster 2023-11-15T04:32:52.537505+0000 mgr.smithi081.fomiyu (mgr.14180) 1446 : cluster [DBG] pgmap v965: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:54.500 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:54 smithi154 bash[28156]: cluster 2023-11-15T04:32:52.537505+0000 mgr.smithi081.fomiyu (mgr.14180) 1446 : cluster [DBG] pgmap v965: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:56.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:56 smithi081 bash[24267]: cluster 2023-11-15T04:32:54.539558+0000 mgr.smithi081.fomiyu (mgr.14180) 1447 : cluster [DBG] pgmap v966: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:56.376 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:32:56.376 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:12.511560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:16.789519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.tasnwk on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\nDeploy daemon haproxy.nfs.foo.smithi154.tasnwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.502128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.evcaje on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\nDeploy daemon haproxy.nfs.foo.smithi081.evcaje ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.504323Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.oikxzo on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:32:56.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:56 smithi154 bash[28156]: cluster 2023-11-15T04:32:54.539558+0000 mgr.smithi081.fomiyu (mgr.14180) 1447 : cluster [DBG] pgmap v966: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:57.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:57.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:57 smithi081 bash[24267]: audit 2023-11-15T04:32:56.365501+0000 mgr.smithi081.fomiyu (mgr.14180) 1448 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:57.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:57 smithi081 bash[24267]: cluster 2023-11-15T04:32:56.540839+0000 mgr.smithi081.fomiyu (mgr.14180) 1449 : cluster [DBG] pgmap v967: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:57.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:57 smithi154 bash[28156]: audit 2023-11-15T04:32:56.365501+0000 mgr.smithi081.fomiyu (mgr.14180) 1448 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:57.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:57 smithi154 bash[28156]: cluster 2023-11-15T04:32:56.540839+0000 mgr.smithi081.fomiyu (mgr.14180) 1449 : cluster [DBG] pgmap v967: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:58.284 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:59.717 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:32:59 smithi081 bash[24267]: cluster 2023-11-15T04:32:58.542570+0000 mgr.smithi081.fomiyu (mgr.14180) 1450 : cluster [DBG] pgmap v968: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:33:00.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:32:59 smithi154 bash[28156]: cluster 2023-11-15T04:32:58.542570+0000 mgr.smithi081.fomiyu (mgr.14180) 1450 : cluster [DBG] pgmap v968: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:33:01.545 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:33:01.546 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:12.511560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:16.789519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.tasnwk on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\nDeploy daemon haproxy.nfs.foo.smithi154.tasnwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.502128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.evcaje on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\nDeploy daemon haproxy.nfs.foo.smithi081.evcaje ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.504323Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.oikxzo on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:33:01.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:01 smithi081 bash[24267]: cluster 2023-11-15T04:33:00.544379+0000 mgr.smithi081.fomiyu (mgr.14180) 1451 : cluster [DBG] pgmap v969: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:02.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:01 smithi154 bash[28156]: cluster 2023-11-15T04:33:00.544379+0000 mgr.smithi081.fomiyu (mgr.14180) 1451 : cluster [DBG] pgmap v969: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:02.239 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:03.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:02 smithi154 bash[28156]: audit 2023-11-15T04:33:01.532874+0000 mgr.smithi081.fomiyu (mgr.14180) 1452 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:03.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:02 smithi081 bash[24267]: audit 2023-11-15T04:33:01.532874+0000 mgr.smithi081.fomiyu (mgr.14180) 1452 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:03.240 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:04.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:03 smithi154 bash[28156]: cluster 2023-11-15T04:33:02.545938+0000 mgr.smithi081.fomiyu (mgr.14180) 1453 : cluster [DBG] pgmap v970: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:04.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:03 smithi081 bash[24267]: cluster 2023-11-15T04:33:02.545938+0000 mgr.smithi081.fomiyu (mgr.14180) 1453 : cluster [DBG] pgmap v970: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:06.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:05 smithi154 bash[28156]: cluster 2023-11-15T04:33:04.547312+0000 mgr.smithi081.fomiyu (mgr.14180) 1454 : cluster [DBG] pgmap v971: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:06.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:05 smithi081 bash[24267]: cluster 2023-11-15T04:33:04.547312+0000 mgr.smithi081.fomiyu (mgr.14180) 1454 : cluster [DBG] pgmap v971: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:06.377 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:33:06.378 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:12.511560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:16.789519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.tasnwk on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\nDeploy daemon haproxy.nfs.foo.smithi154.tasnwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.502128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.evcaje on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\nDeploy daemon haproxy.nfs.foo.smithi081.evcaje ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.504323Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.oikxzo on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:33:07.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:08.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:07 smithi081 bash[24267]: audit 2023-11-15T04:33:06.365991+0000 mgr.smithi081.fomiyu (mgr.14180) 1455 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:08.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:07 smithi081 bash[24267]: cluster 2023-11-15T04:33:06.548043+0000 mgr.smithi081.fomiyu (mgr.14180) 1456 : cluster [DBG] pgmap v972: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:08.164 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:08.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:07 smithi154 bash[28156]: audit 2023-11-15T04:33:06.365991+0000 mgr.smithi081.fomiyu (mgr.14180) 1455 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:08.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:07 smithi154 bash[28156]: cluster 2023-11-15T04:33:06.548043+0000 mgr.smithi081.fomiyu (mgr.14180) 1456 : cluster [DBG] pgmap v972: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:10.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:09 smithi081 bash[24267]: cluster 2023-11-15T04:33:08.549658+0000 mgr.smithi081.fomiyu (mgr.14180) 1457 : cluster [DBG] pgmap v973: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:33:10.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:09 smithi154 bash[28156]: cluster 2023-11-15T04:33:08.549658+0000 mgr.smithi081.fomiyu (mgr.14180) 1457 : cluster [DBG] pgmap v973: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:33:11.716 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:33:11.717 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:12.511560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:16.789519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.tasnwk on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\nDeploy daemon haproxy.nfs.foo.smithi154.tasnwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.502128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.evcaje on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\nDeploy daemon haproxy.nfs.foo.smithi081.evcaje ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.504323Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.oikxzo on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:33:12.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:11 smithi081 bash[24267]: cluster 2023-11-15T04:33:10.551241+0000 mgr.smithi081.fomiyu (mgr.14180) 1458 : cluster [DBG] pgmap v974: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:12.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:11 smithi154 bash[28156]: cluster 2023-11-15T04:33:10.551241+0000 mgr.smithi081.fomiyu (mgr.14180) 1458 : cluster [DBG] pgmap v974: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:12.497 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:13.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:12 smithi081 bash[24267]: audit 2023-11-15T04:33:11.708522+0000 mgr.smithi081.fomiyu (mgr.14180) 1459 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:13.250 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:12 smithi154 bash[28156]: audit 2023-11-15T04:33:11.708522+0000 mgr.smithi081.fomiyu (mgr.14180) 1459 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:13.497 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:14.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:13 smithi081 bash[24267]: cluster 2023-11-15T04:33:12.552839+0000 mgr.smithi081.fomiyu (mgr.14180) 1460 : cluster [DBG] pgmap v975: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:14.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:13 smithi154 bash[28156]: cluster 2023-11-15T04:33:12.552839+0000 mgr.smithi081.fomiyu (mgr.14180) 1460 : cluster [DBG] pgmap v975: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:16.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:15 smithi154 bash[28156]: cluster 2023-11-15T04:33:14.554923+0000 mgr.smithi081.fomiyu (mgr.14180) 1461 : cluster [DBG] pgmap v976: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:16.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:15 smithi081 bash[24267]: cluster 2023-11-15T04:33:14.554923+0000 mgr.smithi081.fomiyu (mgr.14180) 1461 : cluster [DBG] pgmap v976: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:17.001 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:33:17.002 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:12.511560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:16.789519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.tasnwk on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\nDeploy daemon haproxy.nfs.foo.smithi154.tasnwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.502128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.evcaje on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\nDeploy daemon haproxy.nfs.foo.smithi081.evcaje ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.504323Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.oikxzo on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:33:17.842 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:18.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:17 smithi081 bash[24267]: cluster 2023-11-15T04:33:16.555722+0000 mgr.smithi081.fomiyu (mgr.14180) 1462 : cluster [DBG] pgmap v977: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:18.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:17 smithi081 bash[24267]: audit 2023-11-15T04:33:16.994201+0000 mgr.smithi081.fomiyu (mgr.14180) 1463 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:18.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:17 smithi154 bash[28156]: cluster 2023-11-15T04:33:16.555722+0000 mgr.smithi081.fomiyu (mgr.14180) 1462 : cluster [DBG] pgmap v977: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:18.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:17 smithi154 bash[28156]: audit 2023-11-15T04:33:16.994201+0000 mgr.smithi081.fomiyu (mgr.14180) 1463 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:18.843 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:20.084 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:19 smithi081 bash[24267]: cluster 2023-11-15T04:33:18.557353+0000 mgr.smithi081.fomiyu (mgr.14180) 1464 : cluster [DBG] pgmap v978: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:33:20.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:19 smithi154 bash[28156]: cluster 2023-11-15T04:33:18.557353+0000 mgr.smithi081.fomiyu (mgr.14180) 1464 : cluster [DBG] pgmap v978: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:33:21.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:20 smithi081 bash[24267]: audit 2023-11-15T04:33:20.509675+0000 mon.smithi081 (mon.0) 1040 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:33:21.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:20 smithi081 bash[24267]: audit 2023-11-15T04:33:20.776500+0000 mon.smithi081 (mon.0) 1041 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:33:21.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:20 smithi154 bash[28156]: audit 2023-11-15T04:33:20.509675+0000 mon.smithi081 (mon.0) 1040 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:33:21.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:20 smithi154 bash[28156]: audit 2023-11-15T04:33:20.776500+0000 mon.smithi081 (mon.0) 1041 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:33:22.100 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:33:22.100 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:22:58.815577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:12.511560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:16.789519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.tasnwk on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\nDeploy daemon haproxy.nfs.foo.smithi154.tasnwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.502128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.evcaje on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\nDeploy daemon haproxy.nfs.foo.smithi081.evcaje ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.504323Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.oikxzo on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:22:58.815907Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:22:58.816139Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:22:58.816350Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:22:58.816555Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:22:58.817394Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:33:22.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:21 smithi081 bash[24267]: cluster 2023-11-15T04:33:20.558903+0000 mgr.smithi081.fomiyu (mgr.14180) 1465 : cluster [DBG] pgmap v979: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:22.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:21 smithi154 bash[28156]: cluster 2023-11-15T04:33:20.558903+0000 mgr.smithi081.fomiyu (mgr.14180) 1465 : cluster [DBG] pgmap v979: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:22.913 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:23.914 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:24.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:23 smithi081 bash[24267]: audit 2023-11-15T04:33:22.093920+0000 mgr.smithi081.fomiyu (mgr.14180) 1466 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:24.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:23 smithi081 bash[24267]: cluster 2023-11-15T04:33:22.560016+0000 mgr.smithi081.fomiyu (mgr.14180) 1467 : cluster [DBG] pgmap v980: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:24.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:23 smithi154 bash[28156]: audit 2023-11-15T04:33:22.093920+0000 mgr.smithi081.fomiyu (mgr.14180) 1466 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:24.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:23 smithi154 bash[28156]: cluster 2023-11-15T04:33:22.560016+0000 mgr.smithi081.fomiyu (mgr.14180) 1467 : cluster [DBG] pgmap v980: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:26.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:25 smithi154 bash[28156]: cluster 2023-11-15T04:33:24.562016+0000 mgr.smithi081.fomiyu (mgr.14180) 1468 : cluster [DBG] pgmap v981: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:26.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:25 smithi081 bash[24267]: cluster 2023-11-15T04:33:24.562016+0000 mgr.smithi081.fomiyu (mgr.14180) 1468 : cluster [DBG] pgmap v981: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:27.245 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:33:27.246 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:24:14.243915Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:12.511560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.sqmxij on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:16.789519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.tasnwk on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\nDeploy daemon haproxy.nfs.foo.smithi154.tasnwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.502128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.evcaje on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\nDeploy daemon haproxy.nfs.foo.smithi081.evcaje ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.504323Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.oikxzo on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:24:14.243422Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:24:14.243047Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:24:14.244326Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:24:14.244754Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:24:14.245547Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:33:27.429 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:27 smithi081 bash[24267]: audit 2023-11-15T04:33:26.109225+0000 mon.smithi081 (mon.0) 1042 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:33:27.429 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:27 smithi081 bash[24267]: audit 2023-11-15T04:33:26.409229+0000 mon.smithi081 (mon.0) 1043 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:33:27.430 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:27 smithi081 bash[24267]: audit 2023-11-15T04:33:26.411251+0000 mon.smithi081 (mon.0) 1044 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:33:27.430 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:27 smithi081 bash[24267]: audit 2023-11-15T04:33:26.420649+0000 mon.smithi081 (mon.0) 1045 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:33:27.430 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:27 smithi081 bash[24267]: cluster 2023-11-15T04:33:26.421686+0000 mgr.smithi081.fomiyu (mgr.14180) 1469 : cluster [DBG] pgmap v982: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:33:27.430 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:27 smithi081 bash[24267]: audit 2023-11-15T04:33:26.428925+0000 mon.smithi081 (mon.0) 1046 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:33:27.431 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:27 smithi081 bash[24267]: audit 2023-11-15T04:33:26.442218+0000 mon.smithi081 (mon.0) 1047 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:33:27.431 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:27 smithi081 bash[24267]: cephadm 2023-11-15T04:33:26.446150+0000 mgr.smithi081.fomiyu (mgr.14180) 1470 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.ubyrim on smithi154 2023-11-15T04:33:27.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:27 smithi154 bash[28156]: audit 2023-11-15T04:33:26.109225+0000 mon.smithi081 (mon.0) 1042 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:33:27.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:27 smithi154 bash[28156]: audit 2023-11-15T04:33:26.409229+0000 mon.smithi081 (mon.0) 1043 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:33:27.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:27 smithi154 bash[28156]: audit 2023-11-15T04:33:26.411251+0000 mon.smithi081 (mon.0) 1044 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:33:27.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:27 smithi154 bash[28156]: audit 2023-11-15T04:33:26.420649+0000 mon.smithi081 (mon.0) 1045 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:33:27.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:27 smithi154 bash[28156]: cluster 2023-11-15T04:33:26.421686+0000 mgr.smithi081.fomiyu (mgr.14180) 1469 : cluster [DBG] pgmap v982: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:33:27.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:27 smithi154 bash[28156]: audit 2023-11-15T04:33:26.428925+0000 mon.smithi081 (mon.0) 1046 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:33:27.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:27 smithi154 bash[28156]: audit 2023-11-15T04:33:26.442218+0000 mon.smithi081 (mon.0) 1047 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:33:27.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:27 smithi154 bash[28156]: cephadm 2023-11-15T04:33:26.446150+0000 mgr.smithi081.fomiyu (mgr.14180) 1470 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.ubyrim on smithi154 2023-11-15T04:33:28.046 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:28.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:28 smithi081 bash[24267]: audit 2023-11-15T04:33:27.238877+0000 mgr.smithi081.fomiyu (mgr.14180) 1471 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:28.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:28 smithi081 bash[24267]: cluster 2023-11-15T04:33:27.417255+0000 mon.smithi081 (mon.0) 1048 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:33:28.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:28 smithi081 bash[24267]: cluster 2023-11-15T04:33:27.417318+0000 mon.smithi081 (mon.0) 1049 : cluster [INF] Cluster is now healthy 2023-11-15T04:33:28.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:28 smithi154 bash[28156]: audit 2023-11-15T04:33:27.238877+0000 mgr.smithi081.fomiyu (mgr.14180) 1471 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:28.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:28 smithi154 bash[28156]: cluster 2023-11-15T04:33:27.417255+0000 mon.smithi081 (mon.0) 1048 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:33:28.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:28 smithi154 bash[28156]: cluster 2023-11-15T04:33:27.417318+0000 mon.smithi081 (mon.0) 1049 : cluster [INF] Cluster is now healthy 2023-11-15T04:33:29.048 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:29.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:29 smithi081 bash[24267]: cluster 2023-11-15T04:33:28.423104+0000 mgr.smithi081.fomiyu (mgr.14180) 1472 : cluster [DBG] pgmap v983: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T04:33:29.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:29 smithi154 bash[28156]: cluster 2023-11-15T04:33:28.423104+0000 mgr.smithi081.fomiyu (mgr.14180) 1472 : cluster [DBG] pgmap v983: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T04:33:31.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:30 smithi154 bash[28156]: audit 2023-11-15T04:33:30.387150+0000 mon.smithi081 (mon.0) 1050 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.ubyrim"}]: dispatch 2023-11-15T04:33:31.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:30 smithi081 bash[24267]: audit 2023-11-15T04:33:30.387150+0000 mon.smithi081 (mon.0) 1050 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.ubyrim"}]: dispatch 2023-11-15T04:33:32.100 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: cephadm 2023-11-15T04:33:30.386209+0000 mgr.smithi081.fomiyu (mgr.14180) 1473 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim 2023-11-15T04:33:32.100 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:33:32.101 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim 2023-11-15T04:33:32.101 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim 2023-11-15T04:33:32.101 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:33:32.101 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim 2023-11-15T04:33:32.101 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.ubyrim ... 2023-11-15T04:33:32.102 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:33:32.102 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:33:32.102 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:33:32.102 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:33:32.103 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:33:32.103 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:33:32.103 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:33:32.103 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:33:32.103 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:33:32.103 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:33:32.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim 2023-11-15T04:33:32.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:33:32.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim 2023-11-15T04:33:32.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim 2023-11-15T04:33:32.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:33:32.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim 2023-11-15T04:33:32.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.ubyrim ... 2023-11-15T04:33:32.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:33:32.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:33:32.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:33:32.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:33:32.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:33:32.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: cephadm 2023-11-15T04:33:30.386470+0000 mgr.smithi081.fomiyu (mgr.14180) 1474 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.ubyrim 2023-11-15T04:33:32.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: cephadm 2023-11-15T04:33:30.388377+0000 mgr.smithi081.fomiyu (mgr.14180) 1475 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.ubyrim on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim 2023-11-15T04:33:32.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:33:32.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim 2023-11-15T04:33:32.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim 2023-11-15T04:33:32.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:33:32.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim 2023-11-15T04:33:32.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.ubyrim ... 2023-11-15T04:33:32.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:33:32.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:33:32.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:33:32.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:33:32.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:33:32.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: cephadm 2023-11-15T04:33:30.390666+0000 mgr.smithi081.fomiyu (mgr.14180) 1476 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.uosmtn on smithi081 2023-11-15T04:33:32.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: cluster 2023-11-15T04:33:30.424105+0000 mgr.smithi081.fomiyu (mgr.14180) 1477 : cluster [DBG] pgmap v984: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:33:32.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:31 smithi081 bash[24267]: audit 2023-11-15T04:33:31.513493+0000 mon.smithi081 (mon.0) 1051 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:33:32.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: cephadm 2023-11-15T04:33:30.386209+0000 mgr.smithi081.fomiyu (mgr.14180) 1473 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim 2023-11-15T04:33:32.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:33:32.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim 2023-11-15T04:33:32.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim 2023-11-15T04:33:32.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:33:32.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim 2023-11-15T04:33:32.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.ubyrim ... 2023-11-15T04:33:32.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:33:32.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:33:32.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:33:32.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:33:32.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:33:32.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:33:32.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:33:32.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:33:32.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:33:32.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:33:32.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim 2023-11-15T04:33:32.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:33:32.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim 2023-11-15T04:33:32.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim 2023-11-15T04:33:32.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:33:32.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim 2023-11-15T04:33:32.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.ubyrim ... 2023-11-15T04:33:32.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:33:32.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:33:32.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:33:32.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:33:32.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:33:32.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: cephadm 2023-11-15T04:33:30.386470+0000 mgr.smithi081.fomiyu (mgr.14180) 1474 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.ubyrim 2023-11-15T04:33:32.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: cephadm 2023-11-15T04:33:30.388377+0000 mgr.smithi081.fomiyu (mgr.14180) 1475 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.ubyrim on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim 2023-11-15T04:33:32.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:33:32.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim 2023-11-15T04:33:32.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim 2023-11-15T04:33:32.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:33:32.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim 2023-11-15T04:33:32.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.ubyrim ... 2023-11-15T04:33:32.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:33:32.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:33:32.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:33:32.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:33:32.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:33:32.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: cephadm 2023-11-15T04:33:30.390666+0000 mgr.smithi081.fomiyu (mgr.14180) 1476 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.uosmtn on smithi081 2023-11-15T04:33:32.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: cluster 2023-11-15T04:33:30.424105+0000 mgr.smithi081.fomiyu (mgr.14180) 1477 : cluster [DBG] pgmap v984: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:33:32.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:31 smithi154 bash[28156]: audit 2023-11-15T04:33:31.513493+0000 mon.smithi081 (mon.0) 1051 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:33:32.528 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:33:32.529 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:24:14.243915Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:32:16.789519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.tasnwk on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-tasnwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.tasnwk\nDeploy daemon haproxy.nfs.foo.smithi154.tasnwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.502128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.evcaje on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-evcaje\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.evcaje\nDeploy daemon haproxy.nfs.foo.smithi081.evcaje ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:32:20.504323Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.oikxzo on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:30.388263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ubyrim on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\nDeploy daemon haproxy.nfs.foo.smithi154.ubyrim ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -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.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:24:14.243422Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:24:14.243047Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:24:14.244326Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:24:14.244754Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:24:14.245547Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:33:33.281 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:34.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:33 smithi081 bash[24267]: cluster 2023-11-15T04:33:32.425345+0000 mgr.smithi081.fomiyu (mgr.14180) 1478 : cluster [DBG] pgmap v985: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:33:34.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:33 smithi081 bash[24267]: audit 2023-11-15T04:33:32.518169+0000 mgr.smithi081.fomiyu (mgr.14180) 1479 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:34.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:33 smithi154 bash[28156]: cluster 2023-11-15T04:33:32.425345+0000 mgr.smithi081.fomiyu (mgr.14180) 1478 : cluster [DBG] pgmap v985: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:33:34.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:33 smithi154 bash[28156]: audit 2023-11-15T04:33:32.518169+0000 mgr.smithi081.fomiyu (mgr.14180) 1479 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:34.283 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:35.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:34 smithi081 bash[24267]: audit 2023-11-15T04:33:34.365407+0000 mon.smithi081 (mon.0) 1052 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.uosmtn"}]: dispatch 2023-11-15T04:33:35.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:34 smithi154 bash[28156]: audit 2023-11-15T04:33:34.365407+0000 mon.smithi081 (mon.0) 1052 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.uosmtn"}]: dispatch 2023-11-15T04:33:36.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: cephadm 2023-11-15T04:33:34.364368+0000 mgr.smithi081.fomiyu (mgr.14180) 1480 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn 2023-11-15T04:33:36.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:33:36.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn 2023-11-15T04:33:36.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn 2023-11-15T04:33:36.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:33:36.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn 2023-11-15T04:33:36.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.uosmtn ... 2023-11-15T04:33:36.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:33:36.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:33:36.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:33:36.003 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:33:36.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:33:36.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:33:36.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:33:36.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:33:36.004 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:33:36.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:33:36.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn 2023-11-15T04:33:36.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:33:36.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn 2023-11-15T04:33:36.005 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn 2023-11-15T04:33:36.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:33:36.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn 2023-11-15T04:33:36.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.uosmtn ... 2023-11-15T04:33:36.006 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:33:36.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:33:36.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:33:36.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:33:36.007 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:33:36.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: cephadm 2023-11-15T04:33:34.364817+0000 mgr.smithi081.fomiyu (mgr.14180) 1481 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.uosmtn 2023-11-15T04:33:36.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: cephadm 2023-11-15T04:33:34.366501+0000 mgr.smithi081.fomiyu (mgr.14180) 1482 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.uosmtn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn 2023-11-15T04:33:36.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:33:36.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn 2023-11-15T04:33:36.008 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn 2023-11-15T04:33:36.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:33:36.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn 2023-11-15T04:33:36.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.uosmtn ... 2023-11-15T04:33:36.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:33:36.009 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:33:36.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:33:36.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:33:36.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:33:36.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: cephadm 2023-11-15T04:33:34.369492+0000 mgr.smithi081.fomiyu (mgr.14180) 1483 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.ydvpnc on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:33:36.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: cephadm 2023-11-15T04:33:34.372264+0000 mgr.smithi081.fomiyu (mgr.14180) 1484 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:33:36.011 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: cluster 2023-11-15T04:33:34.374495+0000 mgr.smithi081.fomiyu (mgr.14180) 1485 : cluster [DBG] pgmap v986: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:33:36.011 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:35 smithi154 bash[28156]: cluster 2023-11-15T04:33:34.757699+0000 mon.smithi081 (mon.0) 1053 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:33:36.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: cephadm 2023-11-15T04:33:34.364368+0000 mgr.smithi081.fomiyu (mgr.14180) 1480 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn 2023-11-15T04:33:36.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:33:36.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn 2023-11-15T04:33:36.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn 2023-11-15T04:33:36.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:33:36.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn 2023-11-15T04:33:36.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.uosmtn ... 2023-11-15T04:33:36.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:33:36.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:33:36.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:33:36.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:33:36.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:33:36.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:33:36.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:33:36.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:33:36.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:33:36.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:33:36.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn 2023-11-15T04:33:36.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:33:36.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn 2023-11-15T04:33:36.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn 2023-11-15T04:33:36.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:33:36.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn 2023-11-15T04:33:36.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.uosmtn ... 2023-11-15T04:33:36.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:33:36.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:33:36.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:33:36.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:33:36.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:33:36.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: cephadm 2023-11-15T04:33:34.364817+0000 mgr.smithi081.fomiyu (mgr.14180) 1481 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.uosmtn 2023-11-15T04:33:36.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: cephadm 2023-11-15T04:33:34.366501+0000 mgr.smithi081.fomiyu (mgr.14180) 1482 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.uosmtn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn 2023-11-15T04:33:36.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:33:36.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn 2023-11-15T04:33:36.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn 2023-11-15T04:33:36.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:33:36.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn 2023-11-15T04:33:36.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.uosmtn ... 2023-11-15T04:33:36.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:33:36.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:33:36.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:33:36.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:33:36.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:33:36.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: cephadm 2023-11-15T04:33:34.369492+0000 mgr.smithi081.fomiyu (mgr.14180) 1483 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.ydvpnc on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:33:36.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: cephadm 2023-11-15T04:33:34.372264+0000 mgr.smithi081.fomiyu (mgr.14180) 1484 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:33:36.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: cluster 2023-11-15T04:33:34.374495+0000 mgr.smithi081.fomiyu (mgr.14180) 1485 : cluster [DBG] pgmap v986: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:33:36.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:35 smithi081 bash[24267]: cluster 2023-11-15T04:33:34.757699+0000 mon.smithi081 (mon.0) 1053 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:33:37.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:37 smithi154 bash[28156]: cluster 2023-11-15T04:33:36.375894+0000 mgr.smithi081.fomiyu (mgr.14180) 1486 : cluster [DBG] pgmap v987: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:33:37.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:37 smithi154 bash[28156]: audit 2023-11-15T04:33:36.480079+0000 mon.smithi081 (mon.0) 1054 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:33:37.771 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:33:37.771 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:24:14.243915Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:30.388263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ubyrim on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\nDeploy daemon haproxy.nfs.foo.smithi154.ubyrim ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.366343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uosmtn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\nDeploy daemon haproxy.nfs.foo.smithi081.uosmtn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.369345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ydvpnc on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:34.372116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:24:14.243422Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:24:14.243047Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:24:14.244326Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:24:14.244754Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:24:14.245547Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:33:37.822 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:37 smithi081 bash[24267]: cluster 2023-11-15T04:33:36.375894+0000 mgr.smithi081.fomiyu (mgr.14180) 1486 : cluster [DBG] pgmap v987: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:33:37.822 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:37 smithi081 bash[24267]: audit 2023-11-15T04:33:36.480079+0000 mon.smithi081 (mon.0) 1054 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:33:38.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:38.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:38 smithi154 bash[28156]: audit 2023-11-15T04:33:37.764313+0000 mgr.smithi081.fomiyu (mgr.14180) 1487 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:38.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:38 smithi081 bash[24267]: audit 2023-11-15T04:33:37.764313+0000 mgr.smithi081.fomiyu (mgr.14180) 1487 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:39.557 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:39.751 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:39 smithi154 bash[28156]: cluster 2023-11-15T04:33:38.377015+0000 mgr.smithi081.fomiyu (mgr.14180) 1488 : cluster [DBG] pgmap v988: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-15T04:33:39.856 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:39 smithi081 bash[24267]: cluster 2023-11-15T04:33:38.377015+0000 mgr.smithi081.fomiyu (mgr.14180) 1488 : cluster [DBG] pgmap v988: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-15T04:33:41.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:41 smithi081 bash[24267]: cluster 2023-11-15T04:33:40.378514+0000 mgr.smithi081.fomiyu (mgr.14180) 1489 : cluster [DBG] pgmap v989: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:42.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:41 smithi154 bash[28156]: cluster 2023-11-15T04:33:40.378514+0000 mgr.smithi081.fomiyu (mgr.14180) 1489 : cluster [DBG] pgmap v989: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:42.795 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:33:42.795 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:24:14.243915Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:30.388263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ubyrim on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\nDeploy daemon haproxy.nfs.foo.smithi154.ubyrim ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.366343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uosmtn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\nDeploy daemon haproxy.nfs.foo.smithi081.uosmtn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.369345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ydvpnc on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:34.372116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:24:14.243422Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:24:14.243047Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:24:14.244326Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:24:14.244754Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:24:14.245547Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:33:43.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:43.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:43 smithi081 bash[24267]: cluster 2023-11-15T04:33:42.380074+0000 mgr.smithi081.fomiyu (mgr.14180) 1490 : cluster [DBG] pgmap v990: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:43.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:43 smithi081 bash[24267]: audit 2023-11-15T04:33:42.784374+0000 mgr.smithi081.fomiyu (mgr.14180) 1491 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:44.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:43 smithi154 bash[28156]: cluster 2023-11-15T04:33:42.380074+0000 mgr.smithi081.fomiyu (mgr.14180) 1490 : cluster [DBG] pgmap v990: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:44.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:43 smithi154 bash[28156]: audit 2023-11-15T04:33:42.784374+0000 mgr.smithi081.fomiyu (mgr.14180) 1491 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:44.595 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:46.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:45 smithi154 bash[28156]: cluster 2023-11-15T04:33:44.382100+0000 mgr.smithi081.fomiyu (mgr.14180) 1492 : cluster [DBG] pgmap v991: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:46.094 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:45 smithi081 bash[24267]: cluster 2023-11-15T04:33:44.382100+0000 mgr.smithi081.fomiyu (mgr.14180) 1492 : cluster [DBG] pgmap v991: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:47.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:47 smithi081 bash[24267]: cluster 2023-11-15T04:33:46.383572+0000 mgr.smithi081.fomiyu (mgr.14180) 1493 : cluster [DBG] pgmap v992: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:47.605 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:47 smithi081 bash[24267]: audit 2023-11-15T04:33:46.514710+0000 mon.smithi081 (mon.0) 1055 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:33:47.738 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:33:47.738 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:24:14.243915Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:30.388263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ubyrim on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\nDeploy daemon haproxy.nfs.foo.smithi154.ubyrim ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.366343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uosmtn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\nDeploy daemon haproxy.nfs.foo.smithi081.uosmtn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.369345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ydvpnc on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:34.372116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:24:14.243422Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:24:14.243047Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:24:14.244326Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:24:14.244754Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:24:14.245547Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:33:48.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:47 smithi154 bash[28156]: cluster 2023-11-15T04:33:46.383572+0000 mgr.smithi081.fomiyu (mgr.14180) 1493 : cluster [DBG] pgmap v992: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:48.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:47 smithi154 bash[28156]: audit 2023-11-15T04:33:46.514710+0000 mon.smithi081 (mon.0) 1055 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:33:48.513 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:48.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:48 smithi081 bash[24267]: audit 2023-11-15T04:33:47.725581+0000 mgr.smithi081.fomiyu (mgr.14180) 1494 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:49.000 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:48 smithi154 bash[28156]: audit 2023-11-15T04:33:47.725581+0000 mgr.smithi081.fomiyu (mgr.14180) 1494 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:49.514 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:49.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:49 smithi081 bash[24267]: cluster 2023-11-15T04:33:48.385304+0000 mgr.smithi081.fomiyu (mgr.14180) 1495 : cluster [DBG] pgmap v993: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:33:50.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:49 smithi154 bash[28156]: cluster 2023-11-15T04:33:48.385304+0000 mgr.smithi081.fomiyu (mgr.14180) 1495 : cluster [DBG] pgmap v993: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:33:52.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:51 smithi081 bash[24267]: cluster 2023-11-15T04:33:50.386924+0000 mgr.smithi081.fomiyu (mgr.14180) 1496 : cluster [DBG] pgmap v994: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:52.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:51 smithi154 bash[28156]: cluster 2023-11-15T04:33:50.386924+0000 mgr.smithi081.fomiyu (mgr.14180) 1496 : cluster [DBG] pgmap v994: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:52.930 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:33:52.930 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:24:14.243915Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:30.388263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ubyrim on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\nDeploy daemon haproxy.nfs.foo.smithi154.ubyrim ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.366343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uosmtn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\nDeploy daemon haproxy.nfs.foo.smithi081.uosmtn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.369345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ydvpnc on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:34.372116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:24:14.243422Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:24:14.243047Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:24:14.244326Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:24:14.244754Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:24:14.245547Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:33:53.770 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:54.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:53 smithi081 bash[24267]: cluster 2023-11-15T04:33:52.388448+0000 mgr.smithi081.fomiyu (mgr.14180) 1497 : cluster [DBG] pgmap v995: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:54.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:53 smithi081 bash[24267]: audit 2023-11-15T04:33:52.919828+0000 mgr.smithi081.fomiyu (mgr.14180) 1498 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:54.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:53 smithi154 bash[28156]: cluster 2023-11-15T04:33:52.388448+0000 mgr.smithi081.fomiyu (mgr.14180) 1497 : cluster [DBG] pgmap v995: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:54.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:53 smithi154 bash[28156]: audit 2023-11-15T04:33:52.919828+0000 mgr.smithi081.fomiyu (mgr.14180) 1498 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:54.772 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:56.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:55 smithi154 bash[28156]: cluster 2023-11-15T04:33:54.390562+0000 mgr.smithi081.fomiyu (mgr.14180) 1499 : cluster [DBG] pgmap v996: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:56.039 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:55 smithi081 bash[24267]: cluster 2023-11-15T04:33:54.390562+0000 mgr.smithi081.fomiyu (mgr.14180) 1499 : cluster [DBG] pgmap v996: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:58.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:57 smithi081 bash[24267]: cluster 2023-11-15T04:33:56.392037+0000 mgr.smithi081.fomiyu (mgr.14180) 1500 : cluster [DBG] pgmap v997: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:58.177 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:33:58.178 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:24:14.243915Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:30.388263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ubyrim on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\nDeploy daemon haproxy.nfs.foo.smithi154.ubyrim ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.366343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uosmtn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\nDeploy daemon haproxy.nfs.foo.smithi081.uosmtn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.369345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ydvpnc on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:34.372116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:24:14.243422Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:24:14.243047Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:24:14.244326Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:24:14.244754Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:24:14.245547Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:33:58.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:57 smithi154 bash[28156]: cluster 2023-11-15T04:33:56.392037+0000 mgr.smithi081.fomiyu (mgr.14180) 1500 : cluster [DBG] pgmap v997: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:59.016 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:00.018 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:00.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:59 smithi081 bash[24267]: audit 2023-11-15T04:33:58.166821+0000 mgr.smithi081.fomiyu (mgr.14180) 1501 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:00.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:33:59 smithi081 bash[24267]: cluster 2023-11-15T04:33:58.393702+0000 mgr.smithi081.fomiyu (mgr.14180) 1502 : cluster [DBG] pgmap v998: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:34:00.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:59 smithi154 bash[28156]: audit 2023-11-15T04:33:58.166821+0000 mgr.smithi081.fomiyu (mgr.14180) 1501 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:00.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:33:59 smithi154 bash[28156]: cluster 2023-11-15T04:33:58.393702+0000 mgr.smithi081.fomiyu (mgr.14180) 1502 : cluster [DBG] pgmap v998: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:34:02.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:01 smithi081 bash[24267]: cluster 2023-11-15T04:34:00.395348+0000 mgr.smithi081.fomiyu (mgr.14180) 1503 : cluster [DBG] pgmap v999: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:02.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:01 smithi154 bash[28156]: cluster 2023-11-15T04:34:00.395348+0000 mgr.smithi081.fomiyu (mgr.14180) 1503 : cluster [DBG] pgmap v999: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:03.512 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:34:03.512 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:24:14.243915Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:30.388263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ubyrim on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\nDeploy daemon haproxy.nfs.foo.smithi154.ubyrim ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.366343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uosmtn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\nDeploy daemon haproxy.nfs.foo.smithi081.uosmtn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.369345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ydvpnc on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:34.372116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:24:14.243422Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:24:14.243047Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:24:14.244326Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:24:14.244754Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:24:14.245547Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:34:04.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:03 smithi081 bash[24267]: cluster 2023-11-15T04:34:02.396161+0000 mgr.smithi081.fomiyu (mgr.14180) 1504 : cluster [DBG] pgmap v1000: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:04.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:03 smithi154 bash[28156]: cluster 2023-11-15T04:34:02.396161+0000 mgr.smithi081.fomiyu (mgr.14180) 1504 : cluster [DBG] pgmap v1000: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:04.279 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:05.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:04 smithi081 bash[24267]: audit 2023-11-15T04:34:03.500930+0000 mgr.smithi081.fomiyu (mgr.14180) 1505 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:05.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:04 smithi154 bash[28156]: audit 2023-11-15T04:34:03.500930+0000 mgr.smithi081.fomiyu (mgr.14180) 1505 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:05.280 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:06.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:05 smithi154 bash[28156]: cluster 2023-11-15T04:34:04.398106+0000 mgr.smithi081.fomiyu (mgr.14180) 1506 : cluster [DBG] pgmap v1001: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:06.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:05 smithi081 bash[24267]: cluster 2023-11-15T04:34:04.398106+0000 mgr.smithi081.fomiyu (mgr.14180) 1506 : cluster [DBG] pgmap v1001: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:08.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:07 smithi081 bash[24267]: cluster 2023-11-15T04:34:06.399621+0000 mgr.smithi081.fomiyu (mgr.14180) 1507 : cluster [DBG] pgmap v1002: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:08.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:07 smithi154 bash[28156]: cluster 2023-11-15T04:34:06.399621+0000 mgr.smithi081.fomiyu (mgr.14180) 1507 : cluster [DBG] pgmap v1002: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:08.691 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:34:08.691 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:24:14.243915Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:30.388263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ubyrim on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\nDeploy daemon haproxy.nfs.foo.smithi154.ubyrim ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.366343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uosmtn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\nDeploy daemon haproxy.nfs.foo.smithi081.uosmtn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.369345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ydvpnc on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:34.372116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:24:14.243422Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:24:14.243047Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:24:14.244326Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:24:14.244754Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:24:14.245547Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:34:09.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:10.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:09 smithi081 bash[24267]: cluster 2023-11-15T04:34:08.400757+0000 mgr.smithi081.fomiyu (mgr.14180) 1508 : cluster [DBG] pgmap v1003: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:34:10.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:09 smithi081 bash[24267]: audit 2023-11-15T04:34:08.684417+0000 mgr.smithi081.fomiyu (mgr.14180) 1509 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:10.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:09 smithi154 bash[28156]: cluster 2023-11-15T04:34:08.400757+0000 mgr.smithi081.fomiyu (mgr.14180) 1508 : cluster [DBG] pgmap v1003: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:34:10.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:09 smithi154 bash[28156]: audit 2023-11-15T04:34:08.684417+0000 mgr.smithi081.fomiyu (mgr.14180) 1509 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:10.523 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:11.924 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:11 smithi081 bash[24267]: cluster 2023-11-15T04:34:10.402312+0000 mgr.smithi081.fomiyu (mgr.14180) 1510 : cluster [DBG] pgmap v1004: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:12.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:11 smithi154 bash[28156]: cluster 2023-11-15T04:34:10.402312+0000 mgr.smithi081.fomiyu (mgr.14180) 1510 : cluster [DBG] pgmap v1004: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:13.783 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:34:13.784 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:24:14.243915Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:30.388263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ubyrim on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\nDeploy daemon haproxy.nfs.foo.smithi154.ubyrim ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.366343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uosmtn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\nDeploy daemon haproxy.nfs.foo.smithi081.uosmtn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.369345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ydvpnc on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:34.372116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:24:14.243422Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:24:14.243047Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:24:14.244326Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:24:14.244754Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:24:14.245547Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:34:14.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:13 smithi081 bash[24267]: cluster 2023-11-15T04:34:12.404053+0000 mgr.smithi081.fomiyu (mgr.14180) 1511 : cluster [DBG] pgmap v1005: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:14.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:13 smithi154 bash[28156]: cluster 2023-11-15T04:34:12.404053+0000 mgr.smithi081.fomiyu (mgr.14180) 1511 : cluster [DBG] pgmap v1005: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:14.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:15.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:14 smithi081 bash[24267]: audit 2023-11-15T04:34:13.772417+0000 mgr.smithi081.fomiyu (mgr.14180) 1512 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:15.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:14 smithi154 bash[28156]: audit 2023-11-15T04:34:13.772417+0000 mgr.smithi081.fomiyu (mgr.14180) 1512 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:15.600 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:16.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:15 smithi154 bash[28156]: cluster 2023-11-15T04:34:14.406165+0000 mgr.smithi081.fomiyu (mgr.14180) 1513 : cluster [DBG] pgmap v1006: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:16.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:15 smithi081 bash[24267]: cluster 2023-11-15T04:34:14.406165+0000 mgr.smithi081.fomiyu (mgr.14180) 1513 : cluster [DBG] pgmap v1006: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:18.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:17 smithi081 bash[24267]: cluster 2023-11-15T04:34:16.407109+0000 mgr.smithi081.fomiyu (mgr.14180) 1514 : cluster [DBG] pgmap v1007: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:18.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:17 smithi154 bash[28156]: cluster 2023-11-15T04:34:16.407109+0000 mgr.smithi081.fomiyu (mgr.14180) 1514 : cluster [DBG] pgmap v1007: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:19.122 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:34:19.122 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:24:14.243915Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:30.388263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ubyrim on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\nDeploy daemon haproxy.nfs.foo.smithi154.ubyrim ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.366343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uosmtn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\nDeploy daemon haproxy.nfs.foo.smithi081.uosmtn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.369345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ydvpnc on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:34.372116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:24:14.243422Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:24:14.243047Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:24:14.244326Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:24:14.244754Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:24:14.245547Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:34:19.982 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:20.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:19 smithi154 bash[28156]: cluster 2023-11-15T04:34:18.408772+0000 mgr.smithi081.fomiyu (mgr.14180) 1515 : cluster [DBG] pgmap v1008: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:34:20.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:19 smithi081 bash[24267]: cluster 2023-11-15T04:34:18.408772+0000 mgr.smithi081.fomiyu (mgr.14180) 1515 : cluster [DBG] pgmap v1008: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:34:20.983 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:21.181 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:20 smithi081 bash[24267]: audit 2023-11-15T04:34:19.109779+0000 mgr.smithi081.fomiyu (mgr.14180) 1516 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:21.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:20 smithi154 bash[28156]: audit 2023-11-15T04:34:19.109779+0000 mgr.smithi081.fomiyu (mgr.14180) 1516 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:22.156 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:21 smithi081 bash[24267]: cluster 2023-11-15T04:34:20.410415+0000 mgr.smithi081.fomiyu (mgr.14180) 1517 : cluster [DBG] pgmap v1009: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:22.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:21 smithi154 bash[28156]: cluster 2023-11-15T04:34:20.410415+0000 mgr.smithi081.fomiyu (mgr.14180) 1517 : cluster [DBG] pgmap v1009: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:24.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:23 smithi154 bash[28156]: cluster 2023-11-15T04:34:22.411876+0000 mgr.smithi081.fomiyu (mgr.14180) 1518 : cluster [DBG] pgmap v1010: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:24.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:23 smithi081 bash[24267]: cluster 2023-11-15T04:34:22.411876+0000 mgr.smithi081.fomiyu (mgr.14180) 1518 : cluster [DBG] pgmap v1010: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:24.385 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:34:24.385 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:24:14.243915Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:30.388263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ubyrim on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\nDeploy daemon haproxy.nfs.foo.smithi154.ubyrim ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.366343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uosmtn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\nDeploy daemon haproxy.nfs.foo.smithi081.uosmtn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.369345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ydvpnc on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:34.372116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:24:14.243422Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:24:14.243047Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:24:14.244326Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:24:14.244754Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:24:14.245547Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:34:25.220 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:26.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:25 smithi154 bash[28156]: audit 2023-11-15T04:34:24.378119+0000 mgr.smithi081.fomiyu (mgr.14180) 1519 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:26.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:25 smithi154 bash[28156]: cluster 2023-11-15T04:34:24.413553+0000 mgr.smithi081.fomiyu (mgr.14180) 1520 : cluster [DBG] pgmap v1011: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:26.222 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:26.235 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:25 smithi081 bash[24267]: audit 2023-11-15T04:34:24.378119+0000 mgr.smithi081.fomiyu (mgr.14180) 1519 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:26.235 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:25 smithi081 bash[24267]: cluster 2023-11-15T04:34:24.413553+0000 mgr.smithi081.fomiyu (mgr.14180) 1520 : cluster [DBG] pgmap v1011: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:28.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:27 smithi081 bash[24267]: cluster 2023-11-15T04:34:26.414748+0000 mgr.smithi081.fomiyu (mgr.14180) 1521 : 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 2023-11-15T04:34:28.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:27 smithi154 bash[28156]: cluster 2023-11-15T04:34:26.414748+0000 mgr.smithi081.fomiyu (mgr.14180) 1521 : 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 2023-11-15T04:34:29.699 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:34:29.700 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:24:14.243915Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:30.388263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ubyrim on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\nDeploy daemon haproxy.nfs.foo.smithi154.ubyrim ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.366343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uosmtn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\nDeploy daemon haproxy.nfs.foo.smithi081.uosmtn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.369345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ydvpnc on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:34.372116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:24:14.243422Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:24:14.243047Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:24:14.244326Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:24:14.244754Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:24:14.245547Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:34:30.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:29 smithi081 bash[24267]: cluster 2023-11-15T04:34:28.415699+0000 mgr.smithi081.fomiyu (mgr.14180) 1522 : cluster [DBG] pgmap v1013: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:34:30.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:29 smithi154 bash[28156]: cluster 2023-11-15T04:34:28.415699+0000 mgr.smithi081.fomiyu (mgr.14180) 1522 : cluster [DBG] pgmap v1013: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:34:30.550 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:31.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:30 smithi154 bash[28156]: audit 2023-11-15T04:34:29.689025+0000 mgr.smithi081.fomiyu (mgr.14180) 1523 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:31.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:30 smithi081 bash[24267]: audit 2023-11-15T04:34:29.689025+0000 mgr.smithi081.fomiyu (mgr.14180) 1523 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:31.551 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:32.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:31 smithi154 bash[28156]: cluster 2023-11-15T04:34:30.417273+0000 mgr.smithi081.fomiyu (mgr.14180) 1524 : cluster [DBG] pgmap v1014: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:32.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:31 smithi081 bash[24267]: cluster 2023-11-15T04:34:30.417273+0000 mgr.smithi081.fomiyu (mgr.14180) 1524 : cluster [DBG] pgmap v1014: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:34.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:33 smithi081 bash[24267]: cluster 2023-11-15T04:34:32.418506+0000 mgr.smithi081.fomiyu (mgr.14180) 1525 : cluster [DBG] pgmap v1015: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:34.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:33 smithi154 bash[28156]: cluster 2023-11-15T04:34:32.418506+0000 mgr.smithi081.fomiyu (mgr.14180) 1525 : cluster [DBG] pgmap v1015: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:35.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:34 smithi081 bash[24267]: audit 2023-11-15T04:34:34.376925+0000 mon.smithi081 (mon.0) 1056 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:34:35.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:34 smithi081 bash[24267]: audit 2023-11-15T04:34:34.656233+0000 mon.smithi081 (mon.0) 1057 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:34:35.146 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:34:35.147 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:24:14.243915Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:30.388263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ubyrim on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\nDeploy daemon haproxy.nfs.foo.smithi154.ubyrim ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.366343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uosmtn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\nDeploy daemon haproxy.nfs.foo.smithi081.uosmtn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.369345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ydvpnc on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:34.372116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:24:14.243422Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:24:14.243047Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:24:14.244326Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:24:14.244754Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:24:14.245547Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:34:35.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:34 smithi154 bash[28156]: audit 2023-11-15T04:34:34.376925+0000 mon.smithi081 (mon.0) 1056 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:34:35.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:34 smithi154 bash[28156]: audit 2023-11-15T04:34:34.656233+0000 mon.smithi081 (mon.0) 1057 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:34:35.999 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:36.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:35 smithi154 bash[28156]: cluster 2023-11-15T04:34:34.420357+0000 mgr.smithi081.fomiyu (mgr.14180) 1526 : cluster [DBG] pgmap v1016: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:36.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:35 smithi081 bash[24267]: cluster 2023-11-15T04:34:34.420357+0000 mgr.smithi081.fomiyu (mgr.14180) 1526 : cluster [DBG] pgmap v1016: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:37.000 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:37.201 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:36 smithi081 bash[24267]: audit 2023-11-15T04:34:35.135892+0000 mgr.smithi081.fomiyu (mgr.14180) 1527 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:37.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:36 smithi154 bash[28156]: audit 2023-11-15T04:34:35.135892+0000 mgr.smithi081.fomiyu (mgr.14180) 1527 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:38.231 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:37 smithi081 bash[24267]: cluster 2023-11-15T04:34:36.421753+0000 mgr.smithi081.fomiyu (mgr.14180) 1528 : cluster [DBG] pgmap v1017: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:38.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:37 smithi154 bash[28156]: cluster 2023-11-15T04:34:36.421753+0000 mgr.smithi081.fomiyu (mgr.14180) 1528 : cluster [DBG] pgmap v1017: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:40.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:39 smithi154 bash[28156]: cluster 2023-11-15T04:34:38.423490+0000 mgr.smithi081.fomiyu (mgr.14180) 1529 : cluster [DBG] pgmap v1018: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:34:40.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:39 smithi081 bash[24267]: cluster 2023-11-15T04:34:38.423490+0000 mgr.smithi081.fomiyu (mgr.14180) 1529 : cluster [DBG] pgmap v1018: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:34:40.433 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:34:40.434 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:24:14.243692Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:24:14.243915Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:24:14.244128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:32:20.505959Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.ceyvmk on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:30.388263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ubyrim on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\nDeploy daemon haproxy.nfs.foo.smithi154.ubyrim ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.366343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uosmtn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\nDeploy daemon haproxy.nfs.foo.smithi081.uosmtn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.369345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ydvpnc on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:34.372116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:24:14.243422Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:24:14.243047Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:24:14.245746Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:24:14.244326Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:24:14.244754Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:24:14.244557Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:24:14.245547Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:34:41.206 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:42.207 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:42.219 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:41 smithi081 bash[24267]: audit 2023-11-15T04:34:40.422512+0000 mgr.smithi081.fomiyu (mgr.14180) 1530 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:42.220 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:41 smithi081 bash[24267]: cluster 2023-11-15T04:34:40.424684+0000 mgr.smithi081.fomiyu (mgr.14180) 1531 : cluster [DBG] pgmap v1019: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:42.220 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:41 smithi081 bash[24267]: audit 2023-11-15T04:34:40.881286+0000 mon.smithi081 (mon.0) 1058 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:34:42.220 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:41 smithi081 bash[24267]: audit 2023-11-15T04:34:41.154656+0000 mon.smithi081 (mon.0) 1059 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:34:42.220 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:41 smithi081 bash[24267]: audit 2023-11-15T04:34:41.155952+0000 mon.smithi081 (mon.0) 1060 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:34:42.220 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:41 smithi081 bash[24267]: audit 2023-11-15T04:34:41.162680+0000 mon.smithi081 (mon.0) 1061 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:34:42.221 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:41 smithi081 bash[24267]: audit 2023-11-15T04:34:41.169683+0000 mon.smithi081 (mon.0) 1062 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:34:42.221 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:41 smithi081 bash[24267]: audit 2023-11-15T04:34:41.183764+0000 mon.smithi081 (mon.0) 1063 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:34:42.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:41 smithi154 bash[28156]: audit 2023-11-15T04:34:40.422512+0000 mgr.smithi081.fomiyu (mgr.14180) 1530 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:42.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:41 smithi154 bash[28156]: cluster 2023-11-15T04:34:40.424684+0000 mgr.smithi081.fomiyu (mgr.14180) 1531 : cluster [DBG] pgmap v1019: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:42.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:41 smithi154 bash[28156]: audit 2023-11-15T04:34:40.881286+0000 mon.smithi081 (mon.0) 1058 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:34:42.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:41 smithi154 bash[28156]: audit 2023-11-15T04:34:41.154656+0000 mon.smithi081 (mon.0) 1059 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:34:42.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:41 smithi154 bash[28156]: audit 2023-11-15T04:34:41.155952+0000 mon.smithi081 (mon.0) 1060 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:34:42.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:41 smithi154 bash[28156]: audit 2023-11-15T04:34:41.162680+0000 mon.smithi081 (mon.0) 1061 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:34:42.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:41 smithi154 bash[28156]: audit 2023-11-15T04:34:41.169683+0000 mon.smithi081 (mon.0) 1062 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:34:42.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:41 smithi154 bash[28156]: audit 2023-11-15T04:34:41.183764+0000 mon.smithi081 (mon.0) 1063 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:34:43.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:42 smithi154 bash[28156]: cluster 2023-11-15T04:34:41.163759+0000 mgr.smithi081.fomiyu (mgr.14180) 1532 : cluster [DBG] pgmap v1020: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-11-15T04:34:43.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:42 smithi154 bash[28156]: cephadm 2023-11-15T04:34:41.187385+0000 mgr.smithi081.fomiyu (mgr.14180) 1533 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.xedthh on smithi154 2023-11-15T04:34:43.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:42 smithi154 bash[28156]: cluster 2023-11-15T04:34:42.159665+0000 mon.smithi081 (mon.0) 1064 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:34:43.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:42 smithi154 bash[28156]: cluster 2023-11-15T04:34:42.159736+0000 mon.smithi081 (mon.0) 1065 : cluster [INF] Cluster is now healthy 2023-11-15T04:34:43.321 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:42 smithi081 bash[24267]: cluster 2023-11-15T04:34:41.163759+0000 mgr.smithi081.fomiyu (mgr.14180) 1532 : cluster [DBG] pgmap v1020: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-11-15T04:34:43.321 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:42 smithi081 bash[24267]: cephadm 2023-11-15T04:34:41.187385+0000 mgr.smithi081.fomiyu (mgr.14180) 1533 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.xedthh on smithi154 2023-11-15T04:34:43.321 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:42 smithi081 bash[24267]: cluster 2023-11-15T04:34:42.159665+0000 mon.smithi081 (mon.0) 1064 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:34:43.322 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:42 smithi081 bash[24267]: cluster 2023-11-15T04:34:42.159736+0000 mon.smithi081 (mon.0) 1065 : cluster [INF] Cluster is now healthy 2023-11-15T04:34:45.165 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:44 smithi081 bash[24267]: cluster 2023-11-15T04:34:43.165062+0000 mgr.smithi081.fomiyu (mgr.14180) 1534 : cluster [DBG] pgmap v1021: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-11-15T04:34:45.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:44 smithi154 bash[28156]: cluster 2023-11-15T04:34:43.165062+0000 mgr.smithi081.fomiyu (mgr.14180) 1534 : cluster [DBG] pgmap v1021: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-11-15T04:34:45.538 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:34:45.539 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:33:30.388263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.ubyrim on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-ubyrim\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.ubyrim\nDeploy daemon haproxy.nfs.foo.smithi154.ubyrim ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.366343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.uosmtn on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-uosmtn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.uosmtn\nDeploy daemon haproxy.nfs.foo.smithi081.uosmtn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:33:34.369345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.ydvpnc on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:33:34.372116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:44.980107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.xedthh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\nDeploy daemon haproxy.nfs.foo.smithi154.xedthh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -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.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:34:45.907 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: cephadm 2023-11-15T04:34:44.977929+0000 mgr.smithi081.fomiyu (mgr.14180) 1535 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh 2023-11-15T04:34:45.907 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:34:45.908 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh 2023-11-15T04:34:45.908 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh 2023-11-15T04:34:45.909 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:34:45.909 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh 2023-11-15T04:34:45.909 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.xedthh ... 2023-11-15T04:34:45.910 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:45.910 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:34:45.910 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:34:45.911 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:34:45.911 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:45.911 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:34:45.912 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:34:45.912 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:34:45.912 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:34:45.913 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:34:45.913 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh 2023-11-15T04:34:45.913 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:34:45.914 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh 2023-11-15T04:34:45.914 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh 2023-11-15T04:34:45.915 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:34:45.915 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh 2023-11-15T04:34:45.915 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.xedthh ... 2023-11-15T04:34:45.915 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:45.916 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:34:45.916 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:34:45.916 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:34:45.916 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:45.917 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: cephadm 2023-11-15T04:34:44.978424+0000 mgr.smithi081.fomiyu (mgr.14180) 1536 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.xedthh 2023-11-15T04:34:45.917 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: audit 2023-11-15T04:34:44.978928+0000 mon.smithi081 (mon.0) 1066 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.xedthh"}]: dispatch 2023-11-15T04:34:45.917 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: cephadm 2023-11-15T04:34:44.980267+0000 mgr.smithi081.fomiyu (mgr.14180) 1537 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.xedthh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh 2023-11-15T04:34:45.917 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:34:45.918 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh 2023-11-15T04:34:45.918 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh 2023-11-15T04:34:45.918 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:34:45.919 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh 2023-11-15T04:34:45.919 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.xedthh ... 2023-11-15T04:34:45.919 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:45.922 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:34:45.922 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:34:45.923 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:34:45.923 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:45.923 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:45 smithi154 bash[28156]: cephadm 2023-11-15T04:34:44.985844+0000 mgr.smithi081.fomiyu (mgr.14180) 1538 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.qzgfwv on smithi081 2023-11-15T04:34:46.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: cephadm 2023-11-15T04:34:44.977929+0000 mgr.smithi081.fomiyu (mgr.14180) 1535 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh 2023-11-15T04:34:46.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:34:46.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh 2023-11-15T04:34:46.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh 2023-11-15T04:34:46.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:34:46.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh 2023-11-15T04:34:46.107 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.xedthh ... 2023-11-15T04:34:46.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:46.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:34:46.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:34:46.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:34:46.108 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:46.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:34:46.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:34:46.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:34:46.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:34:46.109 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:34:46.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh 2023-11-15T04:34:46.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:34:46.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh 2023-11-15T04:34:46.110 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh 2023-11-15T04:34:46.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:34:46.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh 2023-11-15T04:34:46.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.xedthh ... 2023-11-15T04:34:46.111 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:46.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:34:46.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:34:46.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:34:46.112 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:46.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: cephadm 2023-11-15T04:34:44.978424+0000 mgr.smithi081.fomiyu (mgr.14180) 1536 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.xedthh 2023-11-15T04:34:46.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: audit 2023-11-15T04:34:44.978928+0000 mon.smithi081 (mon.0) 1066 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.xedthh"}]: dispatch 2023-11-15T04:34:46.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: cephadm 2023-11-15T04:34:44.980267+0000 mgr.smithi081.fomiyu (mgr.14180) 1537 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.xedthh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh 2023-11-15T04:34:46.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:34:46.113 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh 2023-11-15T04:34:46.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh 2023-11-15T04:34:46.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:34:46.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh 2023-11-15T04:34:46.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.xedthh ... 2023-11-15T04:34:46.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:46.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:34:46.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:34:46.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:34:46.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:46.115 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:45 smithi081 bash[24267]: cephadm 2023-11-15T04:34:44.985844+0000 mgr.smithi081.fomiyu (mgr.14180) 1538 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.qzgfwv on smithi081 2023-11-15T04:34:46.404 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:47.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:46 smithi154 bash[28156]: cluster 2023-11-15T04:34:45.166398+0000 mgr.smithi081.fomiyu (mgr.14180) 1539 : cluster [DBG] pgmap v1022: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-11-15T04:34:47.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:46 smithi154 bash[28156]: audit 2023-11-15T04:34:45.526845+0000 mgr.smithi081.fomiyu (mgr.14180) 1540 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:47.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:46 smithi154 bash[28156]: audit 2023-11-15T04:34:46.517226+0000 mon.smithi081 (mon.0) 1067 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:34:47.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:46 smithi081 bash[24267]: cluster 2023-11-15T04:34:45.166398+0000 mgr.smithi081.fomiyu (mgr.14180) 1539 : cluster [DBG] pgmap v1022: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-11-15T04:34:47.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:46 smithi081 bash[24267]: audit 2023-11-15T04:34:45.526845+0000 mgr.smithi081.fomiyu (mgr.14180) 1540 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:47.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:46 smithi081 bash[24267]: audit 2023-11-15T04:34:46.517226+0000 mon.smithi081 (mon.0) 1067 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:34:47.405 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:49.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:48 smithi081 bash[24267]: cluster 2023-11-15T04:34:47.167687+0000 mgr.smithi081.fomiyu (mgr.14180) 1541 : cluster [DBG] pgmap v1023: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2023-11-15T04:34:49.106 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:48 smithi081 bash[24267]: audit 2023-11-15T04:34:48.700959+0000 mon.smithi081 (mon.0) 1068 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.qzgfwv"}]: dispatch 2023-11-15T04:34:49.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:48 smithi154 bash[28156]: cluster 2023-11-15T04:34:47.167687+0000 mgr.smithi081.fomiyu (mgr.14180) 1541 : cluster [DBG] pgmap v1023: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2023-11-15T04:34:49.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:48 smithi154 bash[28156]: audit 2023-11-15T04:34:48.700959+0000 mon.smithi081 (mon.0) 1068 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.qzgfwv"}]: dispatch 2023-11-15T04:34:50.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: cephadm 2023-11-15T04:34:48.699867+0000 mgr.smithi081.fomiyu (mgr.14180) 1542 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv 2023-11-15T04:34:50.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:34:50.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv 2023-11-15T04:34:50.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv 2023-11-15T04:34:50.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:34:50.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv 2023-11-15T04:34:50.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.qzgfwv ... 2023-11-15T04:34:50.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:50.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:34:50.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:34:50.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:34:50.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:50.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:34:50.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:34:50.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:34:50.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:34:50.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:34:50.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv 2023-11-15T04:34:50.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:34:50.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv 2023-11-15T04:34:50.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv 2023-11-15T04:34:50.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:34:50.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv 2023-11-15T04:34:50.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.qzgfwv ... 2023-11-15T04:34:50.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:50.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:34:50.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:34:50.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:34:50.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:50.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: cephadm 2023-11-15T04:34:48.700346+0000 mgr.smithi081.fomiyu (mgr.14180) 1543 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.qzgfwv 2023-11-15T04:34:50.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: cephadm 2023-11-15T04:34:48.702346+0000 mgr.smithi081.fomiyu (mgr.14180) 1544 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.qzgfwv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv 2023-11-15T04:34:50.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:34:50.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv 2023-11-15T04:34:50.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv 2023-11-15T04:34:50.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:34:50.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv 2023-11-15T04:34:50.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.qzgfwv ... 2023-11-15T04:34:50.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:50.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:34:50.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:34:50.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:34:50.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:50.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: cephadm 2023-11-15T04:34:48.706271+0000 mgr.smithi081.fomiyu (mgr.14180) 1545 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.mqgiub on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:34:50.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: cephadm 2023-11-15T04:34:48.708119+0000 mgr.smithi081.fomiyu (mgr.14180) 1546 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:34:50.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: cluster 2023-11-15T04:34:48.709945+0000 mgr.smithi081.fomiyu (mgr.14180) 1547 : cluster [DBG] pgmap v1024: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:34:50.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:49 smithi154 bash[28156]: cluster 2023-11-15T04:34:48.906968+0000 mon.smithi081 (mon.0) 1069 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:34:50.347 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: cephadm 2023-11-15T04:34:48.699867+0000 mgr.smithi081.fomiyu (mgr.14180) 1542 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv 2023-11-15T04:34:50.347 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:34:50.347 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv 2023-11-15T04:34:50.347 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv 2023-11-15T04:34:50.348 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:34:50.348 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv 2023-11-15T04:34:50.348 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.qzgfwv ... 2023-11-15T04:34:50.348 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:50.348 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:34:50.349 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:34:50.349 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:34:50.349 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:50.349 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:34:50.349 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:34:50.350 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:34:50.350 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:34:50.350 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:34:50.350 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv 2023-11-15T04:34:50.350 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:34:50.351 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv 2023-11-15T04:34:50.351 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv 2023-11-15T04:34:50.351 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:34:50.351 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv 2023-11-15T04:34:50.352 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.qzgfwv ... 2023-11-15T04:34:50.352 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:50.352 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:34:50.352 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:34:50.353 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:34:50.353 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:50.353 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: cephadm 2023-11-15T04:34:48.700346+0000 mgr.smithi081.fomiyu (mgr.14180) 1543 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.qzgfwv 2023-11-15T04:34:50.353 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: cephadm 2023-11-15T04:34:48.702346+0000 mgr.smithi081.fomiyu (mgr.14180) 1544 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.qzgfwv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv 2023-11-15T04:34:50.353 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:34:50.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv 2023-11-15T04:34:50.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv 2023-11-15T04:34:50.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:34:50.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv 2023-11-15T04:34:50.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.qzgfwv ... 2023-11-15T04:34:50.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:50.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:34:50.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:34:50.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:34:50.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:50.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: cephadm 2023-11-15T04:34:48.706271+0000 mgr.smithi081.fomiyu (mgr.14180) 1545 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.mqgiub on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:34:50.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: cephadm 2023-11-15T04:34:48.708119+0000 mgr.smithi081.fomiyu (mgr.14180) 1546 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:34:50.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: cluster 2023-11-15T04:34:48.709945+0000 mgr.smithi081.fomiyu (mgr.14180) 1547 : cluster [DBG] pgmap v1024: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:34:50.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:49 smithi081 bash[24267]: cluster 2023-11-15T04:34:48.906968+0000 mon.smithi081 (mon.0) 1069 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:34:50.766 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:34:50.767 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:33:34.372116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:44.980107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.xedthh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\nDeploy daemon haproxy.nfs.foo.smithi154.xedthh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:34:48.702097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.qzgfwv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv\nDeploy daemon haproxy.nfs.foo.smithi081.qzgfwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:34:48.706109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mqgiub on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:48.708009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:34:51.612 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:52.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:51 smithi154 bash[28156]: cluster 2023-11-15T04:34:50.710894+0000 mgr.smithi081.fomiyu (mgr.14180) 1548 : cluster [DBG] pgmap v1025: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:34:52.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:51 smithi154 bash[28156]: audit 2023-11-15T04:34:50.755698+0000 mgr.smithi081.fomiyu (mgr.14180) 1549 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:52.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:51 smithi154 bash[28156]: audit 2023-11-15T04:34:51.548593+0000 mon.smithi081 (mon.0) 1070 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:34:52.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:51 smithi081 bash[24267]: cluster 2023-11-15T04:34:50.710894+0000 mgr.smithi081.fomiyu (mgr.14180) 1548 : cluster [DBG] pgmap v1025: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:34:52.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:51 smithi081 bash[24267]: audit 2023-11-15T04:34:50.755698+0000 mgr.smithi081.fomiyu (mgr.14180) 1549 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:52.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:51 smithi081 bash[24267]: audit 2023-11-15T04:34:51.548593+0000 mon.smithi081 (mon.0) 1070 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:34:52.613 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:54.009 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:53 smithi081 bash[24267]: cluster 2023-11-15T04:34:52.712467+0000 mgr.smithi081.fomiyu (mgr.14180) 1550 : cluster [DBG] pgmap v1026: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T04:34:54.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:53 smithi154 bash[28156]: cluster 2023-11-15T04:34:52.712467+0000 mgr.smithi081.fomiyu (mgr.14180) 1550 : cluster [DBG] pgmap v1026: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T04:34:55.995 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:34:55.995 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:33:34.372116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:44.980107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.xedthh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\nDeploy daemon haproxy.nfs.foo.smithi154.xedthh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:34:48.702097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.qzgfwv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv\nDeploy daemon haproxy.nfs.foo.smithi081.qzgfwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:34:48.706109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mqgiub on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:48.708009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:34:56.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:55 smithi154 bash[28156]: cluster 2023-11-15T04:34:54.713882+0000 mgr.smithi081.fomiyu (mgr.14180) 1551 : cluster [DBG] pgmap v1027: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T04:34:56.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:55 smithi081 bash[24267]: cluster 2023-11-15T04:34:54.713882+0000 mgr.smithi081.fomiyu (mgr.14180) 1551 : cluster [DBG] pgmap v1027: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T04:34:56.756 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:57.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:56 smithi081 bash[24267]: audit 2023-11-15T04:34:55.988428+0000 mgr.smithi081.fomiyu (mgr.14180) 1552 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:57.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:56 smithi154 bash[28156]: audit 2023-11-15T04:34:55.988428+0000 mgr.smithi081.fomiyu (mgr.14180) 1552 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:57.757 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:58.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:57 smithi081 bash[24267]: cluster 2023-11-15T04:34:56.715240+0000 mgr.smithi081.fomiyu (mgr.14180) 1553 : cluster [DBG] pgmap v1028: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T04:34:58.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:57 smithi154 bash[28156]: cluster 2023-11-15T04:34:56.715240+0000 mgr.smithi081.fomiyu (mgr.14180) 1553 : cluster [DBG] pgmap v1028: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T04:35:00.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:34:59 smithi154 bash[28156]: cluster 2023-11-15T04:34:58.716403+0000 mgr.smithi081.fomiyu (mgr.14180) 1554 : cluster [DBG] pgmap v1029: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T04:35:00.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:34:59 smithi081 bash[24267]: cluster 2023-11-15T04:34:58.716403+0000 mgr.smithi081.fomiyu (mgr.14180) 1554 : cluster [DBG] pgmap v1029: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T04:35:01.140 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:35:01.141 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:33:34.372116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:44.980107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.xedthh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\nDeploy daemon haproxy.nfs.foo.smithi154.xedthh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:34:48.702097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.qzgfwv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv\nDeploy daemon haproxy.nfs.foo.smithi081.qzgfwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:34:48.706109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mqgiub on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:48.708009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:35:01.958 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:02.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:01 smithi154 bash[28156]: cluster 2023-11-15T04:35:00.717835+0000 mgr.smithi081.fomiyu (mgr.14180) 1555 : cluster [DBG] pgmap v1030: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:02.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:01 smithi154 bash[28156]: audit 2023-11-15T04:35:01.516878+0000 mon.smithi081 (mon.0) 1071 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:35:02.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:01 smithi081 bash[24267]: cluster 2023-11-15T04:35:00.717835+0000 mgr.smithi081.fomiyu (mgr.14180) 1555 : cluster [DBG] pgmap v1030: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:02.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:01 smithi081 bash[24267]: audit 2023-11-15T04:35:01.516878+0000 mon.smithi081 (mon.0) 1071 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:35:02.959 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:03.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:02 smithi154 bash[28156]: audit 2023-11-15T04:35:01.132833+0000 mgr.smithi081.fomiyu (mgr.14180) 1556 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:03.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:02 smithi081 bash[24267]: audit 2023-11-15T04:35:01.132833+0000 mgr.smithi081.fomiyu (mgr.14180) 1556 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:04.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:03 smithi154 bash[28156]: cluster 2023-11-15T04:35:02.719616+0000 mgr.smithi081.fomiyu (mgr.14180) 1557 : cluster [DBG] pgmap v1031: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:04.314 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:03 smithi081 bash[24267]: cluster 2023-11-15T04:35:02.719616+0000 mgr.smithi081.fomiyu (mgr.14180) 1557 : cluster [DBG] pgmap v1031: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:06.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:05 smithi154 bash[28156]: cluster 2023-11-15T04:35:04.721572+0000 mgr.smithi081.fomiyu (mgr.14180) 1558 : cluster [DBG] pgmap v1032: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:06.341 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:35:06.342 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:33:34.372116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:44.980107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.xedthh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\nDeploy daemon haproxy.nfs.foo.smithi154.xedthh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:34:48.702097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.qzgfwv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv\nDeploy daemon haproxy.nfs.foo.smithi081.qzgfwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:34:48.706109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mqgiub on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:48.708009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:35:06.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:05 smithi081 bash[24267]: cluster 2023-11-15T04:35:04.721572+0000 mgr.smithi081.fomiyu (mgr.14180) 1558 : cluster [DBG] pgmap v1032: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:07.195 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:08.197 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:08.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:07 smithi081 bash[24267]: audit 2023-11-15T04:35:06.330581+0000 mgr.smithi081.fomiyu (mgr.14180) 1559 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:08.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:07 smithi081 bash[24267]: cluster 2023-11-15T04:35:06.723001+0000 mgr.smithi081.fomiyu (mgr.14180) 1560 : cluster [DBG] pgmap v1033: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:08.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:07 smithi154 bash[28156]: audit 2023-11-15T04:35:06.330581+0000 mgr.smithi081.fomiyu (mgr.14180) 1559 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:08.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:07 smithi154 bash[28156]: cluster 2023-11-15T04:35:06.723001+0000 mgr.smithi081.fomiyu (mgr.14180) 1560 : cluster [DBG] pgmap v1033: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:10.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:09 smithi154 bash[28156]: cluster 2023-11-15T04:35:08.724340+0000 mgr.smithi081.fomiyu (mgr.14180) 1561 : cluster [DBG] pgmap v1034: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:35:10.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:10 smithi081 bash[24267]: cluster 2023-11-15T04:35:08.724340+0000 mgr.smithi081.fomiyu (mgr.14180) 1561 : cluster [DBG] pgmap v1034: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:35:11.698 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:35:11.698 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:33:34.372116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:44.980107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.xedthh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\nDeploy daemon haproxy.nfs.foo.smithi154.xedthh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:34:48.702097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.qzgfwv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv\nDeploy daemon haproxy.nfs.foo.smithi081.qzgfwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:34:48.706109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mqgiub on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:48.708009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:35:12.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:11 smithi081 bash[24267]: cluster 2023-11-15T04:35:10.725237+0000 mgr.smithi081.fomiyu (mgr.14180) 1562 : cluster [DBG] pgmap v1035: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:12.490 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:12.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:12 smithi154 bash[28156]: cluster 2023-11-15T04:35:10.725237+0000 mgr.smithi081.fomiyu (mgr.14180) 1562 : cluster [DBG] pgmap v1035: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:13.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:13 smithi081 bash[24267]: audit 2023-11-15T04:35:11.684766+0000 mgr.smithi081.fomiyu (mgr.14180) 1563 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:13.491 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:13.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:13 smithi154 bash[28156]: audit 2023-11-15T04:35:11.684766+0000 mgr.smithi081.fomiyu (mgr.14180) 1563 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:14.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:14 smithi081 bash[24267]: cluster 2023-11-15T04:35:12.726912+0000 mgr.smithi081.fomiyu (mgr.14180) 1564 : cluster [DBG] pgmap v1036: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:14.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:14 smithi154 bash[28156]: cluster 2023-11-15T04:35:12.726912+0000 mgr.smithi081.fomiyu (mgr.14180) 1564 : cluster [DBG] pgmap v1036: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:16.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:16 smithi081 bash[24267]: cluster 2023-11-15T04:35:14.728318+0000 mgr.smithi081.fomiyu (mgr.14180) 1565 : cluster [DBG] pgmap v1037: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:16.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:16 smithi154 bash[28156]: cluster 2023-11-15T04:35:14.728318+0000 mgr.smithi081.fomiyu (mgr.14180) 1565 : cluster [DBG] pgmap v1037: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:17.076 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:35:17.077 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:33:34.372116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:44.980107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.xedthh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\nDeploy daemon haproxy.nfs.foo.smithi154.xedthh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:34:48.702097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.qzgfwv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv\nDeploy daemon haproxy.nfs.foo.smithi081.qzgfwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:34:48.706109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mqgiub on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:48.708009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:35:17.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:18.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:18 smithi081 bash[24267]: cluster 2023-11-15T04:35:16.729375+0000 mgr.smithi081.fomiyu (mgr.14180) 1566 : cluster [DBG] pgmap v1038: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:18.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:18 smithi154 bash[28156]: cluster 2023-11-15T04:35:16.729375+0000 mgr.smithi081.fomiyu (mgr.14180) 1566 : cluster [DBG] pgmap v1038: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:18.839 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:19.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:19 smithi081 bash[24267]: audit 2023-11-15T04:35:17.063205+0000 mgr.smithi081.fomiyu (mgr.14180) 1567 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:19.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:19 smithi154 bash[28156]: audit 2023-11-15T04:35:17.063205+0000 mgr.smithi081.fomiyu (mgr.14180) 1567 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:20.298 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:20 smithi081 bash[24267]: cluster 2023-11-15T04:35:18.731166+0000 mgr.smithi081.fomiyu (mgr.14180) 1568 : cluster [DBG] pgmap v1039: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:35:20.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:20 smithi154 bash[28156]: cluster 2023-11-15T04:35:18.731166+0000 mgr.smithi081.fomiyu (mgr.14180) 1568 : cluster [DBG] pgmap v1039: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:35:22.139 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:35:22.139 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:33:34.372116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:44.980107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.xedthh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\nDeploy daemon haproxy.nfs.foo.smithi154.xedthh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:34:48.702097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.qzgfwv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv\nDeploy daemon haproxy.nfs.foo.smithi081.qzgfwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:34:48.706109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mqgiub on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:48.708009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:35:22.322 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:22 smithi081 bash[24267]: cluster 2023-11-15T04:35:20.732476+0000 mgr.smithi081.fomiyu (mgr.14180) 1569 : cluster [DBG] pgmap v1040: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:22.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:22 smithi154 bash[28156]: cluster 2023-11-15T04:35:20.732476+0000 mgr.smithi081.fomiyu (mgr.14180) 1569 : cluster [DBG] pgmap v1040: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:22.898 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:23.899 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:24.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:24 smithi081 bash[24267]: audit 2023-11-15T04:35:22.132167+0000 mgr.smithi081.fomiyu (mgr.14180) 1570 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:24.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:24 smithi081 bash[24267]: cluster 2023-11-15T04:35:22.734209+0000 mgr.smithi081.fomiyu (mgr.14180) 1571 : cluster [DBG] pgmap v1041: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:24.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:24 smithi154 bash[28156]: audit 2023-11-15T04:35:22.132167+0000 mgr.smithi081.fomiyu (mgr.14180) 1570 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:24.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:24 smithi154 bash[28156]: cluster 2023-11-15T04:35:22.734209+0000 mgr.smithi081.fomiyu (mgr.14180) 1571 : cluster [DBG] pgmap v1041: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:26.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:26 smithi081 bash[24267]: cluster 2023-11-15T04:35:24.736075+0000 mgr.smithi081.fomiyu (mgr.14180) 1572 : cluster [DBG] pgmap v1042: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:26.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:26 smithi154 bash[28156]: cluster 2023-11-15T04:35:24.736075+0000 mgr.smithi081.fomiyu (mgr.14180) 1572 : cluster [DBG] pgmap v1042: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:27.421 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:35:27.421 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:33:34.372116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:44.980107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.xedthh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\nDeploy daemon haproxy.nfs.foo.smithi154.xedthh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:34:48.702097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.qzgfwv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv\nDeploy daemon haproxy.nfs.foo.smithi081.qzgfwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:34:48.706109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mqgiub on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:48.708009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:35:28.240 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:28.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:28 smithi081 bash[24267]: cluster 2023-11-15T04:35:26.737555+0000 mgr.smithi081.fomiyu (mgr.14180) 1573 : cluster [DBG] pgmap v1043: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:28.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:28 smithi154 bash[28156]: cluster 2023-11-15T04:35:26.737555+0000 mgr.smithi081.fomiyu (mgr.14180) 1573 : cluster [DBG] pgmap v1043: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:29.242 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:29.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:29 smithi081 bash[24267]: audit 2023-11-15T04:35:27.407772+0000 mgr.smithi081.fomiyu (mgr.14180) 1574 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:29.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:29 smithi154 bash[28156]: audit 2023-11-15T04:35:27.407772+0000 mgr.smithi081.fomiyu (mgr.14180) 1574 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:30.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:30 smithi081 bash[24267]: cluster 2023-11-15T04:35:28.739391+0000 mgr.smithi081.fomiyu (mgr.14180) 1575 : cluster [DBG] pgmap v1044: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:35:30.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:30 smithi154 bash[28156]: cluster 2023-11-15T04:35:28.739391+0000 mgr.smithi081.fomiyu (mgr.14180) 1575 : cluster [DBG] pgmap v1044: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:35:31.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:31 smithi081 bash[24267]: cluster 2023-11-15T04:35:30.740505+0000 mgr.smithi081.fomiyu (mgr.14180) 1576 : cluster [DBG] pgmap v1045: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:31.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:31 smithi154 bash[28156]: cluster 2023-11-15T04:35:30.740505+0000 mgr.smithi081.fomiyu (mgr.14180) 1576 : cluster [DBG] pgmap v1045: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:32.797 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:35:32.798 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:33:34.372116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:44.980107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.xedthh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\nDeploy daemon haproxy.nfs.foo.smithi154.xedthh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:34:48.702097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.qzgfwv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv\nDeploy daemon haproxy.nfs.foo.smithi081.qzgfwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:34:48.706109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mqgiub on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:48.708009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:35:33.679 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:34.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:33 smithi081 bash[24267]: cluster 2023-11-15T04:35:32.741513+0000 mgr.smithi081.fomiyu (mgr.14180) 1577 : cluster [DBG] pgmap v1046: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:34.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:33 smithi081 bash[24267]: audit 2023-11-15T04:35:32.786185+0000 mgr.smithi081.fomiyu (mgr.14180) 1578 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:34.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:33 smithi154 bash[28156]: cluster 2023-11-15T04:35:32.741513+0000 mgr.smithi081.fomiyu (mgr.14180) 1577 : cluster [DBG] pgmap v1046: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:34.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:33 smithi154 bash[28156]: audit 2023-11-15T04:35:32.786185+0000 mgr.smithi081.fomiyu (mgr.14180) 1578 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:34.680 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:36.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:35 smithi154 bash[28156]: cluster 2023-11-15T04:35:34.743294+0000 mgr.smithi081.fomiyu (mgr.14180) 1579 : cluster [DBG] pgmap v1047: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:36.070 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:35 smithi081 bash[24267]: cluster 2023-11-15T04:35:34.743294+0000 mgr.smithi081.fomiyu (mgr.14180) 1579 : cluster [DBG] pgmap v1047: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:37.827 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:35:37.828 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:33:34.372116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:44.980107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.xedthh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\nDeploy daemon haproxy.nfs.foo.smithi154.xedthh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:34:48.702097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.qzgfwv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv\nDeploy daemon haproxy.nfs.foo.smithi081.qzgfwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:34:48.706109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mqgiub on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:48.708009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:35:38.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:37 smithi081 bash[24267]: cluster 2023-11-15T04:35:36.744835+0000 mgr.smithi081.fomiyu (mgr.14180) 1580 : cluster [DBG] pgmap v1048: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:38.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:37 smithi154 bash[28156]: cluster 2023-11-15T04:35:36.744835+0000 mgr.smithi081.fomiyu (mgr.14180) 1580 : cluster [DBG] pgmap v1048: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:38.717 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:39.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:38 smithi081 bash[24267]: audit 2023-11-15T04:35:37.816647+0000 mgr.smithi081.fomiyu (mgr.14180) 1581 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:39.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:38 smithi154 bash[28156]: audit 2023-11-15T04:35:37.816647+0000 mgr.smithi081.fomiyu (mgr.14180) 1581 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:39.719 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:40.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:39 smithi081 bash[24267]: cluster 2023-11-15T04:35:38.747002+0000 mgr.smithi081.fomiyu (mgr.14180) 1582 : cluster [DBG] pgmap v1049: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:35:40.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:39 smithi154 bash[28156]: cluster 2023-11-15T04:35:38.747002+0000 mgr.smithi081.fomiyu (mgr.14180) 1582 : cluster [DBG] pgmap v1049: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:35:42.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:41 smithi081 bash[24267]: cluster 2023-11-15T04:35:40.747726+0000 mgr.smithi081.fomiyu (mgr.14180) 1583 : cluster [DBG] pgmap v1050: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:42.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:41 smithi154 bash[28156]: cluster 2023-11-15T04:35:40.747726+0000 mgr.smithi081.fomiyu (mgr.14180) 1583 : cluster [DBG] pgmap v1050: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:43.273 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:35:43.273 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:33:34.372116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:44.980107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.xedthh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\nDeploy daemon haproxy.nfs.foo.smithi154.xedthh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:34:48.702097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.qzgfwv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv\nDeploy daemon haproxy.nfs.foo.smithi081.qzgfwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:34:48.706109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mqgiub on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:48.708009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:35:44.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:44.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:43 smithi081 bash[24267]: cluster 2023-11-15T04:35:42.749329+0000 mgr.smithi081.fomiyu (mgr.14180) 1584 : cluster [DBG] pgmap v1051: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:44.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:43 smithi154 bash[28156]: cluster 2023-11-15T04:35:42.749329+0000 mgr.smithi081.fomiyu (mgr.14180) 1584 : cluster [DBG] pgmap v1051: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:45.047 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:45.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:44 smithi081 bash[24267]: audit 2023-11-15T04:35:43.266712+0000 mgr.smithi081.fomiyu (mgr.14180) 1585 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:45.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:44 smithi154 bash[28156]: audit 2023-11-15T04:35:43.266712+0000 mgr.smithi081.fomiyu (mgr.14180) 1585 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:46.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:45 smithi154 bash[28156]: cluster 2023-11-15T04:35:44.751249+0000 mgr.smithi081.fomiyu (mgr.14180) 1586 : cluster [DBG] pgmap v1052: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:46.222 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:45 smithi081 bash[24267]: cluster 2023-11-15T04:35:44.751249+0000 mgr.smithi081.fomiyu (mgr.14180) 1586 : cluster [DBG] pgmap v1052: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:48.141 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:47 smithi081 bash[24267]: cluster 2023-11-15T04:35:46.752543+0000 mgr.smithi081.fomiyu (mgr.14180) 1587 : cluster [DBG] pgmap v1053: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:48.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:47 smithi154 bash[28156]: cluster 2023-11-15T04:35:46.752543+0000 mgr.smithi081.fomiyu (mgr.14180) 1587 : cluster [DBG] pgmap v1053: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:48.512 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:35:48.513 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:33:34.372116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tcgddw on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:44.980107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.xedthh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\nDeploy daemon haproxy.nfs.foo.smithi154.xedthh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:34:48.702097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.qzgfwv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv\nDeploy daemon haproxy.nfs.foo.smithi081.qzgfwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:34:48.706109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mqgiub on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:48.708009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:35:49.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:48 smithi081 bash[24267]: audit 2023-11-15T04:35:48.712243+0000 mon.smithi081 (mon.0) 1072 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:35:49.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:48 smithi154 bash[28156]: audit 2023-11-15T04:35:48.712243+0000 mon.smithi081 (mon.0) 1072 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:35:49.377 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:50.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:49 smithi154 bash[28156]: audit 2023-11-15T04:35:48.504970+0000 mgr.smithi081.fomiyu (mgr.14180) 1588 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:50.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:49 smithi154 bash[28156]: cluster 2023-11-15T04:35:48.753676+0000 mgr.smithi081.fomiyu (mgr.14180) 1589 : cluster [DBG] pgmap v1054: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:35:50.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:49 smithi154 bash[28156]: audit 2023-11-15T04:35:49.021541+0000 mon.smithi081 (mon.0) 1073 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:35:50.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:49 smithi154 bash[28156]: audit 2023-11-15T04:35:49.022882+0000 mon.smithi081 (mon.0) 1074 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:35:50.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:49 smithi154 bash[28156]: audit 2023-11-15T04:35:49.032691+0000 mon.smithi081 (mon.0) 1075 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:35:50.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:49 smithi154 bash[28156]: cluster 2023-11-15T04:35:49.033449+0000 mgr.smithi081.fomiyu (mgr.14180) 1590 : cluster [DBG] pgmap v1055: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:35:50.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:49 smithi154 bash[28156]: audit 2023-11-15T04:35:49.041686+0000 mon.smithi081 (mon.0) 1076 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:35:50.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:49 smithi154 bash[28156]: audit 2023-11-15T04:35:49.054405+0000 mon.smithi081 (mon.0) 1077 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:35:50.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:49 smithi154 bash[28156]: cephadm 2023-11-15T04:35:49.058423+0000 mgr.smithi081.fomiyu (mgr.14180) 1591 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.zphzyu on smithi154 2023-11-15T04:35:50.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:49 smithi081 bash[24267]: audit 2023-11-15T04:35:48.504970+0000 mgr.smithi081.fomiyu (mgr.14180) 1588 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:50.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:49 smithi081 bash[24267]: cluster 2023-11-15T04:35:48.753676+0000 mgr.smithi081.fomiyu (mgr.14180) 1589 : cluster [DBG] pgmap v1054: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:35:50.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:49 smithi081 bash[24267]: audit 2023-11-15T04:35:49.021541+0000 mon.smithi081 (mon.0) 1073 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:35:50.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:49 smithi081 bash[24267]: audit 2023-11-15T04:35:49.022882+0000 mon.smithi081 (mon.0) 1074 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:35:50.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:49 smithi081 bash[24267]: audit 2023-11-15T04:35:49.032691+0000 mon.smithi081 (mon.0) 1075 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:35:50.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:49 smithi081 bash[24267]: cluster 2023-11-15T04:35:49.033449+0000 mgr.smithi081.fomiyu (mgr.14180) 1590 : cluster [DBG] pgmap v1055: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:35:50.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:49 smithi081 bash[24267]: audit 2023-11-15T04:35:49.041686+0000 mon.smithi081 (mon.0) 1076 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:35:50.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:49 smithi081 bash[24267]: audit 2023-11-15T04:35:49.054405+0000 mon.smithi081 (mon.0) 1077 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:35:50.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:49 smithi081 bash[24267]: cephadm 2023-11-15T04:35:49.058423+0000 mgr.smithi081.fomiyu (mgr.14180) 1591 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.zphzyu on smithi154 2023-11-15T04:35:50.378 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:51.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:50 smithi154 bash[28156]: cluster 2023-11-15T04:35:50.029044+0000 mon.smithi081 (mon.0) 1078 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:35:51.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:50 smithi154 bash[28156]: cluster 2023-11-15T04:35:50.029115+0000 mon.smithi081 (mon.0) 1079 : cluster [INF] Cluster is now healthy 2023-11-15T04:35:51.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:50 smithi081 bash[24267]: cluster 2023-11-15T04:35:50.029044+0000 mon.smithi081 (mon.0) 1078 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:35:51.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:50 smithi081 bash[24267]: cluster 2023-11-15T04:35:50.029115+0000 mon.smithi081 (mon.0) 1079 : cluster [INF] Cluster is now healthy 2023-11-15T04:35:52.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:51 smithi081 bash[24267]: cluster 2023-11-15T04:35:51.034565+0000 mgr.smithi081.fomiyu (mgr.14180) 1592 : cluster [DBG] pgmap v1056: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:35:52.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:51 smithi154 bash[28156]: cluster 2023-11-15T04:35:51.034565+0000 mgr.smithi081.fomiyu (mgr.14180) 1592 : cluster [DBG] pgmap v1056: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:35:53.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:52 smithi154 bash[28156]: audit 2023-11-15T04:35:52.879145+0000 mon.smithi081 (mon.0) 1080 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.zphzyu"}]: dispatch 2023-11-15T04:35:53.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:52 smithi081 bash[24267]: audit 2023-11-15T04:35:52.879145+0000 mon.smithi081 (mon.0) 1080 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.zphzyu"}]: dispatch 2023-11-15T04:35:53.840 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:35:53.840 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:44.980107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.xedthh on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-xedthh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.xedthh\nDeploy daemon haproxy.nfs.foo.smithi154.xedthh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:34:48.702097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.qzgfwv on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-qzgfwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.qzgfwv\nDeploy daemon haproxy.nfs.foo.smithi081.qzgfwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:34:48.706109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.mqgiub on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:48.708009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:35:52.880304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zphzyu on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\nDeploy daemon haproxy.nfs.foo.smithi154.zphzyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -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.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:35:54.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: cephadm 2023-11-15T04:35:52.878127+0000 mgr.smithi081.fomiyu (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-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu 2023-11-15T04:35:54.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:35:54.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu 2023-11-15T04:35:54.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu 2023-11-15T04:35:54.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:35:54.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu 2023-11-15T04:35:54.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.zphzyu ... 2023-11-15T04:35:54.253 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:35:54.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:35:54.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:35:54.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:35:54.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:35:54.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:35:54.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:35:54.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:35:54.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:35:54.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:35:54.255 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu 2023-11-15T04:35:54.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:35:54.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu 2023-11-15T04:35:54.256 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu 2023-11-15T04:35:54.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:35:54.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu 2023-11-15T04:35:54.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.zphzyu ... 2023-11-15T04:35:54.257 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:35:54.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:35:54.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:35:54.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:35:54.258 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:35:54.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: cephadm 2023-11-15T04:35:52.878592+0000 mgr.smithi081.fomiyu (mgr.14180) 1594 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.zphzyu 2023-11-15T04:35:54.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: cephadm 2023-11-15T04:35:52.880530+0000 mgr.smithi081.fomiyu (mgr.14180) 1595 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.zphzyu on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu 2023-11-15T04:35:54.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:35:54.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu 2023-11-15T04:35:54.259 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu 2023-11-15T04:35:54.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:35:54.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu 2023-11-15T04:35:54.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.zphzyu ... 2023-11-15T04:35:54.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:35:54.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:35:54.260 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:35:54.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:35:54.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:35:54.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: cephadm 2023-11-15T04:35:52.884810+0000 mgr.smithi081.fomiyu (mgr.14180) 1596 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.kzozxx on smithi081 2023-11-15T04:35:54.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:53 smithi154 bash[28156]: cluster 2023-11-15T04:35:53.035362+0000 mgr.smithi081.fomiyu (mgr.14180) 1597 : cluster [DBG] pgmap v1057: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:35:54.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: cephadm 2023-11-15T04:35:52.878127+0000 mgr.smithi081.fomiyu (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-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu 2023-11-15T04:35:54.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:35:54.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu 2023-11-15T04:35:54.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu 2023-11-15T04:35:54.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:35:54.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu 2023-11-15T04:35:54.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.zphzyu ... 2023-11-15T04:35:54.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:35:54.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:35:54.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:35:54.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:35:54.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:35:54.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:35:54.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:35:54.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:35:54.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:35:54.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:35:54.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu 2023-11-15T04:35:54.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:35:54.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu 2023-11-15T04:35:54.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu 2023-11-15T04:35:54.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:35:54.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu 2023-11-15T04:35:54.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.zphzyu ... 2023-11-15T04:35:54.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:35:54.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:35:54.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:35:54.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:35:54.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:35:54.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: cephadm 2023-11-15T04:35:52.878592+0000 mgr.smithi081.fomiyu (mgr.14180) 1594 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.zphzyu 2023-11-15T04:35:54.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: cephadm 2023-11-15T04:35:52.880530+0000 mgr.smithi081.fomiyu (mgr.14180) 1595 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.zphzyu on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu 2023-11-15T04:35:54.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:35:54.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu 2023-11-15T04:35:54.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu 2023-11-15T04:35:54.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:35:54.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu 2023-11-15T04:35:54.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.zphzyu ... 2023-11-15T04:35:54.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:35:54.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:35:54.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:35:54.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:35:54.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:35:54.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: cephadm 2023-11-15T04:35:52.884810+0000 mgr.smithi081.fomiyu (mgr.14180) 1596 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.kzozxx on smithi081 2023-11-15T04:35:54.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:53 smithi081 bash[24267]: cluster 2023-11-15T04:35:53.035362+0000 mgr.smithi081.fomiyu (mgr.14180) 1597 : cluster [DBG] pgmap v1057: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:35:54.661 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:55.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:54 smithi081 bash[24267]: audit 2023-11-15T04:35:53.833904+0000 mgr.smithi081.fomiyu (mgr.14180) 1598 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:55.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:54 smithi154 bash[28156]: audit 2023-11-15T04:35:53.833904+0000 mgr.smithi081.fomiyu (mgr.14180) 1598 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:55.663 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:56.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:55 smithi081 bash[24267]: cluster 2023-11-15T04:35:55.036687+0000 mgr.smithi081.fomiyu (mgr.14180) 1599 : cluster [DBG] pgmap v1058: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:35:56.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:55 smithi154 bash[28156]: cluster 2023-11-15T04:35:55.036687+0000 mgr.smithi081.fomiyu (mgr.14180) 1599 : cluster [DBG] pgmap v1058: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:35:57.091 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:56 smithi081 bash[24267]: audit 2023-11-15T04:35:56.902661+0000 mon.smithi081 (mon.0) 1081 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.kzozxx"}]: dispatch 2023-11-15T04:35:57.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:56 smithi154 bash[28156]: audit 2023-11-15T04:35:56.902661+0000 mon.smithi081 (mon.0) 1081 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.kzozxx"}]: dispatch 2023-11-15T04:35:58.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: cephadm 2023-11-15T04:35:56.901904+0000 mgr.smithi081.fomiyu (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-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx 2023-11-15T04:35:58.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:35:58.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx 2023-11-15T04:35:58.243 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx 2023-11-15T04:35:58.243 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:35:58.243 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx 2023-11-15T04:35:58.244 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.kzozxx ... 2023-11-15T04:35:58.244 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:35:58.244 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:35:58.245 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:35:58.245 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:35:58.246 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:35:58.246 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:35:58.246 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:35:58.247 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:35:58.247 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:35:58.248 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:35:58.248 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx 2023-11-15T04:35:58.249 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:35:58.249 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx 2023-11-15T04:35:58.250 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx 2023-11-15T04:35:58.250 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:35:58.251 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx 2023-11-15T04:35:58.251 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.kzozxx ... 2023-11-15T04:35:58.252 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:35:58.252 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:35:58.252 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:35:58.253 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:35:58.253 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:35:58.254 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: cephadm 2023-11-15T04:35:56.902156+0000 mgr.smithi081.fomiyu (mgr.14180) 1601 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.kzozxx 2023-11-15T04:35:58.254 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: cephadm 2023-11-15T04:35:56.903741+0000 mgr.smithi081.fomiyu (mgr.14180) 1602 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.kzozxx on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx 2023-11-15T04:35:58.254 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:35:58.255 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx 2023-11-15T04:35:58.255 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx 2023-11-15T04:35:58.256 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:35:58.256 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx 2023-11-15T04:35:58.256 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.kzozxx ... 2023-11-15T04:35:58.257 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:35:58.257 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:35:58.257 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:35:58.258 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:35:58.259 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:35:58.259 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: cephadm 2023-11-15T04:35:56.905509+0000 mgr.smithi081.fomiyu (mgr.14180) 1603 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.sgzzut on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:35:58.260 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: cephadm 2023-11-15T04:35:56.907190+0000 mgr.smithi081.fomiyu (mgr.14180) 1604 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.gzsogl on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:35:58.260 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: cluster 2023-11-15T04:35:56.908736+0000 mgr.smithi081.fomiyu (mgr.14180) 1605 : cluster [DBG] pgmap v1059: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-15T04:35:58.261 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:57 smithi081 bash[24267]: cluster 2023-11-15T04:35:56.960192+0000 mon.smithi081 (mon.0) 1082 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:35:58.262 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: cephadm 2023-11-15T04:35:56.901904+0000 mgr.smithi081.fomiyu (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-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx 2023-11-15T04:35:58.262 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:35:58.263 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx 2023-11-15T04:35:58.263 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx 2023-11-15T04:35:58.263 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:35:58.263 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx 2023-11-15T04:35:58.264 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.kzozxx ... 2023-11-15T04:35:58.264 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:35:58.264 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:35:58.264 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:35:58.264 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:35:58.265 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:35:58.265 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:35:58.265 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:35:58.265 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:35:58.265 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:35:58.266 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:35:58.266 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx 2023-11-15T04:35:58.266 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:35:58.266 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx 2023-11-15T04:35:58.266 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx 2023-11-15T04:35:58.267 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:35:58.267 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx 2023-11-15T04:35:58.267 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.kzozxx ... 2023-11-15T04:35:58.267 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:35:58.267 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:35:58.268 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:35:58.268 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:35:58.268 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:35:58.268 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: cephadm 2023-11-15T04:35:56.902156+0000 mgr.smithi081.fomiyu (mgr.14180) 1601 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.kzozxx 2023-11-15T04:35:58.268 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: cephadm 2023-11-15T04:35:56.903741+0000 mgr.smithi081.fomiyu (mgr.14180) 1602 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.kzozxx on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx 2023-11-15T04:35:58.269 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:35:58.269 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx 2023-11-15T04:35:58.269 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx 2023-11-15T04:35:58.269 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:35:58.269 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx 2023-11-15T04:35:58.270 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.kzozxx ... 2023-11-15T04:35:58.270 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:35:58.270 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:35:58.270 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:35:58.270 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:35:58.271 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:35:58.271 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: cephadm 2023-11-15T04:35:56.905509+0000 mgr.smithi081.fomiyu (mgr.14180) 1603 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.sgzzut on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:35:58.271 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: cephadm 2023-11-15T04:35:56.907190+0000 mgr.smithi081.fomiyu (mgr.14180) 1604 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.gzsogl on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:35:58.271 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: cluster 2023-11-15T04:35:56.908736+0000 mgr.smithi081.fomiyu (mgr.14180) 1605 : cluster [DBG] pgmap v1059: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-15T04:35:58.271 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:57 smithi154 bash[28156]: cluster 2023-11-15T04:35:56.960192+0000 mon.smithi081 (mon.0) 1082 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:35:59.482 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:35:59.483 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:48.708009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:35:52.880304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zphzyu on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\nDeploy daemon haproxy.nfs.foo.smithi154.zphzyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:35:56.903631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.kzozxx on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx\nDeploy daemon haproxy.nfs.foo.smithi081.kzozxx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:35:56.905414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.sgzzut on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:35:56.907008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.gzsogl on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:36:00.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:35:59 smithi081 bash[24267]: cluster 2023-11-15T04:35:58.910712+0000 mgr.smithi081.fomiyu (mgr.14180) 1606 : cluster [DBG] pgmap v1060: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:36:00.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:35:59 smithi154 bash[28156]: cluster 2023-11-15T04:35:58.910712+0000 mgr.smithi081.fomiyu (mgr.14180) 1606 : cluster [DBG] pgmap v1060: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:36:00.269 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:01.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:00 smithi154 bash[28156]: audit 2023-11-15T04:35:59.470771+0000 mgr.smithi081.fomiyu (mgr.14180) 1607 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:01.271 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:01.285 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:00 smithi081 bash[24267]: audit 2023-11-15T04:35:59.470771+0000 mgr.smithi081.fomiyu (mgr.14180) 1607 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:02.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:01 smithi154 bash[28156]: cluster 2023-11-15T04:36:00.911997+0000 mgr.smithi081.fomiyu (mgr.14180) 1608 : cluster [DBG] pgmap v1061: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:36:02.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:01 smithi154 bash[28156]: audit 2023-11-15T04:36:01.616509+0000 mon.smithi081 (mon.0) 1083 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:36:02.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:01 smithi081 bash[24267]: cluster 2023-11-15T04:36:00.911997+0000 mgr.smithi081.fomiyu (mgr.14180) 1608 : cluster [DBG] pgmap v1061: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:36:02.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:01 smithi081 bash[24267]: audit 2023-11-15T04:36:01.616509+0000 mon.smithi081 (mon.0) 1083 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:36:04.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:03 smithi154 bash[28156]: cluster 2023-11-15T04:36:02.913836+0000 mgr.smithi081.fomiyu (mgr.14180) 1609 : cluster [DBG] pgmap v1062: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:36:04.295 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:03 smithi081 bash[24267]: cluster 2023-11-15T04:36:02.913836+0000 mgr.smithi081.fomiyu (mgr.14180) 1609 : cluster [DBG] pgmap v1062: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:36:04.746 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:36:04.746 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:48.708009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:35:52.880304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zphzyu on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\nDeploy daemon haproxy.nfs.foo.smithi154.zphzyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:35:56.903631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.kzozxx on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx\nDeploy daemon haproxy.nfs.foo.smithi081.kzozxx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:35:56.905414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.sgzzut on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:35:56.907008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.gzsogl on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:36:05.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:05.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:05 smithi081 bash[24267]: audit 2023-11-15T04:36:04.734268+0000 mgr.smithi081.fomiyu (mgr.14180) 1610 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:05.855 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:05 smithi081 bash[24267]: cluster 2023-11-15T04:36:04.915501+0000 mgr.smithi081.fomiyu (mgr.14180) 1611 : cluster [DBG] pgmap v1063: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:36:06.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:05 smithi154 bash[28156]: audit 2023-11-15T04:36:04.734268+0000 mgr.smithi081.fomiyu (mgr.14180) 1610 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:06.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:05 smithi154 bash[28156]: cluster 2023-11-15T04:36:04.915501+0000 mgr.smithi081.fomiyu (mgr.14180) 1611 : cluster [DBG] pgmap v1063: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:36:06.581 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:08.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:07 smithi081 bash[24267]: cluster 2023-11-15T04:36:06.916901+0000 mgr.smithi081.fomiyu (mgr.14180) 1612 : cluster [DBG] pgmap v1064: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T04:36:08.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:07 smithi154 bash[28156]: cluster 2023-11-15T04:36:06.916901+0000 mgr.smithi081.fomiyu (mgr.14180) 1612 : cluster [DBG] pgmap v1064: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T04:36:09.960 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:36:09.961 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:48.708009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:35:52.880304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zphzyu on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\nDeploy daemon haproxy.nfs.foo.smithi154.zphzyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:35:56.903631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.kzozxx on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx\nDeploy daemon haproxy.nfs.foo.smithi081.kzozxx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:35:56.905414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.sgzzut on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:35:56.907008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.gzsogl on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:36:10.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:09 smithi154 bash[28156]: cluster 2023-11-15T04:36:08.918022+0000 mgr.smithi081.fomiyu (mgr.14180) 1613 : cluster [DBG] pgmap v1065: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:10.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:09 smithi081 bash[24267]: cluster 2023-11-15T04:36:08.918022+0000 mgr.smithi081.fomiyu (mgr.14180) 1613 : cluster [DBG] pgmap v1065: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:10.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:11.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:10 smithi081 bash[24267]: audit 2023-11-15T04:36:09.947462+0000 mgr.smithi081.fomiyu (mgr.14180) 1614 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:11.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:10 smithi154 bash[28156]: audit 2023-11-15T04:36:09.947462+0000 mgr.smithi081.fomiyu (mgr.14180) 1614 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:11.774 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:12.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:11 smithi081 bash[24267]: cluster 2023-11-15T04:36:10.919253+0000 mgr.smithi081.fomiyu (mgr.14180) 1615 : cluster [DBG] pgmap v1066: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:12.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:11 smithi154 bash[28156]: cluster 2023-11-15T04:36:10.919253+0000 mgr.smithi081.fomiyu (mgr.14180) 1615 : cluster [DBG] pgmap v1066: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:14.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:13 smithi081 bash[24267]: cluster 2023-11-15T04:36:12.920982+0000 mgr.smithi081.fomiyu (mgr.14180) 1616 : cluster [DBG] pgmap v1067: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:14.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:14 smithi154 bash[28156]: cluster 2023-11-15T04:36:12.920982+0000 mgr.smithi081.fomiyu (mgr.14180) 1616 : cluster [DBG] pgmap v1067: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:15.037 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:36:15.037 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:48.708009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:35:52.880304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zphzyu on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\nDeploy daemon haproxy.nfs.foo.smithi154.zphzyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:35:56.903631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.kzozxx on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx\nDeploy daemon haproxy.nfs.foo.smithi081.kzozxx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:35:56.905414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.sgzzut on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:35:56.907008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.gzsogl on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:36:15.880 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:16.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:15 smithi154 bash[28156]: cluster 2023-11-15T04:36:14.922573+0000 mgr.smithi081.fomiyu (mgr.14180) 1617 : cluster [DBG] pgmap v1068: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:16.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:15 smithi154 bash[28156]: audit 2023-11-15T04:36:15.027869+0000 mgr.smithi081.fomiyu (mgr.14180) 1618 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:16.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:15 smithi081 bash[24267]: cluster 2023-11-15T04:36:14.922573+0000 mgr.smithi081.fomiyu (mgr.14180) 1617 : cluster [DBG] pgmap v1068: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:16.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:15 smithi081 bash[24267]: audit 2023-11-15T04:36:15.027869+0000 mgr.smithi081.fomiyu (mgr.14180) 1618 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:16.881 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:18.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:17 smithi081 bash[24267]: cluster 2023-11-15T04:36:16.924340+0000 mgr.smithi081.fomiyu (mgr.14180) 1619 : cluster [DBG] pgmap v1069: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:36:18.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:17 smithi154 bash[28156]: cluster 2023-11-15T04:36:16.924340+0000 mgr.smithi081.fomiyu (mgr.14180) 1619 : cluster [DBG] pgmap v1069: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:36:20.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:19 smithi081 bash[24267]: cluster 2023-11-15T04:36:18.926377+0000 mgr.smithi081.fomiyu (mgr.14180) 1620 : cluster [DBG] pgmap v1070: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:20.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:19 smithi154 bash[28156]: cluster 2023-11-15T04:36:18.926377+0000 mgr.smithi081.fomiyu (mgr.14180) 1620 : cluster [DBG] pgmap v1070: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:20.254 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:36:20.254 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:48.708009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:35:52.880304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zphzyu on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\nDeploy daemon haproxy.nfs.foo.smithi154.zphzyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:35:56.903631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.kzozxx on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx\nDeploy daemon haproxy.nfs.foo.smithi081.kzozxx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:35:56.905414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.sgzzut on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:35:56.907008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.gzsogl on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:36:21.031 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:22.033 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:22.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:21 smithi154 bash[28156]: audit 2023-11-15T04:36:20.244352+0000 mgr.smithi081.fomiyu (mgr.14180) 1621 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:22.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:21 smithi154 bash[28156]: cluster 2023-11-15T04:36:20.927599+0000 mgr.smithi081.fomiyu (mgr.14180) 1622 : cluster [DBG] pgmap v1071: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:22.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:21 smithi081 bash[24267]: audit 2023-11-15T04:36:20.244352+0000 mgr.smithi081.fomiyu (mgr.14180) 1621 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:22.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:21 smithi081 bash[24267]: cluster 2023-11-15T04:36:20.927599+0000 mgr.smithi081.fomiyu (mgr.14180) 1622 : cluster [DBG] pgmap v1071: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:24.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:24 smithi154 bash[28156]: cluster 2023-11-15T04:36:22.929460+0000 mgr.smithi081.fomiyu (mgr.14180) 1623 : cluster [DBG] pgmap v1072: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:24.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:23 smithi081 bash[24267]: cluster 2023-11-15T04:36:22.929460+0000 mgr.smithi081.fomiyu (mgr.14180) 1623 : cluster [DBG] pgmap v1072: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:25.593 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:36:25.594 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:48.708009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:35:52.880304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zphzyu on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\nDeploy daemon haproxy.nfs.foo.smithi154.zphzyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:35:56.903631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.kzozxx on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx\nDeploy daemon haproxy.nfs.foo.smithi081.kzozxx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:35:56.905414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.sgzzut on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:35:56.907008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.gzsogl on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:36:26.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:25 smithi154 bash[28156]: cluster 2023-11-15T04:36:24.931146+0000 mgr.smithi081.fomiyu (mgr.14180) 1624 : cluster [DBG] pgmap v1073: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:26.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:25 smithi081 bash[24267]: cluster 2023-11-15T04:36:24.931146+0000 mgr.smithi081.fomiyu (mgr.14180) 1624 : cluster [DBG] pgmap v1073: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:26.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:27.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:26 smithi081 bash[24267]: audit 2023-11-15T04:36:25.582608+0000 mgr.smithi081.fomiyu (mgr.14180) 1625 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:27.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:26 smithi154 bash[28156]: audit 2023-11-15T04:36:25.582608+0000 mgr.smithi081.fomiyu (mgr.14180) 1625 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:27.488 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:28.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:27 smithi081 bash[24267]: cluster 2023-11-15T04:36:26.932654+0000 mgr.smithi081.fomiyu (mgr.14180) 1626 : cluster [DBG] pgmap v1074: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:36:28.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:27 smithi154 bash[28156]: cluster 2023-11-15T04:36:26.932654+0000 mgr.smithi081.fomiyu (mgr.14180) 1626 : cluster [DBG] pgmap v1074: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:36:30.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:29 smithi154 bash[28156]: cluster 2023-11-15T04:36:28.934701+0000 mgr.smithi081.fomiyu (mgr.14180) 1627 : cluster [DBG] pgmap v1075: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:30.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:29 smithi081 bash[24267]: cluster 2023-11-15T04:36:28.934701+0000 mgr.smithi081.fomiyu (mgr.14180) 1627 : cluster [DBG] pgmap v1075: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:30.801 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:36:30.802 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:48.708009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:35:52.880304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zphzyu on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\nDeploy daemon haproxy.nfs.foo.smithi154.zphzyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:35:56.903631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.kzozxx on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx\nDeploy daemon haproxy.nfs.foo.smithi081.kzozxx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:35:56.905414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.sgzzut on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:35:56.907008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.gzsogl on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:36:31.597 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:32.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:32 smithi154 bash[28156]: audit 2023-11-15T04:36:30.794798+0000 mgr.smithi081.fomiyu (mgr.14180) 1628 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:32.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:32 smithi154 bash[28156]: cluster 2023-11-15T04:36:30.936038+0000 mgr.smithi081.fomiyu (mgr.14180) 1629 : cluster [DBG] pgmap v1076: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:32.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:31 smithi081 bash[24267]: audit 2023-11-15T04:36:30.794798+0000 mgr.smithi081.fomiyu (mgr.14180) 1628 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:32.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:31 smithi081 bash[24267]: cluster 2023-11-15T04:36:30.936038+0000 mgr.smithi081.fomiyu (mgr.14180) 1629 : cluster [DBG] pgmap v1076: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:32.599 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:34.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:34 smithi081 bash[24267]: cluster 2023-11-15T04:36:32.937840+0000 mgr.smithi081.fomiyu (mgr.14180) 1630 : cluster [DBG] pgmap v1077: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:34.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:34 smithi154 bash[28156]: cluster 2023-11-15T04:36:32.937840+0000 mgr.smithi081.fomiyu (mgr.14180) 1630 : cluster [DBG] pgmap v1077: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:35.886 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:36:35.887 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:48.708009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:35:52.880304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zphzyu on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\nDeploy daemon haproxy.nfs.foo.smithi154.zphzyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:35:56.903631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.kzozxx on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx\nDeploy daemon haproxy.nfs.foo.smithi081.kzozxx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:35:56.905414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.sgzzut on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:35:56.907008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.gzsogl on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:36:36.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:35 smithi154 bash[28156]: cluster 2023-11-15T04:36:34.939689+0000 mgr.smithi081.fomiyu (mgr.14180) 1631 : cluster [DBG] pgmap v1078: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:36.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:35 smithi081 bash[24267]: cluster 2023-11-15T04:36:34.939689+0000 mgr.smithi081.fomiyu (mgr.14180) 1631 : cluster [DBG] pgmap v1078: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:36.734 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:37.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:36 smithi081 bash[24267]: audit 2023-11-15T04:36:35.875018+0000 mgr.smithi081.fomiyu (mgr.14180) 1632 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:37.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:36 smithi154 bash[28156]: audit 2023-11-15T04:36:35.875018+0000 mgr.smithi081.fomiyu (mgr.14180) 1632 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:37.735 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:38.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:37 smithi081 bash[24267]: cluster 2023-11-15T04:36:36.941136+0000 mgr.smithi081.fomiyu (mgr.14180) 1633 : cluster [DBG] pgmap v1079: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:36:38.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:37 smithi154 bash[28156]: cluster 2023-11-15T04:36:36.941136+0000 mgr.smithi081.fomiyu (mgr.14180) 1633 : cluster [DBG] pgmap v1079: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:36:40.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:40 smithi081 bash[24267]: cluster 2023-11-15T04:36:38.943111+0000 mgr.smithi081.fomiyu (mgr.14180) 1634 : cluster [DBG] pgmap v1080: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:40.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:40 smithi154 bash[28156]: cluster 2023-11-15T04:36:38.943111+0000 mgr.smithi081.fomiyu (mgr.14180) 1634 : cluster [DBG] pgmap v1080: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:41.276 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:36:41.276 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:48.708009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:35:52.880304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zphzyu on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\nDeploy daemon haproxy.nfs.foo.smithi154.zphzyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:35:56.903631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.kzozxx on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx\nDeploy daemon haproxy.nfs.foo.smithi081.kzozxx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:35:56.905414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.sgzzut on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:35:56.907008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.gzsogl on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:36:42.006 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:42.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:42 smithi081 bash[24267]: cluster 2023-11-15T04:36:40.944344+0000 mgr.smithi081.fomiyu (mgr.14180) 1635 : cluster [DBG] pgmap v1081: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:42.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:42 smithi154 bash[28156]: cluster 2023-11-15T04:36:40.944344+0000 mgr.smithi081.fomiyu (mgr.14180) 1635 : cluster [DBG] pgmap v1081: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:43.007 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:43.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:43 smithi081 bash[24267]: audit 2023-11-15T04:36:41.263303+0000 mgr.smithi081.fomiyu (mgr.14180) 1636 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:43.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:43 smithi154 bash[28156]: audit 2023-11-15T04:36:41.263303+0000 mgr.smithi081.fomiyu (mgr.14180) 1636 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:44.298 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:44 smithi081 bash[24267]: cluster 2023-11-15T04:36:42.946237+0000 mgr.smithi081.fomiyu (mgr.14180) 1637 : cluster [DBG] pgmap v1082: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:44.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:44 smithi154 bash[28156]: cluster 2023-11-15T04:36:42.946237+0000 mgr.smithi081.fomiyu (mgr.14180) 1637 : cluster [DBG] pgmap v1082: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:46.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:45 smithi154 bash[28156]: cluster 2023-11-15T04:36:44.948043+0000 mgr.smithi081.fomiyu (mgr.14180) 1638 : cluster [DBG] pgmap v1083: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:46.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:45 smithi081 bash[24267]: cluster 2023-11-15T04:36:44.948043+0000 mgr.smithi081.fomiyu (mgr.14180) 1638 : cluster [DBG] pgmap v1083: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:46.353 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:36:46.353 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:48.708009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:35:52.880304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zphzyu on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\nDeploy daemon haproxy.nfs.foo.smithi154.zphzyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:35:56.903631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.kzozxx on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx\nDeploy daemon haproxy.nfs.foo.smithi081.kzozxx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:35:56.905414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.sgzzut on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:35:56.907008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.gzsogl on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:36:47.151 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:48.152 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:48.349 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:48 smithi081 bash[24267]: audit 2023-11-15T04:36:46.340140+0000 mgr.smithi081.fomiyu (mgr.14180) 1639 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:48.349 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:48 smithi081 bash[24267]: cluster 2023-11-15T04:36:46.949525+0000 mgr.smithi081.fomiyu (mgr.14180) 1640 : cluster [DBG] pgmap v1084: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:36:48.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:48 smithi154 bash[28156]: audit 2023-11-15T04:36:46.340140+0000 mgr.smithi081.fomiyu (mgr.14180) 1639 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:48.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:48 smithi154 bash[28156]: cluster 2023-11-15T04:36:46.949525+0000 mgr.smithi081.fomiyu (mgr.14180) 1640 : cluster [DBG] pgmap v1084: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:36:50.299 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:50 smithi081 bash[24267]: cluster 2023-11-15T04:36:48.951545+0000 mgr.smithi081.fomiyu (mgr.14180) 1641 : cluster [DBG] pgmap v1085: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:50.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:50 smithi154 bash[28156]: cluster 2023-11-15T04:36:48.951545+0000 mgr.smithi081.fomiyu (mgr.14180) 1641 : cluster [DBG] pgmap v1085: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:51.715 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:36:51.716 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:48.708009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:35:52.880304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zphzyu on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\nDeploy daemon haproxy.nfs.foo.smithi154.zphzyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:35:56.903631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.kzozxx on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx\nDeploy daemon haproxy.nfs.foo.smithi081.kzozxx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:35:56.905414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.sgzzut on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:35:56.907008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.gzsogl on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:36:52.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:52 smithi081 bash[24267]: cluster 2023-11-15T04:36:50.952871+0000 mgr.smithi081.fomiyu (mgr.14180) 1642 : cluster [DBG] pgmap v1086: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:52.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:52 smithi154 bash[28156]: cluster 2023-11-15T04:36:50.952871+0000 mgr.smithi081.fomiyu (mgr.14180) 1642 : cluster [DBG] pgmap v1086: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:52.600 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:53.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:53 smithi081 bash[24267]: audit 2023-11-15T04:36:51.709658+0000 mgr.smithi081.fomiyu (mgr.14180) 1643 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:53.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:53 smithi154 bash[28156]: audit 2023-11-15T04:36:51.709658+0000 mgr.smithi081.fomiyu (mgr.14180) 1643 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:53.601 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:54.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:54 smithi081 bash[24267]: cluster 2023-11-15T04:36:52.954400+0000 mgr.smithi081.fomiyu (mgr.14180) 1644 : cluster [DBG] pgmap v1087: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:54.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:54 smithi154 bash[28156]: cluster 2023-11-15T04:36:52.954400+0000 mgr.smithi081.fomiyu (mgr.14180) 1644 : cluster [DBG] pgmap v1087: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:56.002 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:55 smithi154 bash[28156]: cluster 2023-11-15T04:36:54.955653+0000 mgr.smithi081.fomiyu (mgr.14180) 1645 : cluster [DBG] pgmap v1088: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:56.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:55 smithi081 bash[24267]: cluster 2023-11-15T04:36:54.955653+0000 mgr.smithi081.fomiyu (mgr.14180) 1645 : cluster [DBG] pgmap v1088: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:57.140 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:36:57.141 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:48.708009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.tebhqp on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:35:52.880304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zphzyu on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\nDeploy daemon haproxy.nfs.foo.smithi154.zphzyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:35:56.903631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.kzozxx on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx\nDeploy daemon haproxy.nfs.foo.smithi081.kzozxx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:35:56.905414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.sgzzut on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:35:56.907008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.gzsogl on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:36:57.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:56 smithi154 bash[28156]: audit 2023-11-15T04:36:56.910869+0000 mon.smithi081 (mon.0) 1084 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:36:57.336 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:56 smithi081 bash[24267]: audit 2023-11-15T04:36:56.910869+0000 mon.smithi081 (mon.0) 1084 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:36:57.959 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:58.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:58 smithi081 bash[24267]: cluster 2023-11-15T04:36:56.957091+0000 mgr.smithi081.fomiyu (mgr.14180) 1646 : cluster [DBG] pgmap v1089: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:36:58.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:58 smithi081 bash[24267]: audit 2023-11-15T04:36:57.215417+0000 mon.smithi081 (mon.0) 1085 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:36:58.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:58 smithi081 bash[24267]: audit 2023-11-15T04:36:57.216746+0000 mon.smithi081 (mon.0) 1086 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:36:58.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:58 smithi081 bash[24267]: audit 2023-11-15T04:36:57.224357+0000 mon.smithi081 (mon.0) 1087 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:36:58.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:58 smithi081 bash[24267]: audit 2023-11-15T04:36:57.230821+0000 mon.smithi081 (mon.0) 1088 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:36:58.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:58 smithi081 bash[24267]: audit 2023-11-15T04:36:57.243722+0000 mon.smithi081 (mon.0) 1089 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:36:58.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:58 smithi154 bash[28156]: cluster 2023-11-15T04:36:56.957091+0000 mgr.smithi081.fomiyu (mgr.14180) 1646 : cluster [DBG] pgmap v1089: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:36:58.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:58 smithi154 bash[28156]: audit 2023-11-15T04:36:57.215417+0000 mon.smithi081 (mon.0) 1085 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:36:58.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:58 smithi154 bash[28156]: audit 2023-11-15T04:36:57.216746+0000 mon.smithi081 (mon.0) 1086 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:36:58.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:58 smithi154 bash[28156]: audit 2023-11-15T04:36:57.224357+0000 mon.smithi081 (mon.0) 1087 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:36:58.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:58 smithi154 bash[28156]: audit 2023-11-15T04:36:57.230821+0000 mon.smithi081 (mon.0) 1088 : audit [DBG] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:36:58.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:58 smithi154 bash[28156]: audit 2023-11-15T04:36:57.243722+0000 mon.smithi081 (mon.0) 1089 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:36:58.960 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:59.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:59 smithi081 bash[24267]: audit 2023-11-15T04:36:57.128059+0000 mgr.smithi081.fomiyu (mgr.14180) 1647 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:59.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:59 smithi081 bash[24267]: cluster 2023-11-15T04:36:57.225102+0000 mgr.smithi081.fomiyu (mgr.14180) 1648 : cluster [DBG] pgmap v1090: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:36:59.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:59 smithi081 bash[24267]: cephadm 2023-11-15T04:36:57.247206+0000 mgr.smithi081.fomiyu (mgr.14180) 1649 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.sgeede on smithi154 2023-11-15T04:36:59.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:59 smithi081 bash[24267]: cluster 2023-11-15T04:36:58.221501+0000 mon.smithi081 (mon.0) 1090 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:36:59.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:36:59 smithi081 bash[24267]: cluster 2023-11-15T04:36:58.221573+0000 mon.smithi081 (mon.0) 1091 : cluster [INF] Cluster is now healthy 2023-11-15T04:36:59.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:59 smithi154 bash[28156]: audit 2023-11-15T04:36:57.128059+0000 mgr.smithi081.fomiyu (mgr.14180) 1647 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:59.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:59 smithi154 bash[28156]: cluster 2023-11-15T04:36:57.225102+0000 mgr.smithi081.fomiyu (mgr.14180) 1648 : cluster [DBG] pgmap v1090: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:36:59.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:59 smithi154 bash[28156]: cephadm 2023-11-15T04:36:57.247206+0000 mgr.smithi081.fomiyu (mgr.14180) 1649 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi154.sgeede on smithi154 2023-11-15T04:36:59.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:59 smithi154 bash[28156]: cluster 2023-11-15T04:36:58.221501+0000 mon.smithi081 (mon.0) 1090 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:36:59.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:36:59 smithi154 bash[28156]: cluster 2023-11-15T04:36:58.221573+0000 mon.smithi081 (mon.0) 1091 : cluster [INF] Cluster is now healthy 2023-11-15T04:37:01.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:01 smithi081 bash[24267]: cluster 2023-11-15T04:36:59.226148+0000 mgr.smithi081.fomiyu (mgr.14180) 1650 : cluster [DBG] pgmap v1091: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:37:01.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:01 smithi154 bash[28156]: cluster 2023-11-15T04:36:59.226148+0000 mgr.smithi081.fomiyu (mgr.14180) 1650 : cluster [DBG] pgmap v1091: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:37:02.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:02 smithi081 bash[24267]: audit 2023-11-15T04:37:01.192071+0000 mon.smithi081 (mon.0) 1092 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.sgeede"}]: dispatch 2023-11-15T04:37:02.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:02 smithi081 bash[24267]: audit 2023-11-15T04:37:01.519466+0000 mon.smithi081 (mon.0) 1093 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:37:02.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:02 smithi154 bash[28156]: audit 2023-11-15T04:37:01.192071+0000 mon.smithi081 (mon.0) 1092 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi154.sgeede"}]: dispatch 2023-11-15T04:37:02.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:02 smithi154 bash[28156]: audit 2023-11-15T04:37:01.519466+0000 mon.smithi081 (mon.0) 1093 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:37:02.521 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:37:02.521 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:35:52.880304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.zphzyu on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-zphzyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.zphzyu\nDeploy daemon haproxy.nfs.foo.smithi154.zphzyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:35:56.903631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.kzozxx on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-kzozxx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.kzozxx\nDeploy daemon haproxy.nfs.foo.smithi081.kzozxx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:35:56.905414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.sgzzut on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:35:56.907008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.gzsogl on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:37:01.193358Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.sgeede on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sgeede\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sgeede\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sgeede\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sgeede\nDeploy daemon haproxy.nfs.foo.smithi154.sgeede ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -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.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:37:03.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: cephadm 2023-11-15T04:37:01.191290+0000 mgr.smithi081.fomiyu (mgr.14180) 1651 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sgeede 2023-11-15T04:37:03.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:37:03.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sgeede 2023-11-15T04:37:03.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sgeede 2023-11-15T04:37:03.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:37:03.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sgeede 2023-11-15T04:37:03.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.sgeede ... 2023-11-15T04:37:03.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:37:03.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:37:03.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:37:03.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:37:03.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:37:03.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:37:03.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:37:03.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:37:03.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:37:03.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:37:03.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sgeede 2023-11-15T04:37:03.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:37:03.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sgeede 2023-11-15T04:37:03.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sgeede 2023-11-15T04:37:03.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:37:03.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sgeede 2023-11-15T04:37:03.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.sgeede ... 2023-11-15T04:37:03.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:37:03.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:37:03.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:37:03.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:37:03.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:37:03.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: cephadm 2023-11-15T04:37:01.191533+0000 mgr.smithi081.fomiyu (mgr.14180) 1652 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.sgeede 2023-11-15T04:37:03.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: cephadm 2023-11-15T04:37:01.193487+0000 mgr.smithi081.fomiyu (mgr.14180) 1653 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.sgeede on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sgeede 2023-11-15T04:37:03.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:37:03.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sgeede 2023-11-15T04:37:03.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sgeede 2023-11-15T04:37:03.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:37:03.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sgeede 2023-11-15T04:37:03.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi154.sgeede ... 2023-11-15T04:37:03.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:37:03.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:37:03.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:37:03.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:37:03.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:37:03.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: cephadm 2023-11-15T04:37:01.195662+0000 mgr.smithi081.fomiyu (mgr.14180) 1654 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.mswldl on smithi081 2023-11-15T04:37:03.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:03 smithi081 bash[24267]: cluster 2023-11-15T04:37:01.226796+0000 mgr.smithi081.fomiyu (mgr.14180) 1655 : cluster [DBG] pgmap v1092: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:37:03.367 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:37:03.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: cephadm 2023-11-15T04:37:01.191290+0000 mgr.smithi081.fomiyu (mgr.14180) 1651 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sgeede 2023-11-15T04:37:03.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:37:03.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sgeede 2023-11-15T04:37:03.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sgeede 2023-11-15T04:37:03.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:37:03.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sgeede 2023-11-15T04:37:03.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.sgeede ... 2023-11-15T04:37:03.504 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:37:03.504 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:37:03.504 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:37:03.504 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:37:03.504 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:37:03.505 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:37:03.505 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:37:03.505 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:37:03.505 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:37:03.505 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:37:03.506 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sgeede 2023-11-15T04:37:03.506 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:37:03.506 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sgeede 2023-11-15T04:37:03.506 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sgeede 2023-11-15T04:37:03.506 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:37:03.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sgeede 2023-11-15T04:37:03.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.sgeede ... 2023-11-15T04:37:03.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:37:03.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:37:03.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:37:03.508 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:37:03.508 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:37:03.508 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: cephadm 2023-11-15T04:37:01.191533+0000 mgr.smithi081.fomiyu (mgr.14180) 1652 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi154.sgeede 2023-11-15T04:37:03.508 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: cephadm 2023-11-15T04:37:01.193487+0000 mgr.smithi081.fomiyu (mgr.14180) 1653 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi154.sgeede on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sgeede 2023-11-15T04:37:03.508 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:37:03.509 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sgeede 2023-11-15T04:37:03.509 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sgeede 2023-11-15T04:37:03.509 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:37:03.509 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sgeede 2023-11-15T04:37:03.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi154.sgeede ... 2023-11-15T04:37:03.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:37:03.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:37:03.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:37:03.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:37:03.511 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:37:03.511 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: cephadm 2023-11-15T04:37:01.195662+0000 mgr.smithi081.fomiyu (mgr.14180) 1654 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.mswldl on smithi081 2023-11-15T04:37:03.511 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:03 smithi154 bash[28156]: cluster 2023-11-15T04:37:01.226796+0000 mgr.smithi081.fomiyu (mgr.14180) 1655 : cluster [DBG] pgmap v1092: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:37:04.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:04 smithi081 bash[24267]: audit 2023-11-15T04:37:02.515095+0000 mgr.smithi081.fomiyu (mgr.14180) 1656 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:04.368 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:37:04.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:04 smithi154 bash[28156]: audit 2023-11-15T04:37:02.515095+0000 mgr.smithi081.fomiyu (mgr.14180) 1656 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:05.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:05 smithi081 bash[24267]: cluster 2023-11-15T04:37:03.228345+0000 mgr.smithi081.fomiyu (mgr.14180) 1657 : cluster [DBG] pgmap v1093: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:37:05.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:05 smithi154 bash[28156]: cluster 2023-11-15T04:37:03.228345+0000 mgr.smithi081.fomiyu (mgr.14180) 1657 : cluster [DBG] pgmap v1093: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:37:06.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:06 smithi081 bash[24267]: audit 2023-11-15T04:37:05.564169+0000 mon.smithi081 (mon.0) 1094 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.mswldl"}]: dispatch 2023-11-15T04:37:06.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:06 smithi154 bash[28156]: audit 2023-11-15T04:37:05.564169+0000 mon.smithi081 (mon.0) 1094 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.mswldl"}]: dispatch 2023-11-15T04:37:07.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: cluster 2023-11-15T04:37:05.229744+0000 mgr.smithi081.fomiyu (mgr.14180) 1658 : cluster [DBG] pgmap v1094: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:37:07.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: cephadm 2023-11-15T04:37:05.563259+0000 mgr.smithi081.fomiyu (mgr.14180) 1659 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mswldl 2023-11-15T04:37:07.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:37:07.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mswldl 2023-11-15T04:37:07.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mswldl 2023-11-15T04:37:07.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:37:07.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mswldl 2023-11-15T04:37:07.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.mswldl ... 2023-11-15T04:37:07.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:37:07.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:37:07.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:37:07.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:37:07.358 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:37:07.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: Traceback (most recent call last): 2023-11-15T04:37:07.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:37:07.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: yield (conn, connr) 2023-11-15T04:37:07.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:37:07.359 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: code, '\n'.join(err))) 2023-11-15T04:37:07.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mswldl 2023-11-15T04:37:07.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:37:07.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mswldl 2023-11-15T04:37:07.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mswldl 2023-11-15T04:37:07.360 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:37:07.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mswldl 2023-11-15T04:37:07.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.mswldl ... 2023-11-15T04:37:07.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:37:07.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:37:07.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:37:07.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:37:07.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:37:07.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: cephadm 2023-11-15T04:37:05.563690+0000 mgr.smithi081.fomiyu (mgr.14180) 1660 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.mswldl 2023-11-15T04:37:07.362 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: cephadm 2023-11-15T04:37:05.565527+0000 mgr.smithi081.fomiyu (mgr.14180) 1661 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.mswldl on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mswldl 2023-11-15T04:37:07.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:37:07.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mswldl 2023-11-15T04:37:07.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mswldl 2023-11-15T04:37:07.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: /usr/bin/docker: stdout 2023-11-15T04:37:07.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mswldl 2023-11-15T04:37:07.363 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: Deploy daemon haproxy.nfs.foo.smithi081.mswldl ... 2023-11-15T04:37:07.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:37:07.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:37:07.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:37:07.364 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: stat: stderr See 'docker run --help'. 2023-11-15T04:37:07.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:37:07.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: cephadm 2023-11-15T04:37:05.569779+0000 mgr.smithi081.fomiyu (mgr.14180) 1662 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.wtvvxo on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:37:07.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: cephadm 2023-11-15T04:37:05.572382+0000 mgr.smithi081.fomiyu (mgr.14180) 1663 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.rojizf on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:37:07.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: cluster 2023-11-15T04:37:05.573534+0000 mgr.smithi081.fomiyu (mgr.14180) 1664 : cluster [DBG] pgmap v1095: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:37:07.365 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: cluster 2023-11-15T04:37:06.052383+0000 mon.smithi081 (mon.0) 1095 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:37:07.366 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:07 smithi081 bash[24267]: audit 2023-11-15T04:37:06.671051+0000 mon.smithi081 (mon.0) 1096 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:37:07.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: cluster 2023-11-15T04:37:05.229744+0000 mgr.smithi081.fomiyu (mgr.14180) 1658 : cluster [DBG] pgmap v1094: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:37:07.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: cephadm 2023-11-15T04:37:05.563259+0000 mgr.smithi081.fomiyu (mgr.14180) 1659 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mswldl 2023-11-15T04:37:07.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:37:07.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mswldl 2023-11-15T04:37:07.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mswldl 2023-11-15T04:37:07.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:37:07.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mswldl 2023-11-15T04:37:07.503 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.mswldl ... 2023-11-15T04:37:07.504 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:37:07.504 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:37:07.504 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:37:07.504 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:37:07.504 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:37:07.505 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: Traceback (most recent call last): 2023-11-15T04:37:07.505 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:37:07.505 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: yield (conn, connr) 2023-11-15T04:37:07.505 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:37:07.505 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: code, '\n'.join(err))) 2023-11-15T04:37:07.505 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mswldl 2023-11-15T04:37:07.506 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:37:07.506 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mswldl 2023-11-15T04:37:07.506 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mswldl 2023-11-15T04:37:07.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:37:07.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mswldl 2023-11-15T04:37:07.507 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.mswldl ... 2023-11-15T04:37:07.508 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:37:07.508 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:37:07.508 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:37:07.509 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:37:07.509 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:37:07.509 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: cephadm 2023-11-15T04:37:05.563690+0000 mgr.smithi081.fomiyu (mgr.14180) 1660 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.mswldl 2023-11-15T04:37:07.509 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: cephadm 2023-11-15T04:37:05.565527+0000 mgr.smithi081.fomiyu (mgr.14180) 1661 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi081.mswldl on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mswldl 2023-11-15T04:37:07.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:37:07.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mswldl 2023-11-15T04:37:07.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mswldl 2023-11-15T04:37:07.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: /usr/bin/docker: stdout 2023-11-15T04:37:07.510 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mswldl 2023-11-15T04:37:07.511 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: Deploy daemon haproxy.nfs.foo.smithi081.mswldl ... 2023-11-15T04:37:07.511 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:37:07.511 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:37:07.511 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:37:07.511 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: stat: stderr See 'docker run --help'. 2023-11-15T04:37:07.512 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:37:07.512 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: cephadm 2023-11-15T04:37:05.569779+0000 mgr.smithi081.fomiyu (mgr.14180) 1662 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi154.wtvvxo on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:37:07.512 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: cephadm 2023-11-15T04:37:05.572382+0000 mgr.smithi081.fomiyu (mgr.14180) 1663 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi081.rojizf on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:37:07.512 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: cluster 2023-11-15T04:37:05.573534+0000 mgr.smithi081.fomiyu (mgr.14180) 1664 : cluster [DBG] pgmap v1095: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:37:07.512 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: cluster 2023-11-15T04:37:06.052383+0000 mon.smithi081 (mon.0) 1095 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:37:07.513 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:07 smithi154 bash[28156]: audit 2023-11-15T04:37:06.671051+0000 mon.smithi081 (mon.0) 1096 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:37:08.127 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:37:08.127 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:35:56.907008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.gzsogl on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:37:01.193358Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.sgeede on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sgeede\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sgeede\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sgeede\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sgeede\nDeploy daemon haproxy.nfs.foo.smithi154.sgeede ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:37:05.565255Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.mswldl on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mswldl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mswldl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mswldl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mswldl\nDeploy daemon haproxy.nfs.foo.smithi081.mswldl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:37:05.569598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.wtvvxo on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:37:05.572235Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rojizf on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:37:08.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:37:09.355 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:09 smithi081 bash[24267]: cluster 2023-11-15T04:37:07.574775+0000 mgr.smithi081.fomiyu (mgr.14180) 1665 : cluster [DBG] pgmap v1096: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T04:37:09.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:09 smithi154 bash[28156]: cluster 2023-11-15T04:37:07.574775+0000 mgr.smithi081.fomiyu (mgr.14180) 1665 : cluster [DBG] pgmap v1096: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T04:37:09.988 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:37:10.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:10 smithi081 bash[24267]: audit 2023-11-15T04:37:08.117020+0000 mgr.smithi081.fomiyu (mgr.14180) 1666 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:10.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:10 smithi154 bash[28156]: audit 2023-11-15T04:37:08.117020+0000 mgr.smithi081.fomiyu (mgr.14180) 1666 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:11.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:11 smithi081 bash[24267]: cluster 2023-11-15T04:37:09.576855+0000 mgr.smithi081.fomiyu (mgr.14180) 1667 : cluster [DBG] pgmap v1097: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T04:37:11.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:11 smithi154 bash[28156]: cluster 2023-11-15T04:37:09.576855+0000 mgr.smithi081.fomiyu (mgr.14180) 1667 : cluster [DBG] pgmap v1097: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T04:37:12.354 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:12 smithi081 bash[24267]: cluster 2023-11-15T04:37:11.578272+0000 mgr.smithi081.fomiyu (mgr.14180) 1668 : cluster [DBG] pgmap v1098: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T04:37:12.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:12 smithi154 bash[28156]: cluster 2023-11-15T04:37:11.578272+0000 mgr.smithi081.fomiyu (mgr.14180) 1668 : cluster [DBG] pgmap v1098: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T04:37:13.220 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:37:13.220 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:35:56.907008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.gzsogl on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:37:01.193358Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.sgeede on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sgeede\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sgeede\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sgeede\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sgeede\nDeploy daemon haproxy.nfs.foo.smithi154.sgeede ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:37:05.565255Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.mswldl on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mswldl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mswldl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mswldl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mswldl\nDeploy daemon haproxy.nfs.foo.smithi081.mswldl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:37:05.569598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.wtvvxo on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:37:05.572235Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rojizf on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:37:13.986 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:37:14.988 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:37:14.999 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:14 smithi081 bash[24267]: audit 2023-11-15T04:37:13.210722+0000 mgr.smithi081.fomiyu (mgr.14180) 1669 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:14.999 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:14 smithi081 bash[24267]: cluster 2023-11-15T04:37:13.579319+0000 mgr.smithi081.fomiyu (mgr.14180) 1670 : cluster [DBG] pgmap v1099: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T04:37:15.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:14 smithi154 bash[28156]: audit 2023-11-15T04:37:13.210722+0000 mgr.smithi081.fomiyu (mgr.14180) 1669 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:15.001 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:14 smithi154 bash[28156]: cluster 2023-11-15T04:37:13.579319+0000 mgr.smithi081.fomiyu (mgr.14180) 1670 : cluster [DBG] pgmap v1099: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T04:37:17.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:16 smithi081 bash[24267]: cluster 2023-11-15T04:37:15.580989+0000 mgr.smithi081.fomiyu (mgr.14180) 1671 : cluster [DBG] pgmap v1100: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T04:37:17.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:16 smithi081 bash[24267]: audit 2023-11-15T04:37:16.518697+0000 mon.smithi081 (mon.0) 1097 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:37:17.251 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:16 smithi154 bash[28156]: cluster 2023-11-15T04:37:15.580989+0000 mgr.smithi081.fomiyu (mgr.14180) 1671 : cluster [DBG] pgmap v1100: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T04:37:17.252 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:16 smithi154 bash[28156]: audit 2023-11-15T04:37:16.518697+0000 mon.smithi081 (mon.0) 1097 : audit [INF] from='mgr.14180 172.21.15.81:0/3578765457' entity='mgr.smithi081.fomiyu' 2023-11-15T04:37:18.384 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-11-15T04:37:18.385 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:02:02.407787Z", "last_refresh": "2023-11-15T04:34:40.870427Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:01:53.734245Z", "last_refresh": "2023-11-15T04:33:26.098152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:01:57.794026Z", "last_refresh": "2023-11-15T04:34:40.870624Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:35:56.907008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.gzsogl on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:37:01.193358Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi154.sgeede on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sgeede\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi154-sgeede\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sgeede\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi154.sgeede\nDeploy daemon haproxy.nfs.foo.smithi154.sgeede ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:37:05.565255Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi081.mswldl on smithi081: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mswldl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi081-mswldl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mswldl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi081.mswldl\nDeploy daemon haproxy.nfs.foo.smithi081.mswldl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi081 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:37:05.569598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi154.wtvvxo on smithi154: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:37:05.572235Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi081.rojizf on smithi081: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2023-11-15T04:10:29.675263Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:01:51.633647Z", "last_refresh": "2023-11-15T04:33:26.098549Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:03:38.451966Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi154:172.21.15.154=smithi154"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:03:38.447781Z", "last_refresh": "2023-11-15T04:33:26.098888Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:10:29.673686Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T04:10:29.669458Z", "last_refresh": "2023-11-15T04:34:40.871419Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:01:59.811305Z", "last_refresh": "2023-11-15T04:33:26.099001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:04:17.370215Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:04:17.365445Z", "last_refresh": "2023-11-15T04:33:26.099133Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:01:55.727238Z", "last_refresh": "2023-11-15T04:34:40.870817Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:24.023932Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T04:10:38.160044Z", "last_refresh": "2023-11-15T04:33:26.099561Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:37:19.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:18 smithi081 bash[24267]: cluster 2023-11-15T04:37:17.582150+0000 mgr.smithi081.fomiyu (mgr.14180) 1672 : cluster [DBG] pgmap v1101: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:37:19.165 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:37:19.166 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-15T04:37:19.236 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=219219fa2c534378bb89691453e01c0f Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-15T04:37:19.238 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-11-15T04:37:19.255 INFO:tasks.vip:Removing 10.0.15.81 (and any VIPs) on smithi081.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T04:37:19.256 DEBUG:teuthology.orchestra.run.smithi081:> sudo ip addr del 10.0.15.81/16 dev enp3s0f1 2023-11-15T04:37:19.261 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:18 smithi154 bash[28156]: cluster 2023-11-15T04:37:17.582150+0000 mgr.smithi081.fomiyu (mgr.14180) 1672 : cluster [DBG] pgmap v1101: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:37:19.277 DEBUG:teuthology.orchestra.run.smithi081:> sudo ip addr del 10.0.31.81/16 dev enp3s0f1 2023-11-15T04:37:19.338 INFO:teuthology.orchestra.run.smithi081.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-15T04:37:19.339 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-15T04:37:19.339 INFO:tasks.vip:Removing 10.0.15.154 (and any VIPs) on smithi154.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T04:37:19.340 DEBUG:teuthology.orchestra.run.smithi154:> sudo ip addr del 10.0.15.154/16 dev enp3s0f1 2023-11-15T04:37:19.358 DEBUG:teuthology.orchestra.run.smithi154:> sudo ip addr del 10.0.31.81/16 dev enp3s0f1 2023-11-15T04:37:19.414 INFO:teuthology.orchestra.run.smithi154.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-15T04:37:19.415 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-15T04:37:19.416 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-15T04:37:19.428 INFO:tasks.cephadm:Teardown begin 2023-11-15T04:37:19.429 DEBUG:teuthology.orchestra.run.smithi081:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T04:37:19.446 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T04:37:19.479 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-15T04:37:19.479 DEBUG:teuthology.orchestra.run.smithi081:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-15T04:37:19.493 DEBUG:teuthology.orchestra.run.smithi154:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-15T04:37:19.533 INFO:tasks.cephadm:Stopping all daemons... 2023-11-15T04:37:19.534 INFO:tasks.cephadm.mon.smithi081:Stopping mon.smithi081... 2023-11-15T04:37:19.534 DEBUG:teuthology.orchestra.run.smithi081:> sudo systemctl stop ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7@mon.smithi081 2023-11-15T04:37:19.725 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:19 smithi081 systemd[1]: Stopping Ceph mon.smithi081 for 79c45cc2-836b-11ee-8dbe-212e2dc638e7... 2023-11-15T04:37:19.726 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:19 smithi081 bash[128068]: Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-mon.smithi081 2023-11-15T04:37:19.976 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:19 smithi081 bash[24267]: debug 2023-11-15T04:37:19.721+0000 7f144f9ad700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi081 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-15T04:37:19.977 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Nov 15 04:37:19 smithi081 bash[24267]: debug 2023-11-15T04:37:19.721+0000 7f144f9ad700 -1 mon.smithi081@0(leader) e2 *** Got Signal Terminated *** 2023-11-15T04:37:20.850 DEBUG:teuthology.orchestra.run.smithi081:> sudo pkill -f 'journalctl -f -n 0 -u ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7@mon.smithi081.service' 2023-11-15T04:37:20.905 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-15T04:37:20.905 INFO:tasks.cephadm.mon.smithi081:Stopped mon.smithi081 2023-11-15T04:37:20.906 INFO:tasks.cephadm.mon.smithi154:Stopping mon.smithi154... 2023-11-15T04:37:20.906 DEBUG:teuthology.orchestra.run.smithi154:> sudo systemctl stop ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7@mon.smithi154 2023-11-15T04:37:21.173 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:20 smithi154 systemd[1]: Stopping Ceph mon.smithi154 for 79c45cc2-836b-11ee-8dbe-212e2dc638e7... 2023-11-15T04:37:21.174 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:20 smithi154 bash[49429]: Error response from daemon: No such container: ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7-mon.smithi154 2023-11-15T04:37:21.501 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:21 smithi154 bash[28156]: debug 2023-11-15T04:37:21.171+0000 7fe46cd30700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi154 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-15T04:37:21.502 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Nov 15 04:37:21 smithi154 bash[28156]: debug 2023-11-15T04:37:21.171+0000 7fe46cd30700 -1 mon.smithi154@1(peon) e2 *** Got Signal Terminated *** 2023-11-15T04:37:22.262 DEBUG:teuthology.orchestra.run.smithi154:> sudo pkill -f 'journalctl -f -n 0 -u ceph-79c45cc2-836b-11ee-8dbe-212e2dc638e7@mon.smithi154.service' 2023-11-15T04:37:22.305 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-15T04:37:22.305 INFO:tasks.cephadm.mon.smithi154:Stopped mon.smithi154 2023-11-15T04:37:22.306 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-15T04:38:31.804 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-15T04:39:26.083 DEBUG:teuthology.orchestra.run.smithi081:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T04:39:26.101 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T04:39:26.118 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-15T04:39:26.121 DEBUG:teuthology.misc:Transferring archived files from smithi081:/var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458305/remote/ubuntu@smithi081.front.sepia.ceph.com/crash 2023-11-15T04:39:26.122 DEBUG:teuthology.orchestra.run.smithi081:> sudo tar c -f - -C /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-15T04:39:26.158 INFO:teuthology.orchestra.run.smithi081.stderr:tar: /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-15T04:39:26.158 INFO:teuthology.orchestra.run.smithi081.stderr:tar: Error is not recoverable: exiting now 2023-11-15T04:39:26.160 DEBUG:teuthology.misc:Transferring archived files from smithi154:/var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458305/remote/ubuntu@smithi154.front.sepia.ceph.com/crash 2023-11-15T04:39:26.161 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-15T04:39:26.176 INFO:teuthology.orchestra.run.smithi154.stderr:tar: /var/lib/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-15T04:39:26.177 INFO:teuthology.orchestra.run.smithi154.stderr:tar: Error is not recoverable: exiting now 2023-11-15T04:39:26.178 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-15T04:39:26.178 DEBUG:teuthology.orchestra.run.smithi081:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-15T04:39:26.218 INFO:teuthology.orchestra.run.smithi081.stderr:grep: /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph.log: No such file or directory 2023-11-15T04:39:26.221 INFO:tasks.cephadm:Compressing logs... 2023-11-15T04:39:26.221 DEBUG:teuthology.orchestra.run.smithi081:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-15T04:39:26.264 DEBUG:teuthology.orchestra.run.smithi154:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-15T04:39:26.278 INFO:teuthology.orchestra.run.smithi081.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-11-15T04:39:26.281 INFO:teuthology.orchestra.run.smithi154.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-11-15T04:39:26.290 INFO:teuthology.orchestra.run.smithi154.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-15T04:39:26.291 INFO:teuthology.orchestra.run.smithi154.stderr:gzip -5 --verbose -- /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-osd.5.log 2023-11-15T04:39:26.291 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-mon.smithi154.log 2023-11-15T04:39:26.292 INFO:teuthology.orchestra.run.smithi154.stderr:gzip -5 --verbose -- /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi154.chjpkm.log 2023-11-15T04:39:26.293 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-osd.0.log 2023-11-15T04:39:26.293 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-mon.smithi154.log: /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi154.chjpkm.log: gzip -5 --verbose -- /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-osd.4.log 2023-11-15T04:39:26.294 INFO:teuthology.orchestra.run.smithi154.stderr:gzip -5 --verbose -- /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi154.wbuzcp.log 2023-11-15T04:39:26.295 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-15T04:39:26.295 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-osd.4.log: /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi154.wbuzcp.log: gzip -5 --verbose -- /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-osd.2.log 2023-11-15T04:39:26.295 INFO:teuthology.orchestra.run.smithi154.stderr: 64.0% -- replaced with /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi154.wbuzcp.log.gz 2023-11-15T04:39:26.298 INFO:teuthology.orchestra.run.smithi081.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-15T04:39:26.299 INFO:teuthology.orchestra.run.smithi081.stderr:gzip -5 --verbose -- /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-mon.smithi081.log 2023-11-15T04:39:26.300 INFO:teuthology.orchestra.run.smithi081.stderr:gzip -5 --verbose -- /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-osd.6.log 2023-11-15T04:39:26.300 INFO:teuthology.orchestra.run.smithi081.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi081.fomiyu.log 2023-11-15T04:39:26.301 INFO:teuthology.orchestra.run.smithi081.stderr:/var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-mon.smithi081.log: gzip -5 --verbose -- /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-osd.1.log 2023-11-15T04:39:26.301 INFO:teuthology.orchestra.run.smithi081.stderr:/var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-osd.6.log: /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi081.fomiyu.log: gzip -5 --verbose -- /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-osd.3.log 2023-11-15T04:39:26.302 INFO:teuthology.orchestra.run.smithi081.stderr:gzip -5 --verbose -- /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-15T04:39:26.303 INFO:teuthology.orchestra.run.smithi081.stderr:/var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-osd.7.log 2023-11-15T04:39:26.305 INFO:teuthology.orchestra.run.smithi081.stderr:/var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-volume.log: /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi081.pjgomi.log 2023-11-15T04:39:26.305 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-volume.log: /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-osd.2.log: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-15T04:39:26.306 INFO:teuthology.orchestra.run.smithi154.stderr: 93.6% -- replaced with /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi154.chjpkm.log.gz 2023-11-15T04:39:26.306 INFO:teuthology.orchestra.run.smithi154.stderr: 92.4% -- replaced with /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-15T04:39:26.311 INFO:teuthology.orchestra.run.smithi081.stderr:/var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-osd.7.log: 92.5% -- replaced with /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-15T04:39:26.313 INFO:teuthology.orchestra.run.smithi081.stderr:/var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi081.pjgomi.log: 65.6% -- replaced with /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi081.pjgomi.log.gz 2023-11-15T04:39:26.323 INFO:teuthology.orchestra.run.smithi081.stderr: 92.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-15T04:39:26.603 INFO:teuthology.orchestra.run.smithi154.stderr: 92.9% -- replaced with /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-mon.smithi154.log.gz 2023-11-15T04:39:26.611 INFO:teuthology.orchestra.run.smithi081.stderr: 89.2% -- replaced with /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi081.fomiyu.log.gz 2023-11-15T04:39:27.459 INFO:teuthology.orchestra.run.smithi081.stderr: 90.4% -- replaced with /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-mon.smithi081.log.gz 2023-11-15T04:39:27.465 INFO:teuthology.orchestra.run.smithi081.stderr: 93.5% -- replaced with /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-osd.1.log.gz 2023-11-15T04:39:27.509 INFO:teuthology.orchestra.run.smithi154.stderr: 93.6% -- replaced with /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-osd.2.log.gz 2023-11-15T04:39:27.542 INFO:teuthology.orchestra.run.smithi154.stderr: 93.6% -- replaced with /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-osd.5.log.gz 2023-11-15T04:39:27.585 INFO:teuthology.orchestra.run.smithi154.stderr: 93.7% -- replaced with /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-osd.4.log.gz 2023-11-15T04:39:27.711 INFO:teuthology.orchestra.run.smithi081.stderr: 93.3% -- replaced with /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-osd.6.log.gz 2023-11-15T04:39:27.796 INFO:teuthology.orchestra.run.smithi154.stderr: 93.7% -- replaced with /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-osd.0.log.gz 2023-11-15T04:39:27.798 INFO:teuthology.orchestra.run.smithi154.stderr: 2023-11-15T04:39:27.798 INFO:teuthology.orchestra.run.smithi154.stderr:real 0m1.526s 2023-11-15T04:39:27.798 INFO:teuthology.orchestra.run.smithi154.stderr:user 0m5.395s 2023-11-15T04:39:27.799 INFO:teuthology.orchestra.run.smithi154.stderr:sys 0m0.238s 2023-11-15T04:39:27.880 INFO:teuthology.orchestra.run.smithi081.stderr: 93.5% -- replaced with /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-osd.7.log.gz 2023-11-15T04:39:27.903 INFO:teuthology.orchestra.run.smithi081.stderr: 93.9% -- replaced with /var/log/ceph/79c45cc2-836b-11ee-8dbe-212e2dc638e7/ceph-osd.3.log.gz 2023-11-15T04:39:27.904 INFO:teuthology.orchestra.run.smithi081.stderr: 2023-11-15T04:39:27.904 INFO:teuthology.orchestra.run.smithi081.stderr:real 0m1.636s 2023-11-15T04:39:27.905 INFO:teuthology.orchestra.run.smithi081.stderr:user 0m6.878s 2023-11-15T04:39:27.905 INFO:teuthology.orchestra.run.smithi081.stderr:sys 0m0.307s 2023-11-15T04:39:27.906 INFO:tasks.cephadm:Archiving logs... 2023-11-15T04:39:27.906 DEBUG:teuthology.misc:Transferring archived files from smithi081:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458305/remote/ubuntu@smithi081.front.sepia.ceph.com/log 2023-11-15T04:39:27.907 DEBUG:teuthology.orchestra.run.smithi081:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-15T04:39:28.895 DEBUG:teuthology.misc:Transferring archived files from smithi154:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458305/remote/ubuntu@smithi154.front.sepia.ceph.com/log 2023-11-15T04:39:28.896 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-15T04:39:29.707 INFO:tasks.cephadm:Removing cluster... 2023-11-15T04:39:29.708 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 --force 2023-11-15T04:39:31.083 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 79c45cc2-836b-11ee-8dbe-212e2dc638e7 --force 2023-11-15T04:39:32.456 INFO:tasks.cephadm:Removing cephadm ... 2023-11-15T04:39:32.456 DEBUG:teuthology.orchestra.run.smithi081:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-15T04:39:32.464 DEBUG:teuthology.orchestra.run.smithi154:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-15T04:39:32.474 INFO:tasks.cephadm:Teardown complete 2023-11-15T04:39:32.474 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-11-15T04:39:32.485 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi081:/dev/vg_nvme/lv_1... 2023-11-15T04:39:32.486 DEBUG:teuthology.orchestra.run.smithi081:> sudo nvme disconnect -n lv_1 2023-11-15T04:39:32.775 INFO:teuthology.orchestra.run.smithi081.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-15T04:39:32.777 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:39:32.777 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi081:/dev/vg_nvme/lv_2... 2023-11-15T04:39:32.778 DEBUG:teuthology.orchestra.run.smithi081:> sudo nvme disconnect -n lv_2 2023-11-15T04:39:33.095 INFO:teuthology.orchestra.run.smithi081.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-15T04:39:33.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:39:33.098 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi081:/dev/vg_nvme/lv_3... 2023-11-15T04:39:33.098 DEBUG:teuthology.orchestra.run.smithi081:> sudo nvme disconnect -n lv_3 2023-11-15T04:39:33.391 INFO:teuthology.orchestra.run.smithi081.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-15T04:39:33.393 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:39:33.393 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi081:/dev/vg_nvme/lv_4... 2023-11-15T04:39:33.394 DEBUG:teuthology.orchestra.run.smithi081:> sudo nvme disconnect -n lv_4 2023-11-15T04:39:33.683 INFO:teuthology.orchestra.run.smithi081.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-15T04:39:33.684 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:39:33.686 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2023-11-15T04:39:33.686 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/scratch_devs 2023-11-15T04:39:33.702 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi154:/dev/vg_nvme/lv_1... 2023-11-15T04:39:33.702 DEBUG:teuthology.orchestra.run.smithi154:> sudo nvme disconnect -n lv_1 2023-11-15T04:39:34.016 INFO:teuthology.orchestra.run.smithi154.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-15T04:39:34.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:39:34.018 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi154:/dev/vg_nvme/lv_2... 2023-11-15T04:39:34.019 DEBUG:teuthology.orchestra.run.smithi154:> sudo nvme disconnect -n lv_2 2023-11-15T04:39:34.304 INFO:teuthology.orchestra.run.smithi154.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-15T04:39:34.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:39:34.306 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi154:/dev/vg_nvme/lv_3... 2023-11-15T04:39:34.306 DEBUG:teuthology.orchestra.run.smithi154:> sudo nvme disconnect -n lv_3 2023-11-15T04:39:34.596 INFO:teuthology.orchestra.run.smithi154.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-15T04:39:34.597 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:39:34.598 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi154:/dev/vg_nvme/lv_4... 2023-11-15T04:39:34.598 DEBUG:teuthology.orchestra.run.smithi154:> sudo nvme disconnect -n lv_4 2023-11-15T04:39:34.896 INFO:teuthology.orchestra.run.smithi154.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-15T04:39:34.897 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:39:34.898 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-11-15T04:39:34.899 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/scratch_devs 2023-11-15T04:39:34.913 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-15T04:39:34.924 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-15T04:39:34.925 DEBUG:teuthology.orchestra.run.smithi081:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T04:39:34.928 DEBUG:teuthology.orchestra.run.smithi154:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T04:39:34.948 INFO:teuthology.orchestra.run.smithi081.stdout: remote refid st t when poll reach delay offset jitter 2023-11-15T04:39:34.949 INFO:teuthology.orchestra.run.smithi081.stdout:============================================================================== 2023-11-15T04:39:34.949 INFO:teuthology.orchestra.run.smithi081.stdout:*hv01.front.sepi 44.4.53.2 2 u 4 128 377 0.106 2.300 0.605 2023-11-15T04:39:34.950 INFO:teuthology.orchestra.run.smithi081.stdout:+hv02.front.sepi 63.231.80.2 3 u 130 128 377 0.074 1.288 0.210 2023-11-15T04:39:34.950 INFO:teuthology.orchestra.run.smithi081.stdout:+hv03.front.sepi 74.6.168.72 3 u 130 128 377 0.106 0.770 0.210 2023-11-15T04:39:34.951 INFO:teuthology.orchestra.run.smithi081.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-11-15T04:39:34.979 INFO:teuthology.orchestra.run.smithi154.stdout: remote refid st t when poll reach delay offset jitter 2023-11-15T04:39:34.979 INFO:teuthology.orchestra.run.smithi154.stdout:============================================================================== 2023-11-15T04:39:34.980 INFO:teuthology.orchestra.run.smithi154.stdout:*hv01.front.sepi 44.4.53.2 2 u 15 64 377 0.097 -0.193 0.379 2023-11-15T04:39:34.980 INFO:teuthology.orchestra.run.smithi154.stdout:+hv02.front.sepi 63.231.80.2 3 u 64 64 377 0.088 -0.422 0.540 2023-11-15T04:39:34.980 INFO:teuthology.orchestra.run.smithi154.stdout:+hv03.front.sepi 74.6.168.72 3 u 61 64 377 0.082 -1.866 0.679 2023-11-15T04:39:34.980 INFO:teuthology.orchestra.run.smithi154.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-11-15T04:39:34.982 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-15T04:39:34.993 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-15T04:39:34.994 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-15T04:39:35.032 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-15T04:39:35.069 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-15T04:39:35.100 INFO:teuthology.task.internal:Duration was 2736.543735 seconds 2023-11-15T04:39:35.101 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-15T04:39:35.134 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-15T04:39:35.135 DEBUG:teuthology.orchestra.run.smithi081:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-15T04:39:35.137 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-15T04:39:35.184 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-15T04:39:35.184 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi081.front.sepia.ceph.com 2023-11-15T04:39:35.185 DEBUG:teuthology.orchestra.run.smithi081:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-15T04:39:35.199 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi154.front.sepia.ceph.com 2023-11-15T04:39:35.199 DEBUG:teuthology.orchestra.run.smithi154:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-15T04:39:35.242 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-15T04:39:35.243 DEBUG:teuthology.orchestra.run.smithi081:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-15T04:39:35.248 DEBUG:teuthology.orchestra.run.smithi154:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-15T04:39:35.335 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-15T04:39:35.335 DEBUG:teuthology.orchestra.run.smithi081:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-15T04:39:35.338 DEBUG:teuthology.orchestra.run.smithi154:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-15T04:39:35.541 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-15T04:39:35.553 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-15T04:39:35.554 DEBUG:teuthology.orchestra.run.smithi081:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-15T04:39:35.571 DEBUG:teuthology.orchestra.run.smithi154:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-15T04:39:35.588 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-15T04:39:35.603 DEBUG:teuthology.orchestra.run.smithi081:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-15T04:39:35.616 DEBUG:teuthology.orchestra.run.smithi154:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-15T04:39:35.629 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern = core 2023-11-15T04:39:35.646 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern = core 2023-11-15T04:39:35.669 DEBUG:teuthology.orchestra.run.smithi081:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-15T04:39:35.704 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:39:35.705 DEBUG:teuthology.orchestra.run.smithi154:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-15T04:39:35.716 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:39:35.717 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-15T04:39:35.730 INFO:teuthology.task.internal:Transferring archived files... 2023-11-15T04:39:35.731 DEBUG:teuthology.misc:Transferring archived files from smithi081:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458305/remote/smithi081 2023-11-15T04:39:35.732 DEBUG:teuthology.orchestra.run.smithi081:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-15T04:39:35.782 DEBUG:teuthology.misc:Transferring archived files from smithi154:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458305/remote/smithi154 2023-11-15T04:39:35.784 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-15T04:39:35.810 INFO:teuthology.task.internal:Removing archive directory... 2023-11-15T04:39:35.811 DEBUG:teuthology.orchestra.run.smithi081:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-15T04:39:35.820 DEBUG:teuthology.orchestra.run.smithi154:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-15T04:39:35.853 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-15T04:39:35.869 INFO:teuthology.task.internal:Not uploading archives. 2023-11-15T04:39:35.870 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-15T04:39:35.900 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-15T04:39:35.901 DEBUG:teuthology.orchestra.run.smithi081:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-15T04:39:35.905 DEBUG:teuthology.orchestra.run.smithi154:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-15T04:39:35.910 INFO:teuthology.orchestra.run.smithi081.stdout: 1048600 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 15 04:39 /home/ubuntu/cephtest 2023-11-15T04:39:35.914 INFO:teuthology.orchestra.run.smithi154.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 15 04:39 /home/ubuntu/cephtest 2023-11-15T04:39:35.915 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-15T04:39:35.931 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-15T04:39:36.039 INFO:teuthology.nuke:Checking targets against current locks 2023-11-15T04:39:36.066 DEBUG:teuthology.nuke:shortname: smithi081 2023-11-15T04:39:36.067 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T04:39:36.091 DEBUG:teuthology.nuke:shortname: smithi154 2023-11-15T04:39:36.092 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T04:39:36.096 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi081.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458305', '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': '2023-11-15 03:44:35.505707', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-11-15T04:39:36.124 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi154.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458305', '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': '2023-11-15 03:44:35.507691', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-11-15T04:39:36.157 INFO:teuthology.orchestra.console.smithi081:Power off 2023-11-15T04:39:36.158 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-15T04:39:36.183 DEBUG:teuthology.orchestra.console.smithi081:power off output: Chassis Power Control: Down/Off 2023-11-15T04:39:36.183 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:39:36.201 INFO:teuthology.orchestra.console.smithi154:Power off 2023-11-15T04:39:36.202 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-15T04:39:36.212 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is on 2023-11-15T04:39:36.226 DEBUG:teuthology.orchestra.console.smithi154:power off output: Chassis Power Control: Down/Off 2023-11-15T04:39:36.226 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:39:36.253 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2023-11-15T04:39:40.214 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:39:40.254 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:39:40.326 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is on 2023-11-15T04:39:40.366 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2023-11-15T04:39:44.330 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:39:44.367 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:39:44.446 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is on 2023-11-15T04:39:44.479 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is off 2023-11-15T04:39:44.580 INFO:teuthology.orchestra.console.smithi154:Power off completed 2023-11-15T04:39:48.450 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:39:48.561 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is off 2023-11-15T04:39:48.662 INFO:teuthology.orchestra.console.smithi081:Power off completed 2023-11-15T04:39:48.766 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: 2736.543735265732 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=219219fa2c534378bb89691453e01c0f status: fail success: false 2023-11-15T04:39:48.767 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-15T04:39:48.853 INFO:teuthology.run:FAIL