2024-09-17T08:21:58.837 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-17T08:21:58.854 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T08:21:58.934 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908220 branch: reef description: orch/cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7908220' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: reef 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\) - CEPHADM_DAEMON_PLACE_FAIL - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 workunit: branch: reef sha1: 1cbdc9211df088cccbd94423c7cf3a2b85fe432b owner: scheduled_teuthology@teuthology priority: 930 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 5234 sha1: 19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 sleep_before_teardown: 0 subset: 46/64 suite: orch suite_branch: reef suite_path: /home/teuthworker/src/git.ceph.com_ceph_1cbdc9211df088cccbd94423c7cf3a2b85fe432b/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 1cbdc9211df088cccbd94423c7cf3a2b85fe432b targets: smithi081.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCcacH+9srFMgmkKMqshww1O2PS3rBTh4EdVsEyFer3mLl+Lu1g+3xQBUX8eXWMqAbLxlIVA33JCiACzxYVGsIM= smithi160.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIHyRCXlQgTqgNMnqW/b3HcFMVd2xQs3XjEHpYBspiMdUpX+aH6GpeiCU05qgGcMkxvsIOoPx4PNJ4I/mcCF1b8= 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: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-16_22:08:02 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-17T08:21:58.935 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_1cbdc9211df088cccbd94423c7cf3a2b85fe432b/qa; will attempt to use it 2024-09-17T08:21:58.935 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_1cbdc9211df088cccbd94423c7cf3a2b85fe432b/qa/tasks 2024-09-17T08:21:58.935 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-17T08:21:58.937 INFO:teuthology.task.internal:Checking packages... 2024-09-17T08:21:58.958 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '19e2a2beb6f41a3ab62650e38614eb29b59dcbb9' 2024-09-17T08:21:58.958 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-17T08:21:58.958 INFO:teuthology.packaging:ref: None 2024-09-17T08:21:58.958 INFO:teuthology.packaging:tag: None 2024-09-17T08:21:58.958 INFO:teuthology.packaging:branch: reef 2024-09-17T08:21:58.958 INFO:teuthology.packaging:sha1: 19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T08:21:58.958 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=reef 2024-09-17T08:21:59.243 INFO:teuthology.task.internal:Found packages for ceph version 18.2.4-855-g19e2a2be-1jammy 2024-09-17T08:21:59.245 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-17T08:21:59.251 INFO:teuthology.task.internal:no buildpackages task found 2024-09-17T08:21:59.252 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-17T08:21:59.257 INFO:teuthology.task.internal:Saving configuration 2024-09-17T08:21:59.271 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-17T08:21:59.277 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-17T08:21:59.301 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi081.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908220', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-17 08:16:20.307975', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB4YqQGj1VNuwDC0LxZ+MmKo3zJfDj4ea0+KPPojqyll'} 2024-09-17T08:21:59.321 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi160.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908220', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-17 08:16:20.309392', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKMfavNhqYT2Augq0AGm3fyDssJ2060huVkNLWB1gulb'} 2024-09-17T08:21:59.321 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-17T08:21:59.327 INFO:teuthology.task.internal:roles: ubuntu@smithi081.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-09-17T08:21:59.327 INFO:teuthology.task.internal:roles: ubuntu@smithi160.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-09-17T08:21:59.327 INFO:teuthology.run_tasks:Running task console_log... 2024-09-17T08:21:59.387 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f32bfb2b370>, signals=[15]) 2024-09-17T08:21:59.388 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-17T08:21:59.393 INFO:teuthology.task.internal:Opening connections... 2024-09-17T08:21:59.393 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi081.front.sepia.ceph.com 2024-09-17T08:21:59.394 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:21:59.521 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi160.front.sepia.ceph.com 2024-09-17T08:21:59.522 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:21:59.600 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-17T08:21:59.606 DEBUG:teuthology.orchestra.run.smithi081:> uname -m 2024-09-17T08:21:59.613 INFO:teuthology.orchestra.run.smithi081.stdout:x86_64 2024-09-17T08:21:59.613 DEBUG:teuthology.orchestra.run.smithi081:> cat /etc/os-release 2024-09-17T08:21:59.662 INFO:teuthology.orchestra.run.smithi081.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-17T08:21:59.663 INFO:teuthology.orchestra.run.smithi081.stdout:NAME="Ubuntu" 2024-09-17T08:21:59.663 INFO:teuthology.orchestra.run.smithi081.stdout:VERSION_ID="22.04" 2024-09-17T08:21:59.663 INFO:teuthology.orchestra.run.smithi081.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-17T08:21:59.663 INFO:teuthology.orchestra.run.smithi081.stdout:VERSION_CODENAME=jammy 2024-09-17T08:21:59.663 INFO:teuthology.orchestra.run.smithi081.stdout:ID=ubuntu 2024-09-17T08:21:59.663 INFO:teuthology.orchestra.run.smithi081.stdout:ID_LIKE=debian 2024-09-17T08:21:59.663 INFO:teuthology.orchestra.run.smithi081.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-17T08:21:59.663 INFO:teuthology.orchestra.run.smithi081.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-17T08:21:59.663 INFO:teuthology.orchestra.run.smithi081.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-17T08:21:59.663 INFO:teuthology.orchestra.run.smithi081.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-17T08:21:59.663 INFO:teuthology.orchestra.run.smithi081.stdout:UBUNTU_CODENAME=jammy 2024-09-17T08:21:59.664 INFO:teuthology.lock.ops:Updating smithi081.front.sepia.ceph.com on lock server 2024-09-17T08:21:59.686 DEBUG:teuthology.orchestra.run.smithi160:> uname -m 2024-09-17T08:21:59.692 INFO:teuthology.orchestra.run.smithi160.stdout:x86_64 2024-09-17T08:21:59.692 DEBUG:teuthology.orchestra.run.smithi160:> cat /etc/os-release 2024-09-17T08:21:59.742 INFO:teuthology.orchestra.run.smithi160.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-17T08:21:59.742 INFO:teuthology.orchestra.run.smithi160.stdout:NAME="Ubuntu" 2024-09-17T08:21:59.742 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION_ID="22.04" 2024-09-17T08:21:59.742 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-17T08:21:59.742 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION_CODENAME=jammy 2024-09-17T08:21:59.742 INFO:teuthology.orchestra.run.smithi160.stdout:ID=ubuntu 2024-09-17T08:21:59.742 INFO:teuthology.orchestra.run.smithi160.stdout:ID_LIKE=debian 2024-09-17T08:21:59.742 INFO:teuthology.orchestra.run.smithi160.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-17T08:21:59.742 INFO:teuthology.orchestra.run.smithi160.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-17T08:21:59.742 INFO:teuthology.orchestra.run.smithi160.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-17T08:21:59.743 INFO:teuthology.orchestra.run.smithi160.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-17T08:21:59.743 INFO:teuthology.orchestra.run.smithi160.stdout:UBUNTU_CODENAME=jammy 2024-09-17T08:21:59.743 INFO:teuthology.lock.ops:Updating smithi160.front.sepia.ceph.com on lock server 2024-09-17T08:21:59.778 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-17T08:21:59.786 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-17T08:21:59.793 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-17T08:21:59.793 DEBUG:teuthology.orchestra.run.smithi081:> test '!' -e /home/ubuntu/cephtest 2024-09-17T08:21:59.796 DEBUG:teuthology.orchestra.run.smithi160:> test '!' -e /home/ubuntu/cephtest 2024-09-17T08:21:59.800 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-17T08:21:59.806 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-17T08:21:59.806 DEBUG:teuthology.orchestra.run.smithi081:> test -z $(ls -A /var/lib/ceph) 2024-09-17T08:21:59.844 DEBUG:teuthology.orchestra.run.smithi160:> test -z $(ls -A /var/lib/ceph) 2024-09-17T08:21:59.868 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-17T08:21:59.922 INFO:teuthology.run_tasks:Running task kernel... 2024-09-17T08:21:59.938 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-17T08:21:59.938 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-17T08:21:59.939 DEBUG:teuthology.orchestra.run.smithi081:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T08:21:59.939 DEBUG:teuthology.orchestra.run.smithi160:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T08:21:59.943 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:21:59.943 DEBUG:teuthology.orchestra.run.smithi081:> uname -r 2024-09-17T08:21:59.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:21:59.945 DEBUG:teuthology.orchestra.run.smithi160:> uname -r 2024-09-17T08:21:59.990 INFO:teuthology.orchestra.run.smithi160.stdout:5.15.0-56-generic 2024-09-17T08:21:59.991 INFO:teuthology.task.kernel:Running kernel on smithi160: 5.15.0-56-generic 2024-09-17T08:21:59.991 DEBUG:teuthology.orchestra.run.smithi160:> sudo apt-get clean 2024-09-17T08:21:59.992 INFO:teuthology.orchestra.run.smithi081.stdout:5.15.0-56-generic 2024-09-17T08:21:59.992 INFO:teuthology.task.kernel:Running kernel on smithi081: 5.15.0-56-generic 2024-09-17T08:21:59.992 DEBUG:teuthology.orchestra.run.smithi081:> sudo apt-get clean 2024-09-17T08:22:00.124 DEBUG:teuthology.orchestra.run.smithi160:> sudo apt-get update 2024-09-17T08:22:00.129 DEBUG:teuthology.orchestra.run.smithi081:> sudo apt-get update 2024-09-17T08:22:00.273 INFO:teuthology.orchestra.run.smithi081.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T08:22:00.282 INFO:teuthology.orchestra.run.smithi081.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-17T08:22:00.349 INFO:teuthology.orchestra.run.smithi081.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-17T08:22:00.384 INFO:teuthology.orchestra.run.smithi081.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-17T08:22:00.392 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T08:22:00.401 INFO:teuthology.orchestra.run.smithi160.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-17T08:22:00.457 INFO:teuthology.orchestra.run.smithi160.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-17T08:22:00.520 INFO:teuthology.orchestra.run.smithi081.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,058 kB] 2024-09-17T08:22:00.618 INFO:teuthology.orchestra.run.smithi081.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [701 kB] 2024-09-17T08:22:00.623 INFO:teuthology.orchestra.run.smithi081.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [355 kB] 2024-09-17T08:22:00.627 INFO:teuthology.orchestra.run.smithi081.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-17T08:22:00.627 INFO:teuthology.orchestra.run.smithi081.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,495 kB] 2024-09-17T08:22:00.648 INFO:teuthology.orchestra.run.smithi081.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-17T08:22:00.648 INFO:teuthology.orchestra.run.smithi081.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [429 kB] 2024-09-17T08:22:00.652 INFO:teuthology.orchestra.run.smithi081.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-17T08:22:00.652 INFO:teuthology.orchestra.run.smithi081.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-17T08:22:00.661 INFO:teuthology.orchestra.run.smithi081.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-17T08:22:00.667 INFO:teuthology.orchestra.run.smithi081.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-17T08:22:00.669 INFO:teuthology.orchestra.run.smithi081.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.2 kB] 2024-09-17T08:22:00.670 INFO:teuthology.orchestra.run.smithi081.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-17T08:22:00.670 INFO:teuthology.orchestra.run.smithi081.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-17T08:22:00.703 INFO:teuthology.orchestra.run.smithi081.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-17T08:22:00.703 INFO:teuthology.orchestra.run.smithi081.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-17T08:22:00.703 INFO:teuthology.orchestra.run.smithi081.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-17T08:22:00.709 INFO:teuthology.orchestra.run.smithi081.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-17T08:22:00.710 INFO:teuthology.orchestra.run.smithi081.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-17T08:22:00.710 INFO:teuthology.orchestra.run.smithi081.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-17T08:22:00.710 INFO:teuthology.orchestra.run.smithi081.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-17T08:22:00.711 INFO:teuthology.orchestra.run.smithi081.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-17T08:22:00.711 INFO:teuthology.orchestra.run.smithi081.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-17T08:22:00.711 INFO:teuthology.orchestra.run.smithi081.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-17T08:22:00.813 INFO:teuthology.orchestra.run.smithi160.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-17T08:22:00.836 INFO:teuthology.orchestra.run.smithi160.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-17T08:22:00.861 INFO:teuthology.orchestra.run.smithi081.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-17T08:22:00.952 INFO:teuthology.orchestra.run.smithi160.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,058 kB] 2024-09-17T08:22:01.272 INFO:teuthology.orchestra.run.smithi160.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-17T08:22:01.274 INFO:teuthology.orchestra.run.smithi160.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [701 kB] 2024-09-17T08:22:01.281 INFO:teuthology.orchestra.run.smithi081.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-17T08:22:01.285 INFO:teuthology.orchestra.run.smithi160.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-17T08:22:01.294 INFO:teuthology.orchestra.run.smithi160.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-17T08:22:01.295 INFO:teuthology.orchestra.run.smithi160.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-17T08:22:01.296 INFO:teuthology.orchestra.run.smithi160.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-17T08:22:01.297 INFO:teuthology.orchestra.run.smithi081.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-17T08:22:01.306 INFO:teuthology.orchestra.run.smithi081.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-17T08:22:01.307 INFO:teuthology.orchestra.run.smithi081.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-17T08:22:01.307 INFO:teuthology.orchestra.run.smithi160.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [355 kB] 2024-09-17T08:22:01.322 INFO:teuthology.orchestra.run.smithi160.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-17T08:22:01.322 INFO:teuthology.orchestra.run.smithi160.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-17T08:22:01.324 INFO:teuthology.orchestra.run.smithi160.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,495 kB] 2024-09-17T08:22:01.394 INFO:teuthology.orchestra.run.smithi160.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-17T08:22:01.403 INFO:teuthology.orchestra.run.smithi081.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-17T08:22:01.404 INFO:teuthology.orchestra.run.smithi081.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-17T08:22:01.415 INFO:teuthology.orchestra.run.smithi081.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-17T08:22:01.415 INFO:teuthology.orchestra.run.smithi081.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-17T08:22:01.432 INFO:teuthology.orchestra.run.smithi160.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [429 kB] 2024-09-17T08:22:01.433 INFO:teuthology.orchestra.run.smithi160.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-17T08:22:01.433 INFO:teuthology.orchestra.run.smithi160.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-17T08:22:01.438 INFO:teuthology.orchestra.run.smithi081.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-17T08:22:01.440 INFO:teuthology.orchestra.run.smithi160.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-17T08:22:01.440 INFO:teuthology.orchestra.run.smithi160.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-17T08:22:01.453 INFO:teuthology.orchestra.run.smithi160.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-17T08:22:01.458 INFO:teuthology.orchestra.run.smithi160.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-17T08:22:01.460 INFO:teuthology.orchestra.run.smithi081.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-17T08:22:01.464 INFO:teuthology.orchestra.run.smithi081.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-17T08:22:01.467 INFO:teuthology.orchestra.run.smithi081.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-17T08:22:01.467 INFO:teuthology.orchestra.run.smithi081.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-17T08:22:01.472 INFO:teuthology.orchestra.run.smithi160.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-17T08:22:01.473 INFO:teuthology.orchestra.run.smithi160.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-17T08:22:01.476 INFO:teuthology.orchestra.run.smithi160.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.2 kB] 2024-09-17T08:22:01.476 INFO:teuthology.orchestra.run.smithi160.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-17T08:22:01.477 INFO:teuthology.orchestra.run.smithi160.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-17T08:22:01.477 INFO:teuthology.orchestra.run.smithi160.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-17T08:22:01.477 INFO:teuthology.orchestra.run.smithi160.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-17T08:22:01.478 INFO:teuthology.orchestra.run.smithi160.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-17T08:22:01.478 INFO:teuthology.orchestra.run.smithi160.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-17T08:22:01.479 INFO:teuthology.orchestra.run.smithi160.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-17T08:22:01.520 INFO:teuthology.orchestra.run.smithi160.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-17T08:22:01.530 INFO:teuthology.orchestra.run.smithi160.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-17T08:22:01.548 INFO:teuthology.orchestra.run.smithi081.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-17T08:22:01.548 INFO:teuthology.orchestra.run.smithi081.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-17T08:22:01.559 INFO:teuthology.orchestra.run.smithi160.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-17T08:22:01.560 INFO:teuthology.orchestra.run.smithi160.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-17T08:22:01.561 INFO:teuthology.orchestra.run.smithi160.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-17T08:22:01.562 INFO:teuthology.orchestra.run.smithi160.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-17T08:22:01.562 INFO:teuthology.orchestra.run.smithi160.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-17T08:22:01.602 INFO:teuthology.orchestra.run.smithi160.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-17T08:22:01.603 INFO:teuthology.orchestra.run.smithi160.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-17T08:22:01.603 INFO:teuthology.orchestra.run.smithi160.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-17T08:22:07.097 INFO:teuthology.orchestra.run.smithi081.stdout:Fetched 16.1 MB in 2s (7,417 kB/s) 2024-09-17T08:22:07.562 INFO:teuthology.orchestra.run.smithi160.stdout:Fetched 16.1 MB in 3s (5,815 kB/s) 2024-09-17T08:22:08.629 INFO:teuthology.orchestra.run.smithi081.stdout:Reading package lists... 2024-09-17T08:22:08.647 DEBUG:teuthology.orchestra.run.smithi081:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T08:22:08.709 INFO:teuthology.orchestra.run.smithi081.stdout:Reading package lists... 2024-09-17T08:22:08.921 INFO:teuthology.orchestra.run.smithi081.stdout:Building dependency tree... 2024-09-17T08:22:08.922 INFO:teuthology.orchestra.run.smithi081.stdout:Reading state information... 2024-09-17T08:22:09.002 INFO:teuthology.orchestra.run.smithi160.stdout:Reading package lists... 2024-09-17T08:22:09.020 DEBUG:teuthology.orchestra.run.smithi160:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T08:22:09.073 INFO:teuthology.orchestra.run.smithi160.stdout:Reading package lists... 2024-09-17T08:22:09.096 INFO:teuthology.orchestra.run.smithi081.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T08:22:09.097 INFO:teuthology.orchestra.run.smithi081.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T08:22:09.097 INFO:teuthology.orchestra.run.smithi081.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T08:22:09.097 INFO:teuthology.orchestra.run.smithi081.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T08:22:09.097 INFO:teuthology.orchestra.run.smithi081.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-17T08:22:09.097 INFO:teuthology.orchestra.run.smithi081.stdout: python2.7-minimal 2024-09-17T08:22:09.098 INFO:teuthology.orchestra.run.smithi081.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T08:22:09.099 INFO:teuthology.orchestra.run.smithi081.stdout:The following additional packages will be installed: 2024-09-17T08:22:09.099 INFO:teuthology.orchestra.run.smithi081.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T08:22:09.099 INFO:teuthology.orchestra.run.smithi081.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-17T08:22:09.099 INFO:teuthology.orchestra.run.smithi081.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-17T08:22:09.100 INFO:teuthology.orchestra.run.smithi081.stdout:Suggested packages: 2024-09-17T08:22:09.100 INFO:teuthology.orchestra.run.smithi081.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-17T08:22:09.100 INFO:teuthology.orchestra.run.smithi081.stdout:Recommended packages: 2024-09-17T08:22:09.101 INFO:teuthology.orchestra.run.smithi081.stdout: thermald 2024-09-17T08:22:09.142 INFO:teuthology.orchestra.run.smithi081.stdout:The following NEW packages will be installed: 2024-09-17T08:22:09.142 INFO:teuthology.orchestra.run.smithi081.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T08:22:09.142 INFO:teuthology.orchestra.run.smithi081.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-17T08:22:09.142 INFO:teuthology.orchestra.run.smithi081.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-17T08:22:09.143 INFO:teuthology.orchestra.run.smithi081.stdout:The following packages will be upgraded: 2024-09-17T08:22:09.144 INFO:teuthology.orchestra.run.smithi081.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-17T08:22:09.195 INFO:teuthology.orchestra.run.smithi081.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T08:22:09.195 INFO:teuthology.orchestra.run.smithi081.stdout:Need to get 113 MB of archives. 2024-09-17T08:22:09.195 INFO:teuthology.orchestra.run.smithi081.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-17T08:22:09.195 INFO:teuthology.orchestra.run.smithi081.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-17T08:22:09.262 INFO:teuthology.orchestra.run.smithi160.stdout:Building dependency tree... 2024-09-17T08:22:09.262 INFO:teuthology.orchestra.run.smithi160.stdout:Reading state information... 2024-09-17T08:22:09.432 INFO:teuthology.orchestra.run.smithi160.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T08:22:09.432 INFO:teuthology.orchestra.run.smithi160.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T08:22:09.432 INFO:teuthology.orchestra.run.smithi160.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T08:22:09.432 INFO:teuthology.orchestra.run.smithi160.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T08:22:09.433 INFO:teuthology.orchestra.run.smithi160.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-17T08:22:09.433 INFO:teuthology.orchestra.run.smithi160.stdout: python2.7-minimal 2024-09-17T08:22:09.433 INFO:teuthology.orchestra.run.smithi160.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T08:22:09.434 INFO:teuthology.orchestra.run.smithi160.stdout:The following additional packages will be installed: 2024-09-17T08:22:09.434 INFO:teuthology.orchestra.run.smithi160.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T08:22:09.434 INFO:teuthology.orchestra.run.smithi160.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-17T08:22:09.434 INFO:teuthology.orchestra.run.smithi160.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-17T08:22:09.435 INFO:teuthology.orchestra.run.smithi160.stdout:Suggested packages: 2024-09-17T08:22:09.436 INFO:teuthology.orchestra.run.smithi160.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-17T08:22:09.436 INFO:teuthology.orchestra.run.smithi160.stdout:Recommended packages: 2024-09-17T08:22:09.436 INFO:teuthology.orchestra.run.smithi160.stdout: thermald 2024-09-17T08:22:09.476 INFO:teuthology.orchestra.run.smithi160.stdout:The following NEW packages will be installed: 2024-09-17T08:22:09.476 INFO:teuthology.orchestra.run.smithi160.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T08:22:09.476 INFO:teuthology.orchestra.run.smithi160.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-17T08:22:09.477 INFO:teuthology.orchestra.run.smithi160.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-17T08:22:09.478 INFO:teuthology.orchestra.run.smithi160.stdout:The following packages will be upgraded: 2024-09-17T08:22:09.478 INFO:teuthology.orchestra.run.smithi160.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-17T08:22:09.627 INFO:teuthology.orchestra.run.smithi081.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-17T08:22:09.658 INFO:teuthology.orchestra.run.smithi160.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T08:22:09.658 INFO:teuthology.orchestra.run.smithi160.stdout:Need to get 113 MB of archives. 2024-09-17T08:22:09.658 INFO:teuthology.orchestra.run.smithi160.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-17T08:22:09.658 INFO:teuthology.orchestra.run.smithi160.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-17T08:22:09.715 INFO:teuthology.orchestra.run.smithi081.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-17T08:22:10.493 INFO:teuthology.orchestra.run.smithi081.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-17T08:22:10.493 INFO:teuthology.orchestra.run.smithi081.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-17T08:22:10.493 INFO:teuthology.orchestra.run.smithi081.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-17T08:22:10.616 INFO:teuthology.orchestra.run.smithi081.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-17T08:22:10.716 INFO:teuthology.orchestra.run.smithi081.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-17T08:22:11.060 INFO:teuthology.orchestra.run.smithi160.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-17T08:22:11.110 INFO:teuthology.orchestra.run.smithi081.stdout:Fetched 113 MB in 2s (72.4 MB/s) 2024-09-17T08:22:11.276 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-17T08:22:11.412 INFO:teuthology.orchestra.run.smithi160.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-17T08:22:13.382 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 ... 129542 files and directories currently installed.) 2024-09-17T08:22:13.386 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T08:22:13.482 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T08:22:13.609 INFO:teuthology.orchestra.run.smithi160.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-17T08:22:13.609 INFO:teuthology.orchestra.run.smithi160.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-17T08:22:13.609 INFO:teuthology.orchestra.run.smithi160.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-17T08:22:14.189 INFO:teuthology.orchestra.run.smithi160.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-17T08:22:14.249 INFO:teuthology.orchestra.run.smithi160.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-17T08:22:14.647 INFO:teuthology.orchestra.run.smithi160.stdout:Fetched 113 MB in 5s (23.8 MB/s) 2024-09-17T08:22:14.797 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-17T08:22:15.858 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-17T08:22:15.879 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T08:22:15.968 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T08:22:16.570 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-17T08:22:16.590 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T08:22:16.720 INFO:teuthology.orchestra.run.smithi160.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 ... 129542 files and directories currently installed.) 2024-09-17T08:22:16.724 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T08:22:16.828 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T08:22:16.829 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T08:22:18.904 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-17T08:22:18.925 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T08:22:19.003 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T08:22:19.466 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-17T08:22:19.485 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T08:22:19.546 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T08:22:23.408 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T08:22:23.532 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T08:22:23.882 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T08:22:24.010 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T08:22:24.305 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-17T08:22:24.328 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-17T08:22:24.372 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T08:22:26.556 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T08:22:26.683 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T08:22:27.058 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T08:22:27.178 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T08:22:27.489 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-17T08:22:27.511 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-17T08:22:27.555 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T08:22:30.030 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-17T08:22:30.067 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T08:22:30.104 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T08:22:33.294 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-17T08:22:33.320 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T08:22:33.331 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T08:22:33.369 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T08:22:33.443 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T08:22:33.826 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T08:22:33.948 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T08:22:34.090 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-17T08:22:34.219 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T08:22:35.555 INFO:teuthology.orchestra.run.smithi081.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-17T08:22:35.556 INFO:teuthology.orchestra.run.smithi081.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-17T08:22:35.556 INFO:teuthology.orchestra.run.smithi081.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-17T08:22:35.556 INFO:teuthology.orchestra.run.smithi081.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-17T08:22:35.704 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T08:22:36.910 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T08:22:37.031 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T08:22:37.173 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-17T08:22:37.298 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-17T08:22:37.365 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T08:22:37.478 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T08:22:37.508 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T08:22:37.637 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-17T08:22:37.774 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T08:22:38.951 INFO:teuthology.orchestra.run.smithi081.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T08:22:39.027 INFO:teuthology.orchestra.run.smithi081.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-17T08:22:39.027 INFO:teuthology.orchestra.run.smithi081.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-17T08:22:39.107 INFO:teuthology.orchestra.run.smithi160.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-17T08:22:39.107 INFO:teuthology.orchestra.run.smithi160.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-17T08:22:39.107 INFO:teuthology.orchestra.run.smithi160.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-17T08:22:39.107 INFO:teuthology.orchestra.run.smithi160.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-17T08:22:39.267 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T08:22:40.652 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-17T08:22:40.777 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-17T08:22:40.903 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T08:22:42.739 INFO:teuthology.orchestra.run.smithi160.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T08:22:42.805 INFO:teuthology.orchestra.run.smithi160.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-17T08:22:42.805 INFO:teuthology.orchestra.run.smithi160.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-17T08:22:53.282 INFO:teuthology.orchestra.run.smithi081.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-17T08:22:53.282 INFO:teuthology.orchestra.run.smithi081.stdout:Sourcing file `/etc/default/grub' 2024-09-17T08:22:53.305 INFO:teuthology.orchestra.run.smithi081.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T08:22:53.326 INFO:teuthology.orchestra.run.smithi081.stdout:Generating grub configuration file ... 2024-09-17T08:22:53.693 INFO:teuthology.orchestra.run.smithi081.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T08:22:53.716 INFO:teuthology.orchestra.run.smithi081.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T08:22:54.127 INFO:teuthology.orchestra.run.smithi081.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T08:22:54.133 INFO:teuthology.orchestra.run.smithi081.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T08:22:54.196 INFO:teuthology.orchestra.run.smithi081.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T08:22:54.201 INFO:teuthology.orchestra.run.smithi081.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T08:22:54.350 INFO:teuthology.orchestra.run.smithi081.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T08:22:54.350 INFO:teuthology.orchestra.run.smithi081.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T08:22:54.350 INFO:teuthology.orchestra.run.smithi081.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T08:22:54.380 INFO:teuthology.orchestra.run.smithi081.stdout:done 2024-09-17T08:22:54.859 DEBUG:teuthology.orchestra.run.smithi081:> dpkg -s linux-image-generic 2024-09-17T08:22:54.877 INFO:teuthology.orchestra.run.smithi081.stdout:Package: linux-image-generic 2024-09-17T08:22:54.877 INFO:teuthology.orchestra.run.smithi081.stdout:Status: install ok installed 2024-09-17T08:22:54.877 INFO:teuthology.orchestra.run.smithi081.stdout:Priority: optional 2024-09-17T08:22:54.877 INFO:teuthology.orchestra.run.smithi081.stdout:Section: kernel 2024-09-17T08:22:54.877 INFO:teuthology.orchestra.run.smithi081.stdout:Installed-Size: 21 2024-09-17T08:22:54.877 INFO:teuthology.orchestra.run.smithi081.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T08:22:54.877 INFO:teuthology.orchestra.run.smithi081.stdout:Architecture: amd64 2024-09-17T08:22:54.877 INFO:teuthology.orchestra.run.smithi081.stdout:Source: linux-meta 2024-09-17T08:22:54.877 INFO:teuthology.orchestra.run.smithi081.stdout:Version: 5.15.0.122.122 2024-09-17T08:22:54.877 INFO:teuthology.orchestra.run.smithi081.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-17T08:22:54.878 INFO:teuthology.orchestra.run.smithi081.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-17T08:22:54.878 INFO:teuthology.orchestra.run.smithi081.stdout:Recommends: thermald 2024-09-17T08:22:54.878 INFO:teuthology.orchestra.run.smithi081.stdout:Description: Generic Linux kernel image 2024-09-17T08:22:54.878 INFO:teuthology.orchestra.run.smithi081.stdout: This package will always depend on the latest generic kernel image 2024-09-17T08:22:54.878 INFO:teuthology.orchestra.run.smithi081.stdout: available. 2024-09-17T08:22:54.879 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-17T08:22:54.879 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T08:22:54.879 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T08:22:54.879 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-17T08:22:54.879 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi081.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T08:22:54.879 DEBUG:teuthology.orchestra.run.smithi081:> sudo apt-get clean 2024-09-17T08:22:55.083 DEBUG:teuthology.orchestra.run.smithi081:> sudo apt-get update 2024-09-17T08:22:55.212 INFO:teuthology.orchestra.run.smithi081.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-17T08:22:55.320 INFO:teuthology.orchestra.run.smithi081.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T08:22:55.400 INFO:teuthology.orchestra.run.smithi081.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-17T08:22:55.482 INFO:teuthology.orchestra.run.smithi081.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-17T08:22:56.676 INFO:teuthology.orchestra.run.smithi081.stdout:Reading package lists... 2024-09-17T08:22:56.695 DEBUG:teuthology.orchestra.run.smithi081:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T08:22:56.755 INFO:teuthology.orchestra.run.smithi081.stdout:Reading package lists... 2024-09-17T08:22:56.968 INFO:teuthology.orchestra.run.smithi081.stdout:Building dependency tree... 2024-09-17T08:22:56.969 INFO:teuthology.orchestra.run.smithi081.stdout:Reading state information... 2024-09-17T08:22:57.090 INFO:teuthology.orchestra.run.smithi160.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-17T08:22:57.090 INFO:teuthology.orchestra.run.smithi160.stdout:Sourcing file `/etc/default/grub' 2024-09-17T08:22:57.115 INFO:teuthology.orchestra.run.smithi160.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T08:22:57.134 INFO:teuthology.orchestra.run.smithi160.stdout:Generating grub configuration file ... 2024-09-17T08:22:57.145 INFO:teuthology.orchestra.run.smithi081.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-17T08:22:57.146 INFO:teuthology.orchestra.run.smithi081.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T08:22:57.146 INFO:teuthology.orchestra.run.smithi081.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T08:22:57.146 INFO:teuthology.orchestra.run.smithi081.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T08:22:57.146 INFO:teuthology.orchestra.run.smithi081.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T08:22:57.146 INFO:teuthology.orchestra.run.smithi081.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-17T08:22:57.146 INFO:teuthology.orchestra.run.smithi081.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-17T08:22:57.146 INFO:teuthology.orchestra.run.smithi081.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T08:22:57.185 INFO:teuthology.orchestra.run.smithi081.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T08:22:57.187 DEBUG:teuthology.orchestra.run.smithi081:> dpkg -s linux-image-generic 2024-09-17T08:22:57.245 INFO:teuthology.orchestra.run.smithi081.stdout:Package: linux-image-generic 2024-09-17T08:22:57.245 INFO:teuthology.orchestra.run.smithi081.stdout:Status: install ok installed 2024-09-17T08:22:57.245 INFO:teuthology.orchestra.run.smithi081.stdout:Priority: optional 2024-09-17T08:22:57.246 INFO:teuthology.orchestra.run.smithi081.stdout:Section: kernel 2024-09-17T08:22:57.246 INFO:teuthology.orchestra.run.smithi081.stdout:Installed-Size: 21 2024-09-17T08:22:57.246 INFO:teuthology.orchestra.run.smithi081.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T08:22:57.246 INFO:teuthology.orchestra.run.smithi081.stdout:Architecture: amd64 2024-09-17T08:22:57.246 INFO:teuthology.orchestra.run.smithi081.stdout:Source: linux-meta 2024-09-17T08:22:57.246 INFO:teuthology.orchestra.run.smithi081.stdout:Version: 5.15.0.122.122 2024-09-17T08:22:57.246 INFO:teuthology.orchestra.run.smithi081.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-17T08:22:57.246 INFO:teuthology.orchestra.run.smithi081.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-17T08:22:57.246 INFO:teuthology.orchestra.run.smithi081.stdout:Recommends: thermald 2024-09-17T08:22:57.247 INFO:teuthology.orchestra.run.smithi081.stdout:Description: Generic Linux kernel image 2024-09-17T08:22:57.247 INFO:teuthology.orchestra.run.smithi081.stdout: This package will always depend on the latest generic kernel image 2024-09-17T08:22:57.247 INFO:teuthology.orchestra.run.smithi081.stdout: available. 2024-09-17T08:22:57.247 DEBUG:teuthology.orchestra.run.smithi081:> mktemp 2024-09-17T08:22:57.290 INFO:teuthology.orchestra.run.smithi081.stdout:/tmp/tmp.JELLmZodIQ 2024-09-17T08:22:57.290 DEBUG:teuthology.orchestra.run.smithi081:> sudo cp /boot/grub/grub.cfg /tmp/tmp.JELLmZodIQ 2024-09-17T08:22:57.344 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod 0666 /tmp/tmp.JELLmZodIQ 2024-09-17T08:22:57.418 INFO:teuthology.orchestra.run.smithi160.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T08:22:57.440 INFO:teuthology.orchestra.run.smithi160.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T08:22:57.456 DEBUG:teuthology.orchestra.remote:smithi081:/tmp/tmp.JELLmZodIQ is 10KB 2024-09-17T08:22:57.469 DEBUG:teuthology.orchestra.run.smithi081:> rm -fr /tmp/tmp.JELLmZodIQ 2024-09-17T08:22:57.474 DEBUG:teuthology.orchestra.run.smithi081:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-17T08:22:57.529 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-09-17T08:22:57.530 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-17T08:22:57.530 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-17T08:22:57.592 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-17T08:22:57.592 DEBUG:teuthology.orchestra.run.smithi081:> sudo update-grub 2024-09-17T08:22:57.757 INFO:teuthology.orchestra.run.smithi160.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T08:22:57.762 INFO:teuthology.orchestra.run.smithi160.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T08:22:57.829 INFO:teuthology.orchestra.run.smithi160.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T08:22:57.834 INFO:teuthology.orchestra.run.smithi160.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T08:22:58.013 INFO:teuthology.orchestra.run.smithi160.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T08:22:58.014 INFO:teuthology.orchestra.run.smithi160.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T08:22:58.014 INFO:teuthology.orchestra.run.smithi160.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T08:22:58.058 INFO:teuthology.orchestra.run.smithi160.stdout:done 2024-09-17T08:22:58.543 DEBUG:teuthology.orchestra.run.smithi160:> dpkg -s linux-image-generic 2024-09-17T08:22:58.565 INFO:teuthology.orchestra.run.smithi160.stdout:Package: linux-image-generic 2024-09-17T08:22:58.565 INFO:teuthology.orchestra.run.smithi160.stdout:Status: install ok installed 2024-09-17T08:22:58.565 INFO:teuthology.orchestra.run.smithi160.stdout:Priority: optional 2024-09-17T08:22:58.565 INFO:teuthology.orchestra.run.smithi160.stdout:Section: kernel 2024-09-17T08:22:58.565 INFO:teuthology.orchestra.run.smithi160.stdout:Installed-Size: 21 2024-09-17T08:22:58.566 INFO:teuthology.orchestra.run.smithi160.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T08:22:58.566 INFO:teuthology.orchestra.run.smithi160.stdout:Architecture: amd64 2024-09-17T08:22:58.566 INFO:teuthology.orchestra.run.smithi160.stdout:Source: linux-meta 2024-09-17T08:22:58.566 INFO:teuthology.orchestra.run.smithi160.stdout:Version: 5.15.0.122.122 2024-09-17T08:22:58.566 INFO:teuthology.orchestra.run.smithi160.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-17T08:22:58.566 INFO:teuthology.orchestra.run.smithi160.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-17T08:22:58.566 INFO:teuthology.orchestra.run.smithi160.stdout:Recommends: thermald 2024-09-17T08:22:58.566 INFO:teuthology.orchestra.run.smithi160.stdout:Description: Generic Linux kernel image 2024-09-17T08:22:58.566 INFO:teuthology.orchestra.run.smithi160.stdout: This package will always depend on the latest generic kernel image 2024-09-17T08:22:58.566 INFO:teuthology.orchestra.run.smithi160.stdout: available. 2024-09-17T08:22:58.566 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-17T08:22:58.567 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T08:22:58.567 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T08:22:58.567 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-17T08:22:58.567 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi160.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T08:22:58.567 DEBUG:teuthology.orchestra.run.smithi160:> sudo apt-get clean 2024-09-17T08:22:58.744 DEBUG:teuthology.orchestra.run.smithi160:> sudo apt-get update 2024-09-17T08:22:58.872 INFO:teuthology.orchestra.run.smithi081.stderr:Sourcing file `/etc/default/grub' 2024-09-17T08:22:58.876 INFO:teuthology.orchestra.run.smithi081.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T08:22:58.876 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T08:22:58.876 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-17T08:22:58.876 INFO:teuthology.orchestra.run.smithi081.stderr:Generating grub configuration file ... 2024-09-17T08:22:58.881 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-17T08:22:58.898 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-17T08:22:59.064 INFO:teuthology.orchestra.run.smithi081.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T08:22:59.070 INFO:teuthology.orchestra.run.smithi081.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T08:22:59.361 INFO:teuthology.orchestra.run.smithi081.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T08:22:59.366 INFO:teuthology.orchestra.run.smithi081.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T08:22:59.410 INFO:teuthology.orchestra.run.smithi081.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T08:22:59.415 INFO:teuthology.orchestra.run.smithi081.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T08:22:59.594 INFO:teuthology.orchestra.run.smithi081.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T08:22:59.594 INFO:teuthology.orchestra.run.smithi081.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T08:22:59.594 INFO:teuthology.orchestra.run.smithi081.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T08:22:59.605 INFO:teuthology.orchestra.run.smithi081.stderr:done 2024-09-17T08:22:59.622 DEBUG:teuthology.orchestra.run.smithi081:> sudo shutdown -r now 2024-09-17T08:23:00.321 INFO:teuthology.orchestra.run.smithi160.stdout:Reading package lists... 2024-09-17T08:23:00.340 DEBUG:teuthology.orchestra.run.smithi160:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T08:23:00.403 INFO:teuthology.orchestra.run.smithi160.stdout:Reading package lists... 2024-09-17T08:23:00.616 INFO:teuthology.orchestra.run.smithi160.stdout:Building dependency tree... 2024-09-17T08:23:00.616 INFO:teuthology.orchestra.run.smithi160.stdout:Reading state information... 2024-09-17T08:23:00.807 INFO:teuthology.orchestra.run.smithi160.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-17T08:23:00.808 INFO:teuthology.orchestra.run.smithi160.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T08:23:00.808 INFO:teuthology.orchestra.run.smithi160.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T08:23:00.808 INFO:teuthology.orchestra.run.smithi160.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T08:23:00.808 INFO:teuthology.orchestra.run.smithi160.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T08:23:00.808 INFO:teuthology.orchestra.run.smithi160.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-17T08:23:00.808 INFO:teuthology.orchestra.run.smithi160.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-17T08:23:00.809 INFO:teuthology.orchestra.run.smithi160.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T08:23:00.851 INFO:teuthology.orchestra.run.smithi160.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T08:23:00.853 DEBUG:teuthology.orchestra.run.smithi160:> dpkg -s linux-image-generic 2024-09-17T08:23:00.868 INFO:teuthology.orchestra.run.smithi160.stdout:Package: linux-image-generic 2024-09-17T08:23:00.869 INFO:teuthology.orchestra.run.smithi160.stdout:Status: install ok installed 2024-09-17T08:23:00.869 INFO:teuthology.orchestra.run.smithi160.stdout:Priority: optional 2024-09-17T08:23:00.869 INFO:teuthology.orchestra.run.smithi160.stdout:Section: kernel 2024-09-17T08:23:00.869 INFO:teuthology.orchestra.run.smithi160.stdout:Installed-Size: 21 2024-09-17T08:23:00.869 INFO:teuthology.orchestra.run.smithi160.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T08:23:00.869 INFO:teuthology.orchestra.run.smithi160.stdout:Architecture: amd64 2024-09-17T08:23:00.869 INFO:teuthology.orchestra.run.smithi160.stdout:Source: linux-meta 2024-09-17T08:23:00.869 INFO:teuthology.orchestra.run.smithi160.stdout:Version: 5.15.0.122.122 2024-09-17T08:23:00.869 INFO:teuthology.orchestra.run.smithi160.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-17T08:23:00.869 INFO:teuthology.orchestra.run.smithi160.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-17T08:23:00.869 INFO:teuthology.orchestra.run.smithi160.stdout:Recommends: thermald 2024-09-17T08:23:00.869 INFO:teuthology.orchestra.run.smithi160.stdout:Description: Generic Linux kernel image 2024-09-17T08:23:00.869 INFO:teuthology.orchestra.run.smithi160.stdout: This package will always depend on the latest generic kernel image 2024-09-17T08:23:00.870 INFO:teuthology.orchestra.run.smithi160.stdout: available. 2024-09-17T08:23:00.870 DEBUG:teuthology.orchestra.run.smithi160:> mktemp 2024-09-17T08:23:00.913 INFO:teuthology.orchestra.run.smithi160.stdout:/tmp/tmp.XdqbtH2D3d 2024-09-17T08:23:00.914 DEBUG:teuthology.orchestra.run.smithi160:> sudo cp /boot/grub/grub.cfg /tmp/tmp.XdqbtH2D3d 2024-09-17T08:23:00.970 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 0666 /tmp/tmp.XdqbtH2D3d 2024-09-17T08:23:01.102 DEBUG:teuthology.orchestra.remote:smithi160:/tmp/tmp.XdqbtH2D3d is 10KB 2024-09-17T08:23:01.115 DEBUG:teuthology.orchestra.run.smithi160:> rm -fr /tmp/tmp.XdqbtH2D3d 2024-09-17T08:23:01.121 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-17T08:23:01.178 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-17T08:23:01.178 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-17T08:23:01.178 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-17T08:23:01.245 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-17T08:23:01.245 DEBUG:teuthology.orchestra.run.smithi160:> sudo update-grub 2024-09-17T08:23:02.505 INFO:teuthology.orchestra.run.smithi160.stderr:Sourcing file `/etc/default/grub' 2024-09-17T08:23:02.506 INFO:teuthology.orchestra.run.smithi160.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T08:23:02.508 INFO:teuthology.orchestra.run.smithi160.stderr:Generating grub configuration file ... 2024-09-17T08:23:02.701 INFO:teuthology.orchestra.run.smithi160.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T08:23:02.707 INFO:teuthology.orchestra.run.smithi160.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T08:23:02.995 INFO:teuthology.orchestra.run.smithi160.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T08:23:03.000 INFO:teuthology.orchestra.run.smithi160.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T08:23:03.040 INFO:teuthology.orchestra.run.smithi160.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T08:23:03.046 INFO:teuthology.orchestra.run.smithi160.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T08:23:03.198 INFO:teuthology.orchestra.run.smithi160.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T08:23:03.198 INFO:teuthology.orchestra.run.smithi160.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T08:23:03.198 INFO:teuthology.orchestra.run.smithi160.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T08:23:03.208 INFO:teuthology.orchestra.run.smithi160.stderr:done 2024-09-17T08:23:03.214 DEBUG:teuthology.orchestra.run.smithi160:> sudo shutdown -r now 2024-09-17T08:23:29.649 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-17T08:23:29.650 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-09-17T08:23:29.651 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:23:33.220 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-17T08:23:33.221 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-09-17T08:23:33.221 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:24:07.741 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-09-17T08:24:16.751 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-09-17T08:24:16.752 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:24:29.667 DEBUG:teuthology.orchestra.remote:timed out 2024-09-17T08:24:35.137 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-09-17T08:24:38.669 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-09-17T08:24:38.670 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:24:39.259 DEBUG:teuthology.orchestra.run.smithi081:> true 2024-09-17T08:24:40.136 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-09-17T08:24:40.136 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-122-generic"... 2024-09-17T08:24:40.136 DEBUG:teuthology.orchestra.run.smithi081:> uname -r 2024-09-17T08:24:40.183 INFO:teuthology.orchestra.run.smithi081.stdout:5.15.0-122-generic 2024-09-17T08:24:40.184 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-17T08:24:40.184 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T08:24:40.184 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-17T08:24:41.184 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-17T08:24:41.185 DEBUG:teuthology.orchestra.run.smithi081:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T08:24:41.353 INFO:teuthology.orchestra.run.smithi081.stdout:ttyS1 2024-09-17T08:24:41.405 DEBUG:teuthology.parallel:result is None 2024-09-17T08:24:47.138 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-09-17T08:24:47.139 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:24:48.161 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-09-17T08:25:03.162 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-09-17T08:25:03.163 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:25:03.340 DEBUG:teuthology.orchestra.run.smithi160:> true 2024-09-17T08:25:03.885 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-09-17T08:25:03.886 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-122-generic"... 2024-09-17T08:25:03.886 DEBUG:teuthology.orchestra.run.smithi160:> uname -r 2024-09-17T08:25:03.935 INFO:teuthology.orchestra.run.smithi160.stdout:5.15.0-122-generic 2024-09-17T08:25:03.935 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-17T08:25:03.935 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T08:25:03.935 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-17T08:25:04.936 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-17T08:25:04.936 DEBUG:teuthology.orchestra.run.smithi160:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T08:25:05.270 INFO:teuthology.orchestra.run.smithi160.stdout:ttyS1 2024-09-17T08:25:05.292 DEBUG:teuthology.parallel:result is None 2024-09-17T08:25:05.292 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-17T08:25:05.300 INFO:teuthology.task.internal:Creating test directory... 2024-09-17T08:25:05.300 DEBUG:teuthology.orchestra.run.smithi081:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T08:25:05.303 DEBUG:teuthology.orchestra.run.smithi160:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T08:25:05.308 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-17T08:25:05.314 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-17T08:25:05.324 INFO:teuthology.task.internal:Creating archive directory... 2024-09-17T08:25:05.324 DEBUG:teuthology.orchestra.run.smithi081:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T08:25:05.353 DEBUG:teuthology.orchestra.run.smithi160:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T08:25:05.375 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-17T08:25:05.383 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-17T08:25:05.383 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 2024-09-17T08:25:05.416 DEBUG:teuthology.orchestra.run.smithi160:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-17T08:25:05.435 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T08:25:05.436 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T08:25:05.443 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T08:25:05.445 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T08:25:05.446 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-17T08:25:05.453 INFO:teuthology.task.internal:Configuring sudo... 2024-09-17T08:25:05.453 DEBUG:teuthology.orchestra.run.smithi081:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T08:25:05.489 DEBUG:teuthology.orchestra.run.smithi160:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T08:25:05.501 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-17T08:25:05.511 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-17T08:25:05.511 DEBUG:teuthology.orchestra.run.smithi081:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T08:25:05.544 DEBUG:teuthology.orchestra.run.smithi160:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T08:25:05.550 DEBUG:teuthology.orchestra.run.smithi081:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T08:25:05.596 DEBUG:teuthology.orchestra.run.smithi081:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T08:25:05.643 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-09-17T08:25:05.644 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T08:25:05.727 DEBUG:teuthology.orchestra.run.smithi160:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T08:25:05.733 DEBUG:teuthology.orchestra.run.smithi160:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T08:25:05.782 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-17T08:25:05.782 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T08:25:05.852 DEBUG:teuthology.orchestra.run.smithi081:> sudo service rsyslog restart 2024-09-17T08:25:05.855 DEBUG:teuthology.orchestra.run.smithi160:> sudo service rsyslog restart 2024-09-17T08:25:05.932 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-17T08:25:05.942 INFO:teuthology.task.internal:Starting timer... 2024-09-17T08:25:05.942 INFO:teuthology.run_tasks:Running task pcp... 2024-09-17T08:25:06.035 INFO:teuthology.run_tasks:Running task selinux... 2024-09-17T08:25:06.044 DEBUG:teuthology.task.selinux:Excluding smithi081: OS 'ubuntu' does not support SELinux 2024-09-17T08:25:06.044 DEBUG:teuthology.task.selinux:Excluding smithi160: OS 'ubuntu' does not support SELinux 2024-09-17T08:25:06.045 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-17T08:25:06.045 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-17T08:25:06.045 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-17T08:25:06.045 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-17T08:25:06.053 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-17T08:25:06.066 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-09-17T08:25:06.066 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi081.front.sepia.ceph.com,smithi160.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-17T08:32:33.119 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi081.front.sepia.ceph.com'), Remote(name='ubuntu@smithi160.front.sepia.ceph.com')] 2024-09-17T08:32:33.121 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-09-17T08:32:33.122 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:32:33.207 DEBUG:teuthology.orchestra.run.smithi081:> true 2024-09-17T08:32:33.280 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-09-17T08:32:33.281 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-09-17T08:32:33.281 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:32:33.359 DEBUG:teuthology.orchestra.run.smithi160:> true 2024-09-17T08:32:33.437 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-09-17T08:32:33.437 INFO:teuthology.run_tasks:Running task clock... 2024-09-17T08:32:33.448 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-17T08:32:33.449 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T08:32:33.449 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 2024-09-17T08:32:33.451 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T08:32:33.452 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T08:32:33.477 INFO:teuthology.orchestra.run.smithi081.stdout:17 Sep 08:32:33 ntpd[18499]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-17T08:32:33.477 INFO:teuthology.orchestra.run.smithi081.stdout:17 Sep 08:32:33 ntpd[18499]: Command line: ntpd -gq 2024-09-17T08:32:33.477 INFO:teuthology.orchestra.run.smithi081.stdout:17 Sep 08:32:33 ntpd[18499]: ---------------------------------------------------- 2024-09-17T08:32:33.477 INFO:teuthology.orchestra.run.smithi081.stdout:17 Sep 08:32:33 ntpd[18499]: ntp-4 is maintained by Network Time Foundation, 2024-09-17T08:32:33.478 INFO:teuthology.orchestra.run.smithi081.stdout:17 Sep 08:32:33 ntpd[18499]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-17T08:32:33.478 INFO:teuthology.orchestra.run.smithi081.stdout:17 Sep 08:32:33 ntpd[18499]: corporation. Support and training for ntp-4 are 2024-09-17T08:32:33.478 INFO:teuthology.orchestra.run.smithi081.stdout:17 Sep 08:32:33 ntpd[18499]: available at https://www.nwtime.org/support 2024-09-17T08:32:33.478 INFO:teuthology.orchestra.run.smithi081.stdout:17 Sep 08:32:33 ntpd[18499]: ---------------------------------------------------- 2024-09-17T08:32:33.478 INFO:teuthology.orchestra.run.smithi081.stdout:17 Sep 08:32:33 ntpd[18499]: proto: precision = 0.043 usec (-24) 2024-09-17T08:32:33.479 INFO:teuthology.orchestra.run.smithi081.stdout:17 Sep 08:32:33 ntpd[18499]: basedate set to 2022-02-04 2024-09-17T08:32:33.479 INFO:teuthology.orchestra.run.smithi081.stdout:17 Sep 08:32:33 ntpd[18499]: gps base set to 2022-02-06 (week 2196) 2024-09-17T08:32:33.479 INFO:teuthology.orchestra.run.smithi081.stdout:17 Sep 08:32:33 ntpd[18499]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T08:32:33.479 INFO:teuthology.orchestra.run.smithi081.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T08:32:33.479 INFO:teuthology.orchestra.run.smithi081.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-17T08:32:33.480 INFO:teuthology.orchestra.run.smithi081.stdout:17 Sep 08:32:33 ntpd[18499]: restrict ::: KOD does nothing without LIMITED. 2024-09-17T08:32:33.480 INFO:teuthology.orchestra.run.smithi081.stdout:17 Sep 08:32:33 ntpd[18499]: Listen and drop on 0 v6wildcard [::]:123 2024-09-17T08:32:33.480 INFO:teuthology.orchestra.run.smithi081.stdout:17 Sep 08:32:33 ntpd[18499]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-17T08:32:33.480 INFO:teuthology.orchestra.run.smithi081.stdout:17 Sep 08:32:33 ntpd[18499]: Listen normally on 2 lo 127.0.0.1:123 2024-09-17T08:32:33.480 INFO:teuthology.orchestra.run.smithi081.stdout:17 Sep 08:32:33 ntpd[18499]: Listen normally on 3 enp3s0f1 172.21.15.81:123 2024-09-17T08:32:33.480 INFO:teuthology.orchestra.run.smithi081.stdout:17 Sep 08:32:33 ntpd[18499]: Listen normally on 4 lo [::1]:123 2024-09-17T08:32:33.481 INFO:teuthology.orchestra.run.smithi081.stdout:17 Sep 08:32:33 ntpd[18499]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d753%5]:123 2024-09-17T08:32:33.481 INFO:teuthology.orchestra.run.smithi081.stdout:17 Sep 08:32:33 ntpd[18499]: Listening on routing socket on fd #22 for interface updates 2024-09-17T08:32:33.510 INFO:teuthology.orchestra.run.smithi160.stdout:17 Sep 08:32:33 ntpd[18491]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-17T08:32:33.510 INFO:teuthology.orchestra.run.smithi160.stdout:17 Sep 08:32:33 ntpd[18491]: Command line: ntpd -gq 2024-09-17T08:32:33.510 INFO:teuthology.orchestra.run.smithi160.stdout:17 Sep 08:32:33 ntpd[18491]: ---------------------------------------------------- 2024-09-17T08:32:33.510 INFO:teuthology.orchestra.run.smithi160.stdout:17 Sep 08:32:33 ntpd[18491]: ntp-4 is maintained by Network Time Foundation, 2024-09-17T08:32:33.510 INFO:teuthology.orchestra.run.smithi160.stdout:17 Sep 08:32:33 ntpd[18491]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-17T08:32:33.510 INFO:teuthology.orchestra.run.smithi160.stdout:17 Sep 08:32:33 ntpd[18491]: corporation. Support and training for ntp-4 are 2024-09-17T08:32:33.511 INFO:teuthology.orchestra.run.smithi160.stdout:17 Sep 08:32:33 ntpd[18491]: available at https://www.nwtime.org/support 2024-09-17T08:32:33.511 INFO:teuthology.orchestra.run.smithi160.stdout:17 Sep 08:32:33 ntpd[18491]: ---------------------------------------------------- 2024-09-17T08:32:33.511 INFO:teuthology.orchestra.run.smithi160.stdout:17 Sep 08:32:33 ntpd[18491]: proto: precision = 0.044 usec (-24) 2024-09-17T08:32:33.511 INFO:teuthology.orchestra.run.smithi160.stdout:17 Sep 08:32:33 ntpd[18491]: basedate set to 2022-02-04 2024-09-17T08:32:33.511 INFO:teuthology.orchestra.run.smithi160.stdout:17 Sep 08:32:33 ntpd[18491]: gps base set to 2022-02-06 (week 2196) 2024-09-17T08:32:33.512 INFO:teuthology.orchestra.run.smithi160.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T08:32:33.512 INFO:teuthology.orchestra.run.smithi160.stdout:17 Sep 08:32:33 ntpd[18491]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T08:32:33.512 INFO:teuthology.orchestra.run.smithi160.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-17T08:32:33.513 INFO:teuthology.orchestra.run.smithi160.stdout:17 Sep 08:32:33 ntpd[18491]: restrict ::: KOD does nothing without LIMITED. 2024-09-17T08:32:33.513 INFO:teuthology.orchestra.run.smithi160.stdout:17 Sep 08:32:33 ntpd[18491]: Listen and drop on 0 v6wildcard [::]:123 2024-09-17T08:32:33.513 INFO:teuthology.orchestra.run.smithi160.stdout:17 Sep 08:32:33 ntpd[18491]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-17T08:32:33.514 INFO:teuthology.orchestra.run.smithi160.stdout:17 Sep 08:32:33 ntpd[18491]: Listen normally on 2 lo 127.0.0.1:123 2024-09-17T08:32:33.514 INFO:teuthology.orchestra.run.smithi160.stdout:17 Sep 08:32:33 ntpd[18491]: Listen normally on 3 enp3s0f1 172.21.15.160:123 2024-09-17T08:32:33.514 INFO:teuthology.orchestra.run.smithi160.stdout:17 Sep 08:32:33 ntpd[18491]: Listen normally on 4 lo [::1]:123 2024-09-17T08:32:33.514 INFO:teuthology.orchestra.run.smithi160.stdout:17 Sep 08:32:33 ntpd[18491]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f5b%5]:123 2024-09-17T08:32:33.514 INFO:teuthology.orchestra.run.smithi160.stdout:17 Sep 08:32:33 ntpd[18491]: Listening on routing socket on fd #22 for interface updates 2024-09-17T08:32:34.478 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:34 ntpd[18499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:34.478 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:34 ntpd[18499]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:34.478 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:34 ntpd[18499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:34.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:34 ntpd[18499]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:34.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:34 ntpd[18499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:34.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:34 ntpd[18499]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:34.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:34 ntpd[18499]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T08:32:34.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:34 ntpd[18499]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T08:32:34.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:34 ntpd[18491]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:34.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:34 ntpd[18491]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:34.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:34 ntpd[18491]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:34.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:34 ntpd[18491]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:34.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:34 ntpd[18491]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:34.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:34 ntpd[18491]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:34.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:34 ntpd[18491]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T08:32:34.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:34 ntpd[18491]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T08:32:35.478 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:35 ntpd[18499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:35.478 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:35 ntpd[18499]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:35.478 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:35 ntpd[18499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:35.478 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:35 ntpd[18499]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:35.478 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:35 ntpd[18499]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T08:32:35.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:35 ntpd[18499]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T08:32:36.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:36 ntpd[18499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:36.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:36 ntpd[18499]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:36.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:36 ntpd[18499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:36.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:36 ntpd[18499]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:36.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:36 ntpd[18499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:36.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:36 ntpd[18499]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:36.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:36 ntpd[18499]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T08:32:36.480 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:36 ntpd[18499]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T08:32:36.480 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:36 ntpd[18499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:36.480 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:36 ntpd[18499]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:36.480 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:36 ntpd[18499]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T08:32:36.480 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:36 ntpd[18499]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T08:32:36.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:36 ntpd[18491]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:36.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:36 ntpd[18491]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:36.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:36 ntpd[18491]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:36.512 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:36 ntpd[18491]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:36.512 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:36 ntpd[18491]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:36.512 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:36 ntpd[18491]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:36.512 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:36 ntpd[18491]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T08:32:36.512 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:36 ntpd[18491]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T08:32:36.512 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:36 ntpd[18491]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:36.512 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:36 ntpd[18491]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:36.512 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:36 ntpd[18491]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T08:32:36.512 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:36 ntpd[18491]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T08:32:37.478 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:37 ntpd[18499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:37.478 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:37 ntpd[18499]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:37.478 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:37 ntpd[18499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:37.478 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:37 ntpd[18499]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:37.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:37 ntpd[18499]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T08:32:37.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:37 ntpd[18499]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T08:32:37.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:37 ntpd[18491]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:37.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:37 ntpd[18491]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:37.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:37 ntpd[18491]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:37.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:37 ntpd[18491]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:37.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:37 ntpd[18491]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T08:32:37.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:37 ntpd[18491]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T08:32:38.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:38 ntpd[18499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:38.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:38 ntpd[18499]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:38.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:38 ntpd[18499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:38.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:38 ntpd[18499]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:38.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:38 ntpd[18499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:38.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:38 ntpd[18499]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:38.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:38 ntpd[18499]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T08:32:38.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:38 ntpd[18499]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T08:32:38.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:38 ntpd[18499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:38.480 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:38 ntpd[18499]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:38.480 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:38 ntpd[18499]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T08:32:38.480 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:38 ntpd[18499]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T08:32:38.512 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:38 ntpd[18491]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:38.512 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:38 ntpd[18491]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:38.512 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:38 ntpd[18491]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:38.512 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:38 ntpd[18491]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:38.512 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:38 ntpd[18491]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:38.512 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:38 ntpd[18491]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:38.512 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:38 ntpd[18491]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T08:32:38.512 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:38 ntpd[18491]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T08:32:38.512 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:38 ntpd[18491]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:38.512 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:38 ntpd[18491]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:38.513 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:38 ntpd[18491]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T08:32:38.513 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:38 ntpd[18491]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T08:32:39.478 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:39 ntpd[18499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:39.478 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:39 ntpd[18499]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:39.478 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:39 ntpd[18499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:39.478 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:39 ntpd[18499]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:39.478 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:39 ntpd[18499]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T08:32:39.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:39 ntpd[18499]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T08:32:39.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:39 ntpd[18491]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:39.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:39 ntpd[18491]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:39.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:39 ntpd[18491]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:39.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:39 ntpd[18491]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:39.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:39 ntpd[18491]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T08:32:39.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:39 ntpd[18491]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T08:32:40.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:40 ntpd[18499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:40.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:40 ntpd[18499]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:40.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:40 ntpd[18499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:40.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:40 ntpd[18499]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:40.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:40 ntpd[18499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:40.479 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:40 ntpd[18499]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:40.480 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:40 ntpd[18499]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T08:32:40.480 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:40 ntpd[18499]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T08:32:40.480 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:40 ntpd[18499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:40.480 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:40 ntpd[18499]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:40.480 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:40 ntpd[18499]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T08:32:40.480 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:40 ntpd[18499]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T08:32:40.480 INFO:teuthology.orchestra.run.smithi081.stdout:17 Sep 08:32:40 ntpd[18499]: ntpd: time slew +0.002478 s 2024-09-17T08:32:40.480 INFO:teuthology.orchestra.run.smithi081.stdout:ntpd: time slew +0.002478s 2024-09-17T08:32:40.481 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:40 ntpd[18499]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-17T08:32:40.481 INFO:teuthology.orchestra.run.smithi081.stderr:17 Sep 08:32:40 ntpd[18499]: can't open /var/log/ntpstats/loopstats.20240917: Permission denied 2024-09-17T08:32:40.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:40 ntpd[18491]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:40.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:40 ntpd[18491]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:40.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:40 ntpd[18491]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:40.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:40 ntpd[18491]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:40.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:40 ntpd[18491]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T08:32:40.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:40 ntpd[18491]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T08:32:40.511 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:40 ntpd[18491]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T08:32:40.512 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:40 ntpd[18491]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T08:32:40.512 INFO:teuthology.orchestra.run.smithi160.stdout:17 Sep 08:32:40 ntpd[18491]: ntpd: time slew +0.003772 s 2024-09-17T08:32:40.512 INFO:teuthology.orchestra.run.smithi160.stdout:ntpd: time slew +0.003772s 2024-09-17T08:32:40.512 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:40 ntpd[18491]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-17T08:32:40.512 INFO:teuthology.orchestra.run.smithi160.stderr:17 Sep 08:32:40 ntpd[18491]: can't open /var/log/ntpstats/loopstats.20240917: Permission denied 2024-09-17T08:32:40.528 INFO:teuthology.orchestra.run.smithi081.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T08:32:40.528 INFO:teuthology.orchestra.run.smithi081.stdout:============================================================================== 2024-09-17T08:32:40.528 INFO:teuthology.orchestra.run.smithi081.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T08:32:40.528 INFO:teuthology.orchestra.run.smithi081.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T08:32:40.528 INFO:teuthology.orchestra.run.smithi081.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T08:32:40.528 INFO:teuthology.orchestra.run.smithi081.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T08:32:40.568 INFO:teuthology.orchestra.run.smithi160.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T08:32:40.569 INFO:teuthology.orchestra.run.smithi160.stdout:============================================================================== 2024-09-17T08:32:40.569 INFO:teuthology.orchestra.run.smithi160.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T08:32:40.569 INFO:teuthology.orchestra.run.smithi160.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T08:32:40.569 INFO:teuthology.orchestra.run.smithi160.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T08:32:40.569 INFO:teuthology.orchestra.run.smithi160.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T08:32:40.570 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-09-17T08:32:40.589 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-09-17T08:32:40.589 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-09-17T08:32:40.590 DEBUG:teuthology.orchestra.run.smithi081:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T08:32:40.596 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-17T08:32:40.596 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/vg_nvme/lv_1 2024-09-17T08:32:40.645 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T08:32:40.645 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:32:40.646 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 876 Links: 1 2024-09-17T08:32:40.646 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:32:40.646 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2024-09-17 08:29:06.491570095 +0000 2024-09-17T08:32:40.646 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2024-09-17 08:29:06.251572239 +0000 2024-09-17T08:32:40.646 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2024-09-17 08:29:06.251572239 +0000 2024-09-17T08:32:40.646 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: - 2024-09-17T08:32:40.646 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T08:32:40.699 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2024-09-17T08:32:40.699 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2024-09-17T08:32:40.699 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.000457073 s, 1.1 MB/s 2024-09-17T08:32:40.701 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T08:32:40.751 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/vg_nvme/lv_2 2024-09-17T08:32:40.800 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T08:32:40.800 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:32:40.800 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 893 Links: 1 2024-09-17T08:32:40.801 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:32:40.801 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2024-09-17 08:29:06.975565772 +0000 2024-09-17T08:32:40.801 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2024-09-17 08:29:06.727567987 +0000 2024-09-17T08:32:40.801 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2024-09-17 08:29:06.727567987 +0000 2024-09-17T08:32:40.801 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: - 2024-09-17T08:32:40.801 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T08:32:40.855 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2024-09-17T08:32:40.855 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2024-09-17T08:32:40.856 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.000450423 s, 1.1 MB/s 2024-09-17T08:32:40.857 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T08:32:40.905 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/vg_nvme/lv_3 2024-09-17T08:32:40.952 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T08:32:40.953 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:32:40.953 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 911 Links: 1 2024-09-17T08:32:40.953 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:32:40.953 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2024-09-17 08:29:07.419561806 +0000 2024-09-17T08:32:40.953 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2024-09-17 08:29:07.187563878 +0000 2024-09-17T08:32:40.953 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2024-09-17 08:29:07.187563878 +0000 2024-09-17T08:32:40.953 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: - 2024-09-17T08:32:40.953 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T08:32:41.007 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2024-09-17T08:32:41.007 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2024-09-17T08:32:41.007 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.000424166 s, 1.2 MB/s 2024-09-17T08:32:41.008 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T08:32:41.058 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/vg_nvme/lv_4 2024-09-17T08:32:41.104 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T08:32:41.105 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:32:41.105 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 930 Links: 1 2024-09-17T08:32:41.105 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:32:41.105 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2024-09-17 08:29:07.907557447 +0000 2024-09-17T08:32:41.105 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2024-09-17 08:29:07.651559734 +0000 2024-09-17T08:32:41.105 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2024-09-17 08:29:07.651559734 +0000 2024-09-17T08:32:41.105 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: - 2024-09-17T08:32:41.105 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T08:32:41.159 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2024-09-17T08:32:41.159 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2024-09-17T08:32:41.159 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.000412076 s, 1.2 MB/s 2024-09-17T08:32:41.160 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T08:32:41.209 DEBUG:teuthology.orchestra.run.smithi081:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-09-17T08:32:41.359 INFO:teuthology.orchestra.run.smithi081.stdout:loop 2024-09-17T08:32:41.361 INFO:tasks.nvme_loop:Connecting nvme_loop smithi081:/dev/vg_nvme/lv_1... 2024-09-17T08:32:41.361 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 2024-09-17T08:32:41.379 INFO:teuthology.orchestra.run.smithi081.stdout:1 2024-09-17T08:32:41.398 INFO:teuthology.orchestra.run.smithi081.stdout:/dev/vg_nvme/lv_11 2024-09-17T08:32:41.413 INFO:tasks.nvme_loop:Connecting nvme_loop smithi081:/dev/vg_nvme/lv_2... 2024-09-17T08:32:41.414 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 2024-09-17T08:32:41.471 INFO:teuthology.orchestra.run.smithi081.stdout:1 2024-09-17T08:32:41.490 INFO:teuthology.orchestra.run.smithi081.stdout:/dev/vg_nvme/lv_21 2024-09-17T08:32:41.506 INFO:tasks.nvme_loop:Connecting nvme_loop smithi081:/dev/vg_nvme/lv_3... 2024-09-17T08:32:41.507 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 2024-09-17T08:32:41.564 INFO:teuthology.orchestra.run.smithi081.stdout:1 2024-09-17T08:32:41.584 INFO:teuthology.orchestra.run.smithi081.stdout:/dev/vg_nvme/lv_31 2024-09-17T08:32:41.601 INFO:tasks.nvme_loop:Connecting nvme_loop smithi081:/dev/vg_nvme/lv_4... 2024-09-17T08:32:41.601 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 2024-09-17T08:32:41.665 INFO:teuthology.orchestra.run.smithi081.stdout:1 2024-09-17T08:32:41.688 INFO:teuthology.orchestra.run.smithi081.stdout:/dev/vg_nvme/lv_41 2024-09-17T08:32:41.705 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-09-17T08:32:41.706 DEBUG:teuthology.orchestra.run.smithi081:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T08:32:41.753 DEBUG:teuthology.orchestra.run.smithi081:> sudo nvme list -o json 2024-09-17T08:32:41.805 INFO:teuthology.orchestra.run.smithi081.stdout:{ 2024-09-17T08:32:41.806 INFO:teuthology.orchestra.run.smithi081.stdout: "Devices" : [ 2024-09-17T08:32:41.806 INFO:teuthology.orchestra.run.smithi081.stdout: { 2024-09-17T08:32:41.806 INFO:teuthology.orchestra.run.smithi081.stdout: "DevicePath" : "/dev/nvme0n1", 2024-09-17T08:32:41.806 INFO:teuthology.orchestra.run.smithi081.stdout: "Firmware" : "8DV101H0", 2024-09-17T08:32:41.806 INFO:teuthology.orchestra.run.smithi081.stdout: "Index" : 0, 2024-09-17T08:32:41.806 INFO:teuthology.orchestra.run.smithi081.stdout: "ModelNumber" : "INTEL SSDPEDMD400G4", 2024-09-17T08:32:41.806 INFO:teuthology.orchestra.run.smithi081.stdout: "ProductName" : "Unknown Device", 2024-09-17T08:32:41.806 INFO:teuthology.orchestra.run.smithi081.stdout: "SerialNumber" : "PHFT620400N7400BGN" 2024-09-17T08:32:41.806 INFO:teuthology.orchestra.run.smithi081.stdout: }, 2024-09-17T08:32:41.806 INFO:teuthology.orchestra.run.smithi081.stdout: { 2024-09-17T08:32:41.806 INFO:teuthology.orchestra.run.smithi081.stdout: "DevicePath" : "/dev/nvme1n1", 2024-09-17T08:32:41.807 INFO:teuthology.orchestra.run.smithi081.stdout: "Firmware" : "5.15.0-1", 2024-09-17T08:32:41.807 INFO:teuthology.orchestra.run.smithi081.stdout: "Index" : 1, 2024-09-17T08:32:41.807 INFO:teuthology.orchestra.run.smithi081.stdout: "ModelNumber" : "Linux", 2024-09-17T08:32:41.807 INFO:teuthology.orchestra.run.smithi081.stdout: "ProductName" : "Unknown Device", 2024-09-17T08:32:41.807 INFO:teuthology.orchestra.run.smithi081.stdout: "SerialNumber" : "89503b03bd6ec0356e13" 2024-09-17T08:32:41.807 INFO:teuthology.orchestra.run.smithi081.stdout: }, 2024-09-17T08:32:41.807 INFO:teuthology.orchestra.run.smithi081.stdout: { 2024-09-17T08:32:41.807 INFO:teuthology.orchestra.run.smithi081.stdout: "DevicePath" : "/dev/nvme2n1", 2024-09-17T08:32:41.807 INFO:teuthology.orchestra.run.smithi081.stdout: "Firmware" : "5.15.0-1", 2024-09-17T08:32:41.807 INFO:teuthology.orchestra.run.smithi081.stdout: "Index" : 2, 2024-09-17T08:32:41.807 INFO:teuthology.orchestra.run.smithi081.stdout: "ModelNumber" : "Linux", 2024-09-17T08:32:41.807 INFO:teuthology.orchestra.run.smithi081.stdout: "ProductName" : "Unknown Device", 2024-09-17T08:32:41.807 INFO:teuthology.orchestra.run.smithi081.stdout: "SerialNumber" : "bcf0bc48c7b99f494efb" 2024-09-17T08:32:41.807 INFO:teuthology.orchestra.run.smithi081.stdout: }, 2024-09-17T08:32:41.808 INFO:teuthology.orchestra.run.smithi081.stdout: { 2024-09-17T08:32:41.808 INFO:teuthology.orchestra.run.smithi081.stdout: "DevicePath" : "/dev/nvme3n1", 2024-09-17T08:32:41.808 INFO:teuthology.orchestra.run.smithi081.stdout: "Firmware" : "5.15.0-1", 2024-09-17T08:32:41.808 INFO:teuthology.orchestra.run.smithi081.stdout: "Index" : 3, 2024-09-17T08:32:41.808 INFO:teuthology.orchestra.run.smithi081.stdout: "ModelNumber" : "Linux", 2024-09-17T08:32:41.808 INFO:teuthology.orchestra.run.smithi081.stdout: "ProductName" : "Unknown Device", 2024-09-17T08:32:41.808 INFO:teuthology.orchestra.run.smithi081.stdout: "SerialNumber" : "ea17490cf28c0e1f7e5e" 2024-09-17T08:32:41.808 INFO:teuthology.orchestra.run.smithi081.stdout: }, 2024-09-17T08:32:41.808 INFO:teuthology.orchestra.run.smithi081.stdout: { 2024-09-17T08:32:41.808 INFO:teuthology.orchestra.run.smithi081.stdout: "DevicePath" : "/dev/nvme4n1", 2024-09-17T08:32:41.809 INFO:teuthology.orchestra.run.smithi081.stdout: "Firmware" : "5.15.0-1", 2024-09-17T08:32:41.809 INFO:teuthology.orchestra.run.smithi081.stdout: "Index" : 4, 2024-09-17T08:32:41.809 INFO:teuthology.orchestra.run.smithi081.stdout: "ModelNumber" : "Linux", 2024-09-17T08:32:41.812 INFO:teuthology.orchestra.run.smithi081.stdout: "ProductName" : "Unknown Device", 2024-09-17T08:32:41.812 INFO:teuthology.orchestra.run.smithi081.stdout: "SerialNumber" : "7c221c68213e88f28acc" 2024-09-17T08:32:41.812 INFO:teuthology.orchestra.run.smithi081.stdout: } 2024-09-17T08:32:41.812 INFO:teuthology.orchestra.run.smithi081.stdout: ] 2024-09-17T08:32:41.814 INFO:teuthology.orchestra.run.smithi081.stdout:} 2024-09-17T08:32:41.814 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-17T08:32:41.815 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-09-17T08:32:41.815 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/scratch_devs 2024-09-17T08:32:41.867 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-17T08:32:41.868 DEBUG:teuthology.orchestra.run.smithi160:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T08:32:41.876 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-17T08:32:41.876 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_1 2024-09-17T08:32:41.929 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T08:32:41.929 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:32:41.929 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 880 Links: 1 2024-09-17T08:32:41.929 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:32:41.929 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-09-17 08:29:02.623903088 +0000 2024-09-17T08:32:41.929 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-09-17 08:29:02.371905338 +0000 2024-09-17T08:32:41.930 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-09-17 08:29:02.371905338 +0000 2024-09-17T08:32:41.930 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-09-17T08:32:41.930 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T08:32:41.983 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-09-17T08:32:41.983 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-09-17T08:32:41.983 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000448878 s, 1.1 MB/s 2024-09-17T08:32:41.984 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T08:32:42.034 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_2 2024-09-17T08:32:42.080 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T08:32:42.080 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:32:42.080 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 892 Links: 1 2024-09-17T08:32:42.081 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:32:42.081 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-09-17 08:29:03.119898658 +0000 2024-09-17T08:32:42.081 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-09-17 08:29:02.851901051 +0000 2024-09-17T08:32:42.081 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-09-17 08:29:02.851901051 +0000 2024-09-17T08:32:42.081 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-09-17T08:32:42.081 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T08:32:42.135 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-09-17T08:32:42.135 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-09-17T08:32:42.135 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000415048 s, 1.2 MB/s 2024-09-17T08:32:42.136 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T08:32:42.185 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_3 2024-09-17T08:32:42.234 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T08:32:42.234 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:32:42.234 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 909 Links: 1 2024-09-17T08:32:42.234 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:32:42.234 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-09-17 08:29:03.339896692 +0000 2024-09-17T08:32:42.234 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-09-17 08:29:03.335896728 +0000 2024-09-17T08:32:42.234 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-09-17 08:29:03.335896728 +0000 2024-09-17T08:32:42.235 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-09-17T08:32:42.235 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T08:32:42.286 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-09-17T08:32:42.286 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-09-17T08:32:42.286 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000312506 s, 1.6 MB/s 2024-09-17T08:32:42.287 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T08:32:42.337 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_4 2024-09-17T08:32:42.384 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T08:32:42.385 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:32:42.385 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 931 Links: 1 2024-09-17T08:32:42.385 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:32:42.385 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-09-17 08:29:04.035890475 +0000 2024-09-17T08:32:42.385 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-09-17 08:29:03.803892547 +0000 2024-09-17T08:32:42.385 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-09-17 08:29:03.803892547 +0000 2024-09-17T08:32:42.386 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-09-17T08:32:42.386 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T08:32:42.438 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-09-17T08:32:42.438 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-09-17T08:32:42.438 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000412429 s, 1.2 MB/s 2024-09-17T08:32:42.439 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T08:32:42.493 DEBUG:teuthology.orchestra.run.smithi160:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-09-17T08:32:42.643 INFO:teuthology.orchestra.run.smithi160.stdout:loop 2024-09-17T08:32:42.645 INFO:tasks.nvme_loop:Connecting nvme_loop smithi160:/dev/vg_nvme/lv_1... 2024-09-17T08:32:42.645 DEBUG:teuthology.orchestra.run.smithi160:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-09-17T08:32:42.663 INFO:teuthology.orchestra.run.smithi160.stdout:1 2024-09-17T08:32:42.683 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/vg_nvme/lv_11 2024-09-17T08:32:42.699 INFO:tasks.nvme_loop:Connecting nvme_loop smithi160:/dev/vg_nvme/lv_2... 2024-09-17T08:32:42.700 DEBUG:teuthology.orchestra.run.smithi160:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-09-17T08:32:42.763 INFO:teuthology.orchestra.run.smithi160.stdout:1 2024-09-17T08:32:42.786 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/vg_nvme/lv_21 2024-09-17T08:32:42.802 INFO:tasks.nvme_loop:Connecting nvme_loop smithi160:/dev/vg_nvme/lv_3... 2024-09-17T08:32:42.802 DEBUG:teuthology.orchestra.run.smithi160:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-09-17T08:32:42.861 INFO:teuthology.orchestra.run.smithi160.stdout:1 2024-09-17T08:32:42.880 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/vg_nvme/lv_31 2024-09-17T08:32:42.897 INFO:tasks.nvme_loop:Connecting nvme_loop smithi160:/dev/vg_nvme/lv_4... 2024-09-17T08:32:42.898 DEBUG:teuthology.orchestra.run.smithi160:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-09-17T08:32:42.955 INFO:teuthology.orchestra.run.smithi160.stdout:1 2024-09-17T08:32:42.975 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/vg_nvme/lv_41 2024-09-17T08:32:42.992 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-17T08:32:42.992 DEBUG:teuthology.orchestra.run.smithi160:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T08:32:43.040 DEBUG:teuthology.orchestra.run.smithi160:> sudo nvme list -o json 2024-09-17T08:32:43.094 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2024-09-17T08:32:43.094 INFO:teuthology.orchestra.run.smithi160.stdout: "Devices" : [ 2024-09-17T08:32:43.094 INFO:teuthology.orchestra.run.smithi160.stdout: { 2024-09-17T08:32:43.094 INFO:teuthology.orchestra.run.smithi160.stdout: "DevicePath" : "/dev/nvme0n1", 2024-09-17T08:32:43.094 INFO:teuthology.orchestra.run.smithi160.stdout: "Firmware" : "8DV101H0", 2024-09-17T08:32:43.094 INFO:teuthology.orchestra.run.smithi160.stdout: "Index" : 0, 2024-09-17T08:32:43.094 INFO:teuthology.orchestra.run.smithi160.stdout: "ModelNumber" : "INTEL SSDPEDMD400G4", 2024-09-17T08:32:43.094 INFO:teuthology.orchestra.run.smithi160.stdout: "ProductName" : "Unknown Device", 2024-09-17T08:32:43.094 INFO:teuthology.orchestra.run.smithi160.stdout: "SerialNumber" : "CVFT623300JY400BGN" 2024-09-17T08:32:43.094 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2024-09-17T08:32:43.094 INFO:teuthology.orchestra.run.smithi160.stdout: { 2024-09-17T08:32:43.095 INFO:teuthology.orchestra.run.smithi160.stdout: "DevicePath" : "/dev/nvme1n1", 2024-09-17T08:32:43.095 INFO:teuthology.orchestra.run.smithi160.stdout: "Firmware" : "5.15.0-1", 2024-09-17T08:32:43.095 INFO:teuthology.orchestra.run.smithi160.stdout: "Index" : 1, 2024-09-17T08:32:43.095 INFO:teuthology.orchestra.run.smithi160.stdout: "ModelNumber" : "Linux", 2024-09-17T08:32:43.095 INFO:teuthology.orchestra.run.smithi160.stdout: "ProductName" : "Unknown Device", 2024-09-17T08:32:43.095 INFO:teuthology.orchestra.run.smithi160.stdout: "SerialNumber" : "92f08e082d258c7d2922" 2024-09-17T08:32:43.096 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2024-09-17T08:32:43.096 INFO:teuthology.orchestra.run.smithi160.stdout: { 2024-09-17T08:32:43.096 INFO:teuthology.orchestra.run.smithi160.stdout: "DevicePath" : "/dev/nvme2n1", 2024-09-17T08:32:43.096 INFO:teuthology.orchestra.run.smithi160.stdout: "Firmware" : "5.15.0-1", 2024-09-17T08:32:43.096 INFO:teuthology.orchestra.run.smithi160.stdout: "Index" : 2, 2024-09-17T08:32:43.096 INFO:teuthology.orchestra.run.smithi160.stdout: "ModelNumber" : "Linux", 2024-09-17T08:32:43.096 INFO:teuthology.orchestra.run.smithi160.stdout: "ProductName" : "Unknown Device", 2024-09-17T08:32:43.096 INFO:teuthology.orchestra.run.smithi160.stdout: "SerialNumber" : "11d7d34ddfa123595f8f" 2024-09-17T08:32:43.096 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2024-09-17T08:32:43.096 INFO:teuthology.orchestra.run.smithi160.stdout: { 2024-09-17T08:32:43.096 INFO:teuthology.orchestra.run.smithi160.stdout: "DevicePath" : "/dev/nvme3n1", 2024-09-17T08:32:43.097 INFO:teuthology.orchestra.run.smithi160.stdout: "Firmware" : "5.15.0-1", 2024-09-17T08:32:43.097 INFO:teuthology.orchestra.run.smithi160.stdout: "Index" : 3, 2024-09-17T08:32:43.097 INFO:teuthology.orchestra.run.smithi160.stdout: "ModelNumber" : "Linux", 2024-09-17T08:32:43.097 INFO:teuthology.orchestra.run.smithi160.stdout: "ProductName" : "Unknown Device", 2024-09-17T08:32:43.097 INFO:teuthology.orchestra.run.smithi160.stdout: "SerialNumber" : "2119603ad4ef00143f15" 2024-09-17T08:32:43.097 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2024-09-17T08:32:43.097 INFO:teuthology.orchestra.run.smithi160.stdout: { 2024-09-17T08:32:43.097 INFO:teuthology.orchestra.run.smithi160.stdout: "DevicePath" : "/dev/nvme4n1", 2024-09-17T08:32:43.097 INFO:teuthology.orchestra.run.smithi160.stdout: "Firmware" : "5.15.0-1", 2024-09-17T08:32:43.097 INFO:teuthology.orchestra.run.smithi160.stdout: "Index" : 4, 2024-09-17T08:32:43.097 INFO:teuthology.orchestra.run.smithi160.stdout: "ModelNumber" : "Linux", 2024-09-17T08:32:43.097 INFO:teuthology.orchestra.run.smithi160.stdout: "ProductName" : "Unknown Device", 2024-09-17T08:32:43.098 INFO:teuthology.orchestra.run.smithi160.stdout: "SerialNumber" : "4ac1982a5d9fba4a3a04" 2024-09-17T08:32:43.098 INFO:teuthology.orchestra.run.smithi160.stdout: } 2024-09-17T08:32:43.098 INFO:teuthology.orchestra.run.smithi160.stdout: ] 2024-09-17T08:32:43.099 INFO:teuthology.orchestra.run.smithi160.stdout:} 2024-09-17T08:32:43.099 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-17T08:32:43.099 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-17T08:32:43.099 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/scratch_devs 2024-09-17T08:32:43.155 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-17T08:32:43.267 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\\)', 'CEPHADM_DAEMON_PLACE_FAIL', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '19e2a2beb6f41a3ab62650e38614eb29b59dcbb9'} 2024-09-17T08:32:43.268 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T08:32:43.268 INFO:tasks.cephadm:Cluster fsid is 6889c766-74cf-11ef-bceb-c7b262605968 2024-09-17T08:32:43.268 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-17T08:32:43.269 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-09-17T08:32:43.269 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi081': '172.21.15.81', 'mon.smithi160': '172.21.15.160'} 2024-09-17T08:32:43.269 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-17T08:32:43.269 DEBUG:teuthology.orchestra.run.smithi081:> sudo hostname $(hostname -s) 2024-09-17T08:32:43.284 DEBUG:teuthology.orchestra.run.smithi160:> sudo hostname $(hostname -s) 2024-09-17T08:32:43.298 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-17T08:32:43.299 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T08:32:43.456 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '19e2a2beb6f41a3ab62650e38614eb29b59dcbb9', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/56094/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.2.4-855-g19e2a2be', 'node_name': '172.21.2.17+braggi17', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '18.2.4-855-g19e2a2be-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/reef/19e2a2beb6f41a3ab62650e38614eb29b59dcbb9/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-09-16 16:50:43.846409', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'reef', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/reef/19e2a2beb6f41a3ab62650e38614eb29b59dcbb9/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-09-17T08:32:43.602 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref reef, sha1 19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T08:32:43.604 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/reef/19e2a2beb6f41a3ab62650e38614eb29b59dcbb9/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-17T08:32:43.604 DEBUG:teuthology.orchestra.run.smithi081:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/reef/19e2a2beb6f41a3ab62650e38614eb29b59dcbb9/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T08:32:44.218 INFO:teuthology.orchestra.run.smithi081.stdout:-rw-rw-r-- 1 ubuntu ubuntu 218649 Sep 17 08:32 /home/ubuntu/cephtest/cephadm 2024-09-17T08:32:44.218 DEBUG:teuthology.orchestra.run.smithi160:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/reef/19e2a2beb6f41a3ab62650e38614eb29b59dcbb9/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T08:32:44.845 INFO:teuthology.orchestra.run.smithi160.stdout:-rw-rw-r-- 1 ubuntu ubuntu 218649 Sep 17 08:32 /home/ubuntu/cephtest/cephadm 2024-09-17T08:32:44.846 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 2024-09-17T08:32:44.853 DEBUG:teuthology.orchestra.run.smithi160:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T08:32:44.871 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 on all hosts... 2024-09-17T08:32:44.871 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 pull 2024-09-17T08:32:44.900 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 pull 2024-09-17T08:32:45.015 INFO:teuthology.orchestra.run.smithi081.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9... 2024-09-17T08:32:45.020 INFO:teuthology.orchestra.run.smithi160.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9... 2024-09-17T08:33:38.608 INFO:teuthology.orchestra.run.smithi081.stdout:{ 2024-09-17T08:33:38.609 INFO:teuthology.orchestra.run.smithi081.stdout: "ceph_version": "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)", 2024-09-17T08:33:38.609 INFO:teuthology.orchestra.run.smithi081.stdout: "image_id": "980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89", 2024-09-17T08:33:38.609 INFO:teuthology.orchestra.run.smithi081.stdout: "repo_digests": [ 2024-09-17T08:33:38.609 INFO:teuthology.orchestra.run.smithi081.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9" 2024-09-17T08:33:38.609 INFO:teuthology.orchestra.run.smithi081.stdout: ] 2024-09-17T08:33:38.609 INFO:teuthology.orchestra.run.smithi081.stdout:} 2024-09-17T08:33:40.111 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2024-09-17T08:33:40.111 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph_version": "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)", 2024-09-17T08:33:40.111 INFO:teuthology.orchestra.run.smithi160.stdout: "image_id": "980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89", 2024-09-17T08:33:40.111 INFO:teuthology.orchestra.run.smithi160.stdout: "repo_digests": [ 2024-09-17T08:33:40.111 INFO:teuthology.orchestra.run.smithi160.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9" 2024-09-17T08:33:40.111 INFO:teuthology.orchestra.run.smithi160.stdout: ] 2024-09-17T08:33:40.111 INFO:teuthology.orchestra.run.smithi160.stdout:} 2024-09-17T08:33:40.147 DEBUG:teuthology.orchestra.run.smithi081:> sudo mkdir -p /etc/ceph 2024-09-17T08:33:40.162 DEBUG:teuthology.orchestra.run.smithi160:> sudo mkdir -p /etc/ceph 2024-09-17T08:33:40.176 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod 777 /etc/ceph 2024-09-17T08:33:40.216 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 777 /etc/ceph 2024-09-17T08:33:40.231 INFO:tasks.cephadm:Writing seed config... 2024-09-17T08:33:40.233 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-17T08:33:40.233 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-17T08:33:40.233 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-17T08:33:40.233 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-17T08:33:40.233 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-17T08:33:40.233 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-17T08:33:40.233 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-17T08:33:40.233 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-09-17T08:33:40.234 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-09-17T08:33:40.234 DEBUG:teuthology.orchestra.run.smithi081:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-17T08:33:40.265 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = 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 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 = 6889c766-74cf-11ef-bceb-c7b262605968 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-17T08:33:40.266 DEBUG:teuthology.orchestra.run.smithi081:mon.smithi081> sudo journalctl -f -n 0 -u ceph-6889c766-74cf-11ef-bceb-c7b262605968@mon.smithi081.service 2024-09-17T08:33:40.310 INFO:tasks.cephadm:Bootstrapping... 2024-09-17T08:33:40.310 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -v bootstrap --fsid 6889c766-74cf-11ef-bceb-c7b262605968 --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 2024-09-17T08:33:40.470 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-09-17T08:33:40.470 INFO:teuthology.orchestra.run.smithi081.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9', '-v', 'bootstrap', '--fsid', '6889c766-74cf-11ef-bceb-c7b262605968', '--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'] 2024-09-17T08:33:40.470 INFO:teuthology.orchestra.run.smithi081.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-17T08:33:40.471 INFO:teuthology.orchestra.run.smithi081.stdout:Verifying podman|docker is present... 2024-09-17T08:33:40.471 INFO:teuthology.orchestra.run.smithi081.stdout:Verifying lvm2 is present... 2024-09-17T08:33:40.471 INFO:teuthology.orchestra.run.smithi081.stdout:Verifying time synchronization is in place... 2024-09-17T08:33:40.477 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-17T08:33:40.477 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T08:33:40.482 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-17T08:33:40.482 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout inactive 2024-09-17T08:33:40.486 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-17T08:33:40.486 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-17T08:33:40.489 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-17T08:33:40.490 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout inactive 2024-09-17T08:33:40.493 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-17T08:33:40.493 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout masked 2024-09-17T08:33:40.498 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-17T08:33:40.498 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout inactive 2024-09-17T08:33:40.500 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-17T08:33:40.500 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-17T08:33:40.503 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-17T08:33:40.503 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout inactive 2024-09-17T08:33:40.507 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout enabled 2024-09-17T08:33:40.510 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout active 2024-09-17T08:33:40.510 INFO:teuthology.orchestra.run.smithi081.stdout:Unit ntp.service is enabled and running 2024-09-17T08:33:40.510 INFO:teuthology.orchestra.run.smithi081.stdout:Repeating the final host check... 2024-09-17T08:33:40.510 INFO:teuthology.orchestra.run.smithi081.stdout:docker (/usr/bin/docker) is present 2024-09-17T08:33:40.510 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl is present 2024-09-17T08:33:40.510 INFO:teuthology.orchestra.run.smithi081.stdout:lvcreate is present 2024-09-17T08:33:40.513 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-17T08:33:40.513 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T08:33:40.516 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-17T08:33:40.516 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout inactive 2024-09-17T08:33:40.520 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-17T08:33:40.520 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-17T08:33:40.523 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-17T08:33:40.523 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout inactive 2024-09-17T08:33:40.526 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-17T08:33:40.527 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout masked 2024-09-17T08:33:40.529 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-17T08:33:40.529 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout inactive 2024-09-17T08:33:40.533 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-17T08:33:40.533 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-17T08:33:40.536 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-17T08:33:40.536 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout inactive 2024-09-17T08:33:40.539 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout enabled 2024-09-17T08:33:40.543 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout active 2024-09-17T08:33:40.543 INFO:teuthology.orchestra.run.smithi081.stdout:Unit ntp.service is enabled and running 2024-09-17T08:33:40.543 INFO:teuthology.orchestra.run.smithi081.stdout:Host looks OK 2024-09-17T08:33:40.543 INFO:teuthology.orchestra.run.smithi081.stdout:Cluster fsid: 6889c766-74cf-11ef-bceb-c7b262605968 2024-09-17T08:33:40.543 INFO:teuthology.orchestra.run.smithi081.stdout:Acquiring lock 139654260194272 on /run/cephadm/6889c766-74cf-11ef-bceb-c7b262605968.lock 2024-09-17T08:33:40.543 INFO:teuthology.orchestra.run.smithi081.stdout:Lock 139654260194272 acquired on /run/cephadm/6889c766-74cf-11ef-bceb-c7b262605968.lock 2024-09-17T08:33:40.543 INFO:teuthology.orchestra.run.smithi081.stdout:Verifying IP 172.21.15.81 port 3300 ... 2024-09-17T08:33:40.543 INFO:teuthology.orchestra.run.smithi081.stdout:Verifying IP 172.21.15.81 port 6789 ... 2024-09-17T08:33:40.543 INFO:teuthology.orchestra.run.smithi081.stdout: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] 2024-09-17T08:33:40.545 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-09-17T08:33:40.545 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.81 metric 100 2024-09-17T08:33:40.546 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.81 metric 100 2024-09-17T08:33:40.546 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-17T08:33:40.546 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.81 metric 100 2024-09-17T08:33:40.546 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.81 metric 100 2024-09-17T08:33:40.546 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.81 metric 100 2024-09-17T08:33:40.546 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.81 metric 100 2024-09-17T08:33:40.547 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-17T08:33:40.547 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-09-17T08:33:40.547 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1793sec pref medium 2024-09-17T08:33:40.549 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-17T08:33:40.549 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-17T08:33:40.549 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-17T08:33:40.549 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-17T08:33:40.549 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d753/64 scope link 2024-09-17T08:33:40.549 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-17T08:33:40.550 INFO:teuthology.orchestra.run.smithi081.stdout:Mon IP `172.21.15.81` is in CIDR network `172.21.0.0/20` 2024-09-17T08:33:40.551 INFO:teuthology.orchestra.run.smithi081.stdout:Mon IP `172.21.15.81` is in CIDR network `172.21.0.0/20` 2024-09-17T08:33:40.551 INFO:teuthology.orchestra.run.smithi081.stdout:Mon IP `172.21.15.81` is in CIDR network `172.21.0.1/32` 2024-09-17T08:33:40.551 INFO:teuthology.orchestra.run.smithi081.stdout:Mon IP `172.21.15.81` is in CIDR network `172.21.0.1/32` 2024-09-17T08:33:40.551 INFO:teuthology.orchestra.run.smithi081.stdout:Mon IP `172.21.15.81` is in CIDR network `172.21.0.2/32` 2024-09-17T08:33:40.551 INFO:teuthology.orchestra.run.smithi081.stdout:Mon IP `172.21.15.81` is in CIDR network `172.21.0.2/32` 2024-09-17T08:33:40.551 INFO:teuthology.orchestra.run.smithi081.stdout:Mon IP `172.21.15.81` is in CIDR network `172.21.15.254/32` 2024-09-17T08:33:40.551 INFO:teuthology.orchestra.run.smithi081.stdout:Mon IP `172.21.15.81` is in CIDR network `172.21.15.254/32` 2024-09-17T08:33:40.551 INFO:teuthology.orchestra.run.smithi081.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-09-17T08:33:40.551 INFO:teuthology.orchestra.run.smithi081.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-17T08:33:40.551 INFO:teuthology.orchestra.run.smithi081.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9... 2024-09-17T08:33:40.920 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/docker: stdout 19e2a2beb6f41a3ab62650e38614eb29b59dcbb9: Pulling from ceph-ci/ceph 2024-09-17T08:33:40.921 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/docker: stdout Digest: sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:33:40.921 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T08:33:40.921 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T08:33:42.538 INFO:teuthology.orchestra.run.smithi081.stdout:ceph: stdout ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable) 2024-09-17T08:33:42.538 INFO:teuthology.orchestra.run.smithi081.stdout:Ceph version: ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable) 2024-09-17T08:33:42.538 INFO:teuthology.orchestra.run.smithi081.stdout:Extracting ceph user uid/gid from container image... 2024-09-17T08:33:43.935 INFO:teuthology.orchestra.run.smithi081.stdout:stat: stdout 167 167 2024-09-17T08:33:43.935 INFO:teuthology.orchestra.run.smithi081.stdout:Creating initial keys... 2024-09-17T08:33:45.374 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-authtool: stdout AQDoPulmdn+7MRAApfyKyq/aHhpvq0VmCVVy4w== 2024-09-17T08:33:46.764 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-authtool: stdout AQDqPulmtsoxDhAAJNVRh5MvNXvCJjwgr/XazA== 2024-09-17T08:33:48.128 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-authtool: stdout AQDrPulmj8gXIxAADmtOi+CFfYqPl14w9mLWEw== 2024-09-17T08:33:48.129 INFO:teuthology.orchestra.run.smithi081.stdout:Creating initial monmap... 2024-09-17T08:33:49.677 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T08:33:49.677 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2024-09-17T08:33:49.677 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 6889c766-74cf-11ef-bceb-c7b262605968 2024-09-17T08:33:49.677 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T08:33:49.677 INFO:teuthology.orchestra.run.smithi081.stdout:monmaptool for smithi081 [v2:172.21.15.81:3300,v1:172.21.15.81:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T08:33:49.677 INFO:teuthology.orchestra.run.smithi081.stdout:setting min_mon_release = pacific 2024-09-17T08:33:49.677 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/monmaptool: set fsid to 6889c766-74cf-11ef-bceb-c7b262605968 2024-09-17T08:33:49.677 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T08:33:49.677 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:33:49.677 INFO:teuthology.orchestra.run.smithi081.stdout:Creating mon... 2024-09-17T08:33:51.132 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.565+0000 7f6374210b00 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-17T08:33:51.132 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.565+0000 7f6374210b00 1 imported monmap: 2024-09-17T08:33:51.132 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-09-17T08:33:51.132 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr fsid 6889c766-74cf-11ef-bceb-c7b262605968 2024-09-17T08:33:51.132 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-09-17T08:33:49.126550+0000 2024-09-17T08:33:51.132 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr created 2024-09-17T08:33:49.126550+0000 2024-09-17T08:33:51.132 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr min_mon_release 16 (pacific) 2024-09-17T08:33:51.132 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-09-17T08:33:51.132 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0] mon.smithi081 2024-09-17T08:33:51.132 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T08:33:51.133 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.565+0000 7f6374210b00 0 /usr/bin/ceph-mon: set fsid to 6889c766-74cf-11ef-bceb-c7b262605968 2024-09-17T08:33:51.133 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: RocksDB version: 7.9.2 2024-09-17T08:33:51.133 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T08:33:51.133 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Git sha 0 2024-09-17T08:33:51.133 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Compile date 2024-09-16 15:15:13 2024-09-17T08:33:51.133 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: DB SUMMARY 2024-09-17T08:33:51.133 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T08:33:51.133 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: DB Session ID: WXQY6A5RK1TES4ICR32W 2024-09-17T08:33:51.133 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T08:33:51.133 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi081/store.db dir, Total Num: 0, files: 2024-09-17T08:33:51.133 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T08:33:51.133 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi081/store.db: 2024-09-17T08:33:51.134 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T08:33:51.134 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.error_if_exists: 0 2024-09-17T08:33:51.134 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.create_if_missing: 1 2024-09-17T08:33:51.134 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.paranoid_checks: 1 2024-09-17T08:33:51.134 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T08:33:51.134 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T08:33:51.134 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T08:33:51.134 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.env: 0x55803104cbc0 2024-09-17T08:33:51.134 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.fs: PosixFileSystem 2024-09-17T08:33:51.134 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.info_log: 0x55803354aa80 2024-09-17T08:33:51.134 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-17T08:33:51.135 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.statistics: (nil) 2024-09-17T08:33:51.135 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.use_fsync: 0 2024-09-17T08:33:51.135 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.max_log_file_size: 0 2024-09-17T08:33:51.135 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T08:33:51.135 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T08:33:51.135 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-17T08:33:51.135 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-17T08:33:51.135 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.allow_fallocate: 1 2024-09-17T08:33:51.135 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-17T08:33:51.135 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-17T08:33:51.135 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.use_direct_reads: 0 2024-09-17T08:33:51.135 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T08:33:51.135 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.create_missing_column_families: 0 2024-09-17T08:33:51.136 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.db_log_dir: 2024-09-17T08:33:51.136 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.wal_dir: 2024-09-17T08:33:51.136 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T08:33:51.136 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T08:33:51.136 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T08:33:51.136 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T08:33:51.136 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T08:33:51.136 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T08:33:51.136 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.advise_random_on_open: 1 2024-09-17T08:33:51.136 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-17T08:33:51.136 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.write_buffer_manager: 0x558033550e60 2024-09-17T08:33:51.136 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T08:33:51.137 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T08:33:51.137 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T08:33:51.137 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.rate_limiter: (nil) 2024-09-17T08:33:51.137 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T08:33:51.137 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-17T08:33:51.137 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-17T08:33:51.137 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-17T08:33:51.137 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.unordered_write: 0 2024-09-17T08:33:51.137 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T08:33:51.137 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T08:33:51.137 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T08:33:51.137 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T08:33:51.138 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.row_cache: None 2024-09-17T08:33:51.138 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.wal_filter: None 2024-09-17T08:33:51.138 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T08:33:51.138 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-17T08:33:51.138 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.two_write_queues: 0 2024-09-17T08:33:51.138 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.manual_wal_flush: 0 2024-09-17T08:33:51.138 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.wal_compression: 0 2024-09-17T08:33:51.138 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.atomic_flush: 0 2024-09-17T08:33:51.138 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T08:33:51.138 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T08:33:51.138 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T08:33:51.138 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.log_readahead_size: 0 2024-09-17T08:33:51.138 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T08:33:51.138 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-17T08:33:51.139 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T08:33:51.139 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T08:33:51.139 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-17T08:33:51.139 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-17T08:33:51.139 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T08:33:51.139 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.max_background_jobs: 2 2024-09-17T08:33:51.139 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.max_background_compactions: -1 2024-09-17T08:33:51.140 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.max_subcompactions: 1 2024-09-17T08:33:51.140 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T08:33:51.140 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T08:33:51.140 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T08:33:51.140 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.max_total_wal_size: 0 2024-09-17T08:33:51.140 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T08:33:51.140 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T08:33:51.140 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T08:33:51.140 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T08:33:51.140 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.max_open_files: -1 2024-09-17T08:33:51.140 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.bytes_per_sync: 0 2024-09-17T08:33:51.140 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T08:33:51.140 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T08:33:51.140 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-17T08:33:51.141 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Options.max_background_flushes: -1 2024-09-17T08:33:51.141 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Compression algorithms supported: 2024-09-17T08:33:51.141 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: kZSTD supported: 0 2024-09-17T08:33:51.141 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: kXpressCompression supported: 0 2024-09-17T08:33:51.141 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: kBZip2Compression supported: 0 2024-09-17T08:33:51.141 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T08:33:51.141 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: kLZ4Compression supported: 1 2024-09-17T08:33:51.141 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: kZlibCompression supported: 1 2024-09-17T08:33:51.141 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-17T08:33:51.142 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: kSnappyCompression supported: 1 2024-09-17T08:33:51.142 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T08:33:51.142 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T08:33:51.142 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.569+0000 7f6374210b00 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-09-17T08:33:51.142 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T08:33:51.142 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi081/store.db/MANIFEST-000001 2024-09-17T08:33:51.142 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T08:33:51.142 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T08:33:51.142 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T08:33:51.142 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T08:33:51.142 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.merge_operator: 2024-09-17T08:33:51.142 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.compaction_filter: None 2024-09-17T08:33:51.142 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.compaction_filter_factory: None 2024-09-17T08:33:51.142 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-17T08:33:51.143 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T08:33:51.143 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T08:33:51.143 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558033543ee0) 2024-09-17T08:33:51.143 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-09-17T08:33:51.143 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T08:33:51.143 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T08:33:51.143 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-09-17T08:33:51.143 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-09-17T08:33:51.143 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-09-17T08:33:51.143 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-09-17T08:33:51.143 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-09-17T08:33:51.144 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-09-17T08:33:51.144 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-09-17T08:33:51.144 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5580335371f0 2024-09-17T08:33:51.144 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-09-17T08:33:51.144 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-09-17T08:33:51.144 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-09-17T08:33:51.144 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-09-17T08:33:51.144 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-09-17T08:33:51.144 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-09-17T08:33:51.144 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-09-17T08:33:51.144 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-09-17T08:33:51.144 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-09-17T08:33:51.144 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-09-17T08:33:51.145 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-09-17T08:33:51.145 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-09-17T08:33:51.145 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-09-17T08:33:51.145 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-09-17T08:33:51.145 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-09-17T08:33:51.145 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-09-17T08:33:51.145 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-09-17T08:33:51.145 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-09-17T08:33:51.145 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-09-17T08:33:51.145 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-09-17T08:33:51.145 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-09-17T08:33:51.145 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-09-17T08:33:51.145 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-09-17T08:33:51.146 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-09-17T08:33:51.146 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-09-17T08:33:51.146 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-09-17T08:33:51.146 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T08:33:51.146 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-17T08:33:51.146 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-17T08:33:51.146 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.compression: NoCompression 2024-09-17T08:33:51.146 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-17T08:33:51.146 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-17T08:33:51.146 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T08:33:51.146 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.num_levels: 7 2024-09-17T08:33:51.146 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T08:33:51.146 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T08:33:51.146 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T08:33:51.146 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T08:33:51.147 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T08:33:51.147 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T08:33:51.147 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T08:33:51.147 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T08:33:51.147 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T08:33:51.147 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T08:33:51.147 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T08:33:51.147 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T08:33:51.147 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T08:33:51.147 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.compression_opts.level: 32767 2024-09-17T08:33:51.147 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-17T08:33:51.147 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T08:33:51.147 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T08:33:51.147 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T08:33:51.147 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T08:33:51.147 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.compression_opts.enabled: false 2024-09-17T08:33:51.148 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T08:33:51.148 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T08:33:51.148 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T08:33:51.148 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T08:33:51.148 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-17T08:33:51.148 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T08:33:51.148 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T08:33:51.148 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T08:33:51.148 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T08:33:51.148 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T08:33:51.148 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T08:33:51.148 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T08:33:51.148 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T08:33:51.148 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T08:33:51.149 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T08:33:51.149 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T08:33:51.149 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T08:33:51.149 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T08:33:51.149 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T08:33:51.149 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.arena_block_size: 1048576 2024-09-17T08:33:51.149 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T08:33:51.149 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T08:33:51.149 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-17T08:33:51.149 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T08:33:51.149 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T08:33:51.149 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T08:33:51.149 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T08:33:51.149 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T08:33:51.150 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T08:33:51.150 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T08:33:51.150 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T08:33:51.150 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T08:33:51.150 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T08:33:51.150 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T08:33:51.150 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.inplace_update_support: 0 2024-09-17T08:33:51.150 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T08:33:51.150 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T08:33:51.150 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T08:33:51.150 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T08:33:51.150 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.bloom_locality: 0 2024-09-17T08:33:51.150 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.max_successive_merges: 0 2024-09-17T08:33:51.150 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T08:33:51.151 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-17T08:33:51.151 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.force_consistency_checks: 1 2024-09-17T08:33:51.151 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-17T08:33:51.151 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.ttl: 2592000 2024-09-17T08:33:51.151 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T08:33:51.151 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T08:33:51.151 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T08:33:51.151 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.enable_blob_files: false 2024-09-17T08:33:51.151 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.min_blob_size: 0 2024-09-17T08:33:51.151 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.blob_file_size: 268435456 2024-09-17T08:33:51.151 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T08:33:51.151 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T08:33:51.151 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T08:33:51.151 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T08:33:51.151 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T08:33:51.152 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-17T08:33:51.152 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T08:33:51.152 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: [db/version_set.cc:5566] 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 2024-09-17T08:33:51.152 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T08:33:51.152 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-17T08:33:51.152 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T08:33:51.152 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 859d3f7a-dde9-4361-b55b-262d17582891 2024-09-17T08:33:51.153 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T08:33:51.153 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.573+0000 7f6374210b00 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-09-17T08:33:51.153 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T08:33:51.153 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.577+0000 7f6374210b00 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x558033562e00 2024-09-17T08:33:51.153 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.577+0000 7f6374210b00 4 rocksdb: DB pointer 0x558033634000 2024-09-17T08:33:51.153 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.577+0000 7f636b99c640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T08:33:51.154 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.577+0000 7f636b99c640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T08:33:51.154 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-09-17T08:33:51.154 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:33:51.154 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-17T08:33:51.154 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T08:33:51.154 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T08:33:51.154 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-17T08:33:51.155 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T08:33:51.155 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T08:33:51.155 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T08:33:51.155 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-17T08:33:51.155 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr 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 Rblob(GB) Wblob(GB) 2024-09-17T08:33:51.155 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T08:33:51.155 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr 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 0.0 0.0 2024-09-17T08:33:51.155 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr 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 0.0 0.0 2024-09-17T08:33:51.156 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T08:33:51.156 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-17T08:33:51.156 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr 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 Rblob(GB) Wblob(GB) 2024-09-17T08:33:51.156 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:33:51.156 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T08:33:51.156 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T08:33:51.156 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T08:33:51.157 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:33:51.157 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T08:33:51.157 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T08:33:51.157 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-17T08:33:51.157 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T08:33:51.157 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-17T08:33:51.157 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T08:33:51.158 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T08:33:51.158 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-17T08:33:51.158 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5580335371f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-09-17T08:33:51.158 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-09-17T08:33:51.158 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T08:33:51.158 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-17T08:33:51.159 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T08:33:51.159 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.577+0000 7f6374210b00 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-09-17T08:33:51.159 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.577+0000 7f6374210b00 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-09-17T08:33:51.159 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T08:33:50.577+0000 7f6374210b00 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi081 for mon.smithi081 2024-09-17T08:33:51.159 INFO:teuthology.orchestra.run.smithi081.stdout:create mon.smithi081 on 2024-09-17T08:33:51.619 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-17T08:33:51.852 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-6889c766-74cf-11ef-bceb-c7b262605968.target -> /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968.target. 2024-09-17T08:33:51.852 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-6889c766-74cf-11ef-bceb-c7b262605968.target -> /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968.target. 2024-09-17T08:33:52.138 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-6889c766-74cf-11ef-bceb-c7b262605968@mon.smithi081 2024-09-17T08:33:52.138 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Failed to reset failed state of unit ceph-6889c766-74cf-11ef-bceb-c7b262605968@mon.smithi081.service: Unit ceph-6889c766-74cf-11ef-bceb-c7b262605968@mon.smithi081.service not loaded. 2024-09-17T08:33:52.356 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968.target.wants/ceph-6889c766-74cf-11ef-bceb-c7b262605968@mon.smithi081.service -> /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service. 2024-09-17T08:33:52.368 INFO:teuthology.orchestra.run.smithi081.stdout:firewalld does not appear to be present 2024-09-17T08:33:52.368 INFO:teuthology.orchestra.run.smithi081.stdout:Not possible to enable service . firewalld.service is not available 2024-09-17T08:33:52.368 INFO:teuthology.orchestra.run.smithi081.stdout:Waiting for mon to start... 2024-09-17T08:33:52.368 INFO:teuthology.orchestra.run.smithi081.stdout:Waiting for mon... 2024-09-17T08:33:53.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:33:53 smithi081 bash[19501]: cluster 2024-09-17T08:33:53.781736+0000 mon.smithi081 (mon.0) 1 : cluster [INF] mon.smithi081 is new leader, mons smithi081 in quorum (ranks 0) 2024-09-17T08:33:54.566 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout cluster: 2024-09-17T08:33:54.566 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout id: 6889c766-74cf-11ef-bceb-c7b262605968 2024-09-17T08:33:54.566 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-17T08:33:54.566 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-09-17T08:33:54.566 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout services: 2024-09-17T08:33:54.567 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi081 (age 0.223676s) 2024-09-17T08:33:54.567 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-17T08:33:54.567 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-17T08:33:54.567 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-09-17T08:33:54.567 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout data: 2024-09-17T08:33:54.567 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-17T08:33:54.567 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-17T08:33:54.567 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-17T08:33:54.567 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout pgs: 2024-09-17T08:33:54.567 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-09-17T08:33:54.567 INFO:teuthology.orchestra.run.smithi081.stdout:mon is available 2024-09-17T08:33:54.567 INFO:teuthology.orchestra.run.smithi081.stdout:Assimilating anything we can from ceph.conf... 2024-09-17T08:33:54.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:33:54 smithi081 bash[19501]: cluster 2024-09-17T08:33:53.809517+0000 mon.smithi081 (mon.0) 2 : cluster [INF] mon.smithi081 is new leader, mons smithi081 in quorum (ranks 0) 2024-09-17T08:33:54.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:33:54 smithi081 bash[19501]: cluster 2024-09-17T08:33:53.809784+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: {} disallowed_leaders: {} 2024-09-17T08:33:54.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:33:54 smithi081 bash[19501]: cluster 2024-09-17T08:33:53.812359+0000 mon.smithi081 (mon.0) 4 : cluster [DBG] fsmap 2024-09-17T08:33:54.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:33:54 smithi081 bash[19501]: cluster 2024-09-17T08:33:53.814630+0000 mon.smithi081 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-17T08:33:54.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:33:54 smithi081 bash[19501]: cluster 2024-09-17T08:33:53.815084+0000 mon.smithi081 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-09-17T08:33:54.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:33:54 smithi081 bash[19501]: audit 2024-09-17T08:33:54.033132+0000 mon.smithi081 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.81:0/1018377887' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-17T08:33:55.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:33:55 smithi081 bash[19501]: audit 2024-09-17T08:33:55.726031+0000 mon.smithi081 (mon.0) 8 : audit [INF] from='client.? 172.21.15.81:0/1890101340' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-17T08:33:55.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:33:55 smithi081 bash[19501]: audit 2024-09-17T08:33:55.729495+0000 mon.smithi081 (mon.0) 9 : audit [INF] from='client.? 172.21.15.81:0/1890101340' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-17T08:33:56.230 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-09-17T08:33:56.230 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout [global] 2024-09-17T08:33:56.230 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout fsid = 6889c766-74cf-11ef-bceb-c7b262605968 2024-09-17T08:33:56.230 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.81:3300,v1:172.21.15.81:6789] 2024-09-17T08:33:56.230 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-17T08:33:56.230 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-17T08:33:56.230 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-17T08:33:56.231 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-17T08:33:56.231 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-09-17T08:33:56.231 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-17T08:33:56.231 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-17T08:33:56.231 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-09-17T08:33:56.231 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout [osd] 2024-09-17T08:33:56.232 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-17T08:33:56.232 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-17T08:33:56.232 INFO:teuthology.orchestra.run.smithi081.stdout:Generating new minimal ceph.conf... 2024-09-17T08:33:57.738 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:33:57 smithi081 bash[19501]: audit 2024-09-17T08:33:57.365901+0000 mon.smithi081 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.81:0/267320270' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:33:57.953 INFO:teuthology.orchestra.run.smithi081.stdout:Restarting the monitor... 2024-09-17T08:33:58.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:33:57 smithi081 systemd[1]: Stopping Ceph mon.smithi081 for 6889c766-74cf-11ef-bceb-c7b262605968... 2024-09-17T08:33:58.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:33:58 smithi081 bash[19501]: debug 2024-09-17T08:33:58.069+0000 7f776edb4640 -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 2024-09-17T08:33:58.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:33:58 smithi081 bash[19501]: debug 2024-09-17T08:33:58.069+0000 7f776edb4640 -1 mon.smithi081@0(leader) e1 *** Got Signal Terminated *** 2024-09-17T08:33:58.862 INFO:teuthology.orchestra.run.smithi081.stdout:Setting public_network to 172.21.0.2/32,172.21.15.254/32,172.21.0.0/20,172.21.0.1/32 in mon config section 2024-09-17T08:33:58.969 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:33:58 smithi081 bash[19888]: ceph-6889c766-74cf-11ef-bceb-c7b262605968-mon-smithi081 2024-09-17T08:33:58.969 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:33:58 smithi081 bash[19949]: Error response from daemon: No such container: ceph-6889c766-74cf-11ef-bceb-c7b262605968-mon-smithi081 2024-09-17T08:33:58.970 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:33:58 smithi081 systemd[1]: ceph-6889c766-74cf-11ef-bceb-c7b262605968@mon.smithi081.service: Deactivated successfully. 2024-09-17T08:33:58.970 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:33:58 smithi081 systemd[1]: Stopped Ceph mon.smithi081 for 6889c766-74cf-11ef-bceb-c7b262605968. 2024-09-17T08:33:58.970 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:33:58 smithi081 systemd[1]: Started Ceph mon.smithi081 for 6889c766-74cf-11ef-bceb-c7b262605968. 2024-09-17T08:34:00.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.369+0000 7fcd23b74b00 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-17T08:34:00.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.369+0000 7fcd23b74b00 0 ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable), process ceph-mon, pid 7 2024-09-17T08:34:00.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.369+0000 7fcd23b74b00 0 pidfile_write: ignore empty --pid-file 2024-09-17T08:34:00.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 0 load: jerasure load: lrc 2024-09-17T08:34:00.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: RocksDB version: 7.9.2 2024-09-17T08:34:00.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Git sha 0 2024-09-17T08:34:00.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Compile date 2024-09-16 15:15:13 2024-09-17T08:34:00.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: DB SUMMARY 2024-09-17T08:34:00.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: DB Session ID: CCJ7WEP43BX0JP1EKVAJ 2024-09-17T08:34:00.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: CURRENT file: CURRENT 2024-09-17T08:34:00.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: IDENTITY file: IDENTITY 2024-09-17T08:34:00.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-17T08:34:00.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi081/store.db dir, Total Num: 1, files: 000008.sst 2024-09-17T08:34:00.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi081/store.db: 000009.log size: 83806 ; 2024-09-17T08:34:00.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.error_if_exists: 0 2024-09-17T08:34:00.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.create_if_missing: 0 2024-09-17T08:34:00.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.paranoid_checks: 1 2024-09-17T08:34:00.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T08:34:00.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T08:34:00.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T08:34:00.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.env: 0x55eaccfe9bc0 2024-09-17T08:34:00.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.fs: PosixFileSystem 2024-09-17T08:34:00.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.info_log: 0x55eacec28dc0 2024-09-17T08:34:00.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-17T08:34:00.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.statistics: (nil) 2024-09-17T08:34:00.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.use_fsync: 0 2024-09-17T08:34:00.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.max_log_file_size: 0 2024-09-17T08:34:00.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T08:34:00.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T08:34:00.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-17T08:34:00.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-17T08:34:00.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.allow_fallocate: 1 2024-09-17T08:34:00.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-17T08:34:00.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-17T08:34:00.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.use_direct_reads: 0 2024-09-17T08:34:00.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T08:34:00.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.create_missing_column_families: 0 2024-09-17T08:34:00.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.db_log_dir: 2024-09-17T08:34:00.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.wal_dir: 2024-09-17T08:34:00.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T08:34:00.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T08:34:00.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T08:34:00.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T08:34:00.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T08:34:00.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T08:34:00.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.advise_random_on_open: 1 2024-09-17T08:34:00.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-17T08:34:00.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.write_buffer_manager: 0x55eacec36320 2024-09-17T08:34:00.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T08:34:00.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T08:34:00.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T08:34:00.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.rate_limiter: (nil) 2024-09-17T08:34:00.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T08:34:00.494 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-17T08:34:00.494 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-17T08:34:00.494 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-17T08:34:00.494 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.unordered_write: 0 2024-09-17T08:34:00.494 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T08:34:00.494 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T08:34:00.494 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T08:34:00.494 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T08:34:00.494 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.row_cache: None 2024-09-17T08:34:00.494 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.wal_filter: None 2024-09-17T08:34:00.494 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T08:34:00.494 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-17T08:34:00.494 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.two_write_queues: 0 2024-09-17T08:34:00.495 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.manual_wal_flush: 0 2024-09-17T08:34:00.495 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.wal_compression: 0 2024-09-17T08:34:00.495 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.atomic_flush: 0 2024-09-17T08:34:00.495 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T08:34:00.495 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T08:34:00.495 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T08:34:00.495 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.log_readahead_size: 0 2024-09-17T08:34:00.495 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T08:34:00.495 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-17T08:34:00.495 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T08:34:00.495 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T08:34:00.495 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-17T08:34:00.495 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-17T08:34:00.496 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T08:34:00.496 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.max_background_jobs: 2 2024-09-17T08:34:00.496 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.max_background_compactions: -1 2024-09-17T08:34:00.496 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.max_subcompactions: 1 2024-09-17T08:34:00.496 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T08:34:00.496 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T08:34:00.496 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T08:34:00.496 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.max_total_wal_size: 0 2024-09-17T08:34:00.496 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T08:34:00.496 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T08:34:00.496 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T08:34:00.496 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T08:34:00.496 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.max_open_files: -1 2024-09-17T08:34:00.497 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.bytes_per_sync: 0 2024-09-17T08:34:00.497 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T08:34:00.497 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T08:34:00.497 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-17T08:34:00.497 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.max_background_flushes: -1 2024-09-17T08:34:00.497 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Compression algorithms supported: 2024-09-17T08:34:00.497 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: kZSTD supported: 0 2024-09-17T08:34:00.497 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: kXpressCompression supported: 0 2024-09-17T08:34:00.497 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: kBZip2Compression supported: 0 2024-09-17T08:34:00.497 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T08:34:00.497 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: kLZ4Compression supported: 1 2024-09-17T08:34:00.497 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: kZlibCompression supported: 1 2024-09-17T08:34:00.498 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-17T08:34:00.498 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: kSnappyCompression supported: 1 2024-09-17T08:34:00.498 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T08:34:00.498 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T08:34:00.498 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi081/store.db/MANIFEST-000010 2024-09-17T08:34:00.498 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T08:34:00.498 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T08:34:00.498 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.merge_operator: 2024-09-17T08:34:00.498 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.compaction_filter: None 2024-09-17T08:34:00.498 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.compaction_filter_factory: None 2024-09-17T08:34:00.498 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-17T08:34:00.498 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T08:34:00.498 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T08:34:00.499 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55eacec28a20) 2024-09-17T08:34:00.499 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: cache_index_and_filter_blocks: 1 2024-09-17T08:34:00.499 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T08:34:00.499 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T08:34:00.499 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: pin_top_level_index_and_filter: 1 2024-09-17T08:34:00.499 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: index_type: 0 2024-09-17T08:34:00.499 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: data_block_index_type: 0 2024-09-17T08:34:00.499 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: index_shortening: 1 2024-09-17T08:34:00.499 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: data_block_hash_table_util_ratio: 0.750000 2024-09-17T08:34:00.499 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: checksum: 4 2024-09-17T08:34:00.499 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: no_block_cache: 0 2024-09-17T08:34:00.499 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: block_cache: 0x55eacec1f1f0 2024-09-17T08:34:00.499 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: block_cache_name: BinnedLRUCache 2024-09-17T08:34:00.500 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: block_cache_options: 2024-09-17T08:34:00.500 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: capacity : 536870912 2024-09-17T08:34:00.500 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: num_shard_bits : 4 2024-09-17T08:34:00.500 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: strict_capacity_limit : 0 2024-09-17T08:34:00.500 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: high_pri_pool_ratio: 0.000 2024-09-17T08:34:00.500 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: block_cache_compressed: (nil) 2024-09-17T08:34:00.500 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: persistent_cache: (nil) 2024-09-17T08:34:00.500 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: block_size: 4096 2024-09-17T08:34:00.500 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: block_size_deviation: 10 2024-09-17T08:34:00.500 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: block_restart_interval: 16 2024-09-17T08:34:00.500 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: index_block_restart_interval: 1 2024-09-17T08:34:00.500 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: metadata_block_size: 4096 2024-09-17T08:34:00.500 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: partition_filters: 0 2024-09-17T08:34:00.500 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: use_delta_encoding: 1 2024-09-17T08:34:00.501 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: filter_policy: bloomfilter 2024-09-17T08:34:00.501 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: whole_key_filtering: 1 2024-09-17T08:34:00.501 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: verify_compression: 0 2024-09-17T08:34:00.501 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: read_amp_bytes_per_bit: 0 2024-09-17T08:34:00.501 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: format_version: 5 2024-09-17T08:34:00.501 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: enable_index_compression: 1 2024-09-17T08:34:00.501 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: block_align: 0 2024-09-17T08:34:00.501 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: max_auto_readahead_size: 262144 2024-09-17T08:34:00.501 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: prepopulate_block_cache: 0 2024-09-17T08:34:00.501 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: initial_auto_readahead_size: 8192 2024-09-17T08:34:00.501 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: num_file_reads_for_auto_readahead: 2 2024-09-17T08:34:00.501 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-17T08:34:00.501 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-17T08:34:00.502 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.compression: NoCompression 2024-09-17T08:34:00.502 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-17T08:34:00.503 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-17T08:34:00.503 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T08:34:00.503 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.num_levels: 7 2024-09-17T08:34:00.503 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T08:34:00.503 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T08:34:00.503 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T08:34:00.503 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T08:34:00.503 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T08:34:00.503 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T08:34:00.503 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T08:34:00.503 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T08:34:00.503 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T08:34:00.503 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T08:34:00.503 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T08:34:00.503 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T08:34:00.504 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T08:34:00.504 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.compression_opts.level: 32767 2024-09-17T08:34:00.504 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-17T08:34:00.504 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T08:34:00.504 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T08:34:00.504 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T08:34:00.504 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T08:34:00.504 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.compression_opts.enabled: false 2024-09-17T08:34:00.504 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T08:34:00.504 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T08:34:00.504 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T08:34:00.504 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T08:34:00.504 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-17T08:34:00.504 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T08:34:00.504 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T08:34:00.505 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T08:34:00.505 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T08:34:00.505 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T08:34:00.505 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T08:34:00.505 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T08:34:00.505 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T08:34:00.505 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T08:34:00.505 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T08:34:00.505 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T08:34:00.505 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T08:34:00.505 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T08:34:00.505 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T08:34:00.505 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.arena_block_size: 1048576 2024-09-17T08:34:00.505 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T08:34:00.505 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T08:34:00.506 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-17T08:34:00.506 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T08:34:00.506 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T08:34:00.506 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T08:34:00.506 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T08:34:00.506 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T08:34:00.506 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T08:34:00.506 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T08:34:00.506 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T08:34:00.506 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T08:34:00.506 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T08:34:00.506 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T08:34:00.506 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.inplace_update_support: 0 2024-09-17T08:34:00.506 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T08:34:00.506 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T08:34:00.507 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T08:34:00.507 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T08:34:00.507 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.bloom_locality: 0 2024-09-17T08:34:00.507 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.max_successive_merges: 0 2024-09-17T08:34:00.507 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T08:34:00.507 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-17T08:34:00.507 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.force_consistency_checks: 1 2024-09-17T08:34:00.507 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-17T08:34:00.507 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.ttl: 2592000 2024-09-17T08:34:00.507 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T08:34:00.507 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T08:34:00.507 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T08:34:00.507 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.enable_blob_files: false 2024-09-17T08:34:00.507 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.min_blob_size: 0 2024-09-17T08:34:00.507 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.blob_file_size: 268435456 2024-09-17T08:34:00.508 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T08:34:00.508 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T08:34:00.508 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T08:34:00.508 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T08:34:00.508 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T08:34:00.508 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-17T08:34:00.508 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.373+0000 7fcd23b74b00 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T08:34:00.508 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.377+0000 7fcd23b74b00 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi081/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-09-17T08:34:00.508 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.377+0000 7fcd23b74b00 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-17T08:34:00.508 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.377+0000 7fcd23b74b00 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 859d3f7a-dde9-4361-b55b-262d17582891 2024-09-17T08:34:00.508 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.377+0000 7fcd23b74b00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726562040381635, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-17T08:34:00.508 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.377+0000 7fcd23b74b00 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-17T08:34:00.508 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.377+0000 7fcd23b74b00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726562040382614, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80604, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 248, "table_properties": {"data_size": 78761, "index_size": 227, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9753, "raw_average_key_size": 47, "raw_value_size": 73181, "raw_average_value_size": 353, "num_data_blocks": 10, "num_entries": 207, "num_filter_entries": 207, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726562040, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "859d3f7a-dde9-4361-b55b-262d17582891", "db_session_id": "CCJ7WEP43BX0JP1EKVAJ", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-17T08:34:00.509 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.377+0000 7fcd23b74b00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726562040382728, "job": 1, "event": "recovery_finished"} 2024-09-17T08:34:00.509 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.377+0000 7fcd23b74b00 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-17T08:34:00.509 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.381+0000 7fcd23b74b00 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi081/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-17T08:34:00.509 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.381+0000 7fcd23b74b00 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55eacec48e00 2024-09-17T08:34:00.509 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.381+0000 7fcd23b74b00 4 rocksdb: DB pointer 0x55eaced40000 2024-09-17T08:34:00.509 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.381+0000 7fcd1993f640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T08:34:00.509 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.381+0000 7fcd1993f640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T08:34:00.509 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: ** DB Stats ** 2024-09-17T08:34:00.509 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:34:00.509 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-17T08:34:00.509 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T08:34:00.509 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T08:34:00.509 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-17T08:34:00.510 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T08:34:00.510 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T08:34:00.510 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: ** Compaction Stats [default] ** 2024-09-17T08:34:00.510 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: 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 Rblob(GB) Wblob(GB) 2024-09-17T08:34:00.510 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T08:34:00.510 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: L0 2/0 80.61 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T08:34:00.510 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: Sum 2/0 80.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T08:34:00.510 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T08:34:00.510 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: ** Compaction Stats [default] ** 2024-09-17T08:34:00.510 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: 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 Rblob(GB) Wblob(GB) 2024-09-17T08:34:00.510 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:34:00.510 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 132.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T08:34:00.510 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T08:34:00.510 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:34:00.511 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T08:34:00.511 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T08:34:00.511 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T08:34:00.511 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T08:34:00.511 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: AddFile(Keys): cumulative 0, interval 0 2024-09-17T08:34:00.511 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: Cumulative compaction: 0.00 GB write, 12.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T08:34:00.511 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: Interval compaction: 0.00 GB write, 12.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T08:34:00.511 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-17T08:34:00.511 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: Block cache BinnedLRUCache@0x55eacec1f1f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-09-17T08:34:00.511 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-09-17T08:34:00.511 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: ** File Read Latency Histogram By Level [default] ** 2024-09-17T08:34:00.511 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.381+0000 7fcd23b74b00 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 6889c766-74cf-11ef-bceb-c7b262605968 2024-09-17T08:34:00.511 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.381+0000 7fcd23b74b00 1 mon.smithi081@-1(???) e1 preinit fsid 6889c766-74cf-11ef-bceb-c7b262605968 2024-09-17T08:34:00.511 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.381+0000 7fcd23b74b00 0 mon.smithi081@-1(???).mds e1 new map 2024-09-17T08:34:00.512 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.381+0000 7fcd23b74b00 0 mon.smithi081@-1(???).mds e1 print_map 2024-09-17T08:34:00.512 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: e1 2024-09-17T08:34:00.512 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T08:34:00.512 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-09-17T08:34:00.512 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: legacy client fscid: -1 2024-09-17T08:34:00.512 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: 2024-09-17T08:34:00.512 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: No filesystems configured 2024-09-17T08:34:00.512 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.381+0000 7fcd23b74b00 0 mon.smithi081@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-17T08:34:00.512 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.381+0000 7fcd23b74b00 0 mon.smithi081@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T08:34:00.512 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.381+0000 7fcd23b74b00 0 mon.smithi081@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T08:34:00.512 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.381+0000 7fcd23b74b00 0 mon.smithi081@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T08:34:00.512 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: debug 2024-09-17T08:34:00.381+0000 7fcd23b74b00 1 mon.smithi081@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-17T08:34:00.512 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: cluster 2024-09-17T08:34:00.392269+0000 mon.smithi081 (mon.0) 1 : cluster [INF] mon.smithi081 is new leader, mons smithi081 in quorum (ranks 0) 2024-09-17T08:34:00.512 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: cluster 2024-09-17T08:34:00.392315+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: {} disallowed_leaders: {} 2024-09-17T08:34:00.513 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: cluster 2024-09-17T08:34:00.413478+0000 mon.smithi081 (mon.0) 3 : cluster [DBG] fsmap 2024-09-17T08:34:00.513 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: cluster 2024-09-17T08:34:00.413505+0000 mon.smithi081 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-17T08:34:00.513 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:00 smithi081 bash[19989]: cluster 2024-09-17T08:34:00.413887+0000 mon.smithi081 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-09-17T08:34:01.275 INFO:teuthology.orchestra.run.smithi081.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-17T08:34:01.301 INFO:teuthology.orchestra.run.smithi081.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-17T08:34:01.301 INFO:teuthology.orchestra.run.smithi081.stdout:Creating mgr... 2024-09-17T08:34:01.301 INFO:teuthology.orchestra.run.smithi081.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-17T08:34:01.302 INFO:teuthology.orchestra.run.smithi081.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-17T08:34:01.302 INFO:teuthology.orchestra.run.smithi081.stdout:Verifying port 0.0.0.0:8443 ... 2024-09-17T08:34:01.637 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-6889c766-74cf-11ef-bceb-c7b262605968@mgr.smithi081.loqrpe 2024-09-17T08:34:01.637 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Failed to reset failed state of unit ceph-6889c766-74cf-11ef-bceb-c7b262605968@mgr.smithi081.loqrpe.service: Unit ceph-6889c766-74cf-11ef-bceb-c7b262605968@mgr.smithi081.loqrpe.service not loaded. 2024-09-17T08:34:01.641 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:01 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:34:01.822 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968.target.wants/ceph-6889c766-74cf-11ef-bceb-c7b262605968@mgr.smithi081.loqrpe.service -> /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service. 2024-09-17T08:34:01.830 INFO:teuthology.orchestra.run.smithi081.stdout:firewalld does not appear to be present 2024-09-17T08:34:01.830 INFO:teuthology.orchestra.run.smithi081.stdout:Not possible to enable service . firewalld.service is not available 2024-09-17T08:34:01.831 INFO:teuthology.orchestra.run.smithi081.stdout:firewalld does not appear to be present 2024-09-17T08:34:01.831 INFO:teuthology.orchestra.run.smithi081.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-09-17T08:34:01.831 INFO:teuthology.orchestra.run.smithi081.stdout:Waiting for mgr to start... 2024-09-17T08:34:01.831 INFO:teuthology.orchestra.run.smithi081.stdout:Waiting for mgr... 2024-09-17T08:34:01.982 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:01 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:34:01.982 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:01 smithi081 bash[19989]: audit 2024-09-17T08:34:00.744987+0000 mon.smithi081 (mon.0) 6 : audit [INF] from='client.? 172.21.15.81:0/2044401634' entity='client.admin' 2024-09-17T08:34:03.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:03 smithi081 bash[19989]: audit 2024-09-17T08:34:03.526049+0000 mon.smithi081 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.81:0/2978754806' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T08:34:04.106 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-09-17T08:34:04.106 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout { 2024-09-17T08:34:04.106 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "fsid": "6889c766-74cf-11ef-bceb-c7b262605968", 2024-09-17T08:34:04.106 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T08:34:04.106 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T08:34:04.106 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T08:34:04.106 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T08:34:04.106 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:34:04.106 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T08:34:04.106 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T08:34:04.107 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 0 2024-09-17T08:34:04.107 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-09-17T08:34:04.107 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T08:34:04.107 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "smithi081" 2024-09-17T08:34:04.107 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-09-17T08:34:04.107 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-09-17T08:34:04.107 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T08:34:04.107 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T08:34:04.107 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-09-17T08:34:04.107 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T08:34:04.107 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:34:04.107 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T08:34:04.107 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T08:34:04.107 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T08:34:04.108 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T08:34:04.108 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T08:34:04.108 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T08:34:04.111 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T08:34:04.111 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T08:34:04.111 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:34:04.111 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T08:34:04.111 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T08:34:04.111 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T08:34:04.111 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T08:34:04.112 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T08:34:04.112 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T08:34:04.112 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T08:34:04.112 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T08:34:04.112 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T08:34:04.112 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:34:04.112 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T08:34:04.112 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T08:34:04.112 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T08:34:04.112 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T08:34:04.112 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:34:04.112 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T08:34:04.112 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-17T08:34:04.113 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T08:34:04.113 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T08:34:04.113 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T08:34:04.113 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T08:34:04.113 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T08:34:04.113 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-09-17T08:34:04.113 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T08:34:04.113 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:34:04.113 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T08:34:04.113 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T08:34:04.113 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T08:33:53.811098+0000", 2024-09-17T08:34:04.113 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T08:34:04.113 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:34:04.113 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T08:34:04.114 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout } 2024-09-17T08:34:04.114 INFO:teuthology.orchestra.run.smithi081.stdout:mgr not available, waiting (1/15)... 2024-09-17T08:34:07.627 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:07 smithi081 bash[19989]: audit 2024-09-17T08:34:07.425264+0000 mon.smithi081 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.81:0/609126177' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T08:34:07.981 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-09-17T08:34:07.981 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout { 2024-09-17T08:34:07.981 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "fsid": "6889c766-74cf-11ef-bceb-c7b262605968", 2024-09-17T08:34:07.981 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T08:34:07.981 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T08:34:07.981 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T08:34:07.981 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T08:34:07.981 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:34:07.981 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T08:34:07.981 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T08:34:07.981 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 0 2024-09-17T08:34:07.982 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-09-17T08:34:07.982 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T08:34:07.982 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "smithi081" 2024-09-17T08:34:07.982 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-09-17T08:34:07.982 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2024-09-17T08:34:07.982 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T08:34:07.982 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T08:34:07.982 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-09-17T08:34:07.982 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T08:34:07.982 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:34:07.982 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T08:34:07.982 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T08:34:07.982 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T08:34:07.982 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T08:34:07.982 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T08:34:07.982 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T08:34:07.986 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T08:34:07.986 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T08:34:07.986 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:34:07.986 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T08:34:07.986 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T08:34:07.986 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T08:34:07.986 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T08:34:07.986 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T08:34:07.986 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T08:34:07.986 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T08:34:07.986 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T08:34:07.986 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T08:34:07.987 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:34:07.987 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T08:34:07.987 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T08:34:07.987 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T08:34:07.987 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T08:34:07.987 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:34:07.987 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T08:34:07.987 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-17T08:34:07.987 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T08:34:07.987 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T08:34:07.987 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T08:34:07.987 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T08:34:07.987 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T08:34:07.987 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-09-17T08:34:07.988 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T08:34:07.988 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:34:07.988 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T08:34:07.988 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T08:34:07.988 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T08:33:53.811098+0000", 2024-09-17T08:34:07.988 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T08:34:07.988 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:34:07.988 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T08:34:07.988 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout } 2024-09-17T08:34:07.988 INFO:teuthology.orchestra.run.smithi081.stdout:mgr not available, waiting (2/15)... 2024-09-17T08:34:09.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:08 smithi081 bash[19989]: cluster 2024-09-17T08:34:08.923458+0000 mon.smithi081 (mon.0) 9 : cluster [INF] Activating manager daemon smithi081.loqrpe 2024-09-17T08:34:09.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:08 smithi081 bash[19989]: cluster 2024-09-17T08:34:08.930698+0000 mon.smithi081 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi081.loqrpe(active, starting, since 0.00740961s) 2024-09-17T08:34:09.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:08 smithi081 bash[19989]: audit 2024-09-17T08:34:08.931936+0000 mon.smithi081 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.81:0/2078276228' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T08:34:09.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:08 smithi081 bash[19989]: audit 2024-09-17T08:34:08.932035+0000 mon.smithi081 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.81:0/2078276228' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T08:34:09.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:08 smithi081 bash[19989]: audit 2024-09-17T08:34:08.932135+0000 mon.smithi081 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.81:0/2078276228' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T08:34:09.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:08 smithi081 bash[19989]: audit 2024-09-17T08:34:08.932254+0000 mon.smithi081 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.81:0/2078276228' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi081"}]: dispatch 2024-09-17T08:34:09.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:08 smithi081 bash[19989]: audit 2024-09-17T08:34:08.933726+0000 mon.smithi081 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.81:0/2078276228' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mgr metadata", "who": "smithi081.loqrpe", "id": "smithi081.loqrpe"}]: dispatch 2024-09-17T08:34:09.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:08 smithi081 bash[19989]: cluster 2024-09-17T08:34:08.963084+0000 mon.smithi081 (mon.0) 16 : cluster [INF] Manager daemon smithi081.loqrpe is now available 2024-09-17T08:34:09.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:08 smithi081 bash[19989]: audit 2024-09-17T08:34:08.973137+0000 mon.smithi081 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.81:0/2078276228' entity='mgr.smithi081.loqrpe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi081.loqrpe/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:34:10.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:09 smithi081 bash[19989]: audit 2024-09-17T08:34:08.975347+0000 mon.smithi081 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.81:0/2078276228' entity='mgr.smithi081.loqrpe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi081.loqrpe/trash_purge_schedule"}]: dispatch 2024-09-17T08:34:10.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:09 smithi081 bash[19989]: audit 2024-09-17T08:34:08.983070+0000 mon.smithi081 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.81:0/2078276228' entity='mgr.smithi081.loqrpe' 2024-09-17T08:34:10.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:09 smithi081 bash[19989]: audit 2024-09-17T08:34:08.987919+0000 mon.smithi081 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.81:0/2078276228' entity='mgr.smithi081.loqrpe' 2024-09-17T08:34:10.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:09 smithi081 bash[19989]: audit 2024-09-17T08:34:08.990859+0000 mon.smithi081 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.81:0/2078276228' entity='mgr.smithi081.loqrpe' 2024-09-17T08:34:10.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:09 smithi081 bash[19989]: cluster 2024-09-17T08:34:09.938993+0000 mon.smithi081 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi081.loqrpe(active, since 1.01571s) 2024-09-17T08:34:12.188 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-09-17T08:34:12.188 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout { 2024-09-17T08:34:12.188 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "fsid": "6889c766-74cf-11ef-bceb-c7b262605968", 2024-09-17T08:34:12.189 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T08:34:12.189 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T08:34:12.189 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T08:34:12.189 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T08:34:12.189 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:34:12.189 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T08:34:12.189 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T08:34:12.189 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 0 2024-09-17T08:34:12.189 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-09-17T08:34:12.189 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T08:34:12.189 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "smithi081" 2024-09-17T08:34:12.190 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-09-17T08:34:12.190 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-09-17T08:34:12.190 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T08:34:12.190 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T08:34:12.190 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-09-17T08:34:12.190 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T08:34:12.190 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:34:12.190 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T08:34:12.190 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T08:34:12.190 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T08:34:12.191 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T08:34:12.191 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T08:34:12.194 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T08:34:12.194 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T08:34:12.194 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T08:34:12.194 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:34:12.194 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T08:34:12.194 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T08:34:12.195 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T08:34:12.195 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T08:34:12.195 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T08:34:12.195 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T08:34:12.195 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T08:34:12.195 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T08:34:12.195 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T08:34:12.195 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:34:12.195 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T08:34:12.195 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T08:34:12.195 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T08:34:12.195 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T08:34:12.195 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:34:12.196 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T08:34:12.196 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T08:34:12.196 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T08:34:12.196 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T08:34:12.196 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T08:34:12.196 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T08:34:12.196 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T08:34:12.196 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-09-17T08:34:12.196 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T08:34:12.196 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:34:12.196 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T08:34:12.196 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T08:34:12.196 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T08:33:53.811098+0000", 2024-09-17T08:34:12.196 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T08:34:12.197 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:34:12.197 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T08:34:12.197 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout } 2024-09-17T08:34:12.197 INFO:teuthology.orchestra.run.smithi081.stdout:mgr is available 2024-09-17T08:34:12.237 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:11 smithi081 bash[19989]: cluster 2024-09-17T08:34:10.983668+0000 mon.smithi081 (mon.0) 23 : cluster [DBG] mgrmap e4: smithi081.loqrpe(active, since 2s) 2024-09-17T08:34:12.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:11 smithi081 bash[19989]: audit 2024-09-17T08:34:11.637389+0000 mon.smithi081 (mon.0) 24 : audit [DBG] from='client.? 172.21.15.81:0/1651815178' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T08:34:13.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:13 smithi081 bash[19989]: audit 2024-09-17T08:34:13.637880+0000 mon.smithi081 (mon.0) 25 : audit [INF] from='client.? 172.21.15.81:0/4061028205' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-17T08:34:14.180 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-09-17T08:34:14.180 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout [global] 2024-09-17T08:34:14.180 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout fsid = 6889c766-74cf-11ef-bceb-c7b262605968 2024-09-17T08:34:14.180 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-17T08:34:14.181 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-17T08:34:14.181 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-17T08:34:14.181 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-17T08:34:14.181 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-09-17T08:34:14.181 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-17T08:34:14.182 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-17T08:34:14.182 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-09-17T08:34:14.182 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout [osd] 2024-09-17T08:34:14.182 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-17T08:34:14.183 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-17T08:34:14.184 INFO:teuthology.orchestra.run.smithi081.stdout:Enabling cephadm module... 2024-09-17T08:34:15.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:15 smithi081 bash[19989]: audit 2024-09-17T08:34:15.597128+0000 mon.smithi081 (mon.0) 26 : audit [INF] from='client.? 172.21.15.81:0/2980537291' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-17T08:34:16.979 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:16 smithi081 bash[19989]: audit 2024-09-17T08:34:15.653571+0000 mon.smithi081 (mon.0) 27 : audit [INF] from='client.? 172.21.15.81:0/2980537291' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-17T08:34:16.979 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:16 smithi081 bash[19989]: cluster 2024-09-17T08:34:15.653644+0000 mon.smithi081 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi081.loqrpe(active, since 6s) 2024-09-17T08:34:17.910 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:17 smithi081 bash[19989]: audit 2024-09-17T08:34:17.646805+0000 mon.smithi081 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.81:0/2600051577' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-17T08:34:18.207 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout { 2024-09-17T08:34:18.207 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-17T08:34:18.207 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T08:34:18.207 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "active_name": "smithi081.loqrpe", 2024-09-17T08:34:18.207 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-17T08:34:18.207 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout } 2024-09-17T08:34:18.207 INFO:teuthology.orchestra.run.smithi081.stdout:Waiting for the mgr to restart... 2024-09-17T08:34:18.207 INFO:teuthology.orchestra.run.smithi081.stdout:Waiting for mgr epoch 5... 2024-09-17T08:34:21.403 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:21 smithi081 bash[19989]: cluster 2024-09-17T08:34:21.351416+0000 mon.smithi081 (mon.0) 30 : cluster [INF] Active manager daemon smithi081.loqrpe restarted 2024-09-17T08:34:21.403 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:21 smithi081 bash[19989]: cluster 2024-09-17T08:34:21.351834+0000 mon.smithi081 (mon.0) 31 : cluster [INF] Activating manager daemon smithi081.loqrpe 2024-09-17T08:34:21.404 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:21 smithi081 bash[19989]: cluster 2024-09-17T08:34:21.359919+0000 mon.smithi081 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-17T08:34:21.404 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:21 smithi081 bash[19989]: cluster 2024-09-17T08:34:21.360140+0000 mon.smithi081 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi081.loqrpe(active, starting, since 0.00847086s) 2024-09-17T08:34:21.404 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:21 smithi081 bash[19989]: audit 2024-09-17T08:34:21.362606+0000 mon.smithi081 (mon.0) 34 : audit [DBG] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi081"}]: dispatch 2024-09-17T08:34:21.404 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:21 smithi081 bash[19989]: audit 2024-09-17T08:34:21.364454+0000 mon.smithi081 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mgr metadata", "who": "smithi081.loqrpe", "id": "smithi081.loqrpe"}]: dispatch 2024-09-17T08:34:21.404 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:21 smithi081 bash[19989]: audit 2024-09-17T08:34:21.365676+0000 mon.smithi081 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T08:34:21.404 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:21 smithi081 bash[19989]: audit 2024-09-17T08:34:21.365879+0000 mon.smithi081 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T08:34:21.737 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:21 smithi081 bash[19989]: audit 2024-09-17T08:34:21.366023+0000 mon.smithi081 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T08:34:21.738 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:21 smithi081 bash[19989]: cluster 2024-09-17T08:34:21.391653+0000 mon.smithi081 (mon.0) 39 : cluster [INF] Manager daemon smithi081.loqrpe is now available 2024-09-17T08:34:22.738 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:22 smithi081 bash[19989]: cephadm 2024-09-17T08:34:21.401386+0000 mgr.smithi081.loqrpe (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-17T08:34:22.738 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:22 smithi081 bash[19989]: audit 2024-09-17T08:34:21.405847+0000 mon.smithi081 (mon.0) 40 : audit [INF] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' 2024-09-17T08:34:22.738 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:22 smithi081 bash[19989]: audit 2024-09-17T08:34:21.411901+0000 mon.smithi081 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' 2024-09-17T08:34:22.738 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:22 smithi081 bash[19989]: audit 2024-09-17T08:34:21.415224+0000 mon.smithi081 (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:34:22.738 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:22 smithi081 bash[19989]: audit 2024-09-17T08:34:21.417837+0000 mon.smithi081 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:34:22.738 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:22 smithi081 bash[19989]: audit 2024-09-17T08:34:21.429223+0000 mon.smithi081 (mon.0) 44 : audit [INF] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi081.loqrpe/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:34:22.738 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:22 smithi081 bash[19989]: audit 2024-09-17T08:34:21.431091+0000 mon.smithi081 (mon.0) 45 : audit [INF] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi081.loqrpe/trash_purge_schedule"}]: dispatch 2024-09-17T08:34:22.738 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:22 smithi081 bash[19989]: audit 2024-09-17T08:34:22.119629+0000 mon.smithi081 (mon.0) 46 : audit [INF] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' 2024-09-17T08:34:22.738 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:22 smithi081 bash[19989]: audit 2024-09-17T08:34:22.124936+0000 mon.smithi081 (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' 2024-09-17T08:34:22.739 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:22 smithi081 bash[19989]: cluster 2024-09-17T08:34:22.362314+0000 mon.smithi081 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi081.loqrpe(active, since 1.01064s) 2024-09-17T08:34:22.972 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout { 2024-09-17T08:34:22.972 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-17T08:34:22.972 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-17T08:34:22.972 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout } 2024-09-17T08:34:22.972 INFO:teuthology.orchestra.run.smithi081.stdout:mgr epoch 5 is available 2024-09-17T08:34:22.972 INFO:teuthology.orchestra.run.smithi081.stdout:Setting orchestrator backend to cephadm... 2024-09-17T08:34:23.738 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:23 smithi081 bash[19989]: audit 2024-09-17T08:34:22.361621+0000 mgr.smithi081.loqrpe (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-17T08:34:23.738 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:23 smithi081 bash[19989]: audit 2024-09-17T08:34:22.375419+0000 mgr.smithi081.loqrpe (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-17T08:34:23.738 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:23 smithi081 bash[19989]: audit 2024-09-17T08:34:23.015089+0000 mon.smithi081 (mon.0) 49 : audit [DBG] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:34:24.738 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:24 smithi081 bash[19989]: cephadm 2024-09-17T08:34:22.791854+0000 mgr.smithi081.loqrpe (mgr.14118) 4 : cephadm [INF] [17/Sep/2024:08:34:22] ENGINE Bus STARTING 2024-09-17T08:34:24.738 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:24 smithi081 bash[19989]: cephadm 2024-09-17T08:34:22.893508+0000 mgr.smithi081.loqrpe (mgr.14118) 5 : cephadm [INF] [17/Sep/2024:08:34:22] ENGINE Serving on http://172.21.15.81:8765 2024-09-17T08:34:24.739 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:24 smithi081 bash[19989]: cephadm 2024-09-17T08:34:23.014248+0000 mgr.smithi081.loqrpe (mgr.14118) 6 : cephadm [INF] [17/Sep/2024:08:34:23] ENGINE Serving on https://172.21.15.81:7150 2024-09-17T08:34:24.739 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:24 smithi081 bash[19989]: cephadm 2024-09-17T08:34:23.014338+0000 mgr.smithi081.loqrpe (mgr.14118) 7 : cephadm [INF] [17/Sep/2024:08:34:23] ENGINE Bus STARTED 2024-09-17T08:34:24.739 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:24 smithi081 bash[19989]: cephadm 2024-09-17T08:34:23.016997+0000 mgr.smithi081.loqrpe (mgr.14118) 8 : cephadm [ERR] [17/Sep/2024:08:34:23] ENGINE Error in HTTPServer.serve 2024-09-17T08:34:24.739 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:24 smithi081 bash[19989]: Traceback (most recent call last): 2024-09-17T08:34:24.739 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:24 smithi081 bash[19989]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T08:34:24.739 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:24 smithi081 bash[19989]: self._connections.run(self.expiration_interval) 2024-09-17T08:34:24.739 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:24 smithi081 bash[19989]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T08:34:24.739 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:24 smithi081 bash[19989]: self._run(expiration_interval) 2024-09-17T08:34:24.739 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:24 smithi081 bash[19989]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T08:34:24.739 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:24 smithi081 bash[19989]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T08:34:24.739 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:24 smithi081 bash[19989]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T08:34:24.739 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:24 smithi081 bash[19989]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T08:34:24.740 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:24 smithi081 bash[19989]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T08:34:24.740 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:24 smithi081 bash[19989]: s = self.context.wrap_socket( 2024-09-17T08:34:24.740 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:24 smithi081 bash[19989]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T08:34:24.740 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:24 smithi081 bash[19989]: return self.sslsocket_class._create( 2024-09-17T08:34:24.740 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:24 smithi081 bash[19989]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T08:34:24.740 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:24 smithi081 bash[19989]: self.do_handshake() 2024-09-17T08:34:24.740 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:24 smithi081 bash[19989]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T08:34:24.740 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:24 smithi081 bash[19989]: self._sslobj.do_handshake() 2024-09-17T08:34:24.740 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:24 smithi081 bash[19989]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T08:34:24.740 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:24 smithi081 bash[19989]: cluster 2024-09-17T08:34:23.420715+0000 mon.smithi081 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi081.loqrpe(active, since 2s) 2024-09-17T08:34:25.913 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:25 smithi081 bash[19989]: audit 2024-09-17T08:34:24.526724+0000 mgr.smithi081.loqrpe (mgr.14118) 9 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:34:25.913 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:25 smithi081 bash[19989]: audit 2024-09-17T08:34:24.534853+0000 mon.smithi081 (mon.0) 51 : audit [INF] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' 2024-09-17T08:34:25.913 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:25 smithi081 bash[19989]: audit 2024-09-17T08:34:24.548766+0000 mon.smithi081 (mon.0) 52 : audit [DBG] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:34:26.929 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-17T08:34:26.929 INFO:teuthology.orchestra.run.smithi081.stdout:Generating ssh key... 2024-09-17T08:34:27.020 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:26 smithi081 bash[19989]: audit 2024-09-17T08:34:26.423799+0000 mgr.smithi081.loqrpe (mgr.14118) 10 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:34:29.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:29 smithi081 bash[19989]: audit 2024-09-17T08:34:28.346868+0000 mgr.smithi081.loqrpe (mgr.14118) 11 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:34:29.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:29 smithi081 bash[19989]: cephadm 2024-09-17T08:34:28.347072+0000 mgr.smithi081.loqrpe (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-17T08:34:29.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:29 smithi081 bash[19989]: audit 2024-09-17T08:34:28.507275+0000 mon.smithi081 (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' 2024-09-17T08:34:29.854 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:29 smithi081 bash[19989]: audit 2024-09-17T08:34:28.510348+0000 mon.smithi081 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' 2024-09-17T08:34:30.885 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXBvwIsNGtO0/vTuT/vLUUZmWlLE/qq+3eKNdH4QrTY0Bp/zG1Nvkl4DTx0ej2S+z28h+DZFPmi7d7URmHz+X5ztjsXkjxJIRNAQhacIlkSdudJOilE1fEKTpB3WtGSuX/KAPaJEw9t0K/LHBxnEsQv4el382zlMReqqUEw/M8Fb51kwHi8wFcEYHOsjG3fBUmYY27LuSQIoGmkJfYSXqlYKZyidVNa98aR/tCebLgbGTydYcMX9Eu643nLuP5jQTt3FwabhkCLhRr92IEKKwrETZy0Xh1+9edzL+pksJ07o9k8Mz9s3g0LD9zUBB4QRlBjPmTTpDc0lNNu9kamsocZ/Ncntjnm02VvEOGHE//NnRxAW3JFXXenue/dNNZY7k1ombz0IAWStFEdkX+czUxGnVSLjzPsM7IG4NJKvbVCs3VjUtU9uIQo6yW4FMdWgAXAhZhKN/L8uIPKGU/ajEZ/RB/kdPqmp8Shtp95TiInyNF662RuLKuieXg+Yk0yUE= ceph-6889c766-74cf-11ef-bceb-c7b262605968 2024-09-17T08:34:30.885 INFO:teuthology.orchestra.run.smithi081.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-17T08:34:30.885 INFO:teuthology.orchestra.run.smithi081.stdout:Adding key to root@localhost authorized_keys... 2024-09-17T08:34:30.886 INFO:teuthology.orchestra.run.smithi081.stdout:Adding host smithi081... 2024-09-17T08:34:31.001 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:30 smithi081 bash[19989]: audit 2024-09-17T08:34:30.331757+0000 mgr.smithi081.loqrpe (mgr.14118) 13 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:34:33.114 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:32 smithi081 bash[19989]: audit 2024-09-17T08:34:32.301396+0000 mgr.smithi081.loqrpe (mgr.14118) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi081", "addr": "172.21.15.81", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:34:33.898 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:33 smithi081 bash[19989]: cephadm 2024-09-17T08:34:33.245350+0000 mgr.smithi081.loqrpe (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi081 2024-09-17T08:34:36.415 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout Added host 'smithi081' with addr '172.21.15.81' 2024-09-17T08:34:36.416 INFO:teuthology.orchestra.run.smithi081.stdout:Deploying mon service with default placement... 2024-09-17T08:34:36.621 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:36 smithi081 bash[19989]: audit 2024-09-17T08:34:35.369089+0000 mon.smithi081 (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' 2024-09-17T08:34:36.621 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:36 smithi081 bash[19989]: cephadm 2024-09-17T08:34:35.369450+0000 mgr.smithi081.loqrpe (mgr.14118) 16 : cephadm [INF] Added host smithi081 2024-09-17T08:34:36.621 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:36 smithi081 bash[19989]: audit 2024-09-17T08:34:35.369856+0000 mon.smithi081 (mon.0) 56 : audit [DBG] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:34:39.157 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-17T08:34:39.157 INFO:teuthology.orchestra.run.smithi081.stdout:Deploying mgr service with default placement... 2024-09-17T08:34:39.737 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:39 smithi081 bash[19989]: audit 2024-09-17T08:34:38.294032+0000 mon.smithi081 (mon.0) 57 : audit [INF] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' 2024-09-17T08:34:39.738 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:39 smithi081 bash[19989]: audit 2024-09-17T08:34:38.542820+0000 mgr.smithi081.loqrpe (mgr.14118) 17 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:34:39.738 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:39 smithi081 bash[19989]: cephadm 2024-09-17T08:34:38.545343+0000 mgr.smithi081.loqrpe (mgr.14118) 18 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-17T08:34:39.738 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:39 smithi081 bash[19989]: audit 2024-09-17T08:34:38.548896+0000 mon.smithi081 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' 2024-09-17T08:34:39.738 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:39 smithi081 bash[19989]: audit 2024-09-17T08:34:38.608589+0000 mon.smithi081 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' 2024-09-17T08:34:41.098 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-17T08:34:41.098 INFO:teuthology.orchestra.run.smithi081.stdout:Deploying crash service with default placement... 2024-09-17T08:34:41.852 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:41 smithi081 bash[19989]: audit 2024-09-17T08:34:40.567184+0000 mgr.smithi081.loqrpe (mgr.14118) 19 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:34:41.852 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:41 smithi081 bash[19989]: cephadm 2024-09-17T08:34:40.569065+0000 mgr.smithi081.loqrpe (mgr.14118) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-17T08:34:41.852 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:41 smithi081 bash[19989]: audit 2024-09-17T08:34:40.572062+0000 mon.smithi081 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' 2024-09-17T08:34:42.737 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:42 smithi081 bash[19989]: cluster 2024-09-17T08:34:41.367354+0000 mgr.smithi081.loqrpe (mgr.14118) 21 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:34:42.737 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:42 smithi081 bash[19989]: audit 2024-09-17T08:34:42.371004+0000 mon.smithi081 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' 2024-09-17T08:34:42.921 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-09-17T08:34:42.921 INFO:teuthology.orchestra.run.smithi081.stdout:Deploying ceph-exporter service with default placement... 2024-09-17T08:34:43.832 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:43 smithi081 bash[19989]: audit 2024-09-17T08:34:42.364138+0000 mgr.smithi081.loqrpe (mgr.14118) 22 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:34:43.832 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:43 smithi081 bash[19989]: cephadm 2024-09-17T08:34:42.366090+0000 mgr.smithi081.loqrpe (mgr.14118) 23 : cephadm [INF] Saving service crash spec with placement * 2024-09-17T08:34:44.740 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:44 smithi081 bash[19989]: cluster 2024-09-17T08:34:43.367959+0000 mgr.smithi081.loqrpe (mgr.14118) 24 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:34:44.740 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:44 smithi081 bash[19989]: audit 2024-09-17T08:34:43.822909+0000 mon.smithi081 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' 2024-09-17T08:34:44.740 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:44 smithi081 bash[19989]: audit 2024-09-17T08:34:44.340826+0000 mon.smithi081 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' 2024-09-17T08:34:44.740 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:44 smithi081 bash[19989]: audit 2024-09-17T08:34:44.520722+0000 mon.smithi081 (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' 2024-09-17T08:34:44.927 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-09-17T08:34:44.927 INFO:teuthology.orchestra.run.smithi081.stdout:Deploying prometheus service with default placement... 2024-09-17T08:34:45.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:45 smithi081 bash[19989]: audit 2024-09-17T08:34:44.334734+0000 mgr.smithi081.loqrpe (mgr.14118) 25 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:34:45.860 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:45 smithi081 bash[19989]: cephadm 2024-09-17T08:34:44.336313+0000 mgr.smithi081.loqrpe (mgr.14118) 26 : cephadm [INF] Saving service ceph-exporter spec with placement * 2024-09-17T08:34:46.737 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:46 smithi081 bash[19989]: cluster 2024-09-17T08:34:45.368436+0000 mgr.smithi081.loqrpe (mgr.14118) 27 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:34:46.737 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:46 smithi081 bash[19989]: audit 2024-09-17T08:34:46.408285+0000 mon.smithi081 (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' 2024-09-17T08:34:46.961 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-09-17T08:34:46.961 INFO:teuthology.orchestra.run.smithi081.stdout:Deploying grafana service with default placement... 2024-09-17T08:34:47.884 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:47 smithi081 bash[19989]: audit 2024-09-17T08:34:46.401405+0000 mgr.smithi081.loqrpe (mgr.14118) 28 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:34:47.884 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:47 smithi081 bash[19989]: cephadm 2024-09-17T08:34:46.403431+0000 mgr.smithi081.loqrpe (mgr.14118) 29 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-17T08:34:48.713 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:48 smithi081 bash[19989]: cluster 2024-09-17T08:34:47.368883+0000 mgr.smithi081.loqrpe (mgr.14118) 30 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:34:48.713 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:48 smithi081 bash[19989]: audit 2024-09-17T08:34:48.399773+0000 mon.smithi081 (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' 2024-09-17T08:34:49.257 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-09-17T08:34:49.257 INFO:teuthology.orchestra.run.smithi081.stdout:Deploying node-exporter service with default placement... 2024-09-17T08:34:49.987 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:49 smithi081 bash[19989]: audit 2024-09-17T08:34:48.394245+0000 mgr.smithi081.loqrpe (mgr.14118) 31 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:34:49.987 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:49 smithi081 bash[19989]: cephadm 2024-09-17T08:34:48.396843+0000 mgr.smithi081.loqrpe (mgr.14118) 32 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-17T08:34:50.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:50 smithi081 bash[19989]: cluster 2024-09-17T08:34:49.369339+0000 mgr.smithi081.loqrpe (mgr.14118) 33 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:34:51.750 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-09-17T08:34:51.750 INFO:teuthology.orchestra.run.smithi081.stdout:Deploying alertmanager service with default placement... 2024-09-17T08:34:52.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:52 smithi081 bash[19989]: audit 2024-09-17T08:34:51.185435+0000 mgr.smithi081.loqrpe (mgr.14118) 34 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:34:52.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:52 smithi081 bash[19989]: cephadm 2024-09-17T08:34:51.187419+0000 mgr.smithi081.loqrpe (mgr.14118) 35 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-17T08:34:52.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:52 smithi081 bash[19989]: audit 2024-09-17T08:34:51.191470+0000 mon.smithi081 (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' 2024-09-17T08:34:52.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:52 smithi081 bash[19989]: cluster 2024-09-17T08:34:51.369720+0000 mgr.smithi081.loqrpe (mgr.14118) 36 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:34:53.782 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-09-17T08:34:54.650 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:54 smithi081 bash[19989]: audit 2024-09-17T08:34:53.261583+0000 mgr.smithi081.loqrpe (mgr.14118) 37 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:34:54.650 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:54 smithi081 bash[19989]: cephadm 2024-09-17T08:34:53.262530+0000 mgr.smithi081.loqrpe (mgr.14118) 38 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-17T08:34:54.650 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:54 smithi081 bash[19989]: audit 2024-09-17T08:34:53.265324+0000 mon.smithi081 (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.81:0/3265618787' entity='mgr.smithi081.loqrpe' 2024-09-17T08:34:54.650 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:54 smithi081 bash[19989]: cluster 2024-09-17T08:34:53.370066+0000 mgr.smithi081.loqrpe (mgr.14118) 39 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:34:56.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:56 smithi081 bash[19989]: audit 2024-09-17T08:34:55.157228+0000 mon.smithi081 (mon.0) 69 : audit [INF] from='client.? 172.21.15.81:0/1871050348' entity='client.admin' 2024-09-17T08:34:56.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:56 smithi081 bash[19989]: cluster 2024-09-17T08:34:55.370555+0000 mgr.smithi081.loqrpe (mgr.14118) 40 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:34:57.697 INFO:teuthology.orchestra.run.smithi081.stdout:Enabling the dashboard module... 2024-09-17T08:34:58.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:58 smithi081 bash[19989]: audit 2024-09-17T08:34:57.109122+0000 mon.smithi081 (mon.0) 70 : audit [INF] from='client.? 172.21.15.81:0/4179128732' entity='client.admin' 2024-09-17T08:34:58.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:58 smithi081 bash[19989]: cluster 2024-09-17T08:34:57.371097+0000 mgr.smithi081.loqrpe (mgr.14118) 41 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:34:59.737 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:34:59 smithi081 bash[19989]: audit 2024-09-17T08:34:59.304933+0000 mon.smithi081 (mon.0) 71 : audit [INF] from='client.? 172.21.15.81:0/360041245' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-17T08:35:00.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:00 smithi081 bash[19989]: audit 2024-09-17T08:34:59.362097+0000 mon.smithi081 (mon.0) 72 : audit [INF] from='client.? 172.21.15.81:0/360041245' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-17T08:35:00.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:00 smithi081 bash[19989]: cluster 2024-09-17T08:34:59.362157+0000 mon.smithi081 (mon.0) 73 : cluster [DBG] mgrmap e9: smithi081.loqrpe(active, since 38s) 2024-09-17T08:35:01.891 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:01 smithi081 bash[19989]: audit 2024-09-17T08:35:01.541713+0000 mon.smithi081 (mon.0) 74 : audit [DBG] from='client.? 172.21.15.81:0/2451400668' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-17T08:35:02.179 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout { 2024-09-17T08:35:02.179 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-17T08:35:02.179 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T08:35:02.179 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "active_name": "smithi081.loqrpe", 2024-09-17T08:35:02.179 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-17T08:35:02.180 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout } 2024-09-17T08:35:02.180 INFO:teuthology.orchestra.run.smithi081.stdout:Waiting for the mgr to restart... 2024-09-17T08:35:02.180 INFO:teuthology.orchestra.run.smithi081.stdout:Waiting for mgr epoch 9... 2024-09-17T08:35:05.302 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:05 smithi081 bash[19989]: cluster 2024-09-17T08:35:05.114882+0000 mon.smithi081 (mon.0) 75 : cluster [INF] Active manager daemon smithi081.loqrpe restarted 2024-09-17T08:35:05.302 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:05 smithi081 bash[19989]: cluster 2024-09-17T08:35:05.115361+0000 mon.smithi081 (mon.0) 76 : cluster [INF] Activating manager daemon smithi081.loqrpe 2024-09-17T08:35:05.302 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:05 smithi081 bash[19989]: cluster 2024-09-17T08:35:05.124685+0000 mon.smithi081 (mon.0) 77 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-17T08:35:05.302 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:05 smithi081 bash[19989]: cluster 2024-09-17T08:35:05.124909+0000 mon.smithi081 (mon.0) 78 : cluster [DBG] mgrmap e10: smithi081.loqrpe(active, starting, since 0.0097303s) 2024-09-17T08:35:05.302 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:05 smithi081 bash[19989]: audit 2024-09-17T08:35:05.126126+0000 mon.smithi081 (mon.0) 79 : audit [DBG] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi081"}]: dispatch 2024-09-17T08:35:05.302 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:05 smithi081 bash[19989]: audit 2024-09-17T08:35:05.128428+0000 mon.smithi081 (mon.0) 80 : audit [DBG] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mgr metadata", "who": "smithi081.loqrpe", "id": "smithi081.loqrpe"}]: dispatch 2024-09-17T08:35:05.302 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:05 smithi081 bash[19989]: audit 2024-09-17T08:35:05.129473+0000 mon.smithi081 (mon.0) 81 : audit [DBG] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T08:35:05.303 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:05 smithi081 bash[19989]: audit 2024-09-17T08:35:05.129650+0000 mon.smithi081 (mon.0) 82 : audit [DBG] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T08:35:05.303 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:05 smithi081 bash[19989]: audit 2024-09-17T08:35:05.129823+0000 mon.smithi081 (mon.0) 83 : audit [DBG] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T08:35:05.303 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:05 smithi081 bash[19989]: cluster 2024-09-17T08:35:05.155447+0000 mon.smithi081 (mon.0) 84 : cluster [INF] Manager daemon smithi081.loqrpe is now available 2024-09-17T08:35:06.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:06 smithi081 bash[19989]: audit 2024-09-17T08:35:05.174267+0000 mon.smithi081 (mon.0) 85 : audit [DBG] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:35:06.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:06 smithi081 bash[19989]: audit 2024-09-17T08:35:05.192175+0000 mon.smithi081 (mon.0) 86 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi081.loqrpe/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:35:06.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:06 smithi081 bash[19989]: audit 2024-09-17T08:35:05.194804+0000 mon.smithi081 (mon.0) 87 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi081.loqrpe/trash_purge_schedule"}]: dispatch 2024-09-17T08:35:06.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:06 smithi081 bash[19989]: cluster 2024-09-17T08:35:06.125278+0000 mon.smithi081 (mon.0) 88 : cluster [DBG] mgrmap e11: smithi081.loqrpe(active, since 1.0101s) 2024-09-17T08:35:06.761 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout { 2024-09-17T08:35:06.761 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-17T08:35:06.761 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-17T08:35:06.761 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout } 2024-09-17T08:35:06.761 INFO:teuthology.orchestra.run.smithi081.stdout:mgr epoch 9 is available 2024-09-17T08:35:06.762 INFO:teuthology.orchestra.run.smithi081.stdout:Generating a dashboard self-signed certificate... 2024-09-17T08:35:07.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:07 smithi081 bash[19989]: cephadm 2024-09-17T08:35:06.068796+0000 mgr.smithi081.loqrpe (mgr.14162) 1 : cephadm [INF] [17/Sep/2024:08:35:06] ENGINE Bus STARTING 2024-09-17T08:35:07.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:07 smithi081 bash[19989]: audit 2024-09-17T08:35:06.123179+0000 mgr.smithi081.loqrpe (mgr.14162) 2 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-17T08:35:07.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:07 smithi081 bash[19989]: audit 2024-09-17T08:35:06.133746+0000 mgr.smithi081.loqrpe (mgr.14162) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-17T08:35:07.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:07 smithi081 bash[19989]: cephadm 2024-09-17T08:35:06.189711+0000 mgr.smithi081.loqrpe (mgr.14162) 4 : cephadm [INF] [17/Sep/2024:08:35:06] ENGINE Serving on https://172.21.15.81:7150 2024-09-17T08:35:07.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:07 smithi081 bash[19989]: cephadm 2024-09-17T08:35:06.192261+0000 mgr.smithi081.loqrpe (mgr.14162) 5 : cephadm [ERR] [17/Sep/2024:08:35:06] ENGINE Error in HTTPServer.serve 2024-09-17T08:35:07.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:07 smithi081 bash[19989]: Traceback (most recent call last): 2024-09-17T08:35:07.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:07 smithi081 bash[19989]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T08:35:07.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:07 smithi081 bash[19989]: self._connections.run(self.expiration_interval) 2024-09-17T08:35:07.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:07 smithi081 bash[19989]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T08:35:07.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:07 smithi081 bash[19989]: self._run(expiration_interval) 2024-09-17T08:35:07.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:07 smithi081 bash[19989]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T08:35:07.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:07 smithi081 bash[19989]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T08:35:07.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:07 smithi081 bash[19989]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T08:35:07.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:07 smithi081 bash[19989]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T08:35:07.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:07 smithi081 bash[19989]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T08:35:07.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:07 smithi081 bash[19989]: s = self.context.wrap_socket( 2024-09-17T08:35:07.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:07 smithi081 bash[19989]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T08:35:07.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:07 smithi081 bash[19989]: return self.sslsocket_class._create( 2024-09-17T08:35:07.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:07 smithi081 bash[19989]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T08:35:07.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:07 smithi081 bash[19989]: self.do_handshake() 2024-09-17T08:35:07.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:07 smithi081 bash[19989]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T08:35:07.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:07 smithi081 bash[19989]: self._sslobj.do_handshake() 2024-09-17T08:35:07.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:07 smithi081 bash[19989]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T08:35:07.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:07 smithi081 bash[19989]: cephadm 2024-09-17T08:35:06.290781+0000 mgr.smithi081.loqrpe (mgr.14162) 6 : cephadm [INF] [17/Sep/2024:08:35:06] ENGINE Serving on http://172.21.15.81:8765 2024-09-17T08:35:07.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:07 smithi081 bash[19989]: cephadm 2024-09-17T08:35:06.290890+0000 mgr.smithi081.loqrpe (mgr.14162) 7 : cephadm [INF] [17/Sep/2024:08:35:06] ENGINE Bus STARTED 2024-09-17T08:35:08.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:08 smithi081 bash[19989]: cluster 2024-09-17T08:35:07.175216+0000 mon.smithi081 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi081.loqrpe(active, since 2s) 2024-09-17T08:35:08.927 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-09-17T08:35:08.928 INFO:teuthology.orchestra.run.smithi081.stdout:Creating initial admin user... 2024-09-17T08:35:09.737 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:09 smithi081 bash[19989]: audit 2024-09-17T08:35:08.145538+0000 mgr.smithi081.loqrpe (mgr.14162) 8 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:35:09.737 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:09 smithi081 bash[19989]: audit 2024-09-17T08:35:08.338366+0000 mon.smithi081 (mon.0) 90 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:09.737 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:09 smithi081 bash[19989]: audit 2024-09-17T08:35:08.345200+0000 mon.smithi081 (mon.0) 91 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:10.737 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:10 smithi081 bash[19989]: audit 2024-09-17T08:35:10.311695+0000 mgr.smithi081.loqrpe (mgr.14162) 9 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:35:11.125 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$sn9n0uTr82ssYw5nyrZPxexofbj0866eTHDlkzZHQfCk95jIqOIhW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726562110, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-17T08:35:11.125 INFO:teuthology.orchestra.run.smithi081.stdout:Fetching dashboard port number... 2024-09-17T08:35:11.980 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:11 smithi081 bash[19989]: audit 2024-09-17T08:35:10.557250+0000 mon.smithi081 (mon.0) 92 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:12.737 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:12 smithi081 bash[19989]: cluster 2024-09-17T08:35:11.567495+0000 mon.smithi081 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi081.loqrpe(active, since 6s) 2024-09-17T08:35:12.737 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:12 smithi081 bash[19989]: audit 2024-09-17T08:35:11.785553+0000 mon.smithi081 (mon.0) 94 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:12.737 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:12 smithi081 bash[19989]: audit 2024-09-17T08:35:12.422283+0000 mon.smithi081 (mon.0) 95 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:12.737 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:12 smithi081 bash[19989]: audit 2024-09-17T08:35:12.477932+0000 mon.smithi081 (mon.0) 96 : audit [DBG] from='client.? 172.21.15.81:0/4287493665' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-17T08:35:13.057 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 8443 2024-09-17T08:35:13.058 INFO:teuthology.orchestra.run.smithi081.stdout:firewalld does not appear to be present 2024-09-17T08:35:13.058 INFO:teuthology.orchestra.run.smithi081.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-17T08:35:13.061 INFO:teuthology.orchestra.run.smithi081.stdout:Ceph Dashboard is now available at: 2024-09-17T08:35:13.062 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:35:13.062 INFO:teuthology.orchestra.run.smithi081.stdout: URL: https://smithi081.front.sepia.ceph.com:8443/ 2024-09-17T08:35:13.062 INFO:teuthology.orchestra.run.smithi081.stdout: User: admin 2024-09-17T08:35:13.062 INFO:teuthology.orchestra.run.smithi081.stdout: Password: wyly60b2lk 2024-09-17T08:35:13.062 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:35:13.062 INFO:teuthology.orchestra.run.smithi081.stdout:Saving cluster configuration to /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/config directory 2024-09-17T08:35:13.063 INFO:teuthology.orchestra.run.smithi081.stdout:Enabling autotune for osd_memory_target 2024-09-17T08:35:17.072 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-17T08:35:17.072 INFO:teuthology.orchestra.run.smithi081.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-17T08:35:17.072 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:35:17.072 INFO:teuthology.orchestra.run.smithi081.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-17T08:35:17.072 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:35:17.073 INFO:teuthology.orchestra.run.smithi081.stdout:Or, if you are only running a single cluster on this host: 2024-09-17T08:35:17.073 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:35:17.073 INFO:teuthology.orchestra.run.smithi081.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-17T08:35:17.073 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:35:17.073 INFO:teuthology.orchestra.run.smithi081.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-17T08:35:17.073 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:35:17.073 INFO:teuthology.orchestra.run.smithi081.stdout: ceph telemetry on 2024-09-17T08:35:17.073 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:35:17.073 INFO:teuthology.orchestra.run.smithi081.stdout:For more information see: 2024-09-17T08:35:17.073 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:35:17.073 INFO:teuthology.orchestra.run.smithi081.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-17T08:35:17.073 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:35:17.073 INFO:teuthology.orchestra.run.smithi081.stdout:Bootstrap complete. 2024-09-17T08:35:17.117 INFO:tasks.cephadm:Fetching config... 2024-09-17T08:35:17.117 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-09-17T08:35:17.117 DEBUG:teuthology.orchestra.run.smithi081:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-17T08:35:17.123 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-17T08:35:17.123 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-09-17T08:35:17.123 DEBUG:teuthology.orchestra.run.smithi081:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-17T08:35:17.167 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-17T08:35:17.168 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-09-17T08:35:17.168 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/keyring of=/dev/stdout 2024-09-17T08:35:17.223 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-17T08:35:17.223 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-09-17T08:35:17.223 DEBUG:teuthology.orchestra.run.smithi081:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-17T08:35:17.268 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-17T08:35:17.268 DEBUG:teuthology.orchestra.run.smithi081:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXBvwIsNGtO0/vTuT/vLUUZmWlLE/qq+3eKNdH4QrTY0Bp/zG1Nvkl4DTx0ej2S+z28h+DZFPmi7d7URmHz+X5ztjsXkjxJIRNAQhacIlkSdudJOilE1fEKTpB3WtGSuX/KAPaJEw9t0K/LHBxnEsQv4el382zlMReqqUEw/M8Fb51kwHi8wFcEYHOsjG3fBUmYY27LuSQIoGmkJfYSXqlYKZyidVNa98aR/tCebLgbGTydYcMX9Eu643nLuP5jQTt3FwabhkCLhRr92IEKKwrETZy0Xh1+9edzL+pksJ07o9k8Mz9s3g0LD9zUBB4QRlBjPmTTpDc0lNNu9kamsocZ/Ncntjnm02VvEOGHE//NnRxAW3JFXXenue/dNNZY7k1ombz0IAWStFEdkX+czUxGnVSLjzPsM7IG4NJKvbVCs3VjUtU9uIQo6yW4FMdWgAXAhZhKN/L8uIPKGU/ajEZ/RB/kdPqmp8Shtp95TiInyNF662RuLKuieXg+Yk0yUE= ceph-6889c766-74cf-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T08:35:17.333 INFO:teuthology.orchestra.run.smithi081.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXBvwIsNGtO0/vTuT/vLUUZmWlLE/qq+3eKNdH4QrTY0Bp/zG1Nvkl4DTx0ej2S+z28h+DZFPmi7d7URmHz+X5ztjsXkjxJIRNAQhacIlkSdudJOilE1fEKTpB3WtGSuX/KAPaJEw9t0K/LHBxnEsQv4el382zlMReqqUEw/M8Fb51kwHi8wFcEYHOsjG3fBUmYY27LuSQIoGmkJfYSXqlYKZyidVNa98aR/tCebLgbGTydYcMX9Eu643nLuP5jQTt3FwabhkCLhRr92IEKKwrETZy0Xh1+9edzL+pksJ07o9k8Mz9s3g0LD9zUBB4QRlBjPmTTpDc0lNNu9kamsocZ/Ncntjnm02VvEOGHE//NnRxAW3JFXXenue/dNNZY7k1ombz0IAWStFEdkX+czUxGnVSLjzPsM7IG4NJKvbVCs3VjUtU9uIQo6yW4FMdWgAXAhZhKN/L8uIPKGU/ajEZ/RB/kdPqmp8Shtp95TiInyNF662RuLKuieXg+Yk0yUE= ceph-6889c766-74cf-11ef-bceb-c7b262605968 2024-09-17T08:35:17.341 DEBUG:teuthology.orchestra.run.smithi160:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXBvwIsNGtO0/vTuT/vLUUZmWlLE/qq+3eKNdH4QrTY0Bp/zG1Nvkl4DTx0ej2S+z28h+DZFPmi7d7URmHz+X5ztjsXkjxJIRNAQhacIlkSdudJOilE1fEKTpB3WtGSuX/KAPaJEw9t0K/LHBxnEsQv4el382zlMReqqUEw/M8Fb51kwHi8wFcEYHOsjG3fBUmYY27LuSQIoGmkJfYSXqlYKZyidVNa98aR/tCebLgbGTydYcMX9Eu643nLuP5jQTt3FwabhkCLhRr92IEKKwrETZy0Xh1+9edzL+pksJ07o9k8Mz9s3g0LD9zUBB4QRlBjPmTTpDc0lNNu9kamsocZ/Ncntjnm02VvEOGHE//NnRxAW3JFXXenue/dNNZY7k1ombz0IAWStFEdkX+czUxGnVSLjzPsM7IG4NJKvbVCs3VjUtU9uIQo6yW4FMdWgAXAhZhKN/L8uIPKGU/ajEZ/RB/kdPqmp8Shtp95TiInyNF662RuLKuieXg+Yk0yUE= ceph-6889c766-74cf-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T08:35:17.363 INFO:teuthology.orchestra.run.smithi160.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXBvwIsNGtO0/vTuT/vLUUZmWlLE/qq+3eKNdH4QrTY0Bp/zG1Nvkl4DTx0ej2S+z28h+DZFPmi7d7URmHz+X5ztjsXkjxJIRNAQhacIlkSdudJOilE1fEKTpB3WtGSuX/KAPaJEw9t0K/LHBxnEsQv4el382zlMReqqUEw/M8Fb51kwHi8wFcEYHOsjG3fBUmYY27LuSQIoGmkJfYSXqlYKZyidVNa98aR/tCebLgbGTydYcMX9Eu643nLuP5jQTt3FwabhkCLhRr92IEKKwrETZy0Xh1+9edzL+pksJ07o9k8Mz9s3g0LD9zUBB4QRlBjPmTTpDc0lNNu9kamsocZ/Ncntjnm02VvEOGHE//NnRxAW3JFXXenue/dNNZY7k1ombz0IAWStFEdkX+czUxGnVSLjzPsM7IG4NJKvbVCs3VjUtU9uIQo6yW4FMdWgAXAhZhKN/L8uIPKGU/ajEZ/RB/kdPqmp8Shtp95TiInyNF662RuLKuieXg+Yk0yUE= ceph-6889c766-74cf-11ef-bceb-c7b262605968 2024-09-17T08:35:17.373 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-17T08:35:17.735 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:17 smithi081 bash[19989]: audit 2024-09-17T08:35:16.561632+0000 mon.smithi081 (mon.0) 97 : audit [INF] from='client.? 172.21.15.81:0/1863711607' entity='client.admin' 2024-09-17T08:35:22.565 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:35:25.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:25 smithi081 bash[19989]: audit 2024-09-17T08:35:24.291295+0000 mon.smithi081 (mon.0) 98 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:25.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:25 smithi081 bash[19989]: audit 2024-09-17T08:35:24.295483+0000 mon.smithi081 (mon.0) 99 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:25.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:25 smithi081 bash[19989]: audit 2024-09-17T08:35:24.296839+0000 mon.smithi081 (mon.0) 100 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config rm", "who": "osd/host:smithi081", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:35:25.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:25 smithi081 bash[19989]: audit 2024-09-17T08:35:24.305055+0000 mon.smithi081 (mon.0) 101 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:25.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:25 smithi081 bash[19989]: audit 2024-09-17T08:35:24.308744+0000 mon.smithi081 (mon.0) 102 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi081", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-09-17T08:35:25.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:25 smithi081 bash[19989]: audit 2024-09-17T08:35:24.313792+0000 mon.smithi081 (mon.0) 103 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi081", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-17T08:35:25.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:25 smithi081 bash[19989]: audit 2024-09-17T08:35:24.315351+0000 mon.smithi081 (mon.0) 104 : audit [DBG] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:35:25.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:25 smithi081 bash[19989]: cephadm 2024-09-17T08:35:24.317051+0000 mgr.smithi081.loqrpe (mgr.14162) 10 : cephadm [INF] Deploying daemon ceph-exporter.smithi081 on smithi081 2024-09-17T08:35:26.649 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:26 smithi081 bash[19989]: cluster 2024-09-17T08:35:25.131069+0000 mgr.smithi081.loqrpe (mgr.14162) 11 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:35:27.601 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-17T08:35:27.601 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-17T08:35:27.737 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:27 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:35:27.737 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:27 smithi081 bash[19989]: audit 2024-09-17T08:35:26.678776+0000 mon.smithi081 (mon.0) 105 : audit [INF] from='client.? 172.21.15.81:0/2277545283' entity='client.admin' 2024-09-17T08:35:27.737 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:27 smithi081 bash[19989]: cluster 2024-09-17T08:35:27.131512+0000 mgr.smithi081.loqrpe (mgr.14162) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:35:27.935 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:27 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:35:29.237 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:28 smithi081 bash[19989]: audit 2024-09-17T08:35:27.969806+0000 mon.smithi081 (mon.0) 106 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:29.237 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:28 smithi081 bash[19989]: audit 2024-09-17T08:35:27.973059+0000 mon.smithi081 (mon.0) 107 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:29.237 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:28 smithi081 bash[19989]: audit 2024-09-17T08:35:27.975959+0000 mon.smithi081 (mon.0) 108 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:29.237 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:28 smithi081 bash[19989]: audit 2024-09-17T08:35:27.979342+0000 mon.smithi081 (mon.0) 109 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:29.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:28 smithi081 bash[19989]: audit 2024-09-17T08:35:27.980450+0000 mon.smithi081 (mon.0) 110 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi081", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:35:29.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:28 smithi081 bash[19989]: audit 2024-09-17T08:35:27.982213+0000 mon.smithi081 (mon.0) 111 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi081", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-17T08:35:29.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:28 smithi081 bash[19989]: audit 2024-09-17T08:35:27.982819+0000 mon.smithi081 (mon.0) 112 : audit [DBG] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:35:29.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:28 smithi081 bash[19989]: cephadm 2024-09-17T08:35:27.983539+0000 mgr.smithi081.loqrpe (mgr.14162) 13 : cephadm [INF] Deploying daemon crash.smithi081 on smithi081 2024-09-17T08:35:30.021 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:29 smithi081 bash[19989]: cluster 2024-09-17T08:35:29.131974+0000 mgr.smithi081.loqrpe (mgr.14162) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:35:30.987 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:30 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:35:31.387 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:31 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:35:31.387 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:31 smithi081 bash[19989]: audit 2024-09-17T08:35:30.192552+0000 mon.smithi081 (mon.0) 113 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:31.388 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:31 smithi081 bash[19989]: audit 2024-09-17T08:35:31.132503+0000 mon.smithi081 (mon.0) 114 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:31.388 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:31 smithi081 bash[19989]: audit 2024-09-17T08:35:31.136108+0000 mon.smithi081 (mon.0) 115 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:31.388 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:31 smithi081 bash[19989]: audit 2024-09-17T08:35:31.139335+0000 mon.smithi081 (mon.0) 116 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:31.388 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:31 smithi081 bash[19989]: audit 2024-09-17T08:35:31.141908+0000 mon.smithi081 (mon.0) 117 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:31.939 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:31 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:35:32.194 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:32 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:35:32.194 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:32 smithi081 bash[19989]: cluster 2024-09-17T08:35:31.132240+0000 mgr.smithi081.loqrpe (mgr.14162) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:35:32.194 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:32 smithi081 bash[19989]: cephadm 2024-09-17T08:35:31.143183+0000 mgr.smithi081.loqrpe (mgr.14162) 16 : cephadm [INF] Deploying daemon node-exporter.smithi081 on smithi081 2024-09-17T08:35:32.250 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:35:33.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:33 smithi081 bash[19989]: audit 2024-09-17T08:35:32.195958+0000 mon.smithi081 (mon.0) 118 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:33.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:33 smithi081 bash[19989]: audit 2024-09-17T08:35:32.201725+0000 mon.smithi081 (mon.0) 119 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:33.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:33 smithi081 bash[19989]: audit 2024-09-17T08:35:32.207305+0000 mon.smithi081 (mon.0) 120 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:33.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:33 smithi081 bash[19989]: audit 2024-09-17T08:35:32.212787+0000 mon.smithi081 (mon.0) 121 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:33.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:33 smithi081 bash[19989]: cephadm 2024-09-17T08:35:32.224363+0000 mgr.smithi081.loqrpe (mgr.14162) 17 : cephadm [INF] Deploying daemon alertmanager.smithi081 on smithi081 2024-09-17T08:35:34.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:34 smithi081 bash[19989]: cluster 2024-09-17T08:35:33.132654+0000 mgr.smithi081.loqrpe (mgr.14162) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:35:36.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:36 smithi081 bash[19989]: cluster 2024-09-17T08:35:35.133089+0000 mgr.smithi081.loqrpe (mgr.14162) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:35:36.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:36 smithi081 bash[19989]: audit 2024-09-17T08:35:35.198954+0000 mon.smithi081 (mon.0) 122 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:38.237 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:38 smithi081 bash[19989]: cluster 2024-09-17T08:35:37.133592+0000 mgr.smithi081.loqrpe (mgr.14162) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:35:38.237 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:38 smithi081 bash[19989]: audit 2024-09-17T08:35:37.975200+0000 mon.smithi081 (mon.0) 123 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:39.305 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi160 2024-09-17T08:35:39.305 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-17T08:35:39.305 DEBUG:teuthology.orchestra.run.smithi160:> dd of=/etc/ceph/ceph.conf 2024-09-17T08:35:39.312 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-17T08:35:39.312 DEBUG:teuthology.orchestra.run.smithi160:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T08:35:39.360 INFO:tasks.cephadm:Adding host smithi160 to orchestrator... 2024-09-17T08:35:39.360 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph orch host add smithi160 2024-09-17T08:35:39.471 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:39 smithi081 bash[19989]: audit 2024-09-17T08:35:37.969936+0000 mgr.smithi081.loqrpe (mgr.14162) 21 : audit [DBG] from='client.14187 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:35:40.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:40 smithi081 bash[19989]: cluster 2024-09-17T08:35:39.134020+0000 mgr.smithi081.loqrpe (mgr.14162) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:35:42.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:42 smithi081 bash[19989]: cluster 2024-09-17T08:35:41.134512+0000 mgr.smithi081.loqrpe (mgr.14162) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:35:44.447 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:44 smithi081 bash[19989]: cluster 2024-09-17T08:35:43.135119+0000 mgr.smithi081.loqrpe (mgr.14162) 24 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:35:44.447 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:44 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:35:44.566 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:35:44.703 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:44 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:35:46.237 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:45 smithi081 bash[19989]: audit 2024-09-17T08:35:44.741929+0000 mon.smithi081 (mon.0) 124 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:46.237 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:45 smithi081 bash[19989]: audit 2024-09-17T08:35:44.747604+0000 mon.smithi081 (mon.0) 125 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:46.237 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:45 smithi081 bash[19989]: audit 2024-09-17T08:35:44.754166+0000 mon.smithi081 (mon.0) 126 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:46.237 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:45 smithi081 bash[19989]: audit 2024-09-17T08:35:44.759388+0000 mon.smithi081 (mon.0) 127 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:46.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:45 smithi081 bash[19989]: audit 2024-09-17T08:35:44.764739+0000 mon.smithi081 (mon.0) 128 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:46.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:45 smithi081 bash[19989]: audit 2024-09-17T08:35:44.770449+0000 mon.smithi081 (mon.0) 129 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:46.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:45 smithi081 bash[19989]: cephadm 2024-09-17T08:35:44.778703+0000 mgr.smithi081.loqrpe (mgr.14162) 25 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-17T08:35:46.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:45 smithi081 bash[19989]: audit 2024-09-17T08:35:44.860369+0000 mon.smithi081 (mon.0) 130 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:46.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:45 smithi081 bash[19989]: audit 2024-09-17T08:35:44.867587+0000 mon.smithi081 (mon.0) 131 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:46.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:45 smithi081 bash[19989]: audit 2024-09-17T08:35:44.869398+0000 mon.smithi081 (mon.0) 132 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T08:35:46.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:45 smithi081 bash[19989]: audit 2024-09-17T08:35:44.870269+0000 mgr.smithi081.loqrpe (mgr.14162) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T08:35:46.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:45 smithi081 bash[19989]: audit 2024-09-17T08:35:44.879070+0000 mon.smithi081 (mon.0) 133 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:46.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:45 smithi081 bash[19989]: cephadm 2024-09-17T08:35:44.893299+0000 mgr.smithi081.loqrpe (mgr.14162) 27 : cephadm [INF] Deploying daemon grafana.smithi081 on smithi081 2024-09-17T08:35:46.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:45 smithi081 bash[19989]: cluster 2024-09-17T08:35:45.135439+0000 mgr.smithi081.loqrpe (mgr.14162) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:35:46.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:45 smithi081 bash[19989]: audit 2024-09-17T08:35:45.205179+0000 mon.smithi081 (mon.0) 134 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:48.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:48 smithi081 bash[19989]: cluster 2024-09-17T08:35:47.135848+0000 mgr.smithi081.loqrpe (mgr.14162) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:35:50.486 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:50 smithi081 bash[19989]: cluster 2024-09-17T08:35:49.136250+0000 mgr.smithi081.loqrpe (mgr.14162) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:35:51.486 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:51 smithi081 bash[19989]: audit 2024-09-17T08:35:49.607999+0000 mgr.smithi081.loqrpe (mgr.14162) 31 : audit [DBG] from='client.14189 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi160", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:35:52.486 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:52 smithi081 bash[19989]: cephadm 2024-09-17T08:35:50.707003+0000 mgr.smithi081.loqrpe (mgr.14162) 32 : cephadm [INF] Deploying cephadm binary to smithi160 2024-09-17T08:35:52.486 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:52 smithi081 bash[19989]: cluster 2024-09-17T08:35:51.136718+0000 mgr.smithi081.loqrpe (mgr.14162) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:35:53.086 INFO:teuthology.orchestra.run.smithi081.stdout:Added host 'smithi160' with addr '172.21.15.160' 2024-09-17T08:35:54.486 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:54 smithi081 bash[19989]: audit 2024-09-17T08:35:53.089806+0000 mon.smithi081 (mon.0) 135 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:35:54.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:54 smithi081 bash[19989]: cephadm 2024-09-17T08:35:53.090581+0000 mgr.smithi081.loqrpe (mgr.14162) 34 : cephadm [INF] Added host smithi160 2024-09-17T08:35:54.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:54 smithi081 bash[19989]: cluster 2024-09-17T08:35:53.137095+0000 mgr.smithi081.loqrpe (mgr.14162) 35 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:35:56.486 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:56 smithi081 bash[19989]: cluster 2024-09-17T08:35:55.137479+0000 mgr.smithi081.loqrpe (mgr.14162) 36 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:35:58.169 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-17T08:35:58.486 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:35:58 smithi081 bash[19989]: cluster 2024-09-17T08:35:57.137916+0000 mgr.smithi081.loqrpe (mgr.14162) 37 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:36:00.486 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:00 smithi081 bash[19989]: cluster 2024-09-17T08:35:59.138355+0000 mgr.smithi081.loqrpe (mgr.14162) 38 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:36:02.455 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:02 smithi081 bash[19989]: cluster 2024-09-17T08:36:01.138792+0000 mgr.smithi081.loqrpe (mgr.14162) 39 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:36:02.888 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:36:04.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:04 smithi081 bash[19989]: cluster 2024-09-17T08:36:03.139241+0000 mgr.smithi081.loqrpe (mgr.14162) 40 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:36:06.315 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:06 smithi081 bash[19989]: cluster 2024-09-17T08:36:05.139704+0000 mgr.smithi081.loqrpe (mgr.14162) 41 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:36:07.896 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:36:07.896 INFO:teuthology.orchestra.run.smithi081.stdout:[{"addr": "172.21.15.81", "hostname": "smithi081", "labels": [], "status": ""}, {"addr": "172.21.15.160", "hostname": "smithi160", "labels": [], "status": ""}] 2024-09-17T08:36:08.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:08 smithi081 bash[19989]: cluster 2024-09-17T08:36:07.140158+0000 mgr.smithi081.loqrpe (mgr.14162) 42 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:36:08.833 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-17T08:36:08.834 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-17T08:36:08.987 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:08 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:36:09.352 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:09 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:36:09.353 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:09 smithi081 bash[19989]: audit 2024-09-17T08:36:07.899628+0000 mgr.smithi081.loqrpe (mgr.14162) 43 : audit [DBG] from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:36:10.691 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:10 smithi081 bash[19989]: cluster 2024-09-17T08:36:09.140449+0000 mgr.smithi081.loqrpe (mgr.14162) 44 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:36:10.691 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:10 smithi081 bash[19989]: audit 2024-09-17T08:36:09.271901+0000 mon.smithi081 (mon.0) 136 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:10.691 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:10 smithi081 bash[19989]: audit 2024-09-17T08:36:09.274757+0000 mon.smithi081 (mon.0) 137 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:10.691 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:10 smithi081 bash[19989]: audit 2024-09-17T08:36:09.278310+0000 mon.smithi081 (mon.0) 138 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:10.691 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:10 smithi081 bash[19989]: audit 2024-09-17T08:36:09.281347+0000 mon.smithi081 (mon.0) 139 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:10.692 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:10 smithi081 bash[19989]: audit 2024-09-17T08:36:09.284477+0000 mon.smithi081 (mon.0) 140 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:10.692 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:10 smithi081 bash[19989]: audit 2024-09-17T08:36:09.287669+0000 mon.smithi081 (mon.0) 141 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:10.692 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:10 smithi081 bash[19989]: audit 2024-09-17T08:36:09.290974+0000 mon.smithi081 (mon.0) 142 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:10.692 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:10 smithi081 bash[19989]: audit 2024-09-17T08:36:09.293455+0000 mon.smithi081 (mon.0) 143 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:10.692 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:10 smithi081 bash[19989]: audit 2024-09-17T08:36:10.212115+0000 mon.smithi081 (mon.0) 144 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:11.555 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:11 smithi081 bash[19989]: cephadm 2024-09-17T08:36:09.519858+0000 mgr.smithi081.loqrpe (mgr.14162) 45 : cephadm [INF] Deploying daemon prometheus.smithi081 on smithi081 2024-09-17T08:36:12.395 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:12 smithi081 bash[19989]: cluster 2024-09-17T08:36:11.140718+0000 mgr.smithi081.loqrpe (mgr.14162) 46 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:36:14.540 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:36:14.565 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:14 smithi081 bash[19989]: cluster 2024-09-17T08:36:13.141098+0000 mgr.smithi081.loqrpe (mgr.14162) 47 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:36:16.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:16 smithi081 bash[19989]: cluster 2024-09-17T08:36:15.141512+0000 mgr.smithi081.loqrpe (mgr.14162) 48 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:36:18.475 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:18 smithi081 bash[19989]: cluster 2024-09-17T08:36:17.141964+0000 mgr.smithi081.loqrpe (mgr.14162) 49 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:36:20.475 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:20 smithi081 bash[19989]: cluster 2024-09-17T08:36:19.142430+0000 mgr.smithi081.loqrpe (mgr.14162) 50 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:36:22.300 INFO:teuthology.orchestra.run.smithi081.stderr:adjusted tunables profile to default 2024-09-17T08:36:22.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:22 smithi081 bash[19989]: cluster 2024-09-17T08:36:21.142895+0000 mgr.smithi081.loqrpe (mgr.14162) 51 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:36:22.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:22 smithi081 bash[19989]: audit 2024-09-17T08:36:22.105291+0000 mon.smithi081 (mon.0) 145 : audit [INF] from='client.? 172.21.15.81:0/781358617' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-17T08:36:23.573 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:23 smithi081 bash[19989]: audit 2024-09-17T08:36:22.303106+0000 mon.smithi081 (mon.0) 146 : audit [INF] from='client.? 172.21.15.81:0/781358617' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T08:36:23.573 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:23 smithi081 bash[19989]: cluster 2024-09-17T08:36:22.303151+0000 mon.smithi081 (mon.0) 147 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T08:36:23.574 INFO:tasks.cephadm:Adding mon.smithi081 on smithi081 2024-09-17T08:36:23.574 INFO:tasks.cephadm:Adding mon.smithi160 on smithi160 2024-09-17T08:36:23.575 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph orch apply mon '2;smithi081:172.21.15.81=smithi081;smithi160:172.21.15.160=smithi160' 2024-09-17T08:36:24.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:24 smithi081 bash[19989]: cluster 2024-09-17T08:36:23.143358+0000 mgr.smithi081.loqrpe (mgr.14162) 52 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:36:24.741 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:36:25.787 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:36:26.484 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:26 smithi081 bash[19989]: cluster 2024-09-17T08:36:25.143800+0000 mgr.smithi081.loqrpe (mgr.14162) 53 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:36:28.468 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:28 smithi081 bash[19989]: cluster 2024-09-17T08:36:27.144303+0000 mgr.smithi081.loqrpe (mgr.14162) 54 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:36:28.560 INFO:teuthology.orchestra.run.smithi160.stdout:Scheduled mon update... 2024-09-17T08:36:29.060 DEBUG:teuthology.orchestra.run.smithi160:mon.smithi160> sudo journalctl -f -n 0 -u ceph-6889c766-74cf-11ef-bceb-c7b262605968@mon.smithi160.service 2024-09-17T08:36:29.062 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:36:29.063 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:36:29.622 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:29 smithi081 bash[19989]: audit 2024-09-17T08:36:28.551172+0000 mgr.smithi081.loqrpe (mgr.14162) 55 : audit [DBG] from='client.14195 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi081:172.21.15.81=smithi081;smithi160:172.21.15.160=smithi160", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:36:29.622 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:29 smithi081 bash[19989]: cephadm 2024-09-17T08:36:28.556346+0000 mgr.smithi081.loqrpe (mgr.14162) 56 : cephadm [INF] Saving service mon spec with placement smithi081:172.21.15.81=smithi081;smithi160:172.21.15.160=smithi160;count:2 2024-09-17T08:36:29.622 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:29 smithi081 bash[19989]: audit 2024-09-17T08:36:28.561923+0000 mon.smithi081 (mon.0) 148 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:29.622 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:29 smithi081 bash[19989]: cluster 2024-09-17T08:36:29.144757+0000 mgr.smithi081.loqrpe (mgr.14162) 57 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:36:29.623 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:29 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:36:29.874 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:29 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:36:30.268 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:36:31.057 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:30 smithi081 bash[19989]: audit 2024-09-17T08:36:29.993352+0000 mon.smithi081 (mon.0) 149 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:31.057 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:30 smithi081 bash[19989]: audit 2024-09-17T08:36:29.997423+0000 mon.smithi081 (mon.0) 150 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:31.057 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:30 smithi081 bash[19989]: audit 2024-09-17T08:36:30.000302+0000 mon.smithi081 (mon.0) 151 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:31.057 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:30 smithi081 bash[19989]: audit 2024-09-17T08:36:30.002599+0000 mon.smithi081 (mon.0) 152 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-17T08:36:31.057 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:30 smithi081 bash[19989]: audit 2024-09-17T08:36:30.219856+0000 mon.smithi081 (mon.0) 153 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:31.314 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:36:32.098 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:32 smithi081 bash[19989]: audit 2024-09-17T08:36:31.008977+0000 mon.smithi081 (mon.0) 154 : audit [INF] from='mgr.14162 172.21.15.81:0/2149387480' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-17T08:36:32.098 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:32 smithi081 bash[19989]: cluster 2024-09-17T08:36:31.009038+0000 mon.smithi081 (mon.0) 155 : cluster [DBG] mgrmap e14: smithi081.loqrpe(active, since 85s) 2024-09-17T08:36:34.172 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-09-17T08:36:34.172 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-17T08:36:34.172 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"6889c766-74cf-11ef-bceb-c7b262605968","modified":"2024-09-17T08:33:49.126550Z","created":"2024-09-17T08:33:49.126550Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"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]} 2024-09-17T08:36:34.448 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:34 smithi081 bash[19989]: audit 2024-09-17T08:36:34.173546+0000 mon.smithi081 (mon.0) 156 : audit [DBG] from='client.? 172.21.15.160:0/927296018' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:36:35.662 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:36:35.663 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:36:36.828 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:36:37.063 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:36 smithi081 bash[19989]: cluster 2024-09-17T08:36:36.830590+0000 mon.smithi081 (mon.0) 157 : cluster [INF] Active manager daemon smithi081.loqrpe restarted 2024-09-17T08:36:37.063 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:36 smithi081 bash[19989]: cluster 2024-09-17T08:36:36.831157+0000 mon.smithi081 (mon.0) 158 : cluster [INF] Activating manager daemon smithi081.loqrpe 2024-09-17T08:36:37.063 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:36 smithi081 bash[19989]: cluster 2024-09-17T08:36:36.837889+0000 mon.smithi081 (mon.0) 159 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-17T08:36:37.063 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:36 smithi081 bash[19989]: cluster 2024-09-17T08:36:36.838091+0000 mon.smithi081 (mon.0) 160 : cluster [DBG] mgrmap e15: smithi081.loqrpe(active, starting, since 0.00712007s) 2024-09-17T08:36:37.063 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:36 smithi081 bash[19989]: audit 2024-09-17T08:36:36.839592+0000 mon.smithi081 (mon.0) 161 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi081"}]: dispatch 2024-09-17T08:36:37.063 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:36 smithi081 bash[19989]: audit 2024-09-17T08:36:36.840953+0000 mon.smithi081 (mon.0) 162 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mgr metadata", "who": "smithi081.loqrpe", "id": "smithi081.loqrpe"}]: dispatch 2024-09-17T08:36:37.063 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:36 smithi081 bash[19989]: audit 2024-09-17T08:36:36.842138+0000 mon.smithi081 (mon.0) 163 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T08:36:37.063 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:36 smithi081 bash[19989]: audit 2024-09-17T08:36:36.842274+0000 mon.smithi081 (mon.0) 164 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T08:36:37.063 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:36 smithi081 bash[19989]: audit 2024-09-17T08:36:36.842448+0000 mon.smithi081 (mon.0) 165 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T08:36:37.063 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:36 smithi081 bash[19989]: cluster 2024-09-17T08:36:36.849548+0000 mon.smithi081 (mon.0) 166 : cluster [INF] Manager daemon smithi081.loqrpe is now available 2024-09-17T08:36:37.063 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:36 smithi081 bash[19989]: audit 2024-09-17T08:36:36.867172+0000 mon.smithi081 (mon.0) 167 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:36:37.869 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:36:38.104 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:37 smithi081 bash[19989]: audit 2024-09-17T08:36:36.889324+0000 mon.smithi081 (mon.0) 168 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:38.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:37 smithi081 bash[19989]: audit 2024-09-17T08:36:36.890972+0000 mon.smithi081 (mon.0) 169 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:36:38.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:37 smithi081 bash[19989]: audit 2024-09-17T08:36:36.904677+0000 mon.smithi081 (mon.0) 170 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi081.loqrpe/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:36:38.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:37 smithi081 bash[19989]: audit 2024-09-17T08:36:36.908242+0000 mon.smithi081 (mon.0) 171 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi081.loqrpe/trash_purge_schedule"}]: dispatch 2024-09-17T08:36:38.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:37 smithi081 bash[19989]: audit 2024-09-17T08:36:37.688958+0000 mon.smithi081 (mon.0) 172 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:38.105 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:37 smithi081 bash[19989]: cluster 2024-09-17T08:36:37.844071+0000 mon.smithi081 (mon.0) 173 : cluster [DBG] mgrmap e16: smithi081.loqrpe(active, since 1.0131s) 2024-09-17T08:36:39.158 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:38 smithi081 bash[19989]: cephadm 2024-09-17T08:36:37.915297+0000 mgr.smithi081.loqrpe (mgr.14197) 1 : cephadm [INF] [17/Sep/2024:08:36:37] ENGINE Bus STARTING 2024-09-17T08:36:39.158 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:38 smithi081 bash[19989]: cephadm 2024-09-17T08:36:38.034914+0000 mgr.smithi081.loqrpe (mgr.14197) 2 : cephadm [INF] [17/Sep/2024:08:36:38] ENGINE Serving on https://172.21.15.81:7150 2024-09-17T08:36:39.159 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:38 smithi081 bash[19989]: cephadm 2024-09-17T08:36:38.039845+0000 mgr.smithi081.loqrpe (mgr.14197) 3 : cephadm [ERR] [17/Sep/2024:08:36:38] ENGINE Error in HTTPServer.serve 2024-09-17T08:36:39.159 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:38 smithi081 bash[19989]: Traceback (most recent call last): 2024-09-17T08:36:39.159 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:38 smithi081 bash[19989]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T08:36:39.159 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:38 smithi081 bash[19989]: self._connections.run(self.expiration_interval) 2024-09-17T08:36:39.159 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:38 smithi081 bash[19989]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T08:36:39.159 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:38 smithi081 bash[19989]: self._run(expiration_interval) 2024-09-17T08:36:39.159 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:38 smithi081 bash[19989]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T08:36:39.159 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:38 smithi081 bash[19989]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T08:36:39.159 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:38 smithi081 bash[19989]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T08:36:39.159 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:38 smithi081 bash[19989]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T08:36:39.159 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:38 smithi081 bash[19989]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T08:36:39.159 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:38 smithi081 bash[19989]: s = self.context.wrap_socket( 2024-09-17T08:36:39.160 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:38 smithi081 bash[19989]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T08:36:39.160 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:38 smithi081 bash[19989]: return self.sslsocket_class._create( 2024-09-17T08:36:39.160 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:38 smithi081 bash[19989]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T08:36:39.160 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:38 smithi081 bash[19989]: self.do_handshake() 2024-09-17T08:36:39.160 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:38 smithi081 bash[19989]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T08:36:39.160 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:38 smithi081 bash[19989]: self._sslobj.do_handshake() 2024-09-17T08:36:39.160 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:38 smithi081 bash[19989]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T08:36:40.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:39 smithi081 bash[19989]: cephadm 2024-09-17T08:36:38.136072+0000 mgr.smithi081.loqrpe (mgr.14197) 4 : cephadm [INF] [17/Sep/2024:08:36:38] ENGINE Serving on http://172.21.15.81:8765 2024-09-17T08:36:40.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:39 smithi081 bash[19989]: cephadm 2024-09-17T08:36:38.136212+0000 mgr.smithi081.loqrpe (mgr.14197) 5 : cephadm [INF] [17/Sep/2024:08:36:38] ENGINE Bus STARTED 2024-09-17T08:36:40.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:39 smithi081 bash[19989]: cluster 2024-09-17T08:36:38.901318+0000 mon.smithi081 (mon.0) 174 : cluster [DBG] mgrmap e17: smithi081.loqrpe(active, since 2s) 2024-09-17T08:36:40.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:39 smithi081 bash[19989]: audit 2024-09-17T08:36:39.037461+0000 mon.smithi081 (mon.0) 175 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:40.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:39 smithi081 bash[19989]: audit 2024-09-17T08:36:39.827597+0000 mon.smithi081 (mon.0) 176 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:40.565 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-17T08:36:40.565 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"6889c766-74cf-11ef-bceb-c7b262605968","modified":"2024-09-17T08:33:49.126550Z","created":"2024-09-17T08:33:49.126550Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"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]} 2024-09-17T08:36:40.565 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-09-17T08:36:41.172 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:40 smithi081 bash[19989]: audit 2024-09-17T08:36:40.566033+0000 mon.smithi081 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.160:0/3871428520' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:36:42.025 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:36:42.026 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:36:43.486 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:36:44.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:43 smithi081 bash[19989]: audit 2024-09-17T08:36:42.901288+0000 mon.smithi081 (mon.0) 178 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:44.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:43 smithi081 bash[19989]: audit 2024-09-17T08:36:42.904006+0000 mon.smithi081 (mon.0) 179 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:44.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:43 smithi081 bash[19989]: audit 2024-09-17T08:36:43.562354+0000 mon.smithi081 (mon.0) 180 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:44.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:43 smithi081 bash[19989]: audit 2024-09-17T08:36:43.566479+0000 mon.smithi081 (mon.0) 181 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:44.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:43 smithi081 bash[19989]: audit 2024-09-17T08:36:43.567343+0000 mon.smithi081 (mon.0) 182 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config rm", "who": "osd/host:smithi081", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:36:44.528 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:36:47.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:46 smithi081 bash[19989]: audit 2024-09-17T08:36:45.976017+0000 mon.smithi081 (mon.0) 183 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:47.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:46 smithi081 bash[19989]: audit 2024-09-17T08:36:45.981249+0000 mon.smithi081 (mon.0) 184 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:47.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:46 smithi081 bash[19989]: audit 2024-09-17T08:36:45.988048+0000 mon.smithi081 (mon.0) 185 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:47.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:46 smithi081 bash[19989]: audit 2024-09-17T08:36:45.993315+0000 mon.smithi081 (mon.0) 186 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:47.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:46 smithi081 bash[19989]: audit 2024-09-17T08:36:45.994810+0000 mon.smithi081 (mon.0) 187 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:36:47.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:46 smithi081 bash[19989]: audit 2024-09-17T08:36:45.996932+0000 mon.smithi081 (mon.0) 188 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:36:47.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:46 smithi081 bash[19989]: audit 2024-09-17T08:36:45.998717+0000 mon.smithi081 (mon.0) 189 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:36:47.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:46 smithi081 bash[19989]: cephadm 2024-09-17T08:36:46.001270+0000 mgr.smithi081.loqrpe (mgr.14197) 6 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.conf 2024-09-17T08:36:47.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:46 smithi081 bash[19989]: cephadm 2024-09-17T08:36:46.001705+0000 mgr.smithi081.loqrpe (mgr.14197) 7 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-09-17T08:36:47.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:46 smithi081 bash[19989]: audit 2024-09-17T08:36:46.571139+0000 mon.smithi081 (mon.0) 190 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:47.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:46 smithi081 bash[19989]: audit 2024-09-17T08:36:46.575747+0000 mon.smithi081 (mon.0) 191 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:47.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:46 smithi081 bash[19989]: audit 2024-09-17T08:36:46.652325+0000 mon.smithi081 (mon.0) 192 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:47.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:46 smithi081 bash[19989]: audit 2024-09-17T08:36:46.657912+0000 mon.smithi081 (mon.0) 193 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:47.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:46 smithi081 bash[19989]: audit 2024-09-17T08:36:46.663809+0000 mon.smithi081 (mon.0) 194 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:47.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:46 smithi081 bash[19989]: audit 2024-09-17T08:36:46.666415+0000 mon.smithi081 (mon.0) 195 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi160", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-09-17T08:36:47.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:46 smithi081 bash[19989]: audit 2024-09-17T08:36:46.670944+0000 mon.smithi081 (mon.0) 196 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi160", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-17T08:36:47.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:46 smithi081 bash[19989]: audit 2024-09-17T08:36:46.672260+0000 mon.smithi081 (mon.0) 197 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:36:47.779 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-17T08:36:47.779 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"6889c766-74cf-11ef-bceb-c7b262605968","modified":"2024-09-17T08:33:49.126550Z","created":"2024-09-17T08:33:49.126550Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"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]} 2024-09-17T08:36:47.779 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-09-17T08:36:48.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:47 smithi081 bash[19989]: cephadm 2024-09-17T08:36:46.203068+0000 mgr.smithi081.loqrpe (mgr.14197) 8 : cephadm [INF] Updating smithi081:/var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T08:36:48.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:47 smithi081 bash[19989]: cephadm 2024-09-17T08:36:46.205911+0000 mgr.smithi081.loqrpe (mgr.14197) 9 : cephadm [INF] Updating smithi160:/var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T08:36:48.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:47 smithi081 bash[19989]: cephadm 2024-09-17T08:36:46.329804+0000 mgr.smithi081.loqrpe (mgr.14197) 10 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.client.admin.keyring 2024-09-17T08:36:48.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:47 smithi081 bash[19989]: cephadm 2024-09-17T08:36:46.333460+0000 mgr.smithi081.loqrpe (mgr.14197) 11 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-09-17T08:36:48.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:47 smithi081 bash[19989]: cephadm 2024-09-17T08:36:46.445882+0000 mgr.smithi081.loqrpe (mgr.14197) 12 : cephadm [INF] Updating smithi081:/var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T08:36:48.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:47 smithi081 bash[19989]: cephadm 2024-09-17T08:36:46.526636+0000 mgr.smithi081.loqrpe (mgr.14197) 13 : cephadm [INF] Updating smithi160:/var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T08:36:48.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:47 smithi081 bash[19989]: cephadm 2024-09-17T08:36:46.673785+0000 mgr.smithi081.loqrpe (mgr.14197) 14 : cephadm [INF] Deploying daemon ceph-exporter.smithi160 on smithi160 2024-09-17T08:36:48.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:47 smithi081 bash[19989]: audit 2024-09-17T08:36:47.780014+0000 mon.smithi081 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.160:0/1288815524' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:36:49.409 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:36:49.410 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:36:50.550 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T08:36:51.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:50 smithi081 bash[19989]: audit 2024-09-17T08:36:49.971064+0000 mon.smithi081 (mon.0) 199 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:51.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:50 smithi081 bash[19989]: audit 2024-09-17T08:36:49.977263+0000 mon.smithi081 (mon.0) 200 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:51.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:50 smithi081 bash[19989]: audit 2024-09-17T08:36:49.983872+0000 mon.smithi081 (mon.0) 201 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:51.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:50 smithi081 bash[19989]: audit 2024-09-17T08:36:49.990006+0000 mon.smithi081 (mon.0) 202 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:51.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:50 smithi081 bash[19989]: audit 2024-09-17T08:36:49.992633+0000 mon.smithi081 (mon.0) 203 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:36:51.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:50 smithi081 bash[19989]: audit 2024-09-17T08:36:49.997788+0000 mon.smithi081 (mon.0) 204 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-17T08:36:51.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:50 smithi081 bash[19989]: audit 2024-09-17T08:36:49.999474+0000 mon.smithi081 (mon.0) 205 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:36:51.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:50 smithi081 bash[19989]: cephadm 2024-09-17T08:36:50.001412+0000 mgr.smithi081.loqrpe (mgr.14197) 15 : cephadm [INF] Deploying daemon crash.smithi160 on smithi160 2024-09-17T08:36:53.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:52 smithi081 bash[19989]: audit 2024-09-17T08:36:51.887944+0000 mon.smithi081 (mon.0) 206 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:53.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:52 smithi081 bash[19989]: audit 2024-09-17T08:36:51.892110+0000 mon.smithi081 (mon.0) 207 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:36:54.990 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:54 smithi081 bash[19989]: audit 2024-09-17T08:36:53.668736+0000 mon.smithi081 (mon.0) 208 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:54.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:54 smithi081 bash[19989]: audit 2024-09-17T08:36:53.674605+0000 mon.smithi081 (mon.0) 209 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:54.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:54 smithi081 bash[19989]: audit 2024-09-17T08:36:53.680753+0000 mon.smithi081 (mon.0) 210 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:54.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:54 smithi081 bash[19989]: audit 2024-09-17T08:36:53.686539+0000 mon.smithi081 (mon.0) 211 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:54.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:54 smithi081 bash[19989]: cephadm 2024-09-17T08:36:53.689593+0000 mgr.smithi081.loqrpe (mgr.14197) 16 : cephadm [INF] Deploying daemon node-exporter.smithi160 on smithi160 2024-09-17T08:36:55.214 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-09-17T08:36:55.214 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-17T08:36:55.215 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"6889c766-74cf-11ef-bceb-c7b262605968","modified":"2024-09-17T08:33:49.126550Z","created":"2024-09-17T08:33:49.126550Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"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]} 2024-09-17T08:36:56.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:55 smithi081 bash[19989]: audit 2024-09-17T08:36:54.878747+0000 mon.smithi081 (mon.0) 212 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:56.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:55 smithi081 bash[19989]: audit 2024-09-17T08:36:54.884667+0000 mon.smithi081 (mon.0) 213 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:56.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:55 smithi081 bash[19989]: audit 2024-09-17T08:36:54.890847+0000 mon.smithi081 (mon.0) 214 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:56.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:55 smithi081 bash[19989]: audit 2024-09-17T08:36:54.896287+0000 mon.smithi081 (mon.0) 215 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:56.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:55 smithi081 bash[19989]: audit 2024-09-17T08:36:54.901258+0000 mon.smithi081 (mon.0) 216 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.aruonq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:36:56.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:55 smithi081 bash[19989]: audit 2024-09-17T08:36:54.905785+0000 mon.smithi081 (mon.0) 217 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.aruonq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-17T08:36:56.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:55 smithi081 bash[19989]: audit 2024-09-17T08:36:54.907432+0000 mon.smithi081 (mon.0) 218 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:36:56.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:55 smithi081 bash[19989]: audit 2024-09-17T08:36:54.909326+0000 mon.smithi081 (mon.0) 219 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:36:56.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:55 smithi081 bash[19989]: cephadm 2024-09-17T08:36:54.911198+0000 mgr.smithi081.loqrpe (mgr.14197) 17 : cephadm [INF] Deploying daemon mgr.smithi160.aruonq on smithi160 2024-09-17T08:36:56.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:55 smithi081 bash[19989]: audit 2024-09-17T08:36:55.215677+0000 mon.smithi081 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.160:0/72059812' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:36:57.576 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:36:57.576 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:36:58.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:57 smithi081 bash[19989]: cluster 2024-09-17T08:36:56.843956+0000 mgr.smithi081.loqrpe (mgr.14197) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:36:58.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:57 smithi081 bash[19989]: audit 2024-09-17T08:36:56.894086+0000 mon.smithi081 (mon.0) 221 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:59.990 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:59 smithi081 bash[19989]: audit 2024-09-17T08:36:58.565817+0000 mon.smithi081 (mon.0) 222 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:59.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:59 smithi081 bash[19989]: audit 2024-09-17T08:36:58.572097+0000 mon.smithi081 (mon.0) 223 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:59.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:59 smithi081 bash[19989]: audit 2024-09-17T08:36:58.578671+0000 mon.smithi081 (mon.0) 224 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:59.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:59 smithi081 bash[19989]: audit 2024-09-17T08:36:58.584660+0000 mon.smithi081 (mon.0) 225 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:36:59.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:59 smithi081 bash[19989]: audit 2024-09-17T08:36:58.588277+0000 mon.smithi081 (mon.0) 226 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:36:59.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:59 smithi081 bash[19989]: audit 2024-09-17T08:36:58.590007+0000 mon.smithi081 (mon.0) 227 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:36:59.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:59 smithi081 bash[19989]: cephadm 2024-09-17T08:36:58.591833+0000 mgr.smithi081.loqrpe (mgr.14197) 19 : cephadm [INF] Deploying daemon mon.smithi160 on smithi160 2024-09-17T08:36:59.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:36:59 smithi081 bash[19989]: cluster 2024-09-17T08:36:58.844442+0000 mgr.smithi081.loqrpe (mgr.14197) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:02.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:01 smithi081 bash[19989]: cluster 2024-09-17T08:37:00.844900+0000 mgr.smithi081.loqrpe (mgr.14197) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:03.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:02 smithi081 bash[19989]: audit 2024-09-17T08:37:01.900832+0000 mon.smithi081 (mon.0) 228 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:03.422 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:03 smithi160 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:37:03.422 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:03 smithi160 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:37:03.608 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi160/config 2024-09-17T08:37:03.711 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:03 smithi160 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:37:03.711 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:03 smithi160 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:37:03.711 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:03 smithi160 systemd[1]: Started Ceph mon.smithi160 for 6889c766-74cf-11ef-bceb-c7b262605968. 2024-09-17T08:37:04.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:03 smithi081 bash[19989]: cluster 2024-09-17T08:37:02.845331+0000 mgr.smithi081.loqrpe (mgr.14197) 22 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:04.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:03 smithi081 bash[19989]: audit 2024-09-17T08:37:03.690135+0000 mon.smithi081 (mon.0) 229 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:04.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:03 smithi081 bash[19989]: audit 2024-09-17T08:37:03.696143+0000 mon.smithi081 (mon.0) 230 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:04.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:03 smithi081 bash[19989]: audit 2024-09-17T08:37:03.702565+0000 mon.smithi081 (mon.0) 231 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:04.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:03 smithi081 bash[19989]: audit 2024-09-17T08:37:03.708677+0000 mon.smithi081 (mon.0) 232 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:04.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:03 smithi081 bash[19989]: audit 2024-09-17T08:37:03.718400+0000 mon.smithi081 (mon.0) 233 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:04.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:03 smithi081 bash[19989]: audit 2024-09-17T08:37:03.773060+0000 mon.smithi081 (mon.0) 234 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:37:05.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.433+0000 7f471f4c6b00 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-17T08:37:05.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.433+0000 7f471f4c6b00 0 ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable), process ceph-mon, pid 7 2024-09-17T08:37:05.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.433+0000 7f471f4c6b00 0 pidfile_write: ignore empty --pid-file 2024-09-17T08:37:05.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 0 load: jerasure load: lrc 2024-09-17T08:37:05.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: RocksDB version: 7.9.2 2024-09-17T08:37:05.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Git sha 0 2024-09-17T08:37:05.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Compile date 2024-09-16 15:15:13 2024-09-17T08:37:05.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: DB SUMMARY 2024-09-17T08:37:05.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: DB Session ID: C8F9EK2HGIDURBJ265GD 2024-09-17T08:37:05.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: CURRENT file: CURRENT 2024-09-17T08:37:05.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: IDENTITY file: IDENTITY 2024-09-17T08:37:05.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-17T08:37:05.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi160/store.db dir, Total Num: 0, files: 2024-09-17T08:37:05.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi160/store.db: 000004.log size: 511 ; 2024-09-17T08:37:05.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.error_if_exists: 0 2024-09-17T08:37:05.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.create_if_missing: 0 2024-09-17T08:37:05.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.paranoid_checks: 1 2024-09-17T08:37:05.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T08:37:05.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T08:37:05.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T08:37:05.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.env: 0x55e1376eebc0 2024-09-17T08:37:05.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.fs: PosixFileSystem 2024-09-17T08:37:05.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.info_log: 0x55e139554dc0 2024-09-17T08:37:05.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-17T08:37:05.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.statistics: (nil) 2024-09-17T08:37:05.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.use_fsync: 0 2024-09-17T08:37:05.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.max_log_file_size: 0 2024-09-17T08:37:05.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T08:37:05.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T08:37:05.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-17T08:37:05.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-17T08:37:05.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.allow_fallocate: 1 2024-09-17T08:37:05.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-17T08:37:05.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-17T08:37:05.726 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.use_direct_reads: 0 2024-09-17T08:37:05.726 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T08:37:05.726 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.create_missing_column_families: 0 2024-09-17T08:37:05.726 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.db_log_dir: 2024-09-17T08:37:05.726 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.wal_dir: 2024-09-17T08:37:05.726 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T08:37:05.726 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T08:37:05.726 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T08:37:05.726 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T08:37:05.726 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T08:37:05.726 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T08:37:05.726 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.advise_random_on_open: 1 2024-09-17T08:37:05.726 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-17T08:37:05.727 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.write_buffer_manager: 0x55e139562320 2024-09-17T08:37:05.727 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T08:37:05.727 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T08:37:05.727 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T08:37:05.727 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.rate_limiter: (nil) 2024-09-17T08:37:05.727 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T08:37:05.727 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-17T08:37:05.729 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-17T08:37:05.729 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-17T08:37:05.729 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.unordered_write: 0 2024-09-17T08:37:05.729 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T08:37:05.729 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T08:37:05.729 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T08:37:05.730 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T08:37:05.730 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.row_cache: None 2024-09-17T08:37:05.730 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.wal_filter: None 2024-09-17T08:37:05.730 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T08:37:05.730 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-17T08:37:05.730 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.two_write_queues: 0 2024-09-17T08:37:05.730 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.manual_wal_flush: 0 2024-09-17T08:37:05.730 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.wal_compression: 0 2024-09-17T08:37:05.730 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.atomic_flush: 0 2024-09-17T08:37:05.730 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T08:37:05.730 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T08:37:05.730 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T08:37:05.730 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.log_readahead_size: 0 2024-09-17T08:37:05.730 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T08:37:05.731 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-17T08:37:05.731 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T08:37:05.731 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T08:37:05.731 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-17T08:37:05.731 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-17T08:37:05.731 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T08:37:05.731 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.max_background_jobs: 2 2024-09-17T08:37:05.731 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.max_background_compactions: -1 2024-09-17T08:37:05.731 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.max_subcompactions: 1 2024-09-17T08:37:05.731 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T08:37:05.731 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T08:37:05.731 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T08:37:05.731 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.max_total_wal_size: 0 2024-09-17T08:37:05.732 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T08:37:05.732 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T08:37:05.732 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T08:37:05.732 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T08:37:05.732 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.max_open_files: -1 2024-09-17T08:37:05.732 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.bytes_per_sync: 0 2024-09-17T08:37:05.732 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T08:37:05.732 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T08:37:05.732 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-17T08:37:05.732 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.max_background_flushes: -1 2024-09-17T08:37:05.732 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Compression algorithms supported: 2024-09-17T08:37:05.732 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: kZSTD supported: 0 2024-09-17T08:37:05.732 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: kXpressCompression supported: 0 2024-09-17T08:37:05.733 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: kBZip2Compression supported: 0 2024-09-17T08:37:05.733 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T08:37:05.733 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: kLZ4Compression supported: 1 2024-09-17T08:37:05.733 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: kZlibCompression supported: 1 2024-09-17T08:37:05.733 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-17T08:37:05.733 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: kSnappyCompression supported: 1 2024-09-17T08:37:05.733 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T08:37:05.733 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T08:37:05.733 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi160/store.db/MANIFEST-000005 2024-09-17T08:37:05.733 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T08:37:05.733 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T08:37:05.733 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.merge_operator: 2024-09-17T08:37:05.733 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.compaction_filter: None 2024-09-17T08:37:05.733 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.compaction_filter_factory: None 2024-09-17T08:37:05.734 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-17T08:37:05.734 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T08:37:05.734 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T08:37:05.734 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e139554a20) 2024-09-17T08:37:05.734 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: cache_index_and_filter_blocks: 1 2024-09-17T08:37:05.734 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T08:37:05.734 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T08:37:05.734 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: pin_top_level_index_and_filter: 1 2024-09-17T08:37:05.734 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: index_type: 0 2024-09-17T08:37:05.734 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: data_block_index_type: 0 2024-09-17T08:37:05.734 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: index_shortening: 1 2024-09-17T08:37:05.734 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: data_block_hash_table_util_ratio: 0.750000 2024-09-17T08:37:05.734 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: checksum: 4 2024-09-17T08:37:05.734 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: no_block_cache: 0 2024-09-17T08:37:05.735 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: block_cache: 0x55e13954b1f0 2024-09-17T08:37:05.735 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: block_cache_name: BinnedLRUCache 2024-09-17T08:37:05.735 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: block_cache_options: 2024-09-17T08:37:05.735 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: capacity : 536870912 2024-09-17T08:37:05.735 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: num_shard_bits : 4 2024-09-17T08:37:05.735 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: strict_capacity_limit : 0 2024-09-17T08:37:05.735 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: high_pri_pool_ratio: 0.000 2024-09-17T08:37:05.735 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: block_cache_compressed: (nil) 2024-09-17T08:37:05.735 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: persistent_cache: (nil) 2024-09-17T08:37:05.735 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: block_size: 4096 2024-09-17T08:37:05.735 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: block_size_deviation: 10 2024-09-17T08:37:05.735 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: block_restart_interval: 16 2024-09-17T08:37:05.735 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: index_block_restart_interval: 1 2024-09-17T08:37:05.735 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: metadata_block_size: 4096 2024-09-17T08:37:05.735 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: partition_filters: 0 2024-09-17T08:37:05.735 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: use_delta_encoding: 1 2024-09-17T08:37:05.736 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: filter_policy: bloomfilter 2024-09-17T08:37:05.736 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: whole_key_filtering: 1 2024-09-17T08:37:05.736 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: verify_compression: 0 2024-09-17T08:37:05.736 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: read_amp_bytes_per_bit: 0 2024-09-17T08:37:05.736 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: format_version: 5 2024-09-17T08:37:05.736 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: enable_index_compression: 1 2024-09-17T08:37:05.736 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: block_align: 0 2024-09-17T08:37:05.736 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: max_auto_readahead_size: 262144 2024-09-17T08:37:05.736 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: prepopulate_block_cache: 0 2024-09-17T08:37:05.736 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: initial_auto_readahead_size: 8192 2024-09-17T08:37:05.736 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: num_file_reads_for_auto_readahead: 2 2024-09-17T08:37:05.736 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-17T08:37:05.736 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-17T08:37:05.737 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.compression: NoCompression 2024-09-17T08:37:05.737 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-17T08:37:05.737 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-17T08:37:05.737 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T08:37:05.737 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.num_levels: 7 2024-09-17T08:37:05.737 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T08:37:05.737 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T08:37:05.737 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T08:37:05.737 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T08:37:05.737 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T08:37:05.737 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T08:37:05.737 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T08:37:05.738 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T08:37:05.738 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T08:37:05.738 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T08:37:05.738 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T08:37:05.738 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T08:37:05.738 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T08:37:05.738 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.compression_opts.level: 32767 2024-09-17T08:37:05.738 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-17T08:37:05.738 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T08:37:05.738 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T08:37:05.738 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T08:37:05.738 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T08:37:05.738 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.compression_opts.enabled: false 2024-09-17T08:37:05.739 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T08:37:05.739 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T08:37:05.739 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T08:37:05.739 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T08:37:05.739 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-17T08:37:05.739 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T08:37:05.739 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T08:37:05.739 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T08:37:05.739 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T08:37:05.739 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T08:37:05.739 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T08:37:05.739 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T08:37:05.739 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T08:37:05.739 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T08:37:05.740 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T08:37:05.740 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T08:37:05.740 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T08:37:05.740 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T08:37:05.740 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T08:37:05.740 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.arena_block_size: 1048576 2024-09-17T08:37:05.740 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T08:37:05.740 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T08:37:05.740 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-17T08:37:05.740 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T08:37:05.740 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T08:37:05.740 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T08:37:05.740 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T08:37:05.740 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T08:37:05.741 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T08:37:05.741 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T08:37:05.741 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T08:37:05.741 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T08:37:05.741 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T08:37:05.741 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T08:37:05.741 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.inplace_update_support: 0 2024-09-17T08:37:05.741 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T08:37:05.741 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T08:37:05.741 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T08:37:05.741 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T08:37:05.741 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.bloom_locality: 0 2024-09-17T08:37:05.741 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.max_successive_merges: 0 2024-09-17T08:37:05.742 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T08:37:05.742 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-17T08:37:05.742 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.force_consistency_checks: 1 2024-09-17T08:37:05.742 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-17T08:37:05.742 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.ttl: 2592000 2024-09-17T08:37:05.742 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T08:37:05.742 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T08:37:05.742 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T08:37:05.742 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.enable_blob_files: false 2024-09-17T08:37:05.742 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.min_blob_size: 0 2024-09-17T08:37:05.742 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.blob_file_size: 268435456 2024-09-17T08:37:05.742 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T08:37:05.742 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T08:37:05.742 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T08:37:05.742 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T08:37:05.743 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T08:37:05.743 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-17T08:37:05.743 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.437+0000 7f471f4c6b00 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T08:37:05.743 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.441+0000 7f471f4c6b00 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi160/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-17T08:37:05.743 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.441+0000 7f471f4c6b00 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-17T08:37:05.743 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.441+0000 7f471f4c6b00 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e66399e2-d369-4e8d-90d3-6c2f7b819c42 2024-09-17T08:37:05.743 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.441+0000 7f471f4c6b00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726562225444764, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-17T08:37:05.743 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.441+0000 7f471f4c6b00 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-17T08:37:05.743 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.441+0000 7f471f4c6b00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726562225445295, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "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_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726562225, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "e66399e2-d369-4e8d-90d3-6c2f7b819c42", "db_session_id": "C8F9EK2HGIDURBJ265GD", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-17T08:37:05.743 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.441+0000 7f471f4c6b00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726562225445393, "job": 1, "event": "recovery_finished"} 2024-09-17T08:37:05.743 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.441+0000 7f471f4c6b00 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-17T08:37:05.744 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.441+0000 7f471f4c6b00 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi160/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-17T08:37:05.744 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.441+0000 7f471f4c6b00 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e139574e00 2024-09-17T08:37:05.744 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.441+0000 7f471f4c6b00 4 rocksdb: DB pointer 0x55e13966c000 2024-09-17T08:37:05.744 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.441+0000 7f4715291640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T08:37:05.744 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.441+0000 7f4715291640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T08:37:05.744 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: ** DB Stats ** 2024-09-17T08:37:05.744 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:37:05.744 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-17T08:37:05.744 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T08:37:05.744 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T08:37:05.744 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-17T08:37:05.744 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T08:37:05.744 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T08:37:05.745 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: ** Compaction Stats [default] ** 2024-09-17T08:37:05.745 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: 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 Rblob(GB) Wblob(GB) 2024-09-17T08:37:05.745 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T08:37:05.745 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T08:37:05.745 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T08:37:05.745 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T08:37:05.745 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: ** Compaction Stats [default] ** 2024-09-17T08:37:05.745 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: 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 Rblob(GB) Wblob(GB) 2024-09-17T08:37:05.745 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:37:05.745 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T08:37:05.745 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T08:37:05.745 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:37:05.746 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T08:37:05.746 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T08:37:05.746 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T08:37:05.746 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T08:37:05.746 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: AddFile(Keys): cumulative 0, interval 0 2024-09-17T08:37:05.746 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: Cumulative compaction: 0.00 GB write, 0.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T08:37:05.746 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: Interval compaction: 0.00 GB write, 0.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T08:37:05.746 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-17T08:37:05.746 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: Block cache BinnedLRUCache@0x55e13954b1f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-09-17T08:37:05.746 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-09-17T08:37:05.746 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: ** File Read Latency Histogram By Level [default] ** 2024-09-17T08:37:05.746 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.441+0000 7f471f4c6b00 0 mon.smithi160 does not exist in monmap, will attempt to join an existing cluster 2024-09-17T08:37:05.746 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.441+0000 7f471f4c6b00 0 using public_addr v2:172.21.15.160:0/0 -> [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] 2024-09-17T08:37:05.746 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.441+0000 7f471f4c6b00 0 starting mon.smithi160 rank -1 at public addrs [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] at bind addrs [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi160 fsid 6889c766-74cf-11ef-bceb-c7b262605968 2024-09-17T08:37:05.747 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.445+0000 7f471f4c6b00 1 mon.smithi160@-1(???) e0 preinit fsid 6889c766-74cf-11ef-bceb-c7b262605968 2024-09-17T08:37:05.747 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.473+0000 7f4718297640 0 mon.smithi160@-1(synchronizing).mds e1 new map 2024-09-17T08:37:05.747 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.473+0000 7f4718297640 0 mon.smithi160@-1(synchronizing).mds e1 print_map 2024-09-17T08:37:05.747 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: e1 2024-09-17T08:37:05.747 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T08:37:05.747 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-09-17T08:37:05.747 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: legacy client fscid: -1 2024-09-17T08:37:05.747 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: 2024-09-17T08:37:05.747 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: No filesystems configured 2024-09-17T08:37:05.747 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.473+0000 7f4718297640 1 mon.smithi160@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-17T08:37:05.747 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.473+0000 7f4718297640 1 mon.smithi160@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-17T08:37:05.747 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.473+0000 7f4718297640 1 mon.smithi160@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-17T08:37:05.747 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.473+0000 7f4718297640 1 mon.smithi160@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-17T08:37:05.747 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.473+0000 7f4718297640 1 mon.smithi160@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-17T08:37:05.748 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.473+0000 7f4718297640 1 mon.smithi160@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-17T08:37:05.748 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.473+0000 7f4718297640 1 mon.smithi160@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-09-17T08:37:05.748 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.477+0000 7f4718297640 0 mon.smithi160@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-17T08:37:05.748 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.477+0000 7f4718297640 0 mon.smithi160@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T08:37:05.748 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.477+0000 7f4718297640 0 mon.smithi160@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T08:37:05.748 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.477+0000 7f4718297640 0 mon.smithi160@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T08:37:05.748 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: cephadm 2024-09-17T08:36:38.136072+0000 mgr.smithi081.loqrpe (mgr.14197) 4 : cephadm [INF] [17/Sep/2024:08:36:38] ENGINE Serving on http://172.21.15.81:8765 2024-09-17T08:37:05.748 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: cephadm 2024-09-17T08:36:38.136212+0000 mgr.smithi081.loqrpe (mgr.14197) 5 : cephadm [INF] [17/Sep/2024:08:36:38] ENGINE Bus STARTED 2024-09-17T08:37:05.748 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: cluster 2024-09-17T08:36:38.901318+0000 mon.smithi081 (mon.0) 174 : cluster [DBG] mgrmap e17: smithi081.loqrpe(active, since 2s) 2024-09-17T08:37:05.748 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:39.037461+0000 mon.smithi081 (mon.0) 175 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.748 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:39.827597+0000 mon.smithi081 (mon.0) 176 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.748 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:40.566033+0000 mon.smithi081 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.160:0/3871428520' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:37:05.748 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:42.901288+0000 mon.smithi081 (mon.0) 178 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.748 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:42.904006+0000 mon.smithi081 (mon.0) 179 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.749 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:43.562354+0000 mon.smithi081 (mon.0) 180 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.749 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:43.566479+0000 mon.smithi081 (mon.0) 181 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.749 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:43.567343+0000 mon.smithi081 (mon.0) 182 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config rm", "who": "osd/host:smithi081", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:37:05.749 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:45.976017+0000 mon.smithi081 (mon.0) 183 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.749 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:45.981249+0000 mon.smithi081 (mon.0) 184 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.749 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:45.988048+0000 mon.smithi081 (mon.0) 185 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.749 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:45.993315+0000 mon.smithi081 (mon.0) 186 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.749 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:45.994810+0000 mon.smithi081 (mon.0) 187 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:37:05.749 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:45.996932+0000 mon.smithi081 (mon.0) 188 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:05.749 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:45.998717+0000 mon.smithi081 (mon.0) 189 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:37:05.749 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: cephadm 2024-09-17T08:36:46.001270+0000 mgr.smithi081.loqrpe (mgr.14197) 6 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.conf 2024-09-17T08:37:05.749 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: cephadm 2024-09-17T08:36:46.001705+0000 mgr.smithi081.loqrpe (mgr.14197) 7 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-09-17T08:37:05.749 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:46.571139+0000 mon.smithi081 (mon.0) 190 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.750 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:46.575747+0000 mon.smithi081 (mon.0) 191 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.750 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:46.652325+0000 mon.smithi081 (mon.0) 192 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.750 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:46.657912+0000 mon.smithi081 (mon.0) 193 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.750 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:46.663809+0000 mon.smithi081 (mon.0) 194 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.750 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:46.666415+0000 mon.smithi081 (mon.0) 195 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi160", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-09-17T08:37:05.750 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:46.670944+0000 mon.smithi081 (mon.0) 196 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi160", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-17T08:37:05.750 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:46.672260+0000 mon.smithi081 (mon.0) 197 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:05.750 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: cephadm 2024-09-17T08:36:46.203068+0000 mgr.smithi081.loqrpe (mgr.14197) 8 : cephadm [INF] Updating smithi081:/var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T08:37:05.750 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: cephadm 2024-09-17T08:36:46.205911+0000 mgr.smithi081.loqrpe (mgr.14197) 9 : cephadm [INF] Updating smithi160:/var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T08:37:05.750 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: cephadm 2024-09-17T08:36:46.329804+0000 mgr.smithi081.loqrpe (mgr.14197) 10 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.client.admin.keyring 2024-09-17T08:37:05.750 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: cephadm 2024-09-17T08:36:46.333460+0000 mgr.smithi081.loqrpe (mgr.14197) 11 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-09-17T08:37:05.750 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: cephadm 2024-09-17T08:36:46.445882+0000 mgr.smithi081.loqrpe (mgr.14197) 12 : cephadm [INF] Updating smithi081:/var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T08:37:05.750 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: cephadm 2024-09-17T08:36:46.526636+0000 mgr.smithi081.loqrpe (mgr.14197) 13 : cephadm [INF] Updating smithi160:/var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T08:37:05.750 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: cephadm 2024-09-17T08:36:46.673785+0000 mgr.smithi081.loqrpe (mgr.14197) 14 : cephadm [INF] Deploying daemon ceph-exporter.smithi160 on smithi160 2024-09-17T08:37:05.751 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:47.780014+0000 mon.smithi081 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.160:0/1288815524' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:37:05.751 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:49.971064+0000 mon.smithi081 (mon.0) 199 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.751 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:49.977263+0000 mon.smithi081 (mon.0) 200 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.751 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:49.983872+0000 mon.smithi081 (mon.0) 201 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.751 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:49.990006+0000 mon.smithi081 (mon.0) 202 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.751 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:49.992633+0000 mon.smithi081 (mon.0) 203 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:37:05.751 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:49.997788+0000 mon.smithi081 (mon.0) 204 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-17T08:37:05.751 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:49.999474+0000 mon.smithi081 (mon.0) 205 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:05.751 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: cephadm 2024-09-17T08:36:50.001412+0000 mgr.smithi081.loqrpe (mgr.14197) 15 : cephadm [INF] Deploying daemon crash.smithi160 on smithi160 2024-09-17T08:37:05.751 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:51.887944+0000 mon.smithi081 (mon.0) 206 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.751 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:51.892110+0000 mon.smithi081 (mon.0) 207 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:37:05.751 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:53.668736+0000 mon.smithi081 (mon.0) 208 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.751 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:53.674605+0000 mon.smithi081 (mon.0) 209 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.751 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:53.680753+0000 mon.smithi081 (mon.0) 210 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.752 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:53.686539+0000 mon.smithi081 (mon.0) 211 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.752 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: cephadm 2024-09-17T08:36:53.689593+0000 mgr.smithi081.loqrpe (mgr.14197) 16 : cephadm [INF] Deploying daemon node-exporter.smithi160 on smithi160 2024-09-17T08:37:05.752 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:54.878747+0000 mon.smithi081 (mon.0) 212 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.752 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:54.884667+0000 mon.smithi081 (mon.0) 213 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.752 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:54.890847+0000 mon.smithi081 (mon.0) 214 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.752 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:54.896287+0000 mon.smithi081 (mon.0) 215 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.752 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:54.901258+0000 mon.smithi081 (mon.0) 216 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.aruonq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:37:05.752 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:54.905785+0000 mon.smithi081 (mon.0) 217 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.aruonq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-17T08:37:05.752 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:54.907432+0000 mon.smithi081 (mon.0) 218 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:37:05.752 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:54.909326+0000 mon.smithi081 (mon.0) 219 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:05.752 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: cephadm 2024-09-17T08:36:54.911198+0000 mgr.smithi081.loqrpe (mgr.14197) 17 : cephadm [INF] Deploying daemon mgr.smithi160.aruonq on smithi160 2024-09-17T08:37:05.752 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:55.215677+0000 mon.smithi081 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.160:0/72059812' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:37:05.752 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: cluster 2024-09-17T08:36:56.843956+0000 mgr.smithi081.loqrpe (mgr.14197) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:05.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:56.894086+0000 mon.smithi081 (mon.0) 221 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:58.565817+0000 mon.smithi081 (mon.0) 222 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:58.572097+0000 mon.smithi081 (mon.0) 223 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:58.578671+0000 mon.smithi081 (mon.0) 224 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:58.584660+0000 mon.smithi081 (mon.0) 225 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:58.588277+0000 mon.smithi081 (mon.0) 226 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:37:05.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:36:58.590007+0000 mon.smithi081 (mon.0) 227 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:05.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: cephadm 2024-09-17T08:36:58.591833+0000 mgr.smithi081.loqrpe (mgr.14197) 19 : cephadm [INF] Deploying daemon mon.smithi160 on smithi160 2024-09-17T08:37:05.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: cluster 2024-09-17T08:36:58.844442+0000 mgr.smithi081.loqrpe (mgr.14197) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:05.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: cluster 2024-09-17T08:37:00.844900+0000 mgr.smithi081.loqrpe (mgr.14197) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:05.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:37:01.900832+0000 mon.smithi081 (mon.0) 228 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: cluster 2024-09-17T08:37:02.845331+0000 mgr.smithi081.loqrpe (mgr.14197) 22 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:05.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:37:03.690135+0000 mon.smithi081 (mon.0) 229 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:37:03.696143+0000 mon.smithi081 (mon.0) 230 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:37:03.702565+0000 mon.smithi081 (mon.0) 231 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:37:03.708677+0000 mon.smithi081 (mon.0) 232 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:37:03.718400+0000 mon.smithi081 (mon.0) 233 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:05.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: audit 2024-09-17T08:37:03.773060+0000 mon.smithi081 (mon.0) 234 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:37:05.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:05 smithi160 bash[25433]: debug 2024-09-17T08:37:05.477+0000 7f4718297640 1 mon.smithi160@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2024-09-17T08:37:10.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: audit 2024-09-17T08:37:05.489029+0000 mon.smithi081 (mon.0) 235 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-09-17T08:37:10.742 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: audit 2024-09-17T08:37:05.493490+0000 mon.smithi081 (mon.0) 236 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi081"}]: dispatch 2024-09-17T08:37:10.742 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: cluster 2024-09-17T08:37:05.493757+0000 mon.smithi081 (mon.0) 237 : cluster [INF] mon.smithi081 calling monitor election 2024-09-17T08:37:10.742 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: audit 2024-09-17T08:37:05.514228+0000 mon.smithi081 (mon.0) 238 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-09-17T08:37:10.742 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: audit 2024-09-17T08:37:06.489251+0000 mon.smithi081 (mon.0) 239 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-09-17T08:37:10.742 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: audit 2024-09-17T08:37:06.786417+0000 mon.smithi081 (mon.0) 240 : audit [DBG] from='mgr.? 172.21.15.160:0/1390582771' entity='mgr.smithi160.aruonq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.aruonq/crt"}]: dispatch 2024-09-17T08:37:10.742 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: cluster 2024-09-17T08:37:06.846146+0000 mgr.smithi081.loqrpe (mgr.14197) 24 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:10.742 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: audit 2024-09-17T08:37:06.892338+0000 mon.smithi081 (mon.0) 241 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:37:10.742 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: audit 2024-09-17T08:37:07.489242+0000 mon.smithi081 (mon.0) 242 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-09-17T08:37:10.742 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: cluster 2024-09-17T08:37:07.489947+0000 mon.smithi160 (mon.1) 1 : cluster [INF] mon.smithi160 calling monitor election 2024-09-17T08:37:10.742 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: audit 2024-09-17T08:37:08.489182+0000 mon.smithi081 (mon.0) 243 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-09-17T08:37:10.742 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: cluster 2024-09-17T08:37:08.846524+0000 mgr.smithi081.loqrpe (mgr.14197) 25 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:10.742 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: audit 2024-09-17T08:37:09.489792+0000 mon.smithi081 (mon.0) 244 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-09-17T08:37:10.742 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: audit 2024-09-17T08:37:10.489633+0000 mon.smithi081 (mon.0) 245 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-09-17T08:37:10.743 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: cluster 2024-09-17T08:37:10.534636+0000 mon.smithi081 (mon.0) 246 : cluster [INF] mon.smithi081 is new leader, mons smithi081,smithi160 in quorum (ranks 0,1) 2024-09-17T08:37:10.743 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: cluster 2024-09-17T08:37:10.542373+0000 mon.smithi081 (mon.0) 247 : cluster [DBG] monmap e2: 2 mons at {smithi081=[v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0],smithi160=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-17T08:37:10.743 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: cluster 2024-09-17T08:37:10.561948+0000 mon.smithi081 (mon.0) 248 : cluster [DBG] fsmap 2024-09-17T08:37:10.743 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: cluster 2024-09-17T08:37:10.561997+0000 mon.smithi081 (mon.0) 249 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-17T08:37:10.743 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: cluster 2024-09-17T08:37:10.562257+0000 mon.smithi081 (mon.0) 250 : cluster [DBG] mgrmap e17: smithi081.loqrpe(active, since 33s) 2024-09-17T08:37:10.743 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: cluster 2024-09-17T08:37:10.562497+0000 mon.smithi081 (mon.0) 251 : cluster [INF] overall HEALTH_OK 2024-09-17T08:37:10.743 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: cluster 2024-09-17T08:37:10.562918+0000 mon.smithi081 (mon.0) 252 : cluster [DBG] Standby manager daemon smithi160.aruonq started 2024-09-17T08:37:10.743 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: audit 2024-09-17T08:37:10.566652+0000 mon.smithi081 (mon.0) 253 : audit [DBG] from='mgr.? 172.21.15.160:0/1390582771' entity='mgr.smithi160.aruonq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T08:37:10.743 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: audit 2024-09-17T08:37:10.570266+0000 mon.smithi081 (mon.0) 254 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:10.743 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: audit 2024-09-17T08:37:10.571819+0000 mon.smithi081 (mon.0) 255 : audit [DBG] from='mgr.? 172.21.15.160:0/1390582771' entity='mgr.smithi160.aruonq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.aruonq/key"}]: dispatch 2024-09-17T08:37:10.743 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: audit 2024-09-17T08:37:10.576002+0000 mon.smithi081 (mon.0) 256 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:10.743 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: audit 2024-09-17T08:37:10.576561+0000 mon.smithi081 (mon.0) 257 : audit [DBG] from='mgr.? 172.21.15.160:0/1390582771' entity='mgr.smithi160.aruonq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T08:37:10.743 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: audit 2024-09-17T08:37:10.587139+0000 mon.smithi081 (mon.0) 258 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:10.744 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: audit 2024-09-17T08:37:10.591736+0000 mon.smithi081 (mon.0) 259 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:10.744 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:10 smithi081 bash[19989]: audit 2024-09-17T08:37:10.593516+0000 mon.smithi081 (mon.0) 260 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:37:10.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: audit 2024-09-17T08:37:05.489029+0000 mon.smithi081 (mon.0) 235 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-09-17T08:37:10.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: audit 2024-09-17T08:37:05.493490+0000 mon.smithi081 (mon.0) 236 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi081"}]: dispatch 2024-09-17T08:37:10.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: cluster 2024-09-17T08:37:05.493757+0000 mon.smithi081 (mon.0) 237 : cluster [INF] mon.smithi081 calling monitor election 2024-09-17T08:37:10.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: audit 2024-09-17T08:37:05.514228+0000 mon.smithi081 (mon.0) 238 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-09-17T08:37:10.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: audit 2024-09-17T08:37:06.489251+0000 mon.smithi081 (mon.0) 239 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-09-17T08:37:10.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: audit 2024-09-17T08:37:06.786417+0000 mon.smithi081 (mon.0) 240 : audit [DBG] from='mgr.? 172.21.15.160:0/1390582771' entity='mgr.smithi160.aruonq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.aruonq/crt"}]: dispatch 2024-09-17T08:37:10.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: cluster 2024-09-17T08:37:06.846146+0000 mgr.smithi081.loqrpe (mgr.14197) 24 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:10.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: audit 2024-09-17T08:37:06.892338+0000 mon.smithi081 (mon.0) 241 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:37:10.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: audit 2024-09-17T08:37:07.489242+0000 mon.smithi081 (mon.0) 242 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-09-17T08:37:10.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: cluster 2024-09-17T08:37:07.489947+0000 mon.smithi160 (mon.1) 1 : cluster [INF] mon.smithi160 calling monitor election 2024-09-17T08:37:10.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: audit 2024-09-17T08:37:08.489182+0000 mon.smithi081 (mon.0) 243 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-09-17T08:37:10.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: cluster 2024-09-17T08:37:08.846524+0000 mgr.smithi081.loqrpe (mgr.14197) 25 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:10.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: audit 2024-09-17T08:37:09.489792+0000 mon.smithi081 (mon.0) 244 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-09-17T08:37:10.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: audit 2024-09-17T08:37:10.489633+0000 mon.smithi081 (mon.0) 245 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-09-17T08:37:10.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: cluster 2024-09-17T08:37:10.534636+0000 mon.smithi081 (mon.0) 246 : cluster [INF] mon.smithi081 is new leader, mons smithi081,smithi160 in quorum (ranks 0,1) 2024-09-17T08:37:10.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: cluster 2024-09-17T08:37:10.542373+0000 mon.smithi081 (mon.0) 247 : cluster [DBG] monmap e2: 2 mons at {smithi081=[v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0],smithi160=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-17T08:37:10.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: cluster 2024-09-17T08:37:10.561948+0000 mon.smithi081 (mon.0) 248 : cluster [DBG] fsmap 2024-09-17T08:37:10.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: cluster 2024-09-17T08:37:10.561997+0000 mon.smithi081 (mon.0) 249 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-17T08:37:10.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: cluster 2024-09-17T08:37:10.562257+0000 mon.smithi081 (mon.0) 250 : cluster [DBG] mgrmap e17: smithi081.loqrpe(active, since 33s) 2024-09-17T08:37:10.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: cluster 2024-09-17T08:37:10.562497+0000 mon.smithi081 (mon.0) 251 : cluster [INF] overall HEALTH_OK 2024-09-17T08:37:10.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: cluster 2024-09-17T08:37:10.562918+0000 mon.smithi081 (mon.0) 252 : cluster [DBG] Standby manager daemon smithi160.aruonq started 2024-09-17T08:37:10.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: audit 2024-09-17T08:37:10.566652+0000 mon.smithi081 (mon.0) 253 : audit [DBG] from='mgr.? 172.21.15.160:0/1390582771' entity='mgr.smithi160.aruonq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T08:37:10.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: audit 2024-09-17T08:37:10.570266+0000 mon.smithi081 (mon.0) 254 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:10.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: audit 2024-09-17T08:37:10.571819+0000 mon.smithi081 (mon.0) 255 : audit [DBG] from='mgr.? 172.21.15.160:0/1390582771' entity='mgr.smithi160.aruonq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.aruonq/key"}]: dispatch 2024-09-17T08:37:10.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: audit 2024-09-17T08:37:10.576002+0000 mon.smithi081 (mon.0) 256 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:10.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: audit 2024-09-17T08:37:10.576561+0000 mon.smithi081 (mon.0) 257 : audit [DBG] from='mgr.? 172.21.15.160:0/1390582771' entity='mgr.smithi160.aruonq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T08:37:10.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: audit 2024-09-17T08:37:10.587139+0000 mon.smithi081 (mon.0) 258 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:10.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: audit 2024-09-17T08:37:10.591736+0000 mon.smithi081 (mon.0) 259 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:10.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:10 smithi160 bash[25433]: audit 2024-09-17T08:37:10.593516+0000 mon.smithi081 (mon.0) 260 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:37:11.050 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-17T08:37:11.050 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":2,"fsid":"6889c766-74cf-11ef-bceb-c7b262605968","modified":"2024-09-17T08:37:05.488406Z","created":"2024-09-17T08:33:49.126550Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"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":"smithi160","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:3300","nonce":0},{"type":"v1","addr":"172.21.15.160:6789","nonce":0}]},"addr":"172.21.15.160:6789/0","public_addr":"172.21.15.160:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-17T08:37:11.051 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 2 2024-09-17T08:37:11.691 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-17T08:37:11.692 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-17T08:37:11.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:11 smithi160 bash[25433]: cephadm 2024-09-17T08:37:10.595800+0000 mgr.smithi081.loqrpe (mgr.14197) 26 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.conf 2024-09-17T08:37:11.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:11 smithi160 bash[25433]: cephadm 2024-09-17T08:37:10.596524+0000 mgr.smithi081.loqrpe (mgr.14197) 27 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-09-17T08:37:11.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:11 smithi160 bash[25433]: cluster 2024-09-17T08:37:10.631085+0000 mon.smithi081 (mon.0) 261 : cluster [DBG] mgrmap e18: smithi081.loqrpe(active, since 33s), standbys: smithi160.aruonq 2024-09-17T08:37:11.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:11 smithi160 bash[25433]: audit 2024-09-17T08:37:10.631359+0000 mon.smithi081 (mon.0) 262 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mgr metadata", "who": "smithi160.aruonq", "id": "smithi160.aruonq"}]: dispatch 2024-09-17T08:37:11.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:11 smithi160 bash[25433]: cephadm 2024-09-17T08:37:10.800412+0000 mgr.smithi081.loqrpe (mgr.14197) 28 : cephadm [INF] Updating smithi081:/var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T08:37:11.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:11 smithi160 bash[25433]: cephadm 2024-09-17T08:37:10.800771+0000 mgr.smithi081.loqrpe (mgr.14197) 29 : cephadm [INF] Updating smithi160:/var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T08:37:11.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:11 smithi160 bash[25433]: cluster 2024-09-17T08:37:10.846880+0000 mgr.smithi081.loqrpe (mgr.14197) 30 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:11.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:11 smithi160 bash[25433]: audit 2024-09-17T08:37:10.941707+0000 mon.smithi081 (mon.0) 263 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:11.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:11 smithi160 bash[25433]: audit 2024-09-17T08:37:10.948058+0000 mon.smithi081 (mon.0) 264 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:11.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:11 smithi160 bash[25433]: audit 2024-09-17T08:37:10.953907+0000 mon.smithi081 (mon.0) 265 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:11.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:11 smithi160 bash[25433]: audit 2024-09-17T08:37:10.960236+0000 mon.smithi081 (mon.0) 266 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:11.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:11 smithi160 bash[25433]: audit 2024-09-17T08:37:10.967585+0000 mon.smithi081 (mon.0) 267 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:11.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:11 smithi160 bash[25433]: cephadm 2024-09-17T08:37:11.010405+0000 mgr.smithi081.loqrpe (mgr.14197) 31 : cephadm [INF] Reconfiguring mon.smithi081 (unknown last config time)... 2024-09-17T08:37:11.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:11 smithi160 bash[25433]: audit 2024-09-17T08:37:11.011036+0000 mon.smithi081 (mon.0) 268 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:37:11.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:11 smithi160 bash[25433]: audit 2024-09-17T08:37:11.012806+0000 mon.smithi081 (mon.0) 269 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T08:37:11.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:11 smithi160 bash[25433]: audit 2024-09-17T08:37:11.014296+0000 mon.smithi081 (mon.0) 270 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:11.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:11 smithi160 bash[25433]: cephadm 2024-09-17T08:37:11.015701+0000 mgr.smithi081.loqrpe (mgr.14197) 32 : cephadm [INF] Reconfiguring daemon mon.smithi081 on smithi081 2024-09-17T08:37:11.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:11 smithi160 bash[25433]: audit 2024-09-17T08:37:11.050684+0000 mon.smithi081 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.160:0/2300458907' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:37:11.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:11 smithi160 bash[25433]: audit 2024-09-17T08:37:11.490217+0000 mon.smithi081 (mon.0) 272 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-09-17T08:37:11.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:11 smithi081 bash[19989]: cephadm 2024-09-17T08:37:10.595800+0000 mgr.smithi081.loqrpe (mgr.14197) 26 : cephadm [INF] Updating smithi081:/etc/ceph/ceph.conf 2024-09-17T08:37:11.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:11 smithi081 bash[19989]: cephadm 2024-09-17T08:37:10.596524+0000 mgr.smithi081.loqrpe (mgr.14197) 27 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-09-17T08:37:11.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:11 smithi081 bash[19989]: cluster 2024-09-17T08:37:10.631085+0000 mon.smithi081 (mon.0) 261 : cluster [DBG] mgrmap e18: smithi081.loqrpe(active, since 33s), standbys: smithi160.aruonq 2024-09-17T08:37:11.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:11 smithi081 bash[19989]: audit 2024-09-17T08:37:10.631359+0000 mon.smithi081 (mon.0) 262 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mgr metadata", "who": "smithi160.aruonq", "id": "smithi160.aruonq"}]: dispatch 2024-09-17T08:37:11.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:11 smithi081 bash[19989]: cephadm 2024-09-17T08:37:10.800412+0000 mgr.smithi081.loqrpe (mgr.14197) 28 : cephadm [INF] Updating smithi081:/var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T08:37:11.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:11 smithi081 bash[19989]: cephadm 2024-09-17T08:37:10.800771+0000 mgr.smithi081.loqrpe (mgr.14197) 29 : cephadm [INF] Updating smithi160:/var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T08:37:11.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:11 smithi081 bash[19989]: cluster 2024-09-17T08:37:10.846880+0000 mgr.smithi081.loqrpe (mgr.14197) 30 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:11.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:11 smithi081 bash[19989]: audit 2024-09-17T08:37:10.941707+0000 mon.smithi081 (mon.0) 263 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:11.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:11 smithi081 bash[19989]: audit 2024-09-17T08:37:10.948058+0000 mon.smithi081 (mon.0) 264 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:11.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:11 smithi081 bash[19989]: audit 2024-09-17T08:37:10.953907+0000 mon.smithi081 (mon.0) 265 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:11.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:11 smithi081 bash[19989]: audit 2024-09-17T08:37:10.960236+0000 mon.smithi081 (mon.0) 266 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:11.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:11 smithi081 bash[19989]: audit 2024-09-17T08:37:10.967585+0000 mon.smithi081 (mon.0) 267 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:11.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:11 smithi081 bash[19989]: cephadm 2024-09-17T08:37:11.010405+0000 mgr.smithi081.loqrpe (mgr.14197) 31 : cephadm [INF] Reconfiguring mon.smithi081 (unknown last config time)... 2024-09-17T08:37:11.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:11 smithi081 bash[19989]: audit 2024-09-17T08:37:11.011036+0000 mon.smithi081 (mon.0) 268 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:37:11.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:11 smithi081 bash[19989]: audit 2024-09-17T08:37:11.012806+0000 mon.smithi081 (mon.0) 269 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T08:37:11.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:11 smithi081 bash[19989]: audit 2024-09-17T08:37:11.014296+0000 mon.smithi081 (mon.0) 270 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:11.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:11 smithi081 bash[19989]: cephadm 2024-09-17T08:37:11.015701+0000 mgr.smithi081.loqrpe (mgr.14197) 32 : cephadm [INF] Reconfiguring daemon mon.smithi081 on smithi081 2024-09-17T08:37:11.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:11 smithi081 bash[19989]: audit 2024-09-17T08:37:11.050684+0000 mon.smithi081 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.160:0/2300458907' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:37:11.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:11 smithi081 bash[19989]: audit 2024-09-17T08:37:11.490217+0000 mon.smithi081 (mon.0) 272 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-09-17T08:37:14.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:13 smithi160 bash[25433]: cluster 2024-09-17T08:37:12.847270+0000 mgr.smithi081.loqrpe (mgr.14197) 33 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:14.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:13 smithi160 bash[25433]: audit 2024-09-17T08:37:13.242300+0000 mon.smithi081 (mon.0) 273 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:14.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:13 smithi160 bash[25433]: audit 2024-09-17T08:37:13.247681+0000 mon.smithi081 (mon.0) 274 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:14.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:13 smithi160 bash[25433]: audit 2024-09-17T08:37:13.249023+0000 mon.smithi081 (mon.0) 275 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi081.loqrpe", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:37:14.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:13 smithi160 bash[25433]: audit 2024-09-17T08:37:13.250041+0000 mon.smithi081 (mon.0) 276 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:37:14.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:13 smithi160 bash[25433]: audit 2024-09-17T08:37:13.250865+0000 mon.smithi081 (mon.0) 277 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:14.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:13 smithi081 bash[19989]: cluster 2024-09-17T08:37:12.847270+0000 mgr.smithi081.loqrpe (mgr.14197) 33 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:14.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:13 smithi081 bash[19989]: audit 2024-09-17T08:37:13.242300+0000 mon.smithi081 (mon.0) 273 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:14.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:13 smithi081 bash[19989]: audit 2024-09-17T08:37:13.247681+0000 mon.smithi081 (mon.0) 274 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:14.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:13 smithi081 bash[19989]: audit 2024-09-17T08:37:13.249023+0000 mon.smithi081 (mon.0) 275 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi081.loqrpe", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:37:14.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:13 smithi081 bash[19989]: audit 2024-09-17T08:37:13.250041+0000 mon.smithi081 (mon.0) 276 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:37:14.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:13 smithi081 bash[19989]: audit 2024-09-17T08:37:13.250865+0000 mon.smithi081 (mon.0) 277 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:15.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:14 smithi160 bash[25433]: cephadm 2024-09-17T08:37:13.248654+0000 mgr.smithi081.loqrpe (mgr.14197) 34 : cephadm [INF] Reconfiguring mgr.smithi081.loqrpe (unknown last config time)... 2024-09-17T08:37:15.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:14 smithi160 bash[25433]: cephadm 2024-09-17T08:37:13.251832+0000 mgr.smithi081.loqrpe (mgr.14197) 35 : cephadm [INF] Reconfiguring daemon mgr.smithi081.loqrpe on smithi081 2024-09-17T08:37:15.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:14 smithi081 bash[19989]: cephadm 2024-09-17T08:37:13.248654+0000 mgr.smithi081.loqrpe (mgr.14197) 34 : cephadm [INF] Reconfiguring mgr.smithi081.loqrpe (unknown last config time)... 2024-09-17T08:37:15.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:14 smithi081 bash[19989]: cephadm 2024-09-17T08:37:13.251832+0000 mgr.smithi081.loqrpe (mgr.14197) 35 : cephadm [INF] Reconfiguring daemon mgr.smithi081.loqrpe on smithi081 2024-09-17T08:37:16.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:15 smithi160 bash[25433]: cluster 2024-09-17T08:37:14.847745+0000 mgr.smithi081.loqrpe (mgr.14197) 36 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:16.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:15 smithi160 bash[25433]: audit 2024-09-17T08:37:15.247116+0000 mon.smithi081 (mon.0) 278 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:16.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:15 smithi160 bash[25433]: audit 2024-09-17T08:37:15.253631+0000 mon.smithi081 (mon.0) 279 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:16.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:15 smithi160 bash[25433]: audit 2024-09-17T08:37:15.255444+0000 mon.smithi081 (mon.0) 280 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi081", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-09-17T08:37:16.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:15 smithi160 bash[25433]: audit 2024-09-17T08:37:15.257008+0000 mon.smithi081 (mon.0) 281 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:16.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:15 smithi081 bash[19989]: cluster 2024-09-17T08:37:14.847745+0000 mgr.smithi081.loqrpe (mgr.14197) 36 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:16.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:15 smithi081 bash[19989]: audit 2024-09-17T08:37:15.247116+0000 mon.smithi081 (mon.0) 278 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:16.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:15 smithi081 bash[19989]: audit 2024-09-17T08:37:15.253631+0000 mon.smithi081 (mon.0) 279 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:16.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:15 smithi081 bash[19989]: audit 2024-09-17T08:37:15.255444+0000 mon.smithi081 (mon.0) 280 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi081", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-09-17T08:37:16.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:15 smithi081 bash[19989]: audit 2024-09-17T08:37:15.257008+0000 mon.smithi081 (mon.0) 281 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:16.413 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:37:17.214 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:16 smithi081 bash[19989]: cephadm 2024-09-17T08:37:15.254841+0000 mgr.smithi081.loqrpe (mgr.14197) 37 : cephadm [INF] Reconfiguring ceph-exporter.smithi081 (monmap changed)... 2024-09-17T08:37:17.214 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:16 smithi081 bash[19989]: cephadm 2024-09-17T08:37:15.258427+0000 mgr.smithi081.loqrpe (mgr.14197) 38 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi081 on smithi081 2024-09-17T08:37:17.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:16 smithi160 bash[25433]: cephadm 2024-09-17T08:37:15.254841+0000 mgr.smithi081.loqrpe (mgr.14197) 37 : cephadm [INF] Reconfiguring ceph-exporter.smithi081 (monmap changed)... 2024-09-17T08:37:17.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:16 smithi160 bash[25433]: cephadm 2024-09-17T08:37:15.258427+0000 mgr.smithi081.loqrpe (mgr.14197) 38 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi081 on smithi081 2024-09-17T08:37:18.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:17 smithi160 bash[25433]: cluster 2024-09-17T08:37:16.848132+0000 mgr.smithi081.loqrpe (mgr.14197) 39 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:18.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:17 smithi081 bash[19989]: cluster 2024-09-17T08:37:16.848132+0000 mgr.smithi081.loqrpe (mgr.14197) 39 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:19.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:19 smithi160 bash[25433]: audit 2024-09-17T08:37:18.198804+0000 mon.smithi081 (mon.0) 282 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:19.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:19 smithi160 bash[25433]: audit 2024-09-17T08:37:18.205432+0000 mon.smithi081 (mon.0) 283 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:19.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:19 smithi160 bash[25433]: cephadm 2024-09-17T08:37:18.206356+0000 mgr.smithi081.loqrpe (mgr.14197) 40 : cephadm [INF] Reconfiguring crash.smithi081 (monmap changed)... 2024-09-17T08:37:19.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:19 smithi160 bash[25433]: audit 2024-09-17T08:37:18.206741+0000 mon.smithi081 (mon.0) 284 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi081", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:37:19.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:19 smithi160 bash[25433]: audit 2024-09-17T08:37:18.207722+0000 mon.smithi081 (mon.0) 285 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:19.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:19 smithi160 bash[25433]: cephadm 2024-09-17T08:37:18.208585+0000 mgr.smithi081.loqrpe (mgr.14197) 41 : cephadm [INF] Reconfiguring daemon crash.smithi081 on smithi081 2024-09-17T08:37:19.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:19 smithi160 bash[25433]: cluster 2024-09-17T08:37:18.848567+0000 mgr.smithi081.loqrpe (mgr.14197) 42 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:19.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:19 smithi081 bash[19989]: audit 2024-09-17T08:37:18.198804+0000 mon.smithi081 (mon.0) 282 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:19.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:19 smithi081 bash[19989]: audit 2024-09-17T08:37:18.205432+0000 mon.smithi081 (mon.0) 283 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:19.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:19 smithi081 bash[19989]: cephadm 2024-09-17T08:37:18.206356+0000 mgr.smithi081.loqrpe (mgr.14197) 40 : cephadm [INF] Reconfiguring crash.smithi081 (monmap changed)... 2024-09-17T08:37:19.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:19 smithi081 bash[19989]: audit 2024-09-17T08:37:18.206741+0000 mon.smithi081 (mon.0) 284 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi081", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:37:19.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:19 smithi081 bash[19989]: audit 2024-09-17T08:37:18.207722+0000 mon.smithi081 (mon.0) 285 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:19.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:19 smithi081 bash[19989]: cephadm 2024-09-17T08:37:18.208585+0000 mgr.smithi081.loqrpe (mgr.14197) 41 : cephadm [INF] Reconfiguring daemon crash.smithi081 on smithi081 2024-09-17T08:37:19.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:19 smithi081 bash[19989]: cluster 2024-09-17T08:37:18.848567+0000 mgr.smithi081.loqrpe (mgr.14197) 42 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:20.960 INFO:teuthology.orchestra.run.smithi081.stdout:# minimal ceph.conf for 6889c766-74cf-11ef-bceb-c7b262605968 2024-09-17T08:37:20.960 INFO:teuthology.orchestra.run.smithi081.stdout:[global] 2024-09-17T08:37:20.960 INFO:teuthology.orchestra.run.smithi081.stdout: fsid = 6889c766-74cf-11ef-bceb-c7b262605968 2024-09-17T08:37:20.960 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.160:3300/0,v1:172.21.15.160:6789/0] 2024-09-17T08:37:21.755 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-17T08:37:21.755 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-09-17T08:37:21.755 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T08:37:21.765 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-09-17T08:37:21.765 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T08:37:21.831 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-17T08:37:21.831 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T08:37:21.845 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-17T08:37:21.845 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T08:37:21.900 INFO:tasks.cephadm:Deploying OSDs... 2024-09-17T08:37:21.900 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-09-17T08:37:21.900 DEBUG:teuthology.orchestra.run.smithi081:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T08:37:21.906 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-17T08:37:21.906 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/nvme1n1 2024-09-17T08:37:21.953 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/nvme1n1 2024-09-17T08:37:21.954 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-17T08:37:21.954 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 964 Links: 1 Device type: 103,2 2024-09-17T08:37:21.954 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-17T08:37:21.954 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2024-09-17 08:35:19.797045806 +0000 2024-09-17T08:37:21.954 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2024-09-17 08:32:41.416189112 +0000 2024-09-17T08:37:21.954 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2024-09-17 08:32:41.416189112 +0000 2024-09-17T08:37:21.954 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: - 2024-09-17T08:37:21.954 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-09-17T08:37:22.005 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:21 smithi081 bash[19989]: cluster 2024-09-17T08:37:20.848887+0000 mgr.smithi081.loqrpe (mgr.14197) 43 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:22.005 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:21 smithi081 bash[19989]: audit 2024-09-17T08:37:20.960510+0000 mon.smithi081 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.81:0/757428268' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:22.005 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:21 smithi081 bash[19989]: audit 2024-09-17T08:37:21.418640+0000 mon.smithi081 (mon.0) 287 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:22.005 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:21 smithi081 bash[19989]: audit 2024-09-17T08:37:21.426385+0000 mon.smithi081 (mon.0) 288 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:22.005 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:21 smithi081 bash[19989]: audit 2024-09-17T08:37:21.892754+0000 mon.smithi081 (mon.0) 289 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:37:22.006 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2024-09-17T08:37:22.006 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2024-09-17T08:37:22.006 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.000386464 s, 1.3 MB/s 2024-09-17T08:37:22.007 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-09-17T08:37:22.058 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/nvme2n1 2024-09-17T08:37:22.104 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/nvme2n1 2024-09-17T08:37:22.104 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-17T08:37:22.104 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 973 Links: 1 Device type: 103,4 2024-09-17T08:37:22.105 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-17T08:37:22.105 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2024-09-17 08:35:19.813045663 +0000 2024-09-17T08:37:22.105 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2024-09-17 08:32:41.508234290 +0000 2024-09-17T08:37:22.105 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2024-09-17 08:32:41.508234290 +0000 2024-09-17T08:37:22.105 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: - 2024-09-17T08:37:22.105 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-09-17T08:37:22.159 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2024-09-17T08:37:22.159 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2024-09-17T08:37:22.159 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.000466146 s, 1.1 MB/s 2024-09-17T08:37:22.161 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-09-17T08:37:22.210 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/nvme3n1 2024-09-17T08:37:22.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:21 smithi160 bash[25433]: cluster 2024-09-17T08:37:20.848887+0000 mgr.smithi081.loqrpe (mgr.14197) 43 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:22.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:21 smithi160 bash[25433]: audit 2024-09-17T08:37:20.960510+0000 mon.smithi081 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.81:0/757428268' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:22.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:21 smithi160 bash[25433]: audit 2024-09-17T08:37:21.418640+0000 mon.smithi081 (mon.0) 287 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:22.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:21 smithi160 bash[25433]: audit 2024-09-17T08:37:21.426385+0000 mon.smithi081 (mon.0) 288 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:22.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:21 smithi160 bash[25433]: audit 2024-09-17T08:37:21.892754+0000 mon.smithi081 (mon.0) 289 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:37:22.256 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/nvme3n1 2024-09-17T08:37:22.257 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-17T08:37:22.257 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 982 Links: 1 Device type: 103,6 2024-09-17T08:37:22.257 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-17T08:37:22.257 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2024-09-17 08:35:19.829045521 +0000 2024-09-17T08:37:22.257 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2024-09-17 08:32:41.604281433 +0000 2024-09-17T08:37:22.257 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2024-09-17 08:32:41.604281433 +0000 2024-09-17T08:37:22.257 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: - 2024-09-17T08:37:22.257 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-09-17T08:37:22.311 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2024-09-17T08:37:22.312 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2024-09-17T08:37:22.312 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.00041246 s, 1.2 MB/s 2024-09-17T08:37:22.313 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-09-17T08:37:22.362 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/nvme4n1 2024-09-17T08:37:22.409 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/nvme4n1 2024-09-17T08:37:22.409 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-17T08:37:22.409 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 991 Links: 1 Device type: 103,8 2024-09-17T08:37:22.409 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-17T08:37:22.410 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2024-09-17 08:35:19.845045378 +0000 2024-09-17T08:37:22.410 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2024-09-17 08:32:41.708332504 +0000 2024-09-17T08:37:22.410 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2024-09-17 08:32:41.708332504 +0000 2024-09-17T08:37:22.410 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: - 2024-09-17T08:37:22.410 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-09-17T08:37:22.463 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2024-09-17T08:37:22.463 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2024-09-17T08:37:22.463 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.000408722 s, 1.3 MB/s 2024-09-17T08:37:22.464 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-09-17T08:37:22.514 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-17T08:37:22.514 DEBUG:teuthology.orchestra.run.smithi160:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T08:37:22.520 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-17T08:37:22.521 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/nvme1n1 2024-09-17T08:37:22.568 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/nvme1n1 2024-09-17T08:37:22.569 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-17T08:37:22.569 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 961 Links: 1 Device type: 103,2 2024-09-17T08:37:22.569 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-17T08:37:22.569 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-09-17 08:36:44.558644721 +0000 2024-09-17T08:37:22.569 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-09-17 08:32:42.697150676 +0000 2024-09-17T08:37:22.569 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-09-17 08:32:42.697150676 +0000 2024-09-17T08:37:22.569 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-09-17T08:37:22.569 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-09-17T08:37:22.622 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-09-17T08:37:22.623 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-09-17T08:37:22.623 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.00038123 s, 1.3 MB/s 2024-09-17T08:37:22.624 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-09-17T08:37:22.674 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/nvme2n1 2024-09-17T08:37:22.721 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/nvme2n1 2024-09-17T08:37:22.721 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-17T08:37:22.721 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 970 Links: 1 Device type: 103,4 2024-09-17T08:37:22.721 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-17T08:37:22.721 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-09-17 08:36:44.570644242 +0000 2024-09-17T08:37:22.721 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-09-17 08:32:42.801201747 +0000 2024-09-17T08:37:22.721 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-09-17 08:32:42.801201747 +0000 2024-09-17T08:37:22.721 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-09-17T08:37:22.722 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-09-17T08:37:22.775 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-09-17T08:37:22.775 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-09-17T08:37:22.775 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000493561 s, 1.0 MB/s 2024-09-17T08:37:22.776 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-09-17T08:37:22.828 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/nvme3n1 2024-09-17T08:37:22.880 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/nvme3n1 2024-09-17T08:37:22.880 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-17T08:37:22.880 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 979 Links: 1 Device type: 103,6 2024-09-17T08:37:22.880 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-17T08:37:22.880 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-09-17 08:36:44.582643762 +0000 2024-09-17T08:37:22.880 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-09-17 08:32:42.897248889 +0000 2024-09-17T08:37:22.880 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-09-17 08:32:42.897248889 +0000 2024-09-17T08:37:22.880 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-09-17T08:37:22.881 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-09-17T08:37:22.938 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-09-17T08:37:22.939 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-09-17T08:37:22.939 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000360917 s, 1.4 MB/s 2024-09-17T08:37:22.940 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-09-17T08:37:22.989 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/nvme4n1 2024-09-17T08:37:23.036 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/nvme4n1 2024-09-17T08:37:23.036 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-17T08:37:23.036 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 988 Links: 1 Device type: 103,8 2024-09-17T08:37:23.036 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-17T08:37:23.036 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-09-17 08:36:44.594643283 +0000 2024-09-17T08:37:23.037 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-09-17 08:32:42.993296032 +0000 2024-09-17T08:37:23.037 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-09-17 08:32:42.993296032 +0000 2024-09-17T08:37:23.037 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-09-17T08:37:23.037 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-09-17T08:37:23.090 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-09-17T08:37:23.090 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-09-17T08:37:23.090 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000366211 s, 1.4 MB/s 2024-09-17T08:37:23.091 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-09-17T08:37:23.141 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph orch apply osd --all-available-devices 2024-09-17T08:37:23.192 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:22 smithi160 bash[25433]: cephadm 2024-09-17T08:37:21.427737+0000 mgr.smithi081.loqrpe (mgr.14197) 44 : cephadm [INF] Reconfiguring alertmanager.smithi081 (dependencies changed)... 2024-09-17T08:37:23.192 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:22 smithi160 bash[25433]: cephadm 2024-09-17T08:37:21.441789+0000 mgr.smithi081.loqrpe (mgr.14197) 45 : cephadm [INF] Reconfiguring daemon alertmanager.smithi081 on smithi081 2024-09-17T08:37:23.200 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:22 smithi081 bash[19989]: cephadm 2024-09-17T08:37:21.427737+0000 mgr.smithi081.loqrpe (mgr.14197) 44 : cephadm [INF] Reconfiguring alertmanager.smithi081 (dependencies changed)... 2024-09-17T08:37:23.200 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:22 smithi081 bash[19989]: cephadm 2024-09-17T08:37:21.441789+0000 mgr.smithi081.loqrpe (mgr.14197) 45 : cephadm [INF] Reconfiguring daemon alertmanager.smithi081 on smithi081 2024-09-17T08:37:24.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:23 smithi160 bash[25433]: cluster 2024-09-17T08:37:22.849309+0000 mgr.smithi081.loqrpe (mgr.14197) 46 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:24.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:23 smithi081 bash[19989]: cluster 2024-09-17T08:37:22.849309+0000 mgr.smithi081.loqrpe (mgr.14197) 46 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:26.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:25 smithi160 bash[25433]: cluster 2024-09-17T08:37:24.849711+0000 mgr.smithi081.loqrpe (mgr.14197) 47 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:26.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:25 smithi081 bash[19989]: cluster 2024-09-17T08:37:24.849711+0000 mgr.smithi081.loqrpe (mgr.14197) 47 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:27.867 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi160/config 2024-09-17T08:37:27.969 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:27 smithi160 bash[25433]: audit 2024-09-17T08:37:26.546325+0000 mon.smithi081 (mon.0) 290 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:27.969 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:27 smithi160 bash[25433]: audit 2024-09-17T08:37:26.553673+0000 mon.smithi081 (mon.0) 291 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:27.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:27 smithi160 bash[25433]: cephadm 2024-09-17T08:37:26.554680+0000 mgr.smithi081.loqrpe (mgr.14197) 48 : cephadm [INF] Reconfiguring grafana.smithi081 (dependencies changed)... 2024-09-17T08:37:27.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:27 smithi160 bash[25433]: cephadm 2024-09-17T08:37:26.602393+0000 mgr.smithi081.loqrpe (mgr.14197) 49 : cephadm [INF] Reconfiguring daemon grafana.smithi081 on smithi081 2024-09-17T08:37:27.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:27 smithi160 bash[25433]: cluster 2024-09-17T08:37:26.850074+0000 mgr.smithi081.loqrpe (mgr.14197) 50 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:27.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:27 smithi081 bash[19989]: audit 2024-09-17T08:37:26.546325+0000 mon.smithi081 (mon.0) 290 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:27.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:27 smithi081 bash[19989]: audit 2024-09-17T08:37:26.553673+0000 mon.smithi081 (mon.0) 291 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:27.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:27 smithi081 bash[19989]: cephadm 2024-09-17T08:37:26.554680+0000 mgr.smithi081.loqrpe (mgr.14197) 48 : cephadm [INF] Reconfiguring grafana.smithi081 (dependencies changed)... 2024-09-17T08:37:27.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:27 smithi081 bash[19989]: cephadm 2024-09-17T08:37:26.602393+0000 mgr.smithi081.loqrpe (mgr.14197) 49 : cephadm [INF] Reconfiguring daemon grafana.smithi081 on smithi081 2024-09-17T08:37:27.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:27 smithi081 bash[19989]: cluster 2024-09-17T08:37:26.850074+0000 mgr.smithi081.loqrpe (mgr.14197) 50 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:30.169 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:29 smithi081 bash[19989]: cluster 2024-09-17T08:37:28.850529+0000 mgr.smithi081.loqrpe (mgr.14197) 51 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:30.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:29 smithi160 bash[25433]: cluster 2024-09-17T08:37:28.850529+0000 mgr.smithi081.loqrpe (mgr.14197) 51 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:30.706 INFO:teuthology.orchestra.run.smithi160.stdout:Scheduled osd.all-available-devices update... 2024-09-17T08:37:31.301 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-17T08:37:31.301 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:37:31.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:31 smithi160 bash[25433]: audit 2024-09-17T08:37:30.692825+0000 mgr.smithi081.loqrpe (mgr.14197) 52 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:37:31.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:31 smithi160 bash[25433]: cephadm 2024-09-17T08:37:30.697866+0000 mgr.smithi081.loqrpe (mgr.14197) 53 : cephadm [INF] Marking host: smithi081 for OSDSpec preview refresh. 2024-09-17T08:37:31.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:31 smithi160 bash[25433]: cephadm 2024-09-17T08:37:30.698012+0000 mgr.smithi081.loqrpe (mgr.14197) 54 : cephadm [INF] Marking host: smithi160 for OSDSpec preview refresh. 2024-09-17T08:37:31.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:31 smithi160 bash[25433]: cephadm 2024-09-17T08:37:30.698767+0000 mgr.smithi081.loqrpe (mgr.14197) 55 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-09-17T08:37:31.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:31 smithi160 bash[25433]: audit 2024-09-17T08:37:30.705914+0000 mon.smithi081 (mon.0) 292 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:31.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:31 smithi160 bash[25433]: cluster 2024-09-17T08:37:30.850838+0000 mgr.smithi081.loqrpe (mgr.14197) 56 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:31.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:31 smithi160 bash[25433]: audit 2024-09-17T08:37:31.632014+0000 mon.smithi081 (mon.0) 293 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:31.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:31 smithi160 bash[25433]: audit 2024-09-17T08:37:31.637743+0000 mon.smithi081 (mon.0) 294 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:31.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:31 smithi081 bash[19989]: audit 2024-09-17T08:37:30.692825+0000 mgr.smithi081.loqrpe (mgr.14197) 52 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:37:31.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:31 smithi081 bash[19989]: cephadm 2024-09-17T08:37:30.697866+0000 mgr.smithi081.loqrpe (mgr.14197) 53 : cephadm [INF] Marking host: smithi081 for OSDSpec preview refresh. 2024-09-17T08:37:31.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:31 smithi081 bash[19989]: cephadm 2024-09-17T08:37:30.698012+0000 mgr.smithi081.loqrpe (mgr.14197) 54 : cephadm [INF] Marking host: smithi160 for OSDSpec preview refresh. 2024-09-17T08:37:31.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:31 smithi081 bash[19989]: cephadm 2024-09-17T08:37:30.698767+0000 mgr.smithi081.loqrpe (mgr.14197) 55 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-09-17T08:37:31.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:31 smithi081 bash[19989]: audit 2024-09-17T08:37:30.705914+0000 mon.smithi081 (mon.0) 292 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:31.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:31 smithi081 bash[19989]: cluster 2024-09-17T08:37:30.850838+0000 mgr.smithi081.loqrpe (mgr.14197) 56 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:31.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:31 smithi081 bash[19989]: audit 2024-09-17T08:37:31.632014+0000 mon.smithi081 (mon.0) 293 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:31.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:31 smithi081 bash[19989]: audit 2024-09-17T08:37:31.637743+0000 mon.smithi081 (mon.0) 294 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:32.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:32 smithi160 bash[25433]: cephadm 2024-09-17T08:37:31.638773+0000 mgr.smithi081.loqrpe (mgr.14197) 57 : cephadm [INF] Reconfiguring prometheus.smithi081 (dependencies changed)... 2024-09-17T08:37:32.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:32 smithi160 bash[25433]: cephadm 2024-09-17T08:37:31.880185+0000 mgr.smithi081.loqrpe (mgr.14197) 58 : cephadm [INF] Reconfiguring daemon prometheus.smithi081 on smithi081 2024-09-17T08:37:32.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:32 smithi081 bash[19989]: cephadm 2024-09-17T08:37:31.638773+0000 mgr.smithi081.loqrpe (mgr.14197) 57 : cephadm [INF] Reconfiguring prometheus.smithi081 (dependencies changed)... 2024-09-17T08:37:32.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:32 smithi081 bash[19989]: cephadm 2024-09-17T08:37:31.880185+0000 mgr.smithi081.loqrpe (mgr.14197) 58 : cephadm [INF] Reconfiguring daemon prometheus.smithi081 on smithi081 2024-09-17T08:37:33.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:33 smithi160 bash[25433]: cluster 2024-09-17T08:37:32.851149+0000 mgr.smithi081.loqrpe (mgr.14197) 59 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:33.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:33 smithi081 bash[19989]: cluster 2024-09-17T08:37:32.851149+0000 mgr.smithi081.loqrpe (mgr.14197) 59 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:36.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:35 smithi160 bash[25433]: cluster 2024-09-17T08:37:34.851617+0000 mgr.smithi081.loqrpe (mgr.14197) 60 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:36.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:35 smithi081 bash[19989]: cluster 2024-09-17T08:37:34.851617+0000 mgr.smithi081.loqrpe (mgr.14197) 60 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:36.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:36 smithi081 bash[19989]: audit 2024-09-17T08:37:36.893228+0000 mon.smithi081 (mon.0) 295 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:37:37.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:36 smithi160 bash[25433]: audit 2024-09-17T08:37:36.893228+0000 mon.smithi081 (mon.0) 295 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:37:38.038 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:37:38.197 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:37 smithi081 bash[19989]: cluster 2024-09-17T08:37:36.852025+0000 mgr.smithi081.loqrpe (mgr.14197) 61 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:38.197 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:37 smithi081 bash[19989]: audit 2024-09-17T08:37:37.253116+0000 mon.smithi081 (mon.0) 296 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:38.197 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:37 smithi081 bash[19989]: audit 2024-09-17T08:37:37.258307+0000 mon.smithi081 (mon.0) 297 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:38.197 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:37 smithi081 bash[19989]: audit 2024-09-17T08:37:37.259559+0000 mon.smithi081 (mon.0) 298 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi160", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-09-17T08:37:38.197 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:37 smithi081 bash[19989]: audit 2024-09-17T08:37:37.260429+0000 mon.smithi081 (mon.0) 299 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:38.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:37 smithi160 bash[25433]: cluster 2024-09-17T08:37:36.852025+0000 mgr.smithi081.loqrpe (mgr.14197) 61 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:38.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:37 smithi160 bash[25433]: audit 2024-09-17T08:37:37.253116+0000 mon.smithi081 (mon.0) 296 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:38.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:37 smithi160 bash[25433]: audit 2024-09-17T08:37:37.258307+0000 mon.smithi081 (mon.0) 297 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:38.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:37 smithi160 bash[25433]: audit 2024-09-17T08:37:37.259559+0000 mon.smithi081 (mon.0) 298 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi160", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-09-17T08:37:38.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:37 smithi160 bash[25433]: audit 2024-09-17T08:37:37.260429+0000 mon.smithi081 (mon.0) 299 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:39.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:38 smithi160 bash[25433]: cephadm 2024-09-17T08:37:37.259196+0000 mgr.smithi081.loqrpe (mgr.14197) 62 : cephadm [INF] Reconfiguring ceph-exporter.smithi160 (monmap changed)... 2024-09-17T08:37:39.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:38 smithi160 bash[25433]: cephadm 2024-09-17T08:37:37.261198+0000 mgr.smithi081.loqrpe (mgr.14197) 63 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi160 on smithi160 2024-09-17T08:37:39.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:38 smithi081 bash[19989]: cephadm 2024-09-17T08:37:37.259196+0000 mgr.smithi081.loqrpe (mgr.14197) 62 : cephadm [INF] Reconfiguring ceph-exporter.smithi160 (monmap changed)... 2024-09-17T08:37:39.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:38 smithi081 bash[19989]: cephadm 2024-09-17T08:37:37.261198+0000 mgr.smithi081.loqrpe (mgr.14197) 63 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi160 on smithi160 2024-09-17T08:37:40.213 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:39 smithi081 bash[19989]: cluster 2024-09-17T08:37:38.852515+0000 mgr.smithi081.loqrpe (mgr.14197) 64 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:40.213 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:39 smithi081 bash[19989]: audit 2024-09-17T08:37:39.139289+0000 mon.smithi081 (mon.0) 300 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:40.214 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:39 smithi081 bash[19989]: audit 2024-09-17T08:37:39.147393+0000 mon.smithi081 (mon.0) 301 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:40.214 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:39 smithi081 bash[19989]: audit 2024-09-17T08:37:39.149783+0000 mon.smithi081 (mon.0) 302 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:37:40.214 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:39 smithi081 bash[19989]: audit 2024-09-17T08:37:39.151712+0000 mon.smithi081 (mon.0) 303 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:40.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:39 smithi160 bash[25433]: cluster 2024-09-17T08:37:38.852515+0000 mgr.smithi081.loqrpe (mgr.14197) 64 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:40.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:39 smithi160 bash[25433]: audit 2024-09-17T08:37:39.139289+0000 mon.smithi081 (mon.0) 300 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:40.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:39 smithi160 bash[25433]: audit 2024-09-17T08:37:39.147393+0000 mon.smithi081 (mon.0) 301 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:40.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:39 smithi160 bash[25433]: audit 2024-09-17T08:37:39.149783+0000 mon.smithi081 (mon.0) 302 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:37:40.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:39 smithi160 bash[25433]: audit 2024-09-17T08:37:39.151712+0000 mon.smithi081 (mon.0) 303 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:41.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:40 smithi160 bash[25433]: cephadm 2024-09-17T08:37:39.149107+0000 mgr.smithi081.loqrpe (mgr.14197) 65 : cephadm [INF] Reconfiguring crash.smithi160 (monmap changed)... 2024-09-17T08:37:41.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:40 smithi160 bash[25433]: cephadm 2024-09-17T08:37:39.153568+0000 mgr.smithi081.loqrpe (mgr.14197) 66 : cephadm [INF] Reconfiguring daemon crash.smithi160 on smithi160 2024-09-17T08:37:41.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:40 smithi081 bash[19989]: cephadm 2024-09-17T08:37:39.149107+0000 mgr.smithi081.loqrpe (mgr.14197) 65 : cephadm [INF] Reconfiguring crash.smithi160 (monmap changed)... 2024-09-17T08:37:41.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:40 smithi081 bash[19989]: cephadm 2024-09-17T08:37:39.153568+0000 mgr.smithi081.loqrpe (mgr.14197) 66 : cephadm [INF] Reconfiguring daemon crash.smithi160 on smithi160 2024-09-17T08:37:41.605 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:37:42.248 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} 2024-09-17T08:37:42.260 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:42 smithi160 bash[25433]: cluster 2024-09-17T08:37:40.852931+0000 mgr.smithi081.loqrpe (mgr.14197) 67 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:42.261 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:42 smithi160 bash[25433]: audit 2024-09-17T08:37:41.002130+0000 mon.smithi081 (mon.0) 304 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:42.261 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:42 smithi160 bash[25433]: audit 2024-09-17T08:37:41.009254+0000 mon.smithi081 (mon.0) 305 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:42.261 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:42 smithi160 bash[25433]: cephadm 2024-09-17T08:37:41.010792+0000 mgr.smithi081.loqrpe (mgr.14197) 68 : cephadm [INF] Reconfiguring mgr.smithi160.aruonq (monmap changed)... 2024-09-17T08:37:42.261 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:42 smithi160 bash[25433]: audit 2024-09-17T08:37:41.011334+0000 mon.smithi081 (mon.0) 306 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.aruonq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:37:42.261 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:42 smithi160 bash[25433]: audit 2024-09-17T08:37:41.012811+0000 mon.smithi081 (mon.0) 307 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:37:42.261 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:42 smithi160 bash[25433]: audit 2024-09-17T08:37:41.014067+0000 mon.smithi081 (mon.0) 308 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:42.261 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:42 smithi160 bash[25433]: cephadm 2024-09-17T08:37:41.015551+0000 mgr.smithi081.loqrpe (mgr.14197) 69 : cephadm [INF] Reconfiguring daemon mgr.smithi160.aruonq on smithi160 2024-09-17T08:37:42.261 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:42 smithi160 bash[25433]: audit 2024-09-17T08:37:41.605688+0000 mon.smithi081 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.81:0/2987151841' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:37:42.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:42 smithi081 bash[19989]: cluster 2024-09-17T08:37:40.852931+0000 mgr.smithi081.loqrpe (mgr.14197) 67 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:42.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:42 smithi081 bash[19989]: audit 2024-09-17T08:37:41.002130+0000 mon.smithi081 (mon.0) 304 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:42.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:42 smithi081 bash[19989]: audit 2024-09-17T08:37:41.009254+0000 mon.smithi081 (mon.0) 305 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:42.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:42 smithi081 bash[19989]: cephadm 2024-09-17T08:37:41.010792+0000 mgr.smithi081.loqrpe (mgr.14197) 68 : cephadm [INF] Reconfiguring mgr.smithi160.aruonq (monmap changed)... 2024-09-17T08:37:42.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:42 smithi081 bash[19989]: audit 2024-09-17T08:37:41.011334+0000 mon.smithi081 (mon.0) 306 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.aruonq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:37:42.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:42 smithi081 bash[19989]: audit 2024-09-17T08:37:41.012811+0000 mon.smithi081 (mon.0) 307 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:37:42.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:42 smithi081 bash[19989]: audit 2024-09-17T08:37:41.014067+0000 mon.smithi081 (mon.0) 308 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:42.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:42 smithi081 bash[19989]: cephadm 2024-09-17T08:37:41.015551+0000 mgr.smithi081.loqrpe (mgr.14197) 69 : cephadm [INF] Reconfiguring daemon mgr.smithi160.aruonq on smithi160 2024-09-17T08:37:42.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:42 smithi081 bash[19989]: audit 2024-09-17T08:37:41.605688+0000 mon.smithi081 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.81:0/2987151841' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:37:43.249 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:37:44.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:43 smithi160 bash[25433]: cluster 2024-09-17T08:37:42.853356+0000 mgr.smithi081.loqrpe (mgr.14197) 70 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:44.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:43 smithi160 bash[25433]: audit 2024-09-17T08:37:42.917632+0000 mon.smithi081 (mon.0) 310 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:44.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:43 smithi160 bash[25433]: audit 2024-09-17T08:37:42.925963+0000 mon.smithi081 (mon.0) 311 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:44.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:43 smithi160 bash[25433]: cephadm 2024-09-17T08:37:42.927500+0000 mgr.smithi081.loqrpe (mgr.14197) 71 : cephadm [INF] Reconfiguring mon.smithi160 (monmap changed)... 2024-09-17T08:37:44.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:43 smithi160 bash[25433]: audit 2024-09-17T08:37:42.928104+0000 mon.smithi081 (mon.0) 312 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:37:44.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:43 smithi160 bash[25433]: audit 2024-09-17T08:37:42.929850+0000 mon.smithi081 (mon.0) 313 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T08:37:44.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:43 smithi160 bash[25433]: audit 2024-09-17T08:37:42.931336+0000 mon.smithi081 (mon.0) 314 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:44.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:43 smithi160 bash[25433]: cephadm 2024-09-17T08:37:42.933121+0000 mgr.smithi081.loqrpe (mgr.14197) 72 : cephadm [INF] Reconfiguring daemon mon.smithi160 on smithi160 2024-09-17T08:37:44.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:43 smithi081 bash[19989]: cluster 2024-09-17T08:37:42.853356+0000 mgr.smithi081.loqrpe (mgr.14197) 70 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:44.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:43 smithi081 bash[19989]: audit 2024-09-17T08:37:42.917632+0000 mon.smithi081 (mon.0) 310 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:44.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:43 smithi081 bash[19989]: audit 2024-09-17T08:37:42.925963+0000 mon.smithi081 (mon.0) 311 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:44.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:43 smithi081 bash[19989]: cephadm 2024-09-17T08:37:42.927500+0000 mgr.smithi081.loqrpe (mgr.14197) 71 : cephadm [INF] Reconfiguring mon.smithi160 (monmap changed)... 2024-09-17T08:37:44.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:43 smithi081 bash[19989]: audit 2024-09-17T08:37:42.928104+0000 mon.smithi081 (mon.0) 312 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:37:44.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:43 smithi081 bash[19989]: audit 2024-09-17T08:37:42.929850+0000 mon.smithi081 (mon.0) 313 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T08:37:44.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:43 smithi081 bash[19989]: audit 2024-09-17T08:37:42.931336+0000 mon.smithi081 (mon.0) 314 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:44.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:43 smithi081 bash[19989]: cephadm 2024-09-17T08:37:42.933121+0000 mgr.smithi081.loqrpe (mgr.14197) 72 : cephadm [INF] Reconfiguring daemon mon.smithi160 on smithi160 2024-09-17T08:37:45.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:45 smithi160 bash[25433]: audit 2024-09-17T08:37:44.690096+0000 mon.smithi081 (mon.0) 315 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:45.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:45 smithi160 bash[25433]: audit 2024-09-17T08:37:44.698830+0000 mon.smithi081 (mon.0) 316 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:45.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:45 smithi160 bash[25433]: audit 2024-09-17T08:37:44.706749+0000 mon.smithi081 (mon.0) 317 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T08:37:45.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:45 smithi160 bash[25433]: audit 2024-09-17T08:37:44.707651+0000 mgr.smithi081.loqrpe (mgr.14197) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T08:37:45.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:45 smithi160 bash[25433]: audit 2024-09-17T08:37:44.709901+0000 mon.smithi081 (mon.0) 318 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi081.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T08:37:45.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:45 smithi160 bash[25433]: audit 2024-09-17T08:37:44.710717+0000 mgr.smithi081.loqrpe (mgr.14197) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi081.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T08:37:45.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:45 smithi160 bash[25433]: audit 2024-09-17T08:37:44.719236+0000 mon.smithi081 (mon.0) 319 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:45.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:45 smithi160 bash[25433]: audit 2024-09-17T08:37:44.746407+0000 mon.smithi081 (mon.0) 320 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T08:37:45.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:45 smithi160 bash[25433]: audit 2024-09-17T08:37:44.747472+0000 mgr.smithi081.loqrpe (mgr.14197) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T08:37:45.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:45 smithi160 bash[25433]: audit 2024-09-17T08:37:44.750160+0000 mon.smithi081 (mon.0) 321 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi081.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T08:37:45.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:45 smithi160 bash[25433]: audit 2024-09-17T08:37:44.751032+0000 mgr.smithi081.loqrpe (mgr.14197) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi081.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T08:37:45.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:45 smithi160 bash[25433]: audit 2024-09-17T08:37:44.761510+0000 mon.smithi081 (mon.0) 322 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:45.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:45 smithi160 bash[25433]: audit 2024-09-17T08:37:44.777914+0000 mon.smithi081 (mon.0) 323 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:37:45.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:45 smithi160 bash[25433]: audit 2024-09-17T08:37:44.778958+0000 mgr.smithi081.loqrpe (mgr.14197) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:37:45.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:45 smithi160 bash[25433]: audit 2024-09-17T08:37:44.783423+0000 mon.smithi081 (mon.0) 324 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi081.front.sepia.ceph.com:9095"}]: dispatch 2024-09-17T08:37:45.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:45 smithi160 bash[25433]: audit 2024-09-17T08:37:44.784734+0000 mgr.smithi081.loqrpe (mgr.14197) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi081.front.sepia.ceph.com:9095"}]: dispatch 2024-09-17T08:37:45.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:45 smithi160 bash[25433]: audit 2024-09-17T08:37:44.794825+0000 mon.smithi081 (mon.0) 325 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:45.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:45 smithi160 bash[25433]: cluster 2024-09-17T08:37:44.853717+0000 mgr.smithi081.loqrpe (mgr.14197) 79 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:45.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:45 smithi160 bash[25433]: audit 2024-09-17T08:37:44.891385+0000 mon.smithi081 (mon.0) 326 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:37:45.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:45 smithi081 bash[19989]: audit 2024-09-17T08:37:44.690096+0000 mon.smithi081 (mon.0) 315 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:45.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:45 smithi081 bash[19989]: audit 2024-09-17T08:37:44.698830+0000 mon.smithi081 (mon.0) 316 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:45.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:45 smithi081 bash[19989]: audit 2024-09-17T08:37:44.706749+0000 mon.smithi081 (mon.0) 317 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T08:37:45.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:45 smithi081 bash[19989]: audit 2024-09-17T08:37:44.707651+0000 mgr.smithi081.loqrpe (mgr.14197) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T08:37:45.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:45 smithi081 bash[19989]: audit 2024-09-17T08:37:44.709901+0000 mon.smithi081 (mon.0) 318 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi081.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T08:37:45.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:45 smithi081 bash[19989]: audit 2024-09-17T08:37:44.710717+0000 mgr.smithi081.loqrpe (mgr.14197) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi081.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T08:37:45.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:45 smithi081 bash[19989]: audit 2024-09-17T08:37:44.719236+0000 mon.smithi081 (mon.0) 319 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:45.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:45 smithi081 bash[19989]: audit 2024-09-17T08:37:44.746407+0000 mon.smithi081 (mon.0) 320 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T08:37:45.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:45 smithi081 bash[19989]: audit 2024-09-17T08:37:44.747472+0000 mgr.smithi081.loqrpe (mgr.14197) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T08:37:45.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:45 smithi081 bash[19989]: audit 2024-09-17T08:37:44.750160+0000 mon.smithi081 (mon.0) 321 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi081.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T08:37:45.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:45 smithi081 bash[19989]: audit 2024-09-17T08:37:44.751032+0000 mgr.smithi081.loqrpe (mgr.14197) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi081.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T08:37:45.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:45 smithi081 bash[19989]: audit 2024-09-17T08:37:44.761510+0000 mon.smithi081 (mon.0) 322 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:45.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:45 smithi081 bash[19989]: audit 2024-09-17T08:37:44.777914+0000 mon.smithi081 (mon.0) 323 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:37:45.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:45 smithi081 bash[19989]: audit 2024-09-17T08:37:44.778958+0000 mgr.smithi081.loqrpe (mgr.14197) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:37:45.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:45 smithi081 bash[19989]: audit 2024-09-17T08:37:44.783423+0000 mon.smithi081 (mon.0) 324 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi081.front.sepia.ceph.com:9095"}]: dispatch 2024-09-17T08:37:45.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:45 smithi081 bash[19989]: audit 2024-09-17T08:37:44.784734+0000 mgr.smithi081.loqrpe (mgr.14197) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi081.front.sepia.ceph.com:9095"}]: dispatch 2024-09-17T08:37:45.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:45 smithi081 bash[19989]: audit 2024-09-17T08:37:44.794825+0000 mon.smithi081 (mon.0) 325 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:45.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:45 smithi081 bash[19989]: cluster 2024-09-17T08:37:44.853717+0000 mgr.smithi081.loqrpe (mgr.14197) 79 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:45.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:45 smithi081 bash[19989]: audit 2024-09-17T08:37:44.891385+0000 mon.smithi081 (mon.0) 326 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:37:47.964 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:37:48.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:47 smithi160 bash[25433]: cluster 2024-09-17T08:37:46.854114+0000 mgr.smithi081.loqrpe (mgr.14197) 80 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:48.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:47 smithi081 bash[19989]: cluster 2024-09-17T08:37:46.854114+0000 mgr.smithi081.loqrpe (mgr.14197) 80 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:50.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:49 smithi160 bash[25433]: cluster 2024-09-17T08:37:48.854512+0000 mgr.smithi081.loqrpe (mgr.14197) 81 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:50.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:49 smithi160 bash[25433]: audit 2024-09-17T08:37:49.779241+0000 mon.smithi081 (mon.0) 327 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:50.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:49 smithi160 bash[25433]: audit 2024-09-17T08:37:49.782936+0000 mon.smithi081 (mon.0) 328 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:50.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:49 smithi081 bash[19989]: cluster 2024-09-17T08:37:48.854512+0000 mgr.smithi081.loqrpe (mgr.14197) 81 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:50.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:49 smithi081 bash[19989]: audit 2024-09-17T08:37:49.779241+0000 mon.smithi081 (mon.0) 327 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:50.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:49 smithi081 bash[19989]: audit 2024-09-17T08:37:49.782936+0000 mon.smithi081 (mon.0) 328 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:51.193 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:37:51.415 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:51 smithi081 bash[19989]: audit 2024-09-17T08:37:50.113843+0000 mon.smithi081 (mon.0) 329 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:51.415 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:51 smithi081 bash[19989]: audit 2024-09-17T08:37:50.124350+0000 mon.smithi081 (mon.0) 330 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:51.415 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:51 smithi081 bash[19989]: audit 2024-09-17T08:37:50.197544+0000 mon.smithi081 (mon.0) 331 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:51.415 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:51 smithi081 bash[19989]: audit 2024-09-17T08:37:50.202628+0000 mon.smithi081 (mon.0) 332 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:51.416 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:51 smithi081 bash[19989]: audit 2024-09-17T08:37:50.623607+0000 mon.smithi081 (mon.0) 333 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:51.416 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:51 smithi081 bash[19989]: audit 2024-09-17T08:37:50.632687+0000 mon.smithi081 (mon.0) 334 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:51.416 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:51 smithi081 bash[19989]: audit 2024-09-17T08:37:50.634295+0000 mon.smithi081 (mon.0) 335 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:51.416 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:51 smithi081 bash[19989]: audit 2024-09-17T08:37:50.635385+0000 mon.smithi081 (mon.0) 336 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:37:51.416 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:51 smithi081 bash[19989]: audit 2024-09-17T08:37:50.642751+0000 mon.smithi081 (mon.0) 337 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:51.416 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:51 smithi081 bash[19989]: audit 2024-09-17T08:37:50.646795+0000 mon.smithi081 (mon.0) 338 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:37:51.416 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:51 smithi081 bash[19989]: audit 2024-09-17T08:37:50.651244+0000 mon.smithi081 (mon.0) 339 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:37:51.416 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:51 smithi081 bash[19989]: audit 2024-09-17T08:37:50.652192+0000 mon.smithi081 (mon.0) 340 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:51.416 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:51 smithi081 bash[19989]: audit 2024-09-17T08:37:50.655415+0000 mon.smithi081 (mon.0) 341 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:37:51.416 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:51 smithi081 bash[19989]: audit 2024-09-17T08:37:50.656340+0000 mon.smithi081 (mon.0) 342 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:51.416 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:51 smithi081 bash[19989]: cluster 2024-09-17T08:37:50.854923+0000 mgr.smithi081.loqrpe (mgr.14197) 82 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:51.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:51 smithi160 bash[25433]: audit 2024-09-17T08:37:50.113843+0000 mon.smithi081 (mon.0) 329 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:51.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:51 smithi160 bash[25433]: audit 2024-09-17T08:37:50.124350+0000 mon.smithi081 (mon.0) 330 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:51.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:51 smithi160 bash[25433]: audit 2024-09-17T08:37:50.197544+0000 mon.smithi081 (mon.0) 331 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:51.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:51 smithi160 bash[25433]: audit 2024-09-17T08:37:50.202628+0000 mon.smithi081 (mon.0) 332 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:51.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:51 smithi160 bash[25433]: audit 2024-09-17T08:37:50.623607+0000 mon.smithi081 (mon.0) 333 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:51.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:51 smithi160 bash[25433]: audit 2024-09-17T08:37:50.632687+0000 mon.smithi081 (mon.0) 334 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:51.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:51 smithi160 bash[25433]: audit 2024-09-17T08:37:50.634295+0000 mon.smithi081 (mon.0) 335 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:51.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:51 smithi160 bash[25433]: audit 2024-09-17T08:37:50.635385+0000 mon.smithi081 (mon.0) 336 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:37:51.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:51 smithi160 bash[25433]: audit 2024-09-17T08:37:50.642751+0000 mon.smithi081 (mon.0) 337 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:37:51.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:51 smithi160 bash[25433]: audit 2024-09-17T08:37:50.646795+0000 mon.smithi081 (mon.0) 338 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:37:51.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:51 smithi160 bash[25433]: audit 2024-09-17T08:37:50.651244+0000 mon.smithi081 (mon.0) 339 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:37:51.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:51 smithi160 bash[25433]: audit 2024-09-17T08:37:50.652192+0000 mon.smithi081 (mon.0) 340 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:51.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:51 smithi160 bash[25433]: audit 2024-09-17T08:37:50.655415+0000 mon.smithi081 (mon.0) 341 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:37:51.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:51 smithi160 bash[25433]: audit 2024-09-17T08:37:50.656340+0000 mon.smithi081 (mon.0) 342 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:51.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:51 smithi160 bash[25433]: cluster 2024-09-17T08:37:50.854923+0000 mgr.smithi081.loqrpe (mgr.14197) 82 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:51.852 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} 2024-09-17T08:37:52.413 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:52 smithi081 bash[19989]: audit 2024-09-17T08:37:51.193118+0000 mon.smithi081 (mon.0) 343 : audit [DBG] from='client.? 172.21.15.81:0/3427925559' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:37:52.413 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:52 smithi081 bash[19989]: audit 2024-09-17T08:37:51.893771+0000 mon.smithi081 (mon.0) 344 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:37:52.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:52 smithi160 bash[25433]: audit 2024-09-17T08:37:51.193118+0000 mon.smithi081 (mon.0) 343 : audit [DBG] from='client.? 172.21.15.81:0/3427925559' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:37:52.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:52 smithi160 bash[25433]: audit 2024-09-17T08:37:51.893771+0000 mon.smithi081 (mon.0) 344 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:37:52.853 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:37:53.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:53 smithi160 bash[25433]: cluster 2024-09-17T08:37:52.855351+0000 mgr.smithi081.loqrpe (mgr.14197) 83 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:53.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:53 smithi081 bash[19989]: cluster 2024-09-17T08:37:52.855351+0000 mgr.smithi081.loqrpe (mgr.14197) 83 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:56.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:55 smithi160 bash[25433]: cluster 2024-09-17T08:37:54.855759+0000 mgr.smithi081.loqrpe (mgr.14197) 84 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:56.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:55 smithi081 bash[19989]: cluster 2024-09-17T08:37:54.855759+0000 mgr.smithi081.loqrpe (mgr.14197) 84 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:57.914 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:37:58.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:57 smithi160 bash[25433]: cluster 2024-09-17T08:37:56.856173+0000 mgr.smithi081.loqrpe (mgr.14197) 85 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:37:58.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:57 smithi081 bash[19989]: cluster 2024-09-17T08:37:56.856173+0000 mgr.smithi081.loqrpe (mgr.14197) 85 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:00.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:59 smithi160 bash[25433]: cluster 2024-09-17T08:37:58.856522+0000 mgr.smithi081.loqrpe (mgr.14197) 86 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:00.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:59 smithi160 bash[25433]: audit 2024-09-17T08:37:59.333357+0000 mon.smithi160 (mon.1) 2 : audit [INF] from='client.? 172.21.15.160:0/4202792582' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b2079513-64af-4afb-80f3-0a40ceea883b"}]: dispatch 2024-09-17T08:38:00.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:59 smithi160 bash[25433]: audit 2024-09-17T08:37:59.334791+0000 mon.smithi081 (mon.0) 345 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b2079513-64af-4afb-80f3-0a40ceea883b"}]: dispatch 2024-09-17T08:38:00.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:59 smithi160 bash[25433]: audit 2024-09-17T08:37:59.339031+0000 mon.smithi081 (mon.0) 346 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b2079513-64af-4afb-80f3-0a40ceea883b"}]': finished 2024-09-17T08:38:00.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:59 smithi160 bash[25433]: cluster 2024-09-17T08:37:59.339082+0000 mon.smithi081 (mon.0) 347 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-17T08:38:00.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:37:59 smithi160 bash[25433]: audit 2024-09-17T08:37:59.339216+0000 mon.smithi081 (mon.0) 348 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:38:00.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:59 smithi081 bash[19989]: cluster 2024-09-17T08:37:58.856522+0000 mgr.smithi081.loqrpe (mgr.14197) 86 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:00.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:59 smithi081 bash[19989]: audit 2024-09-17T08:37:59.333357+0000 mon.smithi160 (mon.1) 2 : audit [INF] from='client.? 172.21.15.160:0/4202792582' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b2079513-64af-4afb-80f3-0a40ceea883b"}]: dispatch 2024-09-17T08:38:00.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:59 smithi081 bash[19989]: audit 2024-09-17T08:37:59.334791+0000 mon.smithi081 (mon.0) 345 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b2079513-64af-4afb-80f3-0a40ceea883b"}]: dispatch 2024-09-17T08:38:00.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:59 smithi081 bash[19989]: audit 2024-09-17T08:37:59.339031+0000 mon.smithi081 (mon.0) 346 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b2079513-64af-4afb-80f3-0a40ceea883b"}]': finished 2024-09-17T08:38:00.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:59 smithi081 bash[19989]: cluster 2024-09-17T08:37:59.339082+0000 mon.smithi081 (mon.0) 347 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-17T08:38:00.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:37:59 smithi081 bash[19989]: audit 2024-09-17T08:37:59.339216+0000 mon.smithi081 (mon.0) 348 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:38:00.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:00 smithi081 bash[19989]: audit 2024-09-17T08:38:00.534856+0000 mon.smithi081 (mon.0) 349 : audit [INF] from='client.? 172.21.15.81:0/3222403354' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1b146b6d-0654-49c9-a879-63bcdda00899"}]: dispatch 2024-09-17T08:38:00.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:00 smithi081 bash[19989]: audit 2024-09-17T08:38:00.539418+0000 mon.smithi081 (mon.0) 350 : audit [INF] from='client.? 172.21.15.81:0/3222403354' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1b146b6d-0654-49c9-a879-63bcdda00899"}]': finished 2024-09-17T08:38:00.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:00 smithi081 bash[19989]: cluster 2024-09-17T08:38:00.539463+0000 mon.smithi081 (mon.0) 351 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-09-17T08:38:00.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:00 smithi081 bash[19989]: audit 2024-09-17T08:38:00.539619+0000 mon.smithi081 (mon.0) 352 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:38:00.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:00 smithi081 bash[19989]: audit 2024-09-17T08:38:00.539919+0000 mon.smithi081 (mon.0) 353 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:00.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:00 smithi081 bash[19989]: audit 2024-09-17T08:38:00.843229+0000 mon.smithi160 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.160:0/3332145068' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:38:01.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:00 smithi160 bash[25433]: audit 2024-09-17T08:38:00.534856+0000 mon.smithi081 (mon.0) 349 : audit [INF] from='client.? 172.21.15.81:0/3222403354' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1b146b6d-0654-49c9-a879-63bcdda00899"}]: dispatch 2024-09-17T08:38:01.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:00 smithi160 bash[25433]: audit 2024-09-17T08:38:00.539418+0000 mon.smithi081 (mon.0) 350 : audit [INF] from='client.? 172.21.15.81:0/3222403354' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1b146b6d-0654-49c9-a879-63bcdda00899"}]': finished 2024-09-17T08:38:01.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:00 smithi160 bash[25433]: cluster 2024-09-17T08:38:00.539463+0000 mon.smithi081 (mon.0) 351 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-09-17T08:38:01.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:00 smithi160 bash[25433]: audit 2024-09-17T08:38:00.539619+0000 mon.smithi081 (mon.0) 352 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:38:01.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:00 smithi160 bash[25433]: audit 2024-09-17T08:38:00.539919+0000 mon.smithi081 (mon.0) 353 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:01.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:00 smithi160 bash[25433]: audit 2024-09-17T08:38:00.843229+0000 mon.smithi160 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.160:0/3332145068' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:38:01.479 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:38:02.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:01 smithi160 bash[25433]: cluster 2024-09-17T08:38:00.856984+0000 mgr.smithi081.loqrpe (mgr.14197) 87 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:02.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:01 smithi160 bash[25433]: audit 2024-09-17T08:38:01.479370+0000 mon.smithi081 (mon.0) 354 : audit [DBG] from='client.? 172.21.15.81:0/4292716382' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:38:02.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:01 smithi081 bash[19989]: cluster 2024-09-17T08:38:00.856984+0000 mgr.smithi081.loqrpe (mgr.14197) 87 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:02.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:01 smithi081 bash[19989]: audit 2024-09-17T08:38:01.479370+0000 mon.smithi081 (mon.0) 354 : audit [DBG] from='client.? 172.21.15.81:0/4292716382' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:38:02.414 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1726562280,"num_remapped_pgs":0} 2024-09-17T08:38:03.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:02 smithi160 bash[25433]: audit 2024-09-17T08:38:02.761974+0000 mon.smithi081 (mon.0) 355 : audit [DBG] from='client.? 172.21.15.81:0/3732877161' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:38:03.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:02 smithi081 bash[19989]: audit 2024-09-17T08:38:02.761974+0000 mon.smithi081 (mon.0) 355 : audit [DBG] from='client.? 172.21.15.81:0/3732877161' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:38:03.416 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:38:03.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:03 smithi160 bash[25433]: cluster 2024-09-17T08:38:02.857252+0000 mgr.smithi081.loqrpe (mgr.14197) 88 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:03.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:03 smithi160 bash[25433]: audit 2024-09-17T08:38:03.551901+0000 mon.smithi160 (mon.1) 4 : audit [INF] from='client.? 172.21.15.160:0/1822520889' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "443b0976-6fba-4928-90b6-6b63f622afa6"}]: dispatch 2024-09-17T08:38:03.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:03 smithi160 bash[25433]: audit 2024-09-17T08:38:03.553172+0000 mon.smithi081 (mon.0) 356 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "443b0976-6fba-4928-90b6-6b63f622afa6"}]: dispatch 2024-09-17T08:38:03.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:03 smithi160 bash[25433]: audit 2024-09-17T08:38:03.559277+0000 mon.smithi081 (mon.0) 357 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "443b0976-6fba-4928-90b6-6b63f622afa6"}]': finished 2024-09-17T08:38:03.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:03 smithi160 bash[25433]: cluster 2024-09-17T08:38:03.559317+0000 mon.smithi081 (mon.0) 358 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-09-17T08:38:03.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:03 smithi160 bash[25433]: audit 2024-09-17T08:38:03.559411+0000 mon.smithi081 (mon.0) 359 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:38:03.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:03 smithi160 bash[25433]: audit 2024-09-17T08:38:03.559611+0000 mon.smithi081 (mon.0) 360 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:03.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:03 smithi160 bash[25433]: audit 2024-09-17T08:38:03.559769+0000 mon.smithi081 (mon.0) 361 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:04.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:03 smithi081 bash[19989]: cluster 2024-09-17T08:38:02.857252+0000 mgr.smithi081.loqrpe (mgr.14197) 88 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:04.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:03 smithi081 bash[19989]: audit 2024-09-17T08:38:03.551901+0000 mon.smithi160 (mon.1) 4 : audit [INF] from='client.? 172.21.15.160:0/1822520889' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "443b0976-6fba-4928-90b6-6b63f622afa6"}]: dispatch 2024-09-17T08:38:04.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:03 smithi081 bash[19989]: audit 2024-09-17T08:38:03.553172+0000 mon.smithi081 (mon.0) 356 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "443b0976-6fba-4928-90b6-6b63f622afa6"}]: dispatch 2024-09-17T08:38:04.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:03 smithi081 bash[19989]: audit 2024-09-17T08:38:03.559277+0000 mon.smithi081 (mon.0) 357 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "443b0976-6fba-4928-90b6-6b63f622afa6"}]': finished 2024-09-17T08:38:04.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:03 smithi081 bash[19989]: cluster 2024-09-17T08:38:03.559317+0000 mon.smithi081 (mon.0) 358 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-09-17T08:38:04.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:03 smithi081 bash[19989]: audit 2024-09-17T08:38:03.559411+0000 mon.smithi081 (mon.0) 359 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:38:04.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:03 smithi081 bash[19989]: audit 2024-09-17T08:38:03.559611+0000 mon.smithi081 (mon.0) 360 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:04.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:03 smithi081 bash[19989]: audit 2024-09-17T08:38:03.559769+0000 mon.smithi081 (mon.0) 361 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:06.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:05 smithi160 bash[25433]: cluster 2024-09-17T08:38:04.857566+0000 mgr.smithi081.loqrpe (mgr.14197) 89 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:06.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:05 smithi160 bash[25433]: audit 2024-09-17T08:38:05.050972+0000 mon.smithi160 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.160:0/2558425957' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:38:06.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:05 smithi160 bash[25433]: audit 2024-09-17T08:38:05.483734+0000 mon.smithi081 (mon.0) 362 : audit [INF] from='client.? 172.21.15.81:0/3282459316' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6148039e-0df0-43ec-9d48-32015ddfa030"}]: dispatch 2024-09-17T08:38:06.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:05 smithi160 bash[25433]: audit 2024-09-17T08:38:05.492742+0000 mon.smithi081 (mon.0) 363 : audit [INF] from='client.? 172.21.15.81:0/3282459316' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6148039e-0df0-43ec-9d48-32015ddfa030"}]': finished 2024-09-17T08:38:06.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:05 smithi160 bash[25433]: cluster 2024-09-17T08:38:05.492847+0000 mon.smithi081 (mon.0) 364 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-09-17T08:38:06.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:05 smithi160 bash[25433]: audit 2024-09-17T08:38:05.493148+0000 mon.smithi081 (mon.0) 365 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:38:06.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:05 smithi160 bash[25433]: audit 2024-09-17T08:38:05.494129+0000 mon.smithi081 (mon.0) 366 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:06.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:05 smithi160 bash[25433]: audit 2024-09-17T08:38:05.494716+0000 mon.smithi081 (mon.0) 367 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:06.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:05 smithi160 bash[25433]: audit 2024-09-17T08:38:05.495318+0000 mon.smithi081 (mon.0) 368 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:06.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:05 smithi081 bash[19989]: cluster 2024-09-17T08:38:04.857566+0000 mgr.smithi081.loqrpe (mgr.14197) 89 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:06.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:05 smithi081 bash[19989]: audit 2024-09-17T08:38:05.050972+0000 mon.smithi160 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.160:0/2558425957' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:38:06.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:05 smithi081 bash[19989]: audit 2024-09-17T08:38:05.483734+0000 mon.smithi081 (mon.0) 362 : audit [INF] from='client.? 172.21.15.81:0/3282459316' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6148039e-0df0-43ec-9d48-32015ddfa030"}]: dispatch 2024-09-17T08:38:06.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:05 smithi081 bash[19989]: audit 2024-09-17T08:38:05.492742+0000 mon.smithi081 (mon.0) 363 : audit [INF] from='client.? 172.21.15.81:0/3282459316' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6148039e-0df0-43ec-9d48-32015ddfa030"}]': finished 2024-09-17T08:38:06.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:05 smithi081 bash[19989]: cluster 2024-09-17T08:38:05.492847+0000 mon.smithi081 (mon.0) 364 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-09-17T08:38:06.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:05 smithi081 bash[19989]: audit 2024-09-17T08:38:05.493148+0000 mon.smithi081 (mon.0) 365 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:38:06.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:05 smithi081 bash[19989]: audit 2024-09-17T08:38:05.494129+0000 mon.smithi081 (mon.0) 366 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:06.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:05 smithi081 bash[19989]: audit 2024-09-17T08:38:05.494716+0000 mon.smithi081 (mon.0) 367 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:06.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:05 smithi081 bash[19989]: audit 2024-09-17T08:38:05.495318+0000 mon.smithi081 (mon.0) 368 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:07.198 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:06 smithi160 bash[25433]: audit 2024-09-17T08:38:06.893945+0000 mon.smithi081 (mon.0) 369 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:38:07.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:06 smithi081 bash[19989]: audit 2024-09-17T08:38:06.893945+0000 mon.smithi081 (mon.0) 369 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:38:08.116 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:38:08.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:07 smithi160 bash[25433]: cluster 2024-09-17T08:38:06.857926+0000 mgr.smithi081.loqrpe (mgr.14197) 90 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:08.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:07 smithi160 bash[25433]: audit 2024-09-17T08:38:07.051471+0000 mon.smithi081 (mon.0) 370 : audit [DBG] from='client.? 172.21.15.81:0/2506725417' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:38:08.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:07 smithi160 bash[25433]: audit 2024-09-17T08:38:07.786023+0000 mon.smithi160 (mon.1) 6 : audit [INF] from='client.? 172.21.15.160:0/1305855683' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95bcd647-59cd-45c2-acfe-381973e16c9a"}]: dispatch 2024-09-17T08:38:08.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:07 smithi160 bash[25433]: audit 2024-09-17T08:38:07.787632+0000 mon.smithi081 (mon.0) 371 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95bcd647-59cd-45c2-acfe-381973e16c9a"}]: dispatch 2024-09-17T08:38:08.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:07 smithi160 bash[25433]: audit 2024-09-17T08:38:07.797758+0000 mon.smithi081 (mon.0) 372 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "95bcd647-59cd-45c2-acfe-381973e16c9a"}]': finished 2024-09-17T08:38:08.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:07 smithi160 bash[25433]: cluster 2024-09-17T08:38:07.797928+0000 mon.smithi081 (mon.0) 373 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-09-17T08:38:08.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:07 smithi160 bash[25433]: audit 2024-09-17T08:38:07.798166+0000 mon.smithi081 (mon.0) 374 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:38:08.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:07 smithi160 bash[25433]: audit 2024-09-17T08:38:07.798796+0000 mon.smithi081 (mon.0) 375 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:08.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:07 smithi160 bash[25433]: audit 2024-09-17T08:38:07.799126+0000 mon.smithi081 (mon.0) 376 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:08.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:07 smithi160 bash[25433]: audit 2024-09-17T08:38:07.799564+0000 mon.smithi081 (mon.0) 377 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:08.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:07 smithi160 bash[25433]: audit 2024-09-17T08:38:07.799940+0000 mon.smithi081 (mon.0) 378 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:08.225 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:07 smithi081 bash[19989]: cluster 2024-09-17T08:38:06.857926+0000 mgr.smithi081.loqrpe (mgr.14197) 90 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:08.226 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:07 smithi081 bash[19989]: audit 2024-09-17T08:38:07.051471+0000 mon.smithi081 (mon.0) 370 : audit [DBG] from='client.? 172.21.15.81:0/2506725417' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:38:08.226 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:07 smithi081 bash[19989]: audit 2024-09-17T08:38:07.786023+0000 mon.smithi160 (mon.1) 6 : audit [INF] from='client.? 172.21.15.160:0/1305855683' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95bcd647-59cd-45c2-acfe-381973e16c9a"}]: dispatch 2024-09-17T08:38:08.226 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:07 smithi081 bash[19989]: audit 2024-09-17T08:38:07.787632+0000 mon.smithi081 (mon.0) 371 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95bcd647-59cd-45c2-acfe-381973e16c9a"}]: dispatch 2024-09-17T08:38:08.226 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:07 smithi081 bash[19989]: audit 2024-09-17T08:38:07.797758+0000 mon.smithi081 (mon.0) 372 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "95bcd647-59cd-45c2-acfe-381973e16c9a"}]': finished 2024-09-17T08:38:08.226 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:07 smithi081 bash[19989]: cluster 2024-09-17T08:38:07.797928+0000 mon.smithi081 (mon.0) 373 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-09-17T08:38:08.226 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:07 smithi081 bash[19989]: audit 2024-09-17T08:38:07.798166+0000 mon.smithi081 (mon.0) 374 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:38:08.226 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:07 smithi081 bash[19989]: audit 2024-09-17T08:38:07.798796+0000 mon.smithi081 (mon.0) 375 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:08.226 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:07 smithi081 bash[19989]: audit 2024-09-17T08:38:07.799126+0000 mon.smithi081 (mon.0) 376 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:08.226 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:07 smithi081 bash[19989]: audit 2024-09-17T08:38:07.799564+0000 mon.smithi081 (mon.0) 377 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:08.226 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:07 smithi081 bash[19989]: audit 2024-09-17T08:38:07.799940+0000 mon.smithi081 (mon.0) 378 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:09.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:09 smithi081 bash[19989]: cluster 2024-09-17T08:38:08.858312+0000 mgr.smithi081.loqrpe (mgr.14197) 91 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:09.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:09 smithi081 bash[19989]: audit 2024-09-17T08:38:09.297999+0000 mon.smithi160 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.160:0/3411384844' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:38:09.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:09 smithi081 bash[19989]: audit 2024-09-17T08:38:09.832328+0000 mon.smithi081 (mon.0) 379 : audit [INF] from='client.? 172.21.15.81:0/1672831911' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c59e8615-f244-4235-974a-d2a5869744df"}]: dispatch 2024-09-17T08:38:09.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:09 smithi081 bash[19989]: audit 2024-09-17T08:38:09.839204+0000 mon.smithi081 (mon.0) 380 : audit [INF] from='client.? 172.21.15.81:0/1672831911' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c59e8615-f244-4235-974a-d2a5869744df"}]': finished 2024-09-17T08:38:09.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:09 smithi081 bash[19989]: cluster 2024-09-17T08:38:09.839304+0000 mon.smithi081 (mon.0) 381 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-09-17T08:38:09.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:09 smithi081 bash[19989]: audit 2024-09-17T08:38:09.839429+0000 mon.smithi081 (mon.0) 382 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:38:09.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:09 smithi081 bash[19989]: audit 2024-09-17T08:38:09.839722+0000 mon.smithi081 (mon.0) 383 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:09.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:09 smithi081 bash[19989]: audit 2024-09-17T08:38:09.839916+0000 mon.smithi081 (mon.0) 384 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:09.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:09 smithi081 bash[19989]: audit 2024-09-17T08:38:09.840098+0000 mon.smithi081 (mon.0) 385 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:09.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:09 smithi081 bash[19989]: audit 2024-09-17T08:38:09.840284+0000 mon.smithi081 (mon.0) 386 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:09.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:09 smithi081 bash[19989]: audit 2024-09-17T08:38:09.840475+0000 mon.smithi081 (mon.0) 387 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:10.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:09 smithi160 bash[25433]: cluster 2024-09-17T08:38:08.858312+0000 mgr.smithi081.loqrpe (mgr.14197) 91 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:10.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:09 smithi160 bash[25433]: audit 2024-09-17T08:38:09.297999+0000 mon.smithi160 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.160:0/3411384844' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:38:10.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:09 smithi160 bash[25433]: audit 2024-09-17T08:38:09.832328+0000 mon.smithi081 (mon.0) 379 : audit [INF] from='client.? 172.21.15.81:0/1672831911' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c59e8615-f244-4235-974a-d2a5869744df"}]: dispatch 2024-09-17T08:38:10.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:09 smithi160 bash[25433]: audit 2024-09-17T08:38:09.839204+0000 mon.smithi081 (mon.0) 380 : audit [INF] from='client.? 172.21.15.81:0/1672831911' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c59e8615-f244-4235-974a-d2a5869744df"}]': finished 2024-09-17T08:38:10.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:09 smithi160 bash[25433]: cluster 2024-09-17T08:38:09.839304+0000 mon.smithi081 (mon.0) 381 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-09-17T08:38:10.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:09 smithi160 bash[25433]: audit 2024-09-17T08:38:09.839429+0000 mon.smithi081 (mon.0) 382 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:38:10.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:09 smithi160 bash[25433]: audit 2024-09-17T08:38:09.839722+0000 mon.smithi081 (mon.0) 383 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:10.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:09 smithi160 bash[25433]: audit 2024-09-17T08:38:09.839916+0000 mon.smithi081 (mon.0) 384 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:10.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:09 smithi160 bash[25433]: audit 2024-09-17T08:38:09.840098+0000 mon.smithi081 (mon.0) 385 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:10.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:09 smithi160 bash[25433]: audit 2024-09-17T08:38:09.840284+0000 mon.smithi081 (mon.0) 386 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:10.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:09 smithi160 bash[25433]: audit 2024-09-17T08:38:09.840475+0000 mon.smithi081 (mon.0) 387 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:11.766 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:38:12.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:11 smithi160 bash[25433]: cluster 2024-09-17T08:38:10.858733+0000 mgr.smithi081.loqrpe (mgr.14197) 92 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:12.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:11 smithi160 bash[25433]: audit 2024-09-17T08:38:11.766329+0000 mon.smithi081 (mon.0) 388 : audit [DBG] from='client.? 172.21.15.81:0/2163207661' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:38:12.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:11 smithi081 bash[19989]: cluster 2024-09-17T08:38:10.858733+0000 mgr.smithi081.loqrpe (mgr.14197) 92 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:12.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:11 smithi081 bash[19989]: audit 2024-09-17T08:38:11.766329+0000 mon.smithi081 (mon.0) 388 : audit [DBG] from='client.? 172.21.15.81:0/2163207661' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:38:12.541 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1726562289,"num_remapped_pgs":0} 2024-09-17T08:38:13.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:12 smithi160 bash[25433]: audit 2024-09-17T08:38:12.039580+0000 mon.smithi160 (mon.1) 8 : audit [INF] from='client.? 172.21.15.160:0/883338711' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ed5994d1-5574-4102-929e-81690ff33182"}]: dispatch 2024-09-17T08:38:13.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:12 smithi160 bash[25433]: audit 2024-09-17T08:38:12.041135+0000 mon.smithi081 (mon.0) 389 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ed5994d1-5574-4102-929e-81690ff33182"}]: dispatch 2024-09-17T08:38:13.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:12 smithi160 bash[25433]: audit 2024-09-17T08:38:12.048722+0000 mon.smithi081 (mon.0) 390 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ed5994d1-5574-4102-929e-81690ff33182"}]': finished 2024-09-17T08:38:13.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:12 smithi160 bash[25433]: cluster 2024-09-17T08:38:12.048876+0000 mon.smithi081 (mon.0) 391 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-09-17T08:38:13.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:12 smithi160 bash[25433]: audit 2024-09-17T08:38:12.049093+0000 mon.smithi081 (mon.0) 392 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:38:13.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:12 smithi160 bash[25433]: audit 2024-09-17T08:38:12.049671+0000 mon.smithi081 (mon.0) 393 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:13.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:12 smithi160 bash[25433]: audit 2024-09-17T08:38:12.049994+0000 mon.smithi081 (mon.0) 394 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:13.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:12 smithi160 bash[25433]: audit 2024-09-17T08:38:12.050379+0000 mon.smithi081 (mon.0) 395 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:13.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:12 smithi160 bash[25433]: audit 2024-09-17T08:38:12.050711+0000 mon.smithi081 (mon.0) 396 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:13.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:12 smithi160 bash[25433]: audit 2024-09-17T08:38:12.051078+0000 mon.smithi081 (mon.0) 397 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:13.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:12 smithi160 bash[25433]: audit 2024-09-17T08:38:12.051412+0000 mon.smithi081 (mon.0) 398 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:13.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:12 smithi160 bash[25433]: audit 2024-09-17T08:38:12.073259+0000 mon.smithi081 (mon.0) 399 : audit [DBG] from='client.? 172.21.15.81:0/1734913356' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:38:13.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:12 smithi081 bash[19989]: audit 2024-09-17T08:38:12.039580+0000 mon.smithi160 (mon.1) 8 : audit [INF] from='client.? 172.21.15.160:0/883338711' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ed5994d1-5574-4102-929e-81690ff33182"}]: dispatch 2024-09-17T08:38:13.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:12 smithi081 bash[19989]: audit 2024-09-17T08:38:12.041135+0000 mon.smithi081 (mon.0) 389 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ed5994d1-5574-4102-929e-81690ff33182"}]: dispatch 2024-09-17T08:38:13.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:12 smithi081 bash[19989]: audit 2024-09-17T08:38:12.048722+0000 mon.smithi081 (mon.0) 390 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ed5994d1-5574-4102-929e-81690ff33182"}]': finished 2024-09-17T08:38:13.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:12 smithi081 bash[19989]: cluster 2024-09-17T08:38:12.048876+0000 mon.smithi081 (mon.0) 391 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-09-17T08:38:13.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:12 smithi081 bash[19989]: audit 2024-09-17T08:38:12.049093+0000 mon.smithi081 (mon.0) 392 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:38:13.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:12 smithi081 bash[19989]: audit 2024-09-17T08:38:12.049671+0000 mon.smithi081 (mon.0) 393 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:13.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:12 smithi081 bash[19989]: audit 2024-09-17T08:38:12.049994+0000 mon.smithi081 (mon.0) 394 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:13.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:12 smithi081 bash[19989]: audit 2024-09-17T08:38:12.050379+0000 mon.smithi081 (mon.0) 395 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:13.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:12 smithi081 bash[19989]: audit 2024-09-17T08:38:12.050711+0000 mon.smithi081 (mon.0) 396 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:13.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:12 smithi081 bash[19989]: audit 2024-09-17T08:38:12.051078+0000 mon.smithi081 (mon.0) 397 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:13.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:12 smithi081 bash[19989]: audit 2024-09-17T08:38:12.051412+0000 mon.smithi081 (mon.0) 398 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:13.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:12 smithi081 bash[19989]: audit 2024-09-17T08:38:12.073259+0000 mon.smithi081 (mon.0) 399 : audit [DBG] from='client.? 172.21.15.81:0/1734913356' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:38:13.541 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:38:14.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:14 smithi160 bash[25433]: cluster 2024-09-17T08:38:12.859146+0000 mgr.smithi081.loqrpe (mgr.14197) 93 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:14.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:14 smithi160 bash[25433]: audit 2024-09-17T08:38:13.546360+0000 mon.smithi160 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.160:0/3256422440' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:38:14.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:14 smithi081 bash[19989]: cluster 2024-09-17T08:38:12.859146+0000 mgr.smithi081.loqrpe (mgr.14197) 93 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:14.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:14 smithi081 bash[19989]: audit 2024-09-17T08:38:13.546360+0000 mon.smithi160 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.160:0/3256422440' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:38:15.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:15 smithi081 bash[19989]: audit 2024-09-17T08:38:14.801204+0000 mon.smithi081 (mon.0) 400 : audit [INF] from='client.? 172.21.15.81:0/344817650' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a9b012a8-e9f9-4e3d-96df-4982da1b4197"}]: dispatch 2024-09-17T08:38:15.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:15 smithi081 bash[19989]: audit 2024-09-17T08:38:14.807143+0000 mon.smithi081 (mon.0) 401 : audit [INF] from='client.? 172.21.15.81:0/344817650' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a9b012a8-e9f9-4e3d-96df-4982da1b4197"}]': finished 2024-09-17T08:38:15.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:15 smithi081 bash[19989]: cluster 2024-09-17T08:38:14.807220+0000 mon.smithi081 (mon.0) 402 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-09-17T08:38:15.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:15 smithi081 bash[19989]: audit 2024-09-17T08:38:14.807349+0000 mon.smithi081 (mon.0) 403 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:38:15.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:15 smithi081 bash[19989]: audit 2024-09-17T08:38:14.807647+0000 mon.smithi081 (mon.0) 404 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:15.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:15 smithi081 bash[19989]: audit 2024-09-17T08:38:14.807812+0000 mon.smithi081 (mon.0) 405 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:15.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:15 smithi081 bash[19989]: audit 2024-09-17T08:38:14.807961+0000 mon.smithi081 (mon.0) 406 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:15.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:15 smithi081 bash[19989]: audit 2024-09-17T08:38:14.808106+0000 mon.smithi081 (mon.0) 407 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:15.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:15 smithi081 bash[19989]: audit 2024-09-17T08:38:14.808241+0000 mon.smithi081 (mon.0) 408 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:15.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:15 smithi081 bash[19989]: audit 2024-09-17T08:38:14.808372+0000 mon.smithi081 (mon.0) 409 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:15.243 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:15 smithi081 bash[19989]: audit 2024-09-17T08:38:14.808505+0000 mon.smithi081 (mon.0) 410 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:15.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:15 smithi160 bash[25433]: audit 2024-09-17T08:38:14.801204+0000 mon.smithi081 (mon.0) 400 : audit [INF] from='client.? 172.21.15.81:0/344817650' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a9b012a8-e9f9-4e3d-96df-4982da1b4197"}]: dispatch 2024-09-17T08:38:15.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:15 smithi160 bash[25433]: audit 2024-09-17T08:38:14.807143+0000 mon.smithi081 (mon.0) 401 : audit [INF] from='client.? 172.21.15.81:0/344817650' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a9b012a8-e9f9-4e3d-96df-4982da1b4197"}]': finished 2024-09-17T08:38:15.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:15 smithi160 bash[25433]: cluster 2024-09-17T08:38:14.807220+0000 mon.smithi081 (mon.0) 402 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-09-17T08:38:15.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:15 smithi160 bash[25433]: audit 2024-09-17T08:38:14.807349+0000 mon.smithi081 (mon.0) 403 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:38:15.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:15 smithi160 bash[25433]: audit 2024-09-17T08:38:14.807647+0000 mon.smithi081 (mon.0) 404 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:15.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:15 smithi160 bash[25433]: audit 2024-09-17T08:38:14.807812+0000 mon.smithi081 (mon.0) 405 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:15.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:15 smithi160 bash[25433]: audit 2024-09-17T08:38:14.807961+0000 mon.smithi081 (mon.0) 406 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:15.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:15 smithi160 bash[25433]: audit 2024-09-17T08:38:14.808106+0000 mon.smithi081 (mon.0) 407 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:15.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:15 smithi160 bash[25433]: audit 2024-09-17T08:38:14.808241+0000 mon.smithi081 (mon.0) 408 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:15.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:15 smithi160 bash[25433]: audit 2024-09-17T08:38:14.808372+0000 mon.smithi081 (mon.0) 409 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:15.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:15 smithi160 bash[25433]: audit 2024-09-17T08:38:14.808505+0000 mon.smithi081 (mon.0) 410 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:16.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:16 smithi081 bash[19989]: cluster 2024-09-17T08:38:14.859464+0000 mgr.smithi081.loqrpe (mgr.14197) 94 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:16.476 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:16 smithi160 bash[25433]: cluster 2024-09-17T08:38:14.859464+0000 mgr.smithi081.loqrpe (mgr.14197) 94 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:17.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:17 smithi160 bash[25433]: audit 2024-09-17T08:38:16.328643+0000 mon.smithi081 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.81:0/1731651043' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:38:17.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:17 smithi081 bash[19989]: audit 2024-09-17T08:38:16.328643+0000 mon.smithi081 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.81:0/1731651043' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:38:18.255 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:38:18.346 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:18 smithi081 bash[19989]: cluster 2024-09-17T08:38:16.859921+0000 mgr.smithi081.loqrpe (mgr.14197) 95 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:18.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:18 smithi160 bash[25433]: cluster 2024-09-17T08:38:16.859921+0000 mgr.smithi081.loqrpe (mgr.14197) 95 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:20.211 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:20 smithi081 bash[19989]: cluster 2024-09-17T08:38:18.860306+0000 mgr.smithi081.loqrpe (mgr.14197) 96 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:20.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:20 smithi160 bash[25433]: cluster 2024-09-17T08:38:18.860306+0000 mgr.smithi081.loqrpe (mgr.14197) 96 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:21.991 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:38:22.326 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:22 smithi160 bash[25433]: cluster 2024-09-17T08:38:20.860736+0000 mgr.smithi081.loqrpe (mgr.14197) 97 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:22.327 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:22 smithi160 bash[25433]: audit 2024-09-17T08:38:21.894228+0000 mon.smithi081 (mon.0) 412 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:38:22.327 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:22 smithi160 bash[25433]: audit 2024-09-17T08:38:21.991383+0000 mon.smithi081 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.81:0/190848430' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:38:22.414 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:22 smithi081 bash[19989]: cluster 2024-09-17T08:38:20.860736+0000 mgr.smithi081.loqrpe (mgr.14197) 97 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:22.414 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:22 smithi081 bash[19989]: audit 2024-09-17T08:38:21.894228+0000 mon.smithi081 (mon.0) 412 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:38:22.414 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:22 smithi081 bash[19989]: audit 2024-09-17T08:38:21.991383+0000 mon.smithi081 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.81:0/190848430' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:38:22.678 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":1726562294,"num_remapped_pgs":0} 2024-09-17T08:38:23.680 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:38:24.459 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:24 smithi160 bash[25433]: cluster 2024-09-17T08:38:22.861201+0000 mgr.smithi081.loqrpe (mgr.14197) 98 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:24.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:24 smithi081 bash[19989]: cluster 2024-09-17T08:38:22.861201+0000 mgr.smithi081.loqrpe (mgr.14197) 98 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:25.346 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:25 smithi160 bash[25433]: audit 2024-09-17T08:38:25.054337+0000 mon.smithi081 (mon.0) 414 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T08:38:25.347 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:25 smithi160 bash[25433]: audit 2024-09-17T08:38:25.056176+0000 mon.smithi081 (mon.0) 415 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:38:25.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:25 smithi081 bash[19989]: audit 2024-09-17T08:38:25.054337+0000 mon.smithi081 (mon.0) 414 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T08:38:25.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:25 smithi081 bash[19989]: audit 2024-09-17T08:38:25.056176+0000 mon.smithi081 (mon.0) 415 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:38:26.221 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:26 smithi081 bash[19989]: cluster 2024-09-17T08:38:24.861682+0000 mgr.smithi081.loqrpe (mgr.14197) 99 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:26.221 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:26 smithi081 bash[19989]: cephadm 2024-09-17T08:38:25.057691+0000 mgr.smithi081.loqrpe (mgr.14197) 100 : cephadm [INF] Deploying daemon osd.0 on smithi160 2024-09-17T08:38:26.339 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:26 smithi160 bash[25433]: cluster 2024-09-17T08:38:24.861682+0000 mgr.smithi081.loqrpe (mgr.14197) 99 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:26.339 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:26 smithi160 bash[25433]: cephadm 2024-09-17T08:38:25.057691+0000 mgr.smithi081.loqrpe (mgr.14197) 100 : cephadm [INF] Deploying daemon osd.0 on smithi160 2024-09-17T08:38:27.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:27 smithi160 bash[25433]: cluster 2024-09-17T08:38:26.862108+0000 mgr.smithi081.loqrpe (mgr.14197) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:27.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:27 smithi081 bash[19989]: cluster 2024-09-17T08:38:26.862108+0000 mgr.smithi081.loqrpe (mgr.14197) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:28.242 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:38:29.232 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:29 smithi160 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:38:29.491 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:29 smithi160 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:38:29.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:29 smithi081 bash[19989]: cluster 2024-09-17T08:38:28.862602+0000 mgr.smithi081.loqrpe (mgr.14197) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:29.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:29 smithi081 bash[19989]: audit 2024-09-17T08:38:29.540279+0000 mon.smithi081 (mon.0) 416 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:29.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:29 smithi081 bash[19989]: audit 2024-09-17T08:38:29.550946+0000 mon.smithi081 (mon.0) 417 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:29.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:29 smithi081 bash[19989]: audit 2024-09-17T08:38:29.552546+0000 mon.smithi081 (mon.0) 418 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T08:38:29.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:29 smithi081 bash[19989]: audit 2024-09-17T08:38:29.554106+0000 mon.smithi081 (mon.0) 419 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:38:29.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:29 smithi081 bash[19989]: audit 2024-09-17T08:38:29.710328+0000 mon.smithi081 (mon.0) 420 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T08:38:29.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:29 smithi081 bash[19989]: audit 2024-09-17T08:38:29.711722+0000 mon.smithi081 (mon.0) 421 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:38:30.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:29 smithi160 bash[25433]: cluster 2024-09-17T08:38:28.862602+0000 mgr.smithi081.loqrpe (mgr.14197) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:30.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:29 smithi160 bash[25433]: audit 2024-09-17T08:38:29.540279+0000 mon.smithi081 (mon.0) 416 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:30.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:29 smithi160 bash[25433]: audit 2024-09-17T08:38:29.550946+0000 mon.smithi081 (mon.0) 417 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:30.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:29 smithi160 bash[25433]: audit 2024-09-17T08:38:29.552546+0000 mon.smithi081 (mon.0) 418 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T08:38:30.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:29 smithi160 bash[25433]: audit 2024-09-17T08:38:29.554106+0000 mon.smithi081 (mon.0) 419 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:38:30.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:29 smithi160 bash[25433]: audit 2024-09-17T08:38:29.710328+0000 mon.smithi081 (mon.0) 420 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T08:38:30.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:29 smithi160 bash[25433]: audit 2024-09-17T08:38:29.711722+0000 mon.smithi081 (mon.0) 421 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:38:31.197 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:30 smithi160 bash[25433]: cephadm 2024-09-17T08:38:29.555698+0000 mgr.smithi081.loqrpe (mgr.14197) 103 : cephadm [INF] Deploying daemon osd.2 on smithi160 2024-09-17T08:38:31.197 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:30 smithi160 bash[25433]: cephadm 2024-09-17T08:38:29.712970+0000 mgr.smithi081.loqrpe (mgr.14197) 104 : cephadm [INF] Deploying daemon osd.1 on smithi081 2024-09-17T08:38:31.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:30 smithi081 bash[19989]: cephadm 2024-09-17T08:38:29.555698+0000 mgr.smithi081.loqrpe (mgr.14197) 103 : cephadm [INF] Deploying daemon osd.2 on smithi160 2024-09-17T08:38:31.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:30 smithi081 bash[19989]: cephadm 2024-09-17T08:38:29.712970+0000 mgr.smithi081.loqrpe (mgr.14197) 104 : cephadm [INF] Deploying daemon osd.1 on smithi081 2024-09-17T08:38:32.204 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:31 smithi081 bash[19989]: cluster 2024-09-17T08:38:30.862987+0000 mgr.smithi081.loqrpe (mgr.14197) 105 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:32.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:31 smithi160 bash[25433]: cluster 2024-09-17T08:38:30.862987+0000 mgr.smithi081.loqrpe (mgr.14197) 105 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:32.745 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:38:33.149 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:32 smithi081 bash[19989]: audit 2024-09-17T08:38:32.745550+0000 mon.smithi081 (mon.0) 422 : audit [DBG] from='client.? 172.21.15.81:0/1734180389' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:38:33.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:32 smithi160 bash[25433]: audit 2024-09-17T08:38:32.745550+0000 mon.smithi081 (mon.0) 422 : audit [DBG] from='client.? 172.21.15.81:0/1734180389' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:38:33.788 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":1726562294,"num_remapped_pgs":0} 2024-09-17T08:38:34.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:33 smithi160 bash[25433]: cluster 2024-09-17T08:38:32.863264+0000 mgr.smithi081.loqrpe (mgr.14197) 106 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:34.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:33 smithi081 bash[19989]: cluster 2024-09-17T08:38:32.863264+0000 mgr.smithi081.loqrpe (mgr.14197) 106 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:34.790 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:38:34.882 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:34 smithi160 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:38:35.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:34 smithi160 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:38:35.852 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:35 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:38:36.127 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:36 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:38:36.127 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:36 smithi081 bash[19989]: cluster 2024-09-17T08:38:34.863627+0000 mgr.smithi081.loqrpe (mgr.14197) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:36.127 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:36 smithi081 bash[19989]: audit 2024-09-17T08:38:35.038431+0000 mon.smithi081 (mon.0) 423 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:36.127 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:36 smithi081 bash[19989]: audit 2024-09-17T08:38:35.047353+0000 mon.smithi081 (mon.0) 424 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:36.127 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:36 smithi081 bash[19989]: audit 2024-09-17T08:38:35.049047+0000 mon.smithi081 (mon.0) 425 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-17T08:38:36.127 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:36 smithi081 bash[19989]: audit 2024-09-17T08:38:35.050745+0000 mon.smithi081 (mon.0) 426 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:38:36.127 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:36 smithi081 bash[19989]: cephadm 2024-09-17T08:38:35.052153+0000 mgr.smithi081.loqrpe (mgr.14197) 108 : cephadm [INF] Deploying daemon osd.4 on smithi160 2024-09-17T08:38:36.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:36 smithi160 bash[25433]: cluster 2024-09-17T08:38:34.863627+0000 mgr.smithi081.loqrpe (mgr.14197) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:36.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:36 smithi160 bash[25433]: audit 2024-09-17T08:38:35.038431+0000 mon.smithi081 (mon.0) 423 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:36.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:36 smithi160 bash[25433]: audit 2024-09-17T08:38:35.047353+0000 mon.smithi081 (mon.0) 424 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:36.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:36 smithi160 bash[25433]: audit 2024-09-17T08:38:35.049047+0000 mon.smithi081 (mon.0) 425 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-17T08:38:36.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:36 smithi160 bash[25433]: audit 2024-09-17T08:38:35.050745+0000 mon.smithi081 (mon.0) 426 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:38:36.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:36 smithi160 bash[25433]: cephadm 2024-09-17T08:38:35.052153+0000 mgr.smithi081.loqrpe (mgr.14197) 108 : cephadm [INF] Deploying daemon osd.4 on smithi160 2024-09-17T08:38:37.395 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:37 smithi160 bash[25433]: audit 2024-09-17T08:38:36.164492+0000 mon.smithi081 (mon.0) 427 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:37.395 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:37 smithi160 bash[25433]: audit 2024-09-17T08:38:36.171364+0000 mon.smithi081 (mon.0) 428 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:37.395 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:37 smithi160 bash[25433]: audit 2024-09-17T08:38:36.172236+0000 mon.smithi081 (mon.0) 429 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-17T08:38:37.395 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:37 smithi160 bash[25433]: audit 2024-09-17T08:38:36.172996+0000 mon.smithi081 (mon.0) 430 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:38:37.395 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:37 smithi160 bash[25433]: cephadm 2024-09-17T08:38:36.173639+0000 mgr.smithi081.loqrpe (mgr.14197) 109 : cephadm [INF] Deploying daemon osd.3 on smithi081 2024-09-17T08:38:37.395 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:37 smithi160 bash[25433]: cluster 2024-09-17T08:38:36.864039+0000 mgr.smithi081.loqrpe (mgr.14197) 110 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:37.396 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:37 smithi160 bash[25433]: audit 2024-09-17T08:38:36.894703+0000 mon.smithi081 (mon.0) 431 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:38:37.506 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:37 smithi081 bash[19989]: audit 2024-09-17T08:38:36.164492+0000 mon.smithi081 (mon.0) 427 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:37.506 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:37 smithi081 bash[19989]: audit 2024-09-17T08:38:36.171364+0000 mon.smithi081 (mon.0) 428 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:37.506 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:37 smithi081 bash[19989]: audit 2024-09-17T08:38:36.172236+0000 mon.smithi081 (mon.0) 429 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-17T08:38:37.507 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:37 smithi081 bash[19989]: audit 2024-09-17T08:38:36.172996+0000 mon.smithi081 (mon.0) 430 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:38:37.507 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:37 smithi081 bash[19989]: cephadm 2024-09-17T08:38:36.173639+0000 mgr.smithi081.loqrpe (mgr.14197) 109 : cephadm [INF] Deploying daemon osd.3 on smithi081 2024-09-17T08:38:37.507 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:37 smithi081 bash[19989]: cluster 2024-09-17T08:38:36.864039+0000 mgr.smithi081.loqrpe (mgr.14197) 110 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:37.507 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:37 smithi081 bash[19989]: audit 2024-09-17T08:38:36.894703+0000 mon.smithi081 (mon.0) 431 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:38:38.348 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:38 smithi081 bash[19989]: audit 2024-09-17T08:38:37.398494+0000 mon.smithi160 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.160:6800/540614130,v1:172.21.15.160:6801/540614130]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T08:38:38.348 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:38 smithi081 bash[19989]: audit 2024-09-17T08:38:37.400144+0000 mon.smithi081 (mon.0) 432 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T08:38:38.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:38 smithi160 bash[25433]: audit 2024-09-17T08:38:37.398494+0000 mon.smithi160 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.160:6800/540614130,v1:172.21.15.160:6801/540614130]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T08:38:38.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:38 smithi160 bash[25433]: audit 2024-09-17T08:38:37.400144+0000 mon.smithi081 (mon.0) 432 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T08:38:39.461 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:39 smithi160 bash[25433]: audit 2024-09-17T08:38:38.181724+0000 mon.smithi081 (mon.0) 433 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T08:38:39.461 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:39 smithi160 bash[25433]: cluster 2024-09-17T08:38:38.181775+0000 mon.smithi081 (mon.0) 434 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-09-17T08:38:39.461 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:39 smithi160 bash[25433]: audit 2024-09-17T08:38:38.181860+0000 mon.smithi081 (mon.0) 435 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:38:39.461 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:39 smithi160 bash[25433]: audit 2024-09-17T08:38:38.182170+0000 mon.smithi081 (mon.0) 436 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:39.462 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:39 smithi160 bash[25433]: audit 2024-09-17T08:38:38.182330+0000 mon.smithi081 (mon.0) 437 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:39.462 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:39 smithi160 bash[25433]: audit 2024-09-17T08:38:38.182481+0000 mon.smithi081 (mon.0) 438 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:39.462 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:39 smithi160 bash[25433]: audit 2024-09-17T08:38:38.182742+0000 mon.smithi081 (mon.0) 439 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:39.462 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:39 smithi160 bash[25433]: audit 2024-09-17T08:38:38.182896+0000 mon.smithi081 (mon.0) 440 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:39.462 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:39 smithi160 bash[25433]: audit 2024-09-17T08:38:38.183048+0000 mon.smithi081 (mon.0) 441 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:39.462 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:39 smithi160 bash[25433]: audit 2024-09-17T08:38:38.183198+0000 mon.smithi081 (mon.0) 442 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:39.462 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:39 smithi160 bash[25433]: audit 2024-09-17T08:38:38.184473+0000 mon.smithi160 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.160:6800/540614130,v1:172.21.15.160:6801/540614130]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-09-17T08:38:39.462 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:39 smithi160 bash[25433]: audit 2024-09-17T08:38:38.186103+0000 mon.smithi081 (mon.0) 443 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-09-17T08:38:39.462 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:39 smithi160 bash[25433]: cluster 2024-09-17T08:38:38.864448+0000 mgr.smithi081.loqrpe (mgr.14197) 111 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:39.486 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:39 smithi081 bash[19989]: audit 2024-09-17T08:38:38.181724+0000 mon.smithi081 (mon.0) 433 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T08:38:39.486 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:39 smithi081 bash[19989]: cluster 2024-09-17T08:38:38.181775+0000 mon.smithi081 (mon.0) 434 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-09-17T08:38:39.486 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:39 smithi081 bash[19989]: audit 2024-09-17T08:38:38.181860+0000 mon.smithi081 (mon.0) 435 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:38:39.486 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:39 smithi081 bash[19989]: audit 2024-09-17T08:38:38.182170+0000 mon.smithi081 (mon.0) 436 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:39.486 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:39 smithi081 bash[19989]: audit 2024-09-17T08:38:38.182330+0000 mon.smithi081 (mon.0) 437 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:39.486 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:39 smithi081 bash[19989]: audit 2024-09-17T08:38:38.182481+0000 mon.smithi081 (mon.0) 438 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:39.486 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:39 smithi081 bash[19989]: audit 2024-09-17T08:38:38.182742+0000 mon.smithi081 (mon.0) 439 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:39.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:39 smithi081 bash[19989]: audit 2024-09-17T08:38:38.182896+0000 mon.smithi081 (mon.0) 440 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:39.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:39 smithi081 bash[19989]: audit 2024-09-17T08:38:38.183048+0000 mon.smithi081 (mon.0) 441 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:39.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:39 smithi081 bash[19989]: audit 2024-09-17T08:38:38.183198+0000 mon.smithi081 (mon.0) 442 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:39.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:39 smithi081 bash[19989]: audit 2024-09-17T08:38:38.184473+0000 mon.smithi160 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.160:6800/540614130,v1:172.21.15.160:6801/540614130]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-09-17T08:38:39.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:39 smithi081 bash[19989]: audit 2024-09-17T08:38:38.186103+0000 mon.smithi081 (mon.0) 443 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-09-17T08:38:39.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:39 smithi081 bash[19989]: cluster 2024-09-17T08:38:38.864448+0000 mgr.smithi081.loqrpe (mgr.14197) 111 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:40.289 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:38:40.355 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:40 smithi160 bash[25433]: audit 2024-09-17T08:38:39.184115+0000 mon.smithi081 (mon.0) 444 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-17T08:38:40.355 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:40 smithi160 bash[25433]: cluster 2024-09-17T08:38:39.184192+0000 mon.smithi081 (mon.0) 445 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-09-17T08:38:40.355 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:40 smithi160 bash[25433]: audit 2024-09-17T08:38:39.184530+0000 mon.smithi081 (mon.0) 446 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:38:40.355 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:40 smithi160 bash[25433]: audit 2024-09-17T08:38:39.184754+0000 mon.smithi081 (mon.0) 447 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:40.355 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:40 smithi160 bash[25433]: audit 2024-09-17T08:38:39.184920+0000 mon.smithi081 (mon.0) 448 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:40.355 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:40 smithi160 bash[25433]: audit 2024-09-17T08:38:39.185122+0000 mon.smithi081 (mon.0) 449 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:40.355 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:40 smithi160 bash[25433]: audit 2024-09-17T08:38:39.185286+0000 mon.smithi081 (mon.0) 450 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:40.355 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:40 smithi160 bash[25433]: audit 2024-09-17T08:38:39.185436+0000 mon.smithi081 (mon.0) 451 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:40.355 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:40 smithi160 bash[25433]: audit 2024-09-17T08:38:39.185587+0000 mon.smithi081 (mon.0) 452 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:40.356 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:40 smithi160 bash[25433]: audit 2024-09-17T08:38:39.185736+0000 mon.smithi081 (mon.0) 453 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:40.356 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:40 smithi160 bash[25433]: audit 2024-09-17T08:38:39.196607+0000 mon.smithi081 (mon.0) 454 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:38:40.356 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:40 smithi160 bash[25433]: audit 2024-09-17T08:38:39.687908+0000 mon.smithi081 (mon.0) 455 : audit [INF] from='osd.0 ' entity='osd.0' 2024-09-17T08:38:40.484 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:40 smithi081 bash[19989]: audit 2024-09-17T08:38:39.184115+0000 mon.smithi081 (mon.0) 444 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-17T08:38:40.484 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:40 smithi081 bash[19989]: cluster 2024-09-17T08:38:39.184192+0000 mon.smithi081 (mon.0) 445 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-09-17T08:38:40.484 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:40 smithi081 bash[19989]: audit 2024-09-17T08:38:39.184530+0000 mon.smithi081 (mon.0) 446 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:38:40.484 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:40 smithi081 bash[19989]: audit 2024-09-17T08:38:39.184754+0000 mon.smithi081 (mon.0) 447 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:40.484 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:40 smithi081 bash[19989]: audit 2024-09-17T08:38:39.184920+0000 mon.smithi081 (mon.0) 448 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:40.484 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:40 smithi081 bash[19989]: audit 2024-09-17T08:38:39.185122+0000 mon.smithi081 (mon.0) 449 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:40.484 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:40 smithi081 bash[19989]: audit 2024-09-17T08:38:39.185286+0000 mon.smithi081 (mon.0) 450 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:40.484 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:40 smithi081 bash[19989]: audit 2024-09-17T08:38:39.185436+0000 mon.smithi081 (mon.0) 451 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:40.484 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:40 smithi081 bash[19989]: audit 2024-09-17T08:38:39.185587+0000 mon.smithi081 (mon.0) 452 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:40.484 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:40 smithi081 bash[19989]: audit 2024-09-17T08:38:39.185736+0000 mon.smithi081 (mon.0) 453 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:40.485 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:40 smithi081 bash[19989]: audit 2024-09-17T08:38:39.196607+0000 mon.smithi081 (mon.0) 454 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:38:40.485 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:40 smithi081 bash[19989]: audit 2024-09-17T08:38:39.687908+0000 mon.smithi081 (mon.0) 455 : audit [INF] from='osd.0 ' entity='osd.0' 2024-09-17T08:38:40.616 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:40 smithi160 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:38:40.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:40 smithi160 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:38:41.470 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:41 smithi160 bash[25433]: cluster 2024-09-17T08:38:38.416987+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:38:41.470 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:41 smithi160 bash[25433]: cluster 2024-09-17T08:38:38.417077+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:38:41.470 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:41 smithi160 bash[25433]: audit 2024-09-17T08:38:40.198129+0000 mon.smithi081 (mon.0) 456 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:38:41.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:41 smithi160 bash[25433]: cluster 2024-09-17T08:38:40.689000+0000 mon.smithi081 (mon.0) 457 : cluster [INF] osd.0 [v2:172.21.15.160:6800/540614130,v1:172.21.15.160:6801/540614130] boot 2024-09-17T08:38:41.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:41 smithi160 bash[25433]: cluster 2024-09-17T08:38:40.689098+0000 mon.smithi081 (mon.0) 458 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-09-17T08:38:41.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:41 smithi160 bash[25433]: audit 2024-09-17T08:38:40.689326+0000 mon.smithi081 (mon.0) 459 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:38:41.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:41 smithi160 bash[25433]: audit 2024-09-17T08:38:40.689946+0000 mon.smithi081 (mon.0) 460 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:41.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:41 smithi160 bash[25433]: audit 2024-09-17T08:38:40.690275+0000 mon.smithi081 (mon.0) 461 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:41.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:41 smithi160 bash[25433]: audit 2024-09-17T08:38:40.690658+0000 mon.smithi081 (mon.0) 462 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:41.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:41 smithi160 bash[25433]: audit 2024-09-17T08:38:40.690967+0000 mon.smithi081 (mon.0) 463 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:41.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:41 smithi160 bash[25433]: audit 2024-09-17T08:38:40.691317+0000 mon.smithi081 (mon.0) 464 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:41.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:41 smithi160 bash[25433]: audit 2024-09-17T08:38:40.691616+0000 mon.smithi081 (mon.0) 465 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:41.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:41 smithi160 bash[25433]: audit 2024-09-17T08:38:40.691964+0000 mon.smithi081 (mon.0) 466 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:41.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:41 smithi160 bash[25433]: cluster 2024-09-17T08:38:40.864853+0000 mgr.smithi081.loqrpe (mgr.14197) 112 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:41.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:41 smithi160 bash[25433]: audit 2024-09-17T08:38:40.948846+0000 mon.smithi081 (mon.0) 467 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:41.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:41 smithi160 bash[25433]: audit 2024-09-17T08:38:40.957264+0000 mon.smithi081 (mon.0) 468 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:41.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:41 smithi160 bash[25433]: audit 2024-09-17T08:38:40.959004+0000 mon.smithi081 (mon.0) 469 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-17T08:38:41.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:41 smithi160 bash[25433]: audit 2024-09-17T08:38:40.961048+0000 mon.smithi081 (mon.0) 470 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:38:41.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:41 smithi160 bash[25433]: cephadm 2024-09-17T08:38:40.962665+0000 mgr.smithi081.loqrpe (mgr.14197) 113 : cephadm [INF] Deploying daemon osd.6 on smithi160 2024-09-17T08:38:41.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:41 smithi081 bash[19989]: cluster 2024-09-17T08:38:38.416987+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:38:41.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:41 smithi081 bash[19989]: cluster 2024-09-17T08:38:38.417077+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:38:41.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:41 smithi081 bash[19989]: audit 2024-09-17T08:38:40.198129+0000 mon.smithi081 (mon.0) 456 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:38:41.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:41 smithi081 bash[19989]: cluster 2024-09-17T08:38:40.689000+0000 mon.smithi081 (mon.0) 457 : cluster [INF] osd.0 [v2:172.21.15.160:6800/540614130,v1:172.21.15.160:6801/540614130] boot 2024-09-17T08:38:41.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:41 smithi081 bash[19989]: cluster 2024-09-17T08:38:40.689098+0000 mon.smithi081 (mon.0) 458 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-09-17T08:38:41.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:41 smithi081 bash[19989]: audit 2024-09-17T08:38:40.689326+0000 mon.smithi081 (mon.0) 459 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:38:41.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:41 smithi081 bash[19989]: audit 2024-09-17T08:38:40.689946+0000 mon.smithi081 (mon.0) 460 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:41.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:41 smithi081 bash[19989]: audit 2024-09-17T08:38:40.690275+0000 mon.smithi081 (mon.0) 461 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:41.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:41 smithi081 bash[19989]: audit 2024-09-17T08:38:40.690658+0000 mon.smithi081 (mon.0) 462 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:41.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:41 smithi081 bash[19989]: audit 2024-09-17T08:38:40.690967+0000 mon.smithi081 (mon.0) 463 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:41.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:41 smithi081 bash[19989]: audit 2024-09-17T08:38:40.691317+0000 mon.smithi081 (mon.0) 464 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:41.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:41 smithi081 bash[19989]: audit 2024-09-17T08:38:40.691616+0000 mon.smithi081 (mon.0) 465 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:41.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:41 smithi081 bash[19989]: audit 2024-09-17T08:38:40.691964+0000 mon.smithi081 (mon.0) 466 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:41.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:41 smithi081 bash[19989]: cluster 2024-09-17T08:38:40.864853+0000 mgr.smithi081.loqrpe (mgr.14197) 112 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:38:41.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:41 smithi081 bash[19989]: audit 2024-09-17T08:38:40.948846+0000 mon.smithi081 (mon.0) 467 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:41.494 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:41 smithi081 bash[19989]: audit 2024-09-17T08:38:40.957264+0000 mon.smithi081 (mon.0) 468 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:41.494 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:41 smithi081 bash[19989]: audit 2024-09-17T08:38:40.959004+0000 mon.smithi081 (mon.0) 469 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-17T08:38:41.494 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:41 smithi081 bash[19989]: audit 2024-09-17T08:38:40.961048+0000 mon.smithi081 (mon.0) 470 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:38:41.494 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:41 smithi081 bash[19989]: cephadm 2024-09-17T08:38:40.962665+0000 mgr.smithi081.loqrpe (mgr.14197) 113 : cephadm [INF] Deploying daemon osd.6 on smithi160 2024-09-17T08:38:43.407 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:43 smithi081 bash[19989]: cluster 2024-09-17T08:38:42.201950+0000 mon.smithi081 (mon.0) 471 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-09-17T08:38:43.407 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:43 smithi081 bash[19989]: audit 2024-09-17T08:38:42.202122+0000 mon.smithi081 (mon.0) 472 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:43.407 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:43 smithi081 bash[19989]: audit 2024-09-17T08:38:42.202434+0000 mon.smithi081 (mon.0) 473 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:43.407 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:43 smithi081 bash[19989]: audit 2024-09-17T08:38:42.202690+0000 mon.smithi081 (mon.0) 474 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:43.407 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:43 smithi081 bash[19989]: audit 2024-09-17T08:38:42.202945+0000 mon.smithi081 (mon.0) 475 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:43.407 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:43 smithi081 bash[19989]: audit 2024-09-17T08:38:42.203204+0000 mon.smithi081 (mon.0) 476 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:43.407 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:43 smithi081 bash[19989]: audit 2024-09-17T08:38:42.203511+0000 mon.smithi081 (mon.0) 477 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:43.407 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:43 smithi081 bash[19989]: audit 2024-09-17T08:38:42.203823+0000 mon.smithi081 (mon.0) 478 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:43.408 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:43 smithi081 bash[19989]: cluster 2024-09-17T08:38:42.865212+0000 mgr.smithi081.loqrpe (mgr.14197) 114 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:38:43.408 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:43 smithi081 bash[19989]: audit 2024-09-17T08:38:43.099906+0000 mon.smithi160 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.160:6808/4027204744,v1:172.21.15.160:6809/4027204744]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T08:38:43.408 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:43 smithi081 bash[19989]: audit 2024-09-17T08:38:43.101310+0000 mon.smithi081 (mon.0) 479 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T08:38:43.467 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:43 smithi160 bash[25433]: cluster 2024-09-17T08:38:42.201950+0000 mon.smithi081 (mon.0) 471 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-09-17T08:38:43.467 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:43 smithi160 bash[25433]: audit 2024-09-17T08:38:42.202122+0000 mon.smithi081 (mon.0) 472 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:43.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:43 smithi160 bash[25433]: audit 2024-09-17T08:38:42.202434+0000 mon.smithi081 (mon.0) 473 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:43.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:43 smithi160 bash[25433]: audit 2024-09-17T08:38:42.202690+0000 mon.smithi081 (mon.0) 474 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:43.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:43 smithi160 bash[25433]: audit 2024-09-17T08:38:42.202945+0000 mon.smithi081 (mon.0) 475 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:43.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:43 smithi160 bash[25433]: audit 2024-09-17T08:38:42.203204+0000 mon.smithi081 (mon.0) 476 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:43.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:43 smithi160 bash[25433]: audit 2024-09-17T08:38:42.203511+0000 mon.smithi081 (mon.0) 477 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:43.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:43 smithi160 bash[25433]: audit 2024-09-17T08:38:42.203823+0000 mon.smithi081 (mon.0) 478 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:43.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:43 smithi160 bash[25433]: cluster 2024-09-17T08:38:42.865212+0000 mgr.smithi081.loqrpe (mgr.14197) 114 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:38:43.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:43 smithi160 bash[25433]: audit 2024-09-17T08:38:43.099906+0000 mon.smithi160 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.160:6808/4027204744,v1:172.21.15.160:6809/4027204744]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T08:38:43.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:43 smithi160 bash[25433]: audit 2024-09-17T08:38:43.101310+0000 mon.smithi081 (mon.0) 479 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T08:38:43.688 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:43 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:38:43.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:43 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:38:44.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:44 smithi160 bash[25433]: audit 2024-09-17T08:38:43.208061+0000 mon.smithi160 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.160:6808/4027204744,v1:172.21.15.160:6809/4027204744]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-09-17T08:38:44.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:44 smithi160 bash[25433]: audit 2024-09-17T08:38:43.208325+0000 mon.smithi081 (mon.0) 480 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T08:38:44.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:44 smithi160 bash[25433]: cluster 2024-09-17T08:38:43.208437+0000 mon.smithi081 (mon.0) 481 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-09-17T08:38:44.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:44 smithi160 bash[25433]: audit 2024-09-17T08:38:43.208564+0000 mon.smithi081 (mon.0) 482 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:44.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:44 smithi160 bash[25433]: audit 2024-09-17T08:38:43.208920+0000 mon.smithi081 (mon.0) 483 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:44.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:44 smithi160 bash[25433]: audit 2024-09-17T08:38:43.209141+0000 mon.smithi081 (mon.0) 484 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:44.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:44 smithi160 bash[25433]: audit 2024-09-17T08:38:43.209333+0000 mon.smithi081 (mon.0) 485 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:44.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:44 smithi160 bash[25433]: audit 2024-09-17T08:38:43.209590+0000 mon.smithi081 (mon.0) 486 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:44.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:44 smithi160 bash[25433]: audit 2024-09-17T08:38:43.209813+0000 mon.smithi081 (mon.0) 487 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-09-17T08:38:44.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:44 smithi160 bash[25433]: audit 2024-09-17T08:38:43.210014+0000 mon.smithi081 (mon.0) 488 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:44.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:44 smithi160 bash[25433]: audit 2024-09-17T08:38:43.210184+0000 mon.smithi081 (mon.0) 489 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:44.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:44 smithi160 bash[25433]: audit 2024-09-17T08:38:43.842859+0000 mon.smithi081 (mon.0) 490 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:44.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:44 smithi160 bash[25433]: audit 2024-09-17T08:38:43.848203+0000 mon.smithi081 (mon.0) 491 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:44.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:44 smithi160 bash[25433]: audit 2024-09-17T08:38:43.848952+0000 mon.smithi081 (mon.0) 492 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-17T08:38:44.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:44 smithi160 bash[25433]: audit 2024-09-17T08:38:43.849656+0000 mon.smithi081 (mon.0) 493 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:38:44.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:44 smithi160 bash[25433]: cephadm 2024-09-17T08:38:43.850239+0000 mgr.smithi081.loqrpe (mgr.14197) 115 : cephadm [INF] Deploying daemon osd.5 on smithi081 2024-09-17T08:38:44.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:44 smithi081 bash[19989]: audit 2024-09-17T08:38:43.208061+0000 mon.smithi160 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.160:6808/4027204744,v1:172.21.15.160:6809/4027204744]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-09-17T08:38:44.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:44 smithi081 bash[19989]: audit 2024-09-17T08:38:43.208325+0000 mon.smithi081 (mon.0) 480 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T08:38:44.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:44 smithi081 bash[19989]: cluster 2024-09-17T08:38:43.208437+0000 mon.smithi081 (mon.0) 481 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-09-17T08:38:44.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:44 smithi081 bash[19989]: audit 2024-09-17T08:38:43.208564+0000 mon.smithi081 (mon.0) 482 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:44.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:44 smithi081 bash[19989]: audit 2024-09-17T08:38:43.208920+0000 mon.smithi081 (mon.0) 483 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:44.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:44 smithi081 bash[19989]: audit 2024-09-17T08:38:43.209141+0000 mon.smithi081 (mon.0) 484 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:44.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:44 smithi081 bash[19989]: audit 2024-09-17T08:38:43.209333+0000 mon.smithi081 (mon.0) 485 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:44.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:44 smithi081 bash[19989]: audit 2024-09-17T08:38:43.209590+0000 mon.smithi081 (mon.0) 486 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:44.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:44 smithi081 bash[19989]: audit 2024-09-17T08:38:43.209813+0000 mon.smithi081 (mon.0) 487 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-09-17T08:38:44.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:44 smithi081 bash[19989]: audit 2024-09-17T08:38:43.210014+0000 mon.smithi081 (mon.0) 488 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:44.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:44 smithi081 bash[19989]: audit 2024-09-17T08:38:43.210184+0000 mon.smithi081 (mon.0) 489 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:44.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:44 smithi081 bash[19989]: audit 2024-09-17T08:38:43.842859+0000 mon.smithi081 (mon.0) 490 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:44.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:44 smithi081 bash[19989]: audit 2024-09-17T08:38:43.848203+0000 mon.smithi081 (mon.0) 491 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:44.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:44 smithi081 bash[19989]: audit 2024-09-17T08:38:43.848952+0000 mon.smithi081 (mon.0) 492 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-17T08:38:44.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:44 smithi081 bash[19989]: audit 2024-09-17T08:38:43.849656+0000 mon.smithi081 (mon.0) 493 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:38:44.493 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:44 smithi081 bash[19989]: cephadm 2024-09-17T08:38:43.850239+0000 mgr.smithi081.loqrpe (mgr.14197) 115 : cephadm [INF] Deploying daemon osd.5 on smithi081 2024-09-17T08:38:45.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:45 smithi160 bash[25433]: audit 2024-09-17T08:38:44.207542+0000 mon.smithi081 (mon.0) 494 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-17T08:38:45.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:45 smithi160 bash[25433]: cluster 2024-09-17T08:38:44.207631+0000 mon.smithi081 (mon.0) 495 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-09-17T08:38:45.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:45 smithi160 bash[25433]: audit 2024-09-17T08:38:44.207998+0000 mon.smithi081 (mon.0) 496 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:45.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:45 smithi160 bash[25433]: audit 2024-09-17T08:38:44.208158+0000 mon.smithi081 (mon.0) 497 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:45.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:45 smithi160 bash[25433]: audit 2024-09-17T08:38:44.208299+0000 mon.smithi081 (mon.0) 498 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:45.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:45 smithi160 bash[25433]: audit 2024-09-17T08:38:44.208433+0000 mon.smithi081 (mon.0) 499 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:45.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:45 smithi160 bash[25433]: audit 2024-09-17T08:38:44.208552+0000 mon.smithi081 (mon.0) 500 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:45.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:45 smithi160 bash[25433]: audit 2024-09-17T08:38:44.208678+0000 mon.smithi081 (mon.0) 501 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:45.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:45 smithi160 bash[25433]: audit 2024-09-17T08:38:44.208810+0000 mon.smithi081 (mon.0) 502 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:45.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:45 smithi160 bash[25433]: audit 2024-09-17T08:38:44.221712+0000 mon.smithi081 (mon.0) 503 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:45.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:45 smithi160 bash[25433]: audit 2024-09-17T08:38:44.728952+0000 mon.smithi081 (mon.0) 504 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-17T08:38:45.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:45 smithi160 bash[25433]: cluster 2024-09-17T08:38:44.865624+0000 mgr.smithi081.loqrpe (mgr.14197) 116 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:38:45.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:45 smithi081 bash[19989]: audit 2024-09-17T08:38:44.207542+0000 mon.smithi081 (mon.0) 494 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-17T08:38:45.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:45 smithi081 bash[19989]: cluster 2024-09-17T08:38:44.207631+0000 mon.smithi081 (mon.0) 495 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-09-17T08:38:45.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:45 smithi081 bash[19989]: audit 2024-09-17T08:38:44.207998+0000 mon.smithi081 (mon.0) 496 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:45.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:45 smithi081 bash[19989]: audit 2024-09-17T08:38:44.208158+0000 mon.smithi081 (mon.0) 497 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:45.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:45 smithi081 bash[19989]: audit 2024-09-17T08:38:44.208299+0000 mon.smithi081 (mon.0) 498 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:45.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:45 smithi081 bash[19989]: audit 2024-09-17T08:38:44.208433+0000 mon.smithi081 (mon.0) 499 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:45.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:45 smithi081 bash[19989]: audit 2024-09-17T08:38:44.208552+0000 mon.smithi081 (mon.0) 500 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:45.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:45 smithi081 bash[19989]: audit 2024-09-17T08:38:44.208678+0000 mon.smithi081 (mon.0) 501 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:45.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:45 smithi081 bash[19989]: audit 2024-09-17T08:38:44.208810+0000 mon.smithi081 (mon.0) 502 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:45.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:45 smithi081 bash[19989]: audit 2024-09-17T08:38:44.221712+0000 mon.smithi081 (mon.0) 503 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:45.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:45 smithi081 bash[19989]: audit 2024-09-17T08:38:44.728952+0000 mon.smithi081 (mon.0) 504 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-17T08:38:45.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:45 smithi081 bash[19989]: cluster 2024-09-17T08:38:44.865624+0000 mgr.smithi081.loqrpe (mgr.14197) 116 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:38:46.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:46 smithi160 bash[25433]: cluster 2024-09-17T08:38:44.109429+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:38:46.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:46 smithi160 bash[25433]: cluster 2024-09-17T08:38:44.109540+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:38:46.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:46 smithi160 bash[25433]: audit 2024-09-17T08:38:45.223605+0000 mon.smithi081 (mon.0) 505 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:46.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:46 smithi160 bash[25433]: cluster 2024-09-17T08:38:45.735082+0000 mon.smithi081 (mon.0) 506 : cluster [INF] osd.2 [v2:172.21.15.160:6808/4027204744,v1:172.21.15.160:6809/4027204744] boot 2024-09-17T08:38:46.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:46 smithi160 bash[25433]: cluster 2024-09-17T08:38:45.735143+0000 mon.smithi081 (mon.0) 507 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-09-17T08:38:46.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:46 smithi160 bash[25433]: audit 2024-09-17T08:38:45.735684+0000 mon.smithi081 (mon.0) 508 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:46.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:46 smithi160 bash[25433]: audit 2024-09-17T08:38:45.736305+0000 mon.smithi081 (mon.0) 509 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:46.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:46 smithi160 bash[25433]: audit 2024-09-17T08:38:45.736739+0000 mon.smithi081 (mon.0) 510 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:46.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:46 smithi160 bash[25433]: audit 2024-09-17T08:38:45.737040+0000 mon.smithi081 (mon.0) 511 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:46.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:46 smithi160 bash[25433]: audit 2024-09-17T08:38:45.737411+0000 mon.smithi081 (mon.0) 512 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:46.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:46 smithi160 bash[25433]: audit 2024-09-17T08:38:45.737757+0000 mon.smithi081 (mon.0) 513 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:46.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:46 smithi160 bash[25433]: audit 2024-09-17T08:38:45.738059+0000 mon.smithi081 (mon.0) 514 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:46.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:46 smithi160 bash[25433]: audit 2024-09-17T08:38:45.883900+0000 mon.smithi081 (mon.0) 515 : audit [INF] from='osd.1 [v2:172.21.15.81:6802/1677738257,v1:172.21.15.81:6803/1677738257]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T08:38:46.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:46 smithi081 bash[19989]: cluster 2024-09-17T08:38:44.109429+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:38:46.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:46 smithi081 bash[19989]: cluster 2024-09-17T08:38:44.109540+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:38:46.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:46 smithi081 bash[19989]: audit 2024-09-17T08:38:45.223605+0000 mon.smithi081 (mon.0) 505 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:46.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:46 smithi081 bash[19989]: cluster 2024-09-17T08:38:45.735082+0000 mon.smithi081 (mon.0) 506 : cluster [INF] osd.2 [v2:172.21.15.160:6808/4027204744,v1:172.21.15.160:6809/4027204744] boot 2024-09-17T08:38:46.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:46 smithi081 bash[19989]: cluster 2024-09-17T08:38:45.735143+0000 mon.smithi081 (mon.0) 507 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-09-17T08:38:46.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:46 smithi081 bash[19989]: audit 2024-09-17T08:38:45.735684+0000 mon.smithi081 (mon.0) 508 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:46.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:46 smithi081 bash[19989]: audit 2024-09-17T08:38:45.736305+0000 mon.smithi081 (mon.0) 509 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:38:46.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:46 smithi081 bash[19989]: audit 2024-09-17T08:38:45.736739+0000 mon.smithi081 (mon.0) 510 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:46.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:46 smithi081 bash[19989]: audit 2024-09-17T08:38:45.737040+0000 mon.smithi081 (mon.0) 511 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:46.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:46 smithi081 bash[19989]: audit 2024-09-17T08:38:45.737411+0000 mon.smithi081 (mon.0) 512 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:46.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:46 smithi081 bash[19989]: audit 2024-09-17T08:38:45.737757+0000 mon.smithi081 (mon.0) 513 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:46.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:46 smithi081 bash[19989]: audit 2024-09-17T08:38:45.738059+0000 mon.smithi081 (mon.0) 514 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:46.492 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:46 smithi081 bash[19989]: audit 2024-09-17T08:38:45.883900+0000 mon.smithi081 (mon.0) 515 : audit [INF] from='osd.1 [v2:172.21.15.81:6802/1677738257,v1:172.21.15.81:6803/1677738257]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T08:38:46.745 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:46 smithi160 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:38:46.871 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:38:47.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:46 smithi160 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:38:47.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:47 smithi160 bash[25433]: audit 2024-09-17T08:38:46.744608+0000 mon.smithi081 (mon.0) 516 : audit [INF] from='osd.1 [v2:172.21.15.81:6802/1677738257,v1:172.21.15.81:6803/1677738257]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T08:38:47.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:47 smithi160 bash[25433]: cluster 2024-09-17T08:38:46.744654+0000 mon.smithi081 (mon.0) 517 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-09-17T08:38:47.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:47 smithi160 bash[25433]: audit 2024-09-17T08:38:46.744752+0000 mon.smithi081 (mon.0) 518 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:47.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:47 smithi160 bash[25433]: audit 2024-09-17T08:38:46.745033+0000 mon.smithi081 (mon.0) 519 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:47.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:47 smithi160 bash[25433]: audit 2024-09-17T08:38:46.745288+0000 mon.smithi081 (mon.0) 520 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:47.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:47 smithi160 bash[25433]: audit 2024-09-17T08:38:46.745460+0000 mon.smithi081 (mon.0) 521 : audit [INF] from='osd.1 [v2:172.21.15.81:6802/1677738257,v1:172.21.15.81:6803/1677738257]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]: dispatch 2024-09-17T08:38:47.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:47 smithi160 bash[25433]: audit 2024-09-17T08:38:46.745641+0000 mon.smithi081 (mon.0) 522 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:47.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:47 smithi160 bash[25433]: audit 2024-09-17T08:38:46.745796+0000 mon.smithi081 (mon.0) 523 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:47.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:47 smithi160 bash[25433]: audit 2024-09-17T08:38:46.745955+0000 mon.smithi081 (mon.0) 524 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:47.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:47 smithi160 bash[25433]: cluster 2024-09-17T08:38:46.866007+0000 mgr.smithi081.loqrpe (mgr.14197) 117 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:38:47.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:47 smithi160 bash[25433]: audit 2024-09-17T08:38:46.872137+0000 mon.smithi081 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.81:0/2413291867' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:38:47.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:47 smithi160 bash[25433]: audit 2024-09-17T08:38:46.911008+0000 mon.smithi081 (mon.0) 526 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:47.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:47 smithi160 bash[25433]: audit 2024-09-17T08:38:46.916805+0000 mon.smithi081 (mon.0) 527 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:47.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:47 smithi081 bash[19989]: audit 2024-09-17T08:38:46.744608+0000 mon.smithi081 (mon.0) 516 : audit [INF] from='osd.1 [v2:172.21.15.81:6802/1677738257,v1:172.21.15.81:6803/1677738257]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T08:38:47.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:47 smithi081 bash[19989]: cluster 2024-09-17T08:38:46.744654+0000 mon.smithi081 (mon.0) 517 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-09-17T08:38:47.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:47 smithi081 bash[19989]: audit 2024-09-17T08:38:46.744752+0000 mon.smithi081 (mon.0) 518 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:47.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:47 smithi081 bash[19989]: audit 2024-09-17T08:38:46.745033+0000 mon.smithi081 (mon.0) 519 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:47.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:47 smithi081 bash[19989]: audit 2024-09-17T08:38:46.745288+0000 mon.smithi081 (mon.0) 520 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:47.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:47 smithi081 bash[19989]: audit 2024-09-17T08:38:46.745460+0000 mon.smithi081 (mon.0) 521 : audit [INF] from='osd.1 [v2:172.21.15.81:6802/1677738257,v1:172.21.15.81:6803/1677738257]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]: dispatch 2024-09-17T08:38:47.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:47 smithi081 bash[19989]: audit 2024-09-17T08:38:46.745641+0000 mon.smithi081 (mon.0) 522 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:47.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:47 smithi081 bash[19989]: audit 2024-09-17T08:38:46.745796+0000 mon.smithi081 (mon.0) 523 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:47.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:47 smithi081 bash[19989]: audit 2024-09-17T08:38:46.745955+0000 mon.smithi081 (mon.0) 524 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:47.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:47 smithi081 bash[19989]: cluster 2024-09-17T08:38:46.866007+0000 mgr.smithi081.loqrpe (mgr.14197) 117 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:38:47.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:47 smithi081 bash[19989]: audit 2024-09-17T08:38:46.872137+0000 mon.smithi081 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.81:0/2413291867' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:38:47.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:47 smithi081 bash[19989]: audit 2024-09-17T08:38:46.911008+0000 mon.smithi081 (mon.0) 526 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:47.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:47 smithi081 bash[19989]: audit 2024-09-17T08:38:46.916805+0000 mon.smithi081 (mon.0) 527 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:48.540 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":21,"num_osds":8,"num_up_osds":2,"osd_up_since":1726562325,"num_in_osds":8,"osd_in_since":1726562294,"num_remapped_pgs":0} 2024-09-17T08:38:48.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:48 smithi160 bash[25433]: audit 2024-09-17T08:38:47.749506+0000 mon.smithi081 (mon.0) 528 : audit [INF] from='osd.1 [v2:172.21.15.81:6802/1677738257,v1:172.21.15.81:6803/1677738257]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]': finished 2024-09-17T08:38:48.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:48 smithi160 bash[25433]: cluster 2024-09-17T08:38:47.749620+0000 mon.smithi081 (mon.0) 529 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-09-17T08:38:48.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:48 smithi160 bash[25433]: audit 2024-09-17T08:38:47.750299+0000 mon.smithi081 (mon.0) 530 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:48.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:48 smithi160 bash[25433]: audit 2024-09-17T08:38:47.750855+0000 mon.smithi081 (mon.0) 531 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:48.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:48 smithi160 bash[25433]: audit 2024-09-17T08:38:47.751869+0000 mon.smithi081 (mon.0) 532 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:48.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:48 smithi160 bash[25433]: audit 2024-09-17T08:38:47.752208+0000 mon.smithi081 (mon.0) 533 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:48.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:48 smithi160 bash[25433]: audit 2024-09-17T08:38:47.752576+0000 mon.smithi081 (mon.0) 534 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:48.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:48 smithi160 bash[25433]: audit 2024-09-17T08:38:47.753101+0000 mon.smithi081 (mon.0) 535 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:48.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:48 smithi160 bash[25433]: audit 2024-09-17T08:38:47.762041+0000 mon.smithi081 (mon.0) 536 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:48.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:48 smithi160 bash[25433]: audit 2024-09-17T08:38:48.273986+0000 mon.smithi081 (mon.0) 537 : audit [INF] from='osd.1 [v2:172.21.15.81:6802/1677738257,v1:172.21.15.81:6803/1677738257]' entity='osd.1' 2024-09-17T08:38:48.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:48 smithi081 bash[19989]: audit 2024-09-17T08:38:47.749506+0000 mon.smithi081 (mon.0) 528 : audit [INF] from='osd.1 [v2:172.21.15.81:6802/1677738257,v1:172.21.15.81:6803/1677738257]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]': finished 2024-09-17T08:38:48.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:48 smithi081 bash[19989]: cluster 2024-09-17T08:38:47.749620+0000 mon.smithi081 (mon.0) 529 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-09-17T08:38:48.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:48 smithi081 bash[19989]: audit 2024-09-17T08:38:47.750299+0000 mon.smithi081 (mon.0) 530 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:48.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:48 smithi081 bash[19989]: audit 2024-09-17T08:38:47.750855+0000 mon.smithi081 (mon.0) 531 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:48.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:48 smithi081 bash[19989]: audit 2024-09-17T08:38:47.751869+0000 mon.smithi081 (mon.0) 532 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:48.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:48 smithi081 bash[19989]: audit 2024-09-17T08:38:47.752208+0000 mon.smithi081 (mon.0) 533 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:48.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:48 smithi081 bash[19989]: audit 2024-09-17T08:38:47.752576+0000 mon.smithi081 (mon.0) 534 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:48.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:48 smithi081 bash[19989]: audit 2024-09-17T08:38:47.753101+0000 mon.smithi081 (mon.0) 535 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:48.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:48 smithi081 bash[19989]: audit 2024-09-17T08:38:47.762041+0000 mon.smithi081 (mon.0) 536 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:48.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:48 smithi081 bash[19989]: audit 2024-09-17T08:38:48.273986+0000 mon.smithi081 (mon.0) 537 : audit [INF] from='osd.1 [v2:172.21.15.81:6802/1677738257,v1:172.21.15.81:6803/1677738257]' entity='osd.1' 2024-09-17T08:38:49.541 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:38:49.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:49 smithi081 bash[19989]: cluster 2024-09-17T08:38:46.863810+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:38:49.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:49 smithi081 bash[19989]: cluster 2024-09-17T08:38:46.863884+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:38:49.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:49 smithi081 bash[19989]: audit 2024-09-17T08:38:48.762528+0000 mon.smithi081 (mon.0) 538 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:49.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:49 smithi081 bash[19989]: cluster 2024-09-17T08:38:48.866402+0000 mgr.smithi081.loqrpe (mgr.14197) 118 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:38:49.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:49 smithi081 bash[19989]: audit 2024-09-17T08:38:49.238076+0000 mon.smithi160 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/805987513,v1:172.21.15.160:6817/805987513]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T08:38:49.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:49 smithi081 bash[19989]: audit 2024-09-17T08:38:49.239893+0000 mon.smithi081 (mon.0) 539 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T08:38:49.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:49 smithi081 bash[19989]: audit 2024-09-17T08:38:49.278640+0000 mon.smithi160 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/805987513,v1:172.21.15.160:6817/805987513]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-09-17T08:38:49.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:49 smithi081 bash[19989]: cluster 2024-09-17T08:38:49.278887+0000 mon.smithi081 (mon.0) 540 : cluster [INF] osd.1 [v2:172.21.15.81:6802/1677738257,v1:172.21.15.81:6803/1677738257] boot 2024-09-17T08:38:49.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:49 smithi081 bash[19989]: audit 2024-09-17T08:38:49.278979+0000 mon.smithi081 (mon.0) 541 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-17T08:38:49.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:49 smithi081 bash[19989]: cluster 2024-09-17T08:38:49.279043+0000 mon.smithi081 (mon.0) 542 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-09-17T08:38:49.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:49 smithi081 bash[19989]: audit 2024-09-17T08:38:49.279295+0000 mon.smithi081 (mon.0) 543 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:49.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:49 smithi081 bash[19989]: audit 2024-09-17T08:38:49.280338+0000 mon.smithi081 (mon.0) 544 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:49.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:49 smithi081 bash[19989]: audit 2024-09-17T08:38:49.280835+0000 mon.smithi081 (mon.0) 545 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-09-17T08:38:49.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:49 smithi081 bash[19989]: audit 2024-09-17T08:38:49.281490+0000 mon.smithi081 (mon.0) 546 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:49.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:49 smithi081 bash[19989]: audit 2024-09-17T08:38:49.281826+0000 mon.smithi081 (mon.0) 547 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:49.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:49 smithi081 bash[19989]: audit 2024-09-17T08:38:49.282226+0000 mon.smithi081 (mon.0) 548 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:49.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:49 smithi081 bash[19989]: audit 2024-09-17T08:38:49.282640+0000 mon.smithi081 (mon.0) 549 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:50.105 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:49 smithi160 bash[25433]: cluster 2024-09-17T08:38:46.863810+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:38:50.105 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:49 smithi160 bash[25433]: cluster 2024-09-17T08:38:46.863884+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:38:50.105 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:49 smithi160 bash[25433]: audit 2024-09-17T08:38:48.762528+0000 mon.smithi081 (mon.0) 538 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:50.105 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:49 smithi160 bash[25433]: cluster 2024-09-17T08:38:48.866402+0000 mgr.smithi081.loqrpe (mgr.14197) 118 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:38:50.105 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:49 smithi160 bash[25433]: audit 2024-09-17T08:38:49.238076+0000 mon.smithi160 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/805987513,v1:172.21.15.160:6817/805987513]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T08:38:50.105 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:49 smithi160 bash[25433]: audit 2024-09-17T08:38:49.239893+0000 mon.smithi081 (mon.0) 539 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T08:38:50.105 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:49 smithi160 bash[25433]: audit 2024-09-17T08:38:49.278640+0000 mon.smithi160 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/805987513,v1:172.21.15.160:6817/805987513]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-09-17T08:38:50.105 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:49 smithi160 bash[25433]: cluster 2024-09-17T08:38:49.278887+0000 mon.smithi081 (mon.0) 540 : cluster [INF] osd.1 [v2:172.21.15.81:6802/1677738257,v1:172.21.15.81:6803/1677738257] boot 2024-09-17T08:38:50.105 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:49 smithi160 bash[25433]: audit 2024-09-17T08:38:49.278979+0000 mon.smithi081 (mon.0) 541 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-17T08:38:50.105 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:49 smithi160 bash[25433]: cluster 2024-09-17T08:38:49.279043+0000 mon.smithi081 (mon.0) 542 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-09-17T08:38:50.105 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:49 smithi160 bash[25433]: audit 2024-09-17T08:38:49.279295+0000 mon.smithi081 (mon.0) 543 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:38:50.105 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:49 smithi160 bash[25433]: audit 2024-09-17T08:38:49.280338+0000 mon.smithi081 (mon.0) 544 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:50.106 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:49 smithi160 bash[25433]: audit 2024-09-17T08:38:49.280835+0000 mon.smithi081 (mon.0) 545 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-09-17T08:38:50.106 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:49 smithi160 bash[25433]: audit 2024-09-17T08:38:49.281490+0000 mon.smithi081 (mon.0) 546 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:50.106 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:49 smithi160 bash[25433]: audit 2024-09-17T08:38:49.281826+0000 mon.smithi081 (mon.0) 547 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:50.106 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:49 smithi160 bash[25433]: audit 2024-09-17T08:38:49.282226+0000 mon.smithi081 (mon.0) 548 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:50.106 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:49 smithi160 bash[25433]: audit 2024-09-17T08:38:49.282640+0000 mon.smithi081 (mon.0) 549 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:51.400 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:51 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:38:51.683 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:51 smithi081 bash[19989]: audit 2024-09-17T08:38:50.280783+0000 mon.smithi081 (mon.0) 550 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-17T08:38:51.683 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:51 smithi081 bash[19989]: cluster 2024-09-17T08:38:50.280909+0000 mon.smithi081 (mon.0) 551 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-09-17T08:38:51.683 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:51 smithi081 bash[19989]: audit 2024-09-17T08:38:50.281098+0000 mon.smithi081 (mon.0) 552 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:51.683 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:51 smithi081 bash[19989]: audit 2024-09-17T08:38:50.281540+0000 mon.smithi081 (mon.0) 553 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:51.683 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:51 smithi081 bash[19989]: audit 2024-09-17T08:38:50.281740+0000 mon.smithi081 (mon.0) 554 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:51.683 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:51 smithi081 bash[19989]: audit 2024-09-17T08:38:50.281968+0000 mon.smithi081 (mon.0) 555 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:51.683 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:51 smithi081 bash[19989]: audit 2024-09-17T08:38:50.282192+0000 mon.smithi081 (mon.0) 556 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:51.683 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:51 smithi081 bash[19989]: audit 2024-09-17T08:38:50.290377+0000 mon.smithi081 (mon.0) 557 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:51.683 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:51 smithi081 bash[19989]: audit 2024-09-17T08:38:50.845397+0000 mon.smithi081 (mon.0) 558 : audit [INF] from='osd.4 ' entity='osd.4' 2024-09-17T08:38:51.684 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:51 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:38:51.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:51 smithi160 bash[25433]: audit 2024-09-17T08:38:50.280783+0000 mon.smithi081 (mon.0) 550 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-17T08:38:51.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:51 smithi160 bash[25433]: cluster 2024-09-17T08:38:50.280909+0000 mon.smithi081 (mon.0) 551 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-09-17T08:38:51.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:51 smithi160 bash[25433]: audit 2024-09-17T08:38:50.281098+0000 mon.smithi081 (mon.0) 552 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:51.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:51 smithi160 bash[25433]: audit 2024-09-17T08:38:50.281540+0000 mon.smithi081 (mon.0) 553 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:51.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:51 smithi160 bash[25433]: audit 2024-09-17T08:38:50.281740+0000 mon.smithi081 (mon.0) 554 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:51.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:51 smithi160 bash[25433]: audit 2024-09-17T08:38:50.281968+0000 mon.smithi081 (mon.0) 555 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:51.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:51 smithi160 bash[25433]: audit 2024-09-17T08:38:50.282192+0000 mon.smithi081 (mon.0) 556 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:51.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:51 smithi160 bash[25433]: audit 2024-09-17T08:38:50.290377+0000 mon.smithi081 (mon.0) 557 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:51.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:51 smithi160 bash[25433]: audit 2024-09-17T08:38:50.845397+0000 mon.smithi081 (mon.0) 558 : audit [INF] from='osd.4 ' entity='osd.4' 2024-09-17T08:38:52.681 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:52 smithi160 bash[25433]: cluster 2024-09-17T08:38:50.269679+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:38:52.681 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:52 smithi160 bash[25433]: cluster 2024-09-17T08:38:50.269766+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:38:52.681 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:52 smithi160 bash[25433]: cluster 2024-09-17T08:38:50.866875+0000 mgr.smithi081.loqrpe (mgr.14197) 119 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:38:52.681 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:52 smithi160 bash[25433]: audit 2024-09-17T08:38:50.946333+0000 mon.smithi081 (mon.0) 559 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-09-17T08:38:52.682 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:52 smithi160 bash[25433]: audit 2024-09-17T08:38:51.399392+0000 mon.smithi081 (mon.0) 560 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:52.682 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:52 smithi160 bash[25433]: audit 2024-09-17T08:38:51.715389+0000 mon.smithi081 (mon.0) 561 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:52.682 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:52 smithi160 bash[25433]: audit 2024-09-17T08:38:51.721796+0000 mon.smithi081 (mon.0) 562 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:52.682 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:52 smithi160 bash[25433]: audit 2024-09-17T08:38:51.722513+0000 mon.smithi081 (mon.0) 563 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-17T08:38:52.682 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:52 smithi160 bash[25433]: audit 2024-09-17T08:38:51.723123+0000 mon.smithi081 (mon.0) 564 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:38:52.682 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:52 smithi160 bash[25433]: cephadm 2024-09-17T08:38:51.723621+0000 mgr.smithi081.loqrpe (mgr.14197) 120 : cephadm [INF] Deploying daemon osd.7 on smithi081 2024-09-17T08:38:52.682 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:52 smithi160 bash[25433]: cluster 2024-09-17T08:38:51.847419+0000 mon.smithi081 (mon.0) 565 : cluster [INF] osd.4 [v2:172.21.15.160:6816/805987513,v1:172.21.15.160:6817/805987513] boot 2024-09-17T08:38:52.682 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:52 smithi160 bash[25433]: audit 2024-09-17T08:38:51.847464+0000 mon.smithi081 (mon.0) 566 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-17T08:38:52.682 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:52 smithi160 bash[25433]: cluster 2024-09-17T08:38:51.847497+0000 mon.smithi081 (mon.0) 567 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-09-17T08:38:52.682 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:52 smithi160 bash[25433]: audit 2024-09-17T08:38:51.847910+0000 mon.smithi081 (mon.0) 568 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:52.682 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:52 smithi160 bash[25433]: audit 2024-09-17T08:38:51.848860+0000 mon.smithi081 (mon.0) 569 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:52.682 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:52 smithi160 bash[25433]: audit 2024-09-17T08:38:51.849636+0000 mon.smithi081 (mon.0) 570 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:52.682 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:52 smithi160 bash[25433]: audit 2024-09-17T08:38:51.850169+0000 mon.smithi081 (mon.0) 571 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:52.683 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:52 smithi160 bash[25433]: audit 2024-09-17T08:38:51.850672+0000 mon.smithi081 (mon.0) 572 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:52.683 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:52 smithi160 bash[25433]: audit 2024-09-17T08:38:51.851767+0000 mon.smithi081 (mon.0) 573 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T08:38:52.683 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:52 smithi160 bash[25433]: audit 2024-09-17T08:38:51.894475+0000 mon.smithi081 (mon.0) 574 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:38:52.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:52 smithi081 bash[19989]: cluster 2024-09-17T08:38:50.269679+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:38:52.742 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:52 smithi081 bash[19989]: cluster 2024-09-17T08:38:50.269766+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:38:52.742 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:52 smithi081 bash[19989]: cluster 2024-09-17T08:38:50.866875+0000 mgr.smithi081.loqrpe (mgr.14197) 119 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:38:52.742 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:52 smithi081 bash[19989]: audit 2024-09-17T08:38:50.946333+0000 mon.smithi081 (mon.0) 559 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-09-17T08:38:52.742 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:52 smithi081 bash[19989]: audit 2024-09-17T08:38:51.399392+0000 mon.smithi081 (mon.0) 560 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:52.742 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:52 smithi081 bash[19989]: audit 2024-09-17T08:38:51.715389+0000 mon.smithi081 (mon.0) 561 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:52.742 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:52 smithi081 bash[19989]: audit 2024-09-17T08:38:51.721796+0000 mon.smithi081 (mon.0) 562 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:52.742 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:52 smithi081 bash[19989]: audit 2024-09-17T08:38:51.722513+0000 mon.smithi081 (mon.0) 563 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-17T08:38:52.742 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:52 smithi081 bash[19989]: audit 2024-09-17T08:38:51.723123+0000 mon.smithi081 (mon.0) 564 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:38:52.742 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:52 smithi081 bash[19989]: cephadm 2024-09-17T08:38:51.723621+0000 mgr.smithi081.loqrpe (mgr.14197) 120 : cephadm [INF] Deploying daemon osd.7 on smithi081 2024-09-17T08:38:52.742 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:52 smithi081 bash[19989]: cluster 2024-09-17T08:38:51.847419+0000 mon.smithi081 (mon.0) 565 : cluster [INF] osd.4 [v2:172.21.15.160:6816/805987513,v1:172.21.15.160:6817/805987513] boot 2024-09-17T08:38:52.742 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:52 smithi081 bash[19989]: audit 2024-09-17T08:38:51.847464+0000 mon.smithi081 (mon.0) 566 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-17T08:38:52.743 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:52 smithi081 bash[19989]: cluster 2024-09-17T08:38:51.847497+0000 mon.smithi081 (mon.0) 567 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-09-17T08:38:52.743 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:52 smithi081 bash[19989]: audit 2024-09-17T08:38:51.847910+0000 mon.smithi081 (mon.0) 568 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:52.743 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:52 smithi081 bash[19989]: audit 2024-09-17T08:38:51.848860+0000 mon.smithi081 (mon.0) 569 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:38:52.743 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:52 smithi081 bash[19989]: audit 2024-09-17T08:38:51.849636+0000 mon.smithi081 (mon.0) 570 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:52.743 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:52 smithi081 bash[19989]: audit 2024-09-17T08:38:51.850169+0000 mon.smithi081 (mon.0) 571 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:52.743 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:52 smithi081 bash[19989]: audit 2024-09-17T08:38:51.850672+0000 mon.smithi081 (mon.0) 572 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:52.743 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:52 smithi081 bash[19989]: audit 2024-09-17T08:38:51.851767+0000 mon.smithi081 (mon.0) 573 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T08:38:52.743 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:52 smithi081 bash[19989]: audit 2024-09-17T08:38:51.894475+0000 mon.smithi081 (mon.0) 574 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:38:53.985 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:53 smithi081 bash[19989]: audit 2024-09-17T08:38:52.848299+0000 mon.smithi081 (mon.0) 575 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T08:38:53.985 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:53 smithi081 bash[19989]: cluster 2024-09-17T08:38:52.848426+0000 mon.smithi081 (mon.0) 576 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-09-17T08:38:53.985 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:53 smithi081 bash[19989]: audit 2024-09-17T08:38:52.848736+0000 mon.smithi081 (mon.0) 577 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:53.985 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:53 smithi081 bash[19989]: audit 2024-09-17T08:38:52.849268+0000 mon.smithi081 (mon.0) 578 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:53.985 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:53 smithi081 bash[19989]: audit 2024-09-17T08:38:52.849573+0000 mon.smithi081 (mon.0) 579 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:53.985 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:53 smithi081 bash[19989]: audit 2024-09-17T08:38:52.849922+0000 mon.smithi081 (mon.0) 580 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:53.985 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:53 smithi081 bash[19989]: cluster 2024-09-17T08:38:52.867363+0000 mgr.smithi081.loqrpe (mgr.14197) 121 : cluster [DBG] pgmap v82: 1 pgs: 1 unknown; 0 B data, 118 MiB used, 357 GiB / 358 GiB avail 2024-09-17T08:38:53.985 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:53 smithi081 bash[19989]: audit 2024-09-17T08:38:53.666372+0000 mon.smithi081 (mon.0) 581 : audit [INF] from='osd.3 [v2:172.21.15.81:6810/1329515683,v1:172.21.15.81:6811/1329515683]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-17T08:38:53.985 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:53 smithi081 bash[19989]: audit 2024-09-17T08:38:53.729650+0000 mon.smithi160 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.160:6824/3944952082,v1:172.21.15.160:6825/3944952082]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T08:38:53.986 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:53 smithi081 bash[19989]: audit 2024-09-17T08:38:53.731492+0000 mon.smithi081 (mon.0) 582 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T08:38:54.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:53 smithi160 bash[25433]: audit 2024-09-17T08:38:52.848299+0000 mon.smithi081 (mon.0) 575 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T08:38:54.009 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:53 smithi160 bash[25433]: cluster 2024-09-17T08:38:52.848426+0000 mon.smithi081 (mon.0) 576 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-09-17T08:38:54.009 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:53 smithi160 bash[25433]: audit 2024-09-17T08:38:52.848736+0000 mon.smithi081 (mon.0) 577 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:54.009 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:53 smithi160 bash[25433]: audit 2024-09-17T08:38:52.849268+0000 mon.smithi081 (mon.0) 578 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:54.009 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:53 smithi160 bash[25433]: audit 2024-09-17T08:38:52.849573+0000 mon.smithi081 (mon.0) 579 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:54.009 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:53 smithi160 bash[25433]: audit 2024-09-17T08:38:52.849922+0000 mon.smithi081 (mon.0) 580 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:54.009 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:53 smithi160 bash[25433]: cluster 2024-09-17T08:38:52.867363+0000 mgr.smithi081.loqrpe (mgr.14197) 121 : cluster [DBG] pgmap v82: 1 pgs: 1 unknown; 0 B data, 118 MiB used, 357 GiB / 358 GiB avail 2024-09-17T08:38:54.009 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:53 smithi160 bash[25433]: audit 2024-09-17T08:38:53.666372+0000 mon.smithi081 (mon.0) 581 : audit [INF] from='osd.3 [v2:172.21.15.81:6810/1329515683,v1:172.21.15.81:6811/1329515683]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-17T08:38:54.009 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:53 smithi160 bash[25433]: audit 2024-09-17T08:38:53.729650+0000 mon.smithi160 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.160:6824/3944952082,v1:172.21.15.160:6825/3944952082]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T08:38:54.009 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:53 smithi160 bash[25433]: audit 2024-09-17T08:38:53.731492+0000 mon.smithi081 (mon.0) 582 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T08:38:55.213 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:54 smithi081 bash[19989]: audit 2024-09-17T08:38:53.857937+0000 mon.smithi160 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.160:6824/3944952082,v1:172.21.15.160:6825/3944952082]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-09-17T08:38:55.213 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:54 smithi081 bash[19989]: audit 2024-09-17T08:38:53.858265+0000 mon.smithi081 (mon.0) 583 : audit [INF] from='osd.3 [v2:172.21.15.81:6810/1329515683,v1:172.21.15.81:6811/1329515683]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T08:38:55.213 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:54 smithi081 bash[19989]: audit 2024-09-17T08:38:53.858363+0000 mon.smithi081 (mon.0) 584 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-17T08:38:55.213 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:54 smithi081 bash[19989]: cluster 2024-09-17T08:38:53.858449+0000 mon.smithi081 (mon.0) 585 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-09-17T08:38:55.213 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:54 smithi081 bash[19989]: audit 2024-09-17T08:38:53.858773+0000 mon.smithi081 (mon.0) 586 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:55.213 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:54 smithi081 bash[19989]: audit 2024-09-17T08:38:53.859178+0000 mon.smithi081 (mon.0) 587 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:55.213 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:54 smithi081 bash[19989]: audit 2024-09-17T08:38:53.859445+0000 mon.smithi081 (mon.0) 588 : audit [INF] from='osd.3 [v2:172.21.15.81:6810/1329515683,v1:172.21.15.81:6811/1329515683]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]: dispatch 2024-09-17T08:38:55.213 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:54 smithi081 bash[19989]: audit 2024-09-17T08:38:53.859674+0000 mon.smithi081 (mon.0) 589 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:55.214 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:54 smithi081 bash[19989]: audit 2024-09-17T08:38:53.859893+0000 mon.smithi081 (mon.0) 590 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-09-17T08:38:55.214 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:54 smithi081 bash[19989]: audit 2024-09-17T08:38:53.860108+0000 mon.smithi081 (mon.0) 591 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:55.214 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:54 smithi081 bash[19989]: audit 2024-09-17T08:38:54.387685+0000 mon.smithi081 (mon.0) 592 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:55.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:54 smithi160 bash[25433]: audit 2024-09-17T08:38:53.857937+0000 mon.smithi160 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.160:6824/3944952082,v1:172.21.15.160:6825/3944952082]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-09-17T08:38:55.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:54 smithi160 bash[25433]: audit 2024-09-17T08:38:53.858265+0000 mon.smithi081 (mon.0) 583 : audit [INF] from='osd.3 [v2:172.21.15.81:6810/1329515683,v1:172.21.15.81:6811/1329515683]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T08:38:55.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:54 smithi160 bash[25433]: audit 2024-09-17T08:38:53.858363+0000 mon.smithi081 (mon.0) 584 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-17T08:38:55.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:54 smithi160 bash[25433]: cluster 2024-09-17T08:38:53.858449+0000 mon.smithi081 (mon.0) 585 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-09-17T08:38:55.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:54 smithi160 bash[25433]: audit 2024-09-17T08:38:53.858773+0000 mon.smithi081 (mon.0) 586 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:55.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:54 smithi160 bash[25433]: audit 2024-09-17T08:38:53.859178+0000 mon.smithi081 (mon.0) 587 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:55.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:54 smithi160 bash[25433]: audit 2024-09-17T08:38:53.859445+0000 mon.smithi081 (mon.0) 588 : audit [INF] from='osd.3 [v2:172.21.15.81:6810/1329515683,v1:172.21.15.81:6811/1329515683]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]: dispatch 2024-09-17T08:38:55.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:54 smithi160 bash[25433]: audit 2024-09-17T08:38:53.859674+0000 mon.smithi081 (mon.0) 589 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:55.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:54 smithi160 bash[25433]: audit 2024-09-17T08:38:53.859893+0000 mon.smithi081 (mon.0) 590 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-09-17T08:38:55.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:54 smithi160 bash[25433]: audit 2024-09-17T08:38:53.860108+0000 mon.smithi081 (mon.0) 591 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:55.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:54 smithi160 bash[25433]: audit 2024-09-17T08:38:54.387685+0000 mon.smithi081 (mon.0) 592 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:55.771 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:38:55.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:55 smithi160 bash[25433]: audit 2024-09-17T08:38:54.856663+0000 mon.smithi081 (mon.0) 593 : audit [INF] from='osd.3 [v2:172.21.15.81:6810/1329515683,v1:172.21.15.81:6811/1329515683]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]': finished 2024-09-17T08:38:55.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:55 smithi160 bash[25433]: audit 2024-09-17T08:38:54.856717+0000 mon.smithi081 (mon.0) 594 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-17T08:38:55.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:55 smithi160 bash[25433]: cluster 2024-09-17T08:38:54.856758+0000 mon.smithi081 (mon.0) 595 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-09-17T08:38:55.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:55 smithi160 bash[25433]: audit 2024-09-17T08:38:54.857387+0000 mon.smithi081 (mon.0) 596 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:55.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:55 smithi160 bash[25433]: audit 2024-09-17T08:38:54.857714+0000 mon.smithi081 (mon.0) 597 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:55.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:55 smithi160 bash[25433]: audit 2024-09-17T08:38:54.858505+0000 mon.smithi081 (mon.0) 598 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:55.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:55 smithi160 bash[25433]: audit 2024-09-17T08:38:54.858749+0000 mon.smithi081 (mon.0) 599 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:55.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:55 smithi160 bash[25433]: audit 2024-09-17T08:38:54.862125+0000 mon.smithi081 (mon.0) 600 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:55.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:55 smithi160 bash[25433]: cluster 2024-09-17T08:38:54.867655+0000 mgr.smithi081.loqrpe (mgr.14197) 122 : cluster [DBG] pgmap v85: 1 pgs: 1 unknown; 0 B data, 119 MiB used, 357 GiB / 358 GiB avail 2024-09-17T08:38:55.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:55 smithi160 bash[25433]: cluster 2024-09-17T08:38:54.877875+0000 mon.smithi081 (mon.0) 601 : cluster [DBG] mgrmap e19: smithi081.loqrpe(active, since 2m), standbys: smithi160.aruonq 2024-09-17T08:38:55.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:55 smithi160 bash[25433]: audit 2024-09-17T08:38:54.878373+0000 mon.smithi081 (mon.0) 602 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:55.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:55 smithi160 bash[25433]: audit 2024-09-17T08:38:55.415687+0000 mon.smithi081 (mon.0) 603 : audit [INF] from='osd.6 ' entity='osd.6' 2024-09-17T08:38:55.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:55 smithi160 bash[25433]: audit 2024-09-17T08:38:55.428001+0000 mon.smithi081 (mon.0) 604 : audit [INF] from='osd.3 [v2:172.21.15.81:6810/1329515683,v1:172.21.15.81:6811/1329515683]' entity='osd.3' 2024-09-17T08:38:55.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:55 smithi160 bash[25433]: cluster 2024-09-17T08:38:55.440931+0000 mon.smithi081 (mon.0) 605 : cluster [DBG] osdmap e29: 8 total, 4 up, 8 in 2024-09-17T08:38:55.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:55 smithi160 bash[25433]: audit 2024-09-17T08:38:55.441052+0000 mon.smithi081 (mon.0) 606 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:55.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:55 smithi160 bash[25433]: audit 2024-09-17T08:38:55.441223+0000 mon.smithi081 (mon.0) 607 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:55.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:55 smithi160 bash[25433]: audit 2024-09-17T08:38:55.441361+0000 mon.smithi081 (mon.0) 608 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:55.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:55 smithi160 bash[25433]: audit 2024-09-17T08:38:55.441471+0000 mon.smithi081 (mon.0) 609 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:56.209 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:55 smithi081 bash[19989]: audit 2024-09-17T08:38:54.856663+0000 mon.smithi081 (mon.0) 593 : audit [INF] from='osd.3 [v2:172.21.15.81:6810/1329515683,v1:172.21.15.81:6811/1329515683]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]': finished 2024-09-17T08:38:56.209 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:55 smithi081 bash[19989]: audit 2024-09-17T08:38:54.856717+0000 mon.smithi081 (mon.0) 594 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-17T08:38:56.209 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:55 smithi081 bash[19989]: cluster 2024-09-17T08:38:54.856758+0000 mon.smithi081 (mon.0) 595 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-09-17T08:38:56.209 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:55 smithi081 bash[19989]: audit 2024-09-17T08:38:54.857387+0000 mon.smithi081 (mon.0) 596 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:56.209 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:55 smithi081 bash[19989]: audit 2024-09-17T08:38:54.857714+0000 mon.smithi081 (mon.0) 597 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:56.210 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:55 smithi081 bash[19989]: audit 2024-09-17T08:38:54.858505+0000 mon.smithi081 (mon.0) 598 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:56.210 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:55 smithi081 bash[19989]: audit 2024-09-17T08:38:54.858749+0000 mon.smithi081 (mon.0) 599 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:56.210 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:55 smithi081 bash[19989]: audit 2024-09-17T08:38:54.862125+0000 mon.smithi081 (mon.0) 600 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:56.210 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:55 smithi081 bash[19989]: cluster 2024-09-17T08:38:54.867655+0000 mgr.smithi081.loqrpe (mgr.14197) 122 : cluster [DBG] pgmap v85: 1 pgs: 1 unknown; 0 B data, 119 MiB used, 357 GiB / 358 GiB avail 2024-09-17T08:38:56.210 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:55 smithi081 bash[19989]: cluster 2024-09-17T08:38:54.877875+0000 mon.smithi081 (mon.0) 601 : cluster [DBG] mgrmap e19: smithi081.loqrpe(active, since 2m), standbys: smithi160.aruonq 2024-09-17T08:38:56.210 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:55 smithi081 bash[19989]: audit 2024-09-17T08:38:54.878373+0000 mon.smithi081 (mon.0) 602 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:56.210 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:55 smithi081 bash[19989]: audit 2024-09-17T08:38:55.415687+0000 mon.smithi081 (mon.0) 603 : audit [INF] from='osd.6 ' entity='osd.6' 2024-09-17T08:38:56.210 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:55 smithi081 bash[19989]: audit 2024-09-17T08:38:55.428001+0000 mon.smithi081 (mon.0) 604 : audit [INF] from='osd.3 [v2:172.21.15.81:6810/1329515683,v1:172.21.15.81:6811/1329515683]' entity='osd.3' 2024-09-17T08:38:56.210 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:55 smithi081 bash[19989]: cluster 2024-09-17T08:38:55.440931+0000 mon.smithi081 (mon.0) 605 : cluster [DBG] osdmap e29: 8 total, 4 up, 8 in 2024-09-17T08:38:56.210 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:55 smithi081 bash[19989]: audit 2024-09-17T08:38:55.441052+0000 mon.smithi081 (mon.0) 606 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:56.210 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:55 smithi081 bash[19989]: audit 2024-09-17T08:38:55.441223+0000 mon.smithi081 (mon.0) 607 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:56.210 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:55 smithi081 bash[19989]: audit 2024-09-17T08:38:55.441361+0000 mon.smithi081 (mon.0) 608 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:56.211 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:55 smithi081 bash[19989]: audit 2024-09-17T08:38:55.441471+0000 mon.smithi081 (mon.0) 609 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:57.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:56 smithi160 bash[25433]: cluster 2024-09-17T08:38:54.673816+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:38:57.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:56 smithi160 bash[25433]: cluster 2024-09-17T08:38:54.673897+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:38:57.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:56 smithi160 bash[25433]: cluster 2024-09-17T08:38:54.754672+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:38:57.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:56 smithi160 bash[25433]: cluster 2024-09-17T08:38:54.754785+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:38:57.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:56 smithi160 bash[25433]: audit 2024-09-17T08:38:55.862306+0000 mon.smithi081 (mon.0) 610 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:57.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:56 smithi160 bash[25433]: audit 2024-09-17T08:38:55.868566+0000 mon.smithi081 (mon.0) 611 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:57.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:56 smithi160 bash[25433]: cluster 2024-09-17T08:38:56.447492+0000 mon.smithi081 (mon.0) 612 : cluster [INF] osd.6 [v2:172.21.15.160:6824/3944952082,v1:172.21.15.160:6825/3944952082] boot 2024-09-17T08:38:57.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:56 smithi160 bash[25433]: cluster 2024-09-17T08:38:56.447612+0000 mon.smithi081 (mon.0) 613 : cluster [INF] osd.3 [v2:172.21.15.81:6810/1329515683,v1:172.21.15.81:6811/1329515683] boot 2024-09-17T08:38:57.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:56 smithi160 bash[25433]: cluster 2024-09-17T08:38:56.447725+0000 mon.smithi081 (mon.0) 614 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-09-17T08:38:57.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:56 smithi160 bash[25433]: audit 2024-09-17T08:38:56.447978+0000 mon.smithi081 (mon.0) 615 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:57.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:56 smithi160 bash[25433]: audit 2024-09-17T08:38:56.448983+0000 mon.smithi081 (mon.0) 616 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:57.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:56 smithi160 bash[25433]: audit 2024-09-17T08:38:56.449481+0000 mon.smithi081 (mon.0) 617 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:57.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:56 smithi160 bash[25433]: audit 2024-09-17T08:38:56.450091+0000 mon.smithi081 (mon.0) 618 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:57.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:56 smithi081 bash[19989]: cluster 2024-09-17T08:38:54.673816+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:38:57.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:56 smithi081 bash[19989]: cluster 2024-09-17T08:38:54.673897+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:38:57.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:56 smithi081 bash[19989]: cluster 2024-09-17T08:38:54.754672+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:38:57.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:56 smithi081 bash[19989]: cluster 2024-09-17T08:38:54.754785+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:38:57.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:56 smithi081 bash[19989]: audit 2024-09-17T08:38:55.862306+0000 mon.smithi081 (mon.0) 610 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:57.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:56 smithi081 bash[19989]: audit 2024-09-17T08:38:55.868566+0000 mon.smithi081 (mon.0) 611 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:57.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:56 smithi081 bash[19989]: cluster 2024-09-17T08:38:56.447492+0000 mon.smithi081 (mon.0) 612 : cluster [INF] osd.6 [v2:172.21.15.160:6824/3944952082,v1:172.21.15.160:6825/3944952082] boot 2024-09-17T08:38:57.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:56 smithi081 bash[19989]: cluster 2024-09-17T08:38:56.447612+0000 mon.smithi081 (mon.0) 613 : cluster [INF] osd.3 [v2:172.21.15.81:6810/1329515683,v1:172.21.15.81:6811/1329515683] boot 2024-09-17T08:38:57.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:56 smithi081 bash[19989]: cluster 2024-09-17T08:38:56.447725+0000 mon.smithi081 (mon.0) 614 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-09-17T08:38:57.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:56 smithi081 bash[19989]: audit 2024-09-17T08:38:56.447978+0000 mon.smithi081 (mon.0) 615 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:38:57.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:56 smithi081 bash[19989]: audit 2024-09-17T08:38:56.448983+0000 mon.smithi081 (mon.0) 616 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:57.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:56 smithi081 bash[19989]: audit 2024-09-17T08:38:56.449481+0000 mon.smithi081 (mon.0) 617 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:38:57.242 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:56 smithi081 bash[19989]: audit 2024-09-17T08:38:56.450091+0000 mon.smithi081 (mon.0) 618 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:58.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:57 smithi160 bash[25433]: cluster 2024-09-17T08:38:56.868090+0000 mgr.smithi081.loqrpe (mgr.14197) 123 : cluster [DBG] pgmap v88: 1 pgs: 1 unknown; 0 B data, 156 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:38:58.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:57 smithi160 bash[25433]: audit 2024-09-17T08:38:56.983120+0000 mon.smithi081 (mon.0) 619 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:58.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:57 smithi160 bash[25433]: audit 2024-09-17T08:38:56.994166+0000 mon.smithi081 (mon.0) 620 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:58.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:57 smithi160 bash[25433]: cluster 2024-09-17T08:38:57.456109+0000 mon.smithi081 (mon.0) 621 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-09-17T08:38:58.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:57 smithi160 bash[25433]: audit 2024-09-17T08:38:57.456334+0000 mon.smithi081 (mon.0) 622 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:58.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:57 smithi160 bash[25433]: audit 2024-09-17T08:38:57.456771+0000 mon.smithi081 (mon.0) 623 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:58.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:57 smithi081 bash[19989]: cluster 2024-09-17T08:38:56.868090+0000 mgr.smithi081.loqrpe (mgr.14197) 123 : cluster [DBG] pgmap v88: 1 pgs: 1 unknown; 0 B data, 156 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:38:58.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:57 smithi081 bash[19989]: audit 2024-09-17T08:38:56.983120+0000 mon.smithi081 (mon.0) 619 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:58.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:57 smithi081 bash[19989]: audit 2024-09-17T08:38:56.994166+0000 mon.smithi081 (mon.0) 620 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:58.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:57 smithi081 bash[19989]: cluster 2024-09-17T08:38:57.456109+0000 mon.smithi081 (mon.0) 621 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-09-17T08:38:58.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:57 smithi081 bash[19989]: audit 2024-09-17T08:38:57.456334+0000 mon.smithi081 (mon.0) 622 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:58.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:57 smithi081 bash[19989]: audit 2024-09-17T08:38:57.456771+0000 mon.smithi081 (mon.0) 623 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:59.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:59 smithi160 bash[25433]: cluster 2024-09-17T08:38:58.457390+0000 mon.smithi081 (mon.0) 624 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-09-17T08:38:59.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:59 smithi160 bash[25433]: audit 2024-09-17T08:38:58.457638+0000 mon.smithi081 (mon.0) 625 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:59.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:59 smithi160 bash[25433]: audit 2024-09-17T08:38:58.457865+0000 mon.smithi081 (mon.0) 626 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:59.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:59 smithi160 bash[25433]: audit 2024-09-17T08:38:58.545015+0000 mon.smithi081 (mon.0) 627 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:59.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:38:59 smithi160 bash[25433]: cluster 2024-09-17T08:38:58.868550+0000 mgr.smithi081.loqrpe (mgr.14197) 124 : cluster [DBG] pgmap v91: 1 pgs: 1 unknown; 0 B data, 186 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:38:59.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:59 smithi081 bash[19989]: cluster 2024-09-17T08:38:58.457390+0000 mon.smithi081 (mon.0) 624 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-09-17T08:38:59.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:59 smithi081 bash[19989]: audit 2024-09-17T08:38:58.457638+0000 mon.smithi081 (mon.0) 625 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:38:59.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:59 smithi081 bash[19989]: audit 2024-09-17T08:38:58.457865+0000 mon.smithi081 (mon.0) 626 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:38:59.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:59 smithi081 bash[19989]: audit 2024-09-17T08:38:58.545015+0000 mon.smithi081 (mon.0) 627 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:38:59.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:59 smithi081 bash[19989]: cluster 2024-09-17T08:38:58.868550+0000 mgr.smithi081.loqrpe (mgr.14197) 124 : cluster [DBG] pgmap v91: 1 pgs: 1 unknown; 0 B data, 186 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:39:00.084 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:38:59 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:39:00.337 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:00 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:39:00.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:00 smithi081 bash[19989]: audit 2024-09-17T08:38:59.521688+0000 mon.smithi081 (mon.0) 628 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:00.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:00 smithi081 bash[19989]: audit 2024-09-17T08:39:00.367927+0000 mon.smithi081 (mon.0) 629 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:00.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:00 smithi081 bash[19989]: audit 2024-09-17T08:39:00.373606+0000 mon.smithi081 (mon.0) 630 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:00.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:00 smithi081 bash[19989]: audit 2024-09-17T08:39:00.449633+0000 mon.smithi081 (mon.0) 631 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:00.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:00 smithi160 bash[25433]: audit 2024-09-17T08:38:59.521688+0000 mon.smithi081 (mon.0) 628 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:00.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:00 smithi160 bash[25433]: audit 2024-09-17T08:39:00.367927+0000 mon.smithi081 (mon.0) 629 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:00.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:00 smithi160 bash[25433]: audit 2024-09-17T08:39:00.373606+0000 mon.smithi081 (mon.0) 630 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:00.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:00 smithi160 bash[25433]: audit 2024-09-17T08:39:00.449633+0000 mon.smithi081 (mon.0) 631 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:01.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:01 smithi081 bash[19989]: cluster 2024-09-17T08:39:00.868937+0000 mgr.smithi081.loqrpe (mgr.14197) 125 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:39:01.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:01 smithi081 bash[19989]: audit 2024-09-17T08:39:01.409136+0000 mon.smithi081 (mon.0) 632 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:01.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:01 smithi160 bash[25433]: cluster 2024-09-17T08:39:00.868937+0000 mgr.smithi081.loqrpe (mgr.14197) 125 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:39:01.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:01 smithi160 bash[25433]: audit 2024-09-17T08:39:01.409136+0000 mon.smithi081 (mon.0) 632 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:03.223 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:39:03.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:03 smithi160 bash[25433]: audit 2024-09-17T08:39:01.771293+0000 mon.smithi081 (mon.0) 633 : audit [INF] from='osd.5 [v2:172.21.15.81:6818/3751526137,v1:172.21.15.81:6819/3751526137]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-17T08:39:03.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:03 smithi160 bash[25433]: audit 2024-09-17T08:39:02.319296+0000 mon.smithi081 (mon.0) 634 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:03.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:03 smithi160 bash[25433]: audit 2024-09-17T08:39:02.321794+0000 mon.smithi081 (mon.0) 635 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T08:39:03.500 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:03 smithi081 bash[19989]: audit 2024-09-17T08:39:01.771293+0000 mon.smithi081 (mon.0) 633 : audit [INF] from='osd.5 [v2:172.21.15.81:6818/3751526137,v1:172.21.15.81:6819/3751526137]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-17T08:39:03.500 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:03 smithi081 bash[19989]: audit 2024-09-17T08:39:02.319296+0000 mon.smithi081 (mon.0) 634 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:03.500 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:03 smithi081 bash[19989]: audit 2024-09-17T08:39:02.321794+0000 mon.smithi081 (mon.0) 635 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T08:39:04.485 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:04 smithi081 bash[19989]: cluster 2024-09-17T08:39:02.869415+0000 mgr.smithi081.loqrpe (mgr.14197) 126 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:39:04.485 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:04 smithi081 bash[19989]: audit 2024-09-17T08:39:03.221671+0000 mon.smithi081 (mon.0) 636 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T08:39:04.485 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:04 smithi081 bash[19989]: audit 2024-09-17T08:39:03.223406+0000 mon.smithi081 (mon.0) 637 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi081"}]: dispatch 2024-09-17T08:39:04.485 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:04 smithi081 bash[19989]: audit 2024-09-17T08:39:03.223538+0000 mon.smithi081 (mon.0) 638 : audit [DBG] from='client.? 172.21.15.81:0/3354000626' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:39:04.485 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:04 smithi081 bash[19989]: audit 2024-09-17T08:39:03.223680+0000 mon.smithi081 (mon.0) 639 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-09-17T08:39:04.486 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:04 smithi081 bash[19989]: audit 2024-09-17T08:39:03.234819+0000 mon.smithi081 (mon.0) 640 : audit [INF] from='osd.5 [v2:172.21.15.81:6818/3751526137,v1:172.21.15.81:6819/3751526137]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T08:39:04.486 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:04 smithi081 bash[19989]: cluster 2024-09-17T08:39:03.234879+0000 mon.smithi081 (mon.0) 641 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-09-17T08:39:04.486 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:04 smithi081 bash[19989]: audit 2024-09-17T08:39:03.235044+0000 mon.smithi081 (mon.0) 642 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:39:04.486 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:04 smithi081 bash[19989]: audit 2024-09-17T08:39:03.235380+0000 mon.smithi081 (mon.0) 643 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:39:04.486 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:04 smithi081 bash[19989]: audit 2024-09-17T08:39:03.235640+0000 mon.smithi081 (mon.0) 644 : audit [INF] from='osd.5 [v2:172.21.15.81:6818/3751526137,v1:172.21.15.81:6819/3751526137]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]: dispatch 2024-09-17T08:39:04.486 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:04 smithi081 bash[19989]: audit 2024-09-17T08:39:03.254966+0000 mon.smithi081 (mon.0) 645 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:04.486 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:04 smithi081 bash[19989]: audit 2024-09-17T08:39:03.256839+0000 mon.smithi160 (mon.1) 18 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T08:39:04.486 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:04 smithi081 bash[19989]: audit 2024-09-17T08:39:03.257899+0000 mon.smithi081 (mon.0) 646 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi081"}]: dispatch 2024-09-17T08:39:04.486 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:04 smithi081 bash[19989]: audit 2024-09-17T08:39:03.258040+0000 mon.smithi081 (mon.0) 647 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-09-17T08:39:04.486 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:04 smithi081 bash[19989]: audit 2024-09-17T08:39:04.159600+0000 mon.smithi160 (mon.1) 19 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T08:39:04.486 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:04 smithi081 bash[19989]: audit 2024-09-17T08:39:04.213221+0000 mon.smithi081 (mon.0) 648 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:04.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:04 smithi160 bash[25433]: cluster 2024-09-17T08:39:02.869415+0000 mgr.smithi081.loqrpe (mgr.14197) 126 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:39:04.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:04 smithi160 bash[25433]: audit 2024-09-17T08:39:03.221671+0000 mon.smithi081 (mon.0) 636 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T08:39:04.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:04 smithi160 bash[25433]: audit 2024-09-17T08:39:03.223406+0000 mon.smithi081 (mon.0) 637 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi081"}]: dispatch 2024-09-17T08:39:04.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:04 smithi160 bash[25433]: audit 2024-09-17T08:39:03.223538+0000 mon.smithi081 (mon.0) 638 : audit [DBG] from='client.? 172.21.15.81:0/3354000626' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:39:04.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:04 smithi160 bash[25433]: audit 2024-09-17T08:39:03.223680+0000 mon.smithi081 (mon.0) 639 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-09-17T08:39:04.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:04 smithi160 bash[25433]: audit 2024-09-17T08:39:03.234819+0000 mon.smithi081 (mon.0) 640 : audit [INF] from='osd.5 [v2:172.21.15.81:6818/3751526137,v1:172.21.15.81:6819/3751526137]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T08:39:04.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:04 smithi160 bash[25433]: cluster 2024-09-17T08:39:03.234879+0000 mon.smithi081 (mon.0) 641 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-09-17T08:39:04.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:04 smithi160 bash[25433]: audit 2024-09-17T08:39:03.235044+0000 mon.smithi081 (mon.0) 642 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:39:04.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:04 smithi160 bash[25433]: audit 2024-09-17T08:39:03.235380+0000 mon.smithi081 (mon.0) 643 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:39:04.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:04 smithi160 bash[25433]: audit 2024-09-17T08:39:03.235640+0000 mon.smithi081 (mon.0) 644 : audit [INF] from='osd.5 [v2:172.21.15.81:6818/3751526137,v1:172.21.15.81:6819/3751526137]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]: dispatch 2024-09-17T08:39:04.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:04 smithi160 bash[25433]: audit 2024-09-17T08:39:03.254966+0000 mon.smithi081 (mon.0) 645 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:04.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:04 smithi160 bash[25433]: audit 2024-09-17T08:39:03.256839+0000 mon.smithi160 (mon.1) 18 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T08:39:04.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:04 smithi160 bash[25433]: audit 2024-09-17T08:39:03.257899+0000 mon.smithi081 (mon.0) 646 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi081"}]: dispatch 2024-09-17T08:39:04.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:04 smithi160 bash[25433]: audit 2024-09-17T08:39:03.258040+0000 mon.smithi081 (mon.0) 647 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-09-17T08:39:04.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:04 smithi160 bash[25433]: audit 2024-09-17T08:39:04.159600+0000 mon.smithi160 (mon.1) 19 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T08:39:04.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:04 smithi160 bash[25433]: audit 2024-09-17T08:39:04.213221+0000 mon.smithi081 (mon.0) 648 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:04.897 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":32,"num_osds":8,"num_up_osds":6,"osd_up_since":1726562336,"num_in_osds":8,"osd_in_since":1726562294,"num_remapped_pgs":0} 2024-09-17T08:39:05.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:05 smithi160 bash[25433]: cluster 2024-09-17T08:39:02.771497+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:39:05.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:05 smithi160 bash[25433]: cluster 2024-09-17T08:39:02.771589+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:39:05.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:05 smithi160 bash[25433]: audit 2024-09-17T08:39:04.244629+0000 mon.smithi081 (mon.0) 649 : audit [INF] from='osd.5 [v2:172.21.15.81:6818/3751526137,v1:172.21.15.81:6819/3751526137]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]': finished 2024-09-17T08:39:05.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:05 smithi160 bash[25433]: cluster 2024-09-17T08:39:04.244749+0000 mon.smithi081 (mon.0) 650 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-09-17T08:39:05.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:05 smithi160 bash[25433]: audit 2024-09-17T08:39:04.244983+0000 mon.smithi081 (mon.0) 651 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:39:05.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:05 smithi160 bash[25433]: audit 2024-09-17T08:39:04.245651+0000 mon.smithi081 (mon.0) 652 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:39:05.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:05 smithi160 bash[25433]: audit 2024-09-17T08:39:04.251552+0000 mon.smithi081 (mon.0) 653 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:39:05.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:05 smithi160 bash[25433]: cluster 2024-09-17T08:39:04.869794+0000 mgr.smithi081.loqrpe (mgr.14197) 127 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail; 13 KiB/s rd, 718 KiB/s wr, 45 op/s 2024-09-17T08:39:05.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:05 smithi081 bash[19989]: cluster 2024-09-17T08:39:02.771497+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:39:05.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:05 smithi081 bash[19989]: cluster 2024-09-17T08:39:02.771589+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:39:05.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:05 smithi081 bash[19989]: audit 2024-09-17T08:39:04.244629+0000 mon.smithi081 (mon.0) 649 : audit [INF] from='osd.5 [v2:172.21.15.81:6818/3751526137,v1:172.21.15.81:6819/3751526137]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]': finished 2024-09-17T08:39:05.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:05 smithi081 bash[19989]: cluster 2024-09-17T08:39:04.244749+0000 mon.smithi081 (mon.0) 650 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-09-17T08:39:05.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:05 smithi081 bash[19989]: audit 2024-09-17T08:39:04.244983+0000 mon.smithi081 (mon.0) 651 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:39:05.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:05 smithi081 bash[19989]: audit 2024-09-17T08:39:04.245651+0000 mon.smithi081 (mon.0) 652 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:39:05.742 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:05 smithi081 bash[19989]: audit 2024-09-17T08:39:04.251552+0000 mon.smithi081 (mon.0) 653 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:39:05.742 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:05 smithi081 bash[19989]: cluster 2024-09-17T08:39:04.869794+0000 mgr.smithi081.loqrpe (mgr.14197) 127 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail; 13 KiB/s rd, 718 KiB/s wr, 45 op/s 2024-09-17T08:39:05.898 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:39:06.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:06 smithi160 bash[25433]: cluster 2024-09-17T08:39:05.248793+0000 mon.smithi081 (mon.0) 654 : cluster [INF] osd.5 [v2:172.21.15.81:6818/3751526137,v1:172.21.15.81:6819/3751526137] boot 2024-09-17T08:39:06.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:06 smithi160 bash[25433]: cluster 2024-09-17T08:39:05.248859+0000 mon.smithi081 (mon.0) 655 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-09-17T08:39:06.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:06 smithi160 bash[25433]: audit 2024-09-17T08:39:05.249604+0000 mon.smithi081 (mon.0) 656 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:39:06.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:06 smithi160 bash[25433]: audit 2024-09-17T08:39:05.250556+0000 mon.smithi081 (mon.0) 657 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:39:06.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:06 smithi081 bash[19989]: cluster 2024-09-17T08:39:05.248793+0000 mon.smithi081 (mon.0) 654 : cluster [INF] osd.5 [v2:172.21.15.81:6818/3751526137,v1:172.21.15.81:6819/3751526137] boot 2024-09-17T08:39:06.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:06 smithi081 bash[19989]: cluster 2024-09-17T08:39:05.248859+0000 mon.smithi081 (mon.0) 655 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-09-17T08:39:06.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:06 smithi081 bash[19989]: audit 2024-09-17T08:39:05.249604+0000 mon.smithi081 (mon.0) 656 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:39:06.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:06 smithi081 bash[19989]: audit 2024-09-17T08:39:05.250556+0000 mon.smithi081 (mon.0) 657 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:39:07.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:07 smithi160 bash[25433]: cluster 2024-09-17T08:39:06.264162+0000 mon.smithi081 (mon.0) 658 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-09-17T08:39:07.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:07 smithi160 bash[25433]: audit 2024-09-17T08:39:06.264395+0000 mon.smithi081 (mon.0) 659 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:39:07.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:07 smithi160 bash[25433]: cluster 2024-09-17T08:39:06.870308+0000 mgr.smithi081.loqrpe (mgr.14197) 128 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 626 GiB / 626 GiB avail; 13 KiB/s rd, 718 KiB/s wr, 45 op/s 2024-09-17T08:39:07.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:07 smithi160 bash[25433]: audit 2024-09-17T08:39:06.895536+0000 mon.smithi081 (mon.0) 660 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:39:07.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:07 smithi081 bash[19989]: cluster 2024-09-17T08:39:06.264162+0000 mon.smithi081 (mon.0) 658 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-09-17T08:39:07.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:07 smithi081 bash[19989]: audit 2024-09-17T08:39:06.264395+0000 mon.smithi081 (mon.0) 659 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:39:07.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:07 smithi081 bash[19989]: cluster 2024-09-17T08:39:06.870308+0000 mgr.smithi081.loqrpe (mgr.14197) 128 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 626 GiB / 626 GiB avail; 13 KiB/s rd, 718 KiB/s wr, 45 op/s 2024-09-17T08:39:07.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:07 smithi081 bash[19989]: audit 2024-09-17T08:39:06.895536+0000 mon.smithi081 (mon.0) 660 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:39:09.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:09 smithi081 bash[19989]: cluster 2024-09-17T08:39:08.870908+0000 mgr.smithi081.loqrpe (mgr.14197) 129 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 626 GiB / 626 GiB avail; 9.6 KiB/s rd, 509 KiB/s wr, 32 op/s 2024-09-17T08:39:09.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:09 smithi081 bash[19989]: audit 2024-09-17T08:39:09.378361+0000 mon.smithi081 (mon.0) 661 : audit [INF] from='osd.7 [v2:172.21.15.81:6826/812767527,v1:172.21.15.81:6827/812767527]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-17T08:39:10.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:09 smithi160 bash[25433]: cluster 2024-09-17T08:39:08.870908+0000 mgr.smithi081.loqrpe (mgr.14197) 129 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 626 GiB / 626 GiB avail; 9.6 KiB/s rd, 509 KiB/s wr, 32 op/s 2024-09-17T08:39:10.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:09 smithi160 bash[25433]: audit 2024-09-17T08:39:09.378361+0000 mon.smithi081 (mon.0) 661 : audit [INF] from='osd.7 [v2:172.21.15.81:6826/812767527,v1:172.21.15.81:6827/812767527]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-17T08:39:11.052 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:39:11.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:10 smithi081 bash[19989]: audit 2024-09-17T08:39:09.929304+0000 mon.smithi081 (mon.0) 662 : audit [INF] from='osd.7 [v2:172.21.15.81:6826/812767527,v1:172.21.15.81:6827/812767527]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-17T08:39:11.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:10 smithi081 bash[19989]: cluster 2024-09-17T08:39:09.929354+0000 mon.smithi081 (mon.0) 663 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-09-17T08:39:11.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:10 smithi081 bash[19989]: audit 2024-09-17T08:39:09.929704+0000 mon.smithi081 (mon.0) 664 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:39:11.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:10 smithi081 bash[19989]: audit 2024-09-17T08:39:09.929953+0000 mon.smithi081 (mon.0) 665 : audit [INF] from='osd.7 [v2:172.21.15.81:6826/812767527,v1:172.21.15.81:6827/812767527]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]: dispatch 2024-09-17T08:39:11.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:10 smithi160 bash[25433]: audit 2024-09-17T08:39:09.929304+0000 mon.smithi081 (mon.0) 662 : audit [INF] from='osd.7 [v2:172.21.15.81:6826/812767527,v1:172.21.15.81:6827/812767527]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-17T08:39:11.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:10 smithi160 bash[25433]: cluster 2024-09-17T08:39:09.929354+0000 mon.smithi081 (mon.0) 663 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-09-17T08:39:11.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:10 smithi160 bash[25433]: audit 2024-09-17T08:39:09.929704+0000 mon.smithi081 (mon.0) 664 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:39:11.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:10 smithi160 bash[25433]: audit 2024-09-17T08:39:09.929953+0000 mon.smithi081 (mon.0) 665 : audit [INF] from='osd.7 [v2:172.21.15.81:6826/812767527,v1:172.21.15.81:6827/812767527]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]: dispatch 2024-09-17T08:39:12.413 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:12 smithi081 bash[19989]: cluster 2024-09-17T08:39:10.871501+0000 mgr.smithi081.loqrpe (mgr.14197) 130 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:39:12.414 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:12 smithi081 bash[19989]: audit 2024-09-17T08:39:10.934045+0000 mon.smithi081 (mon.0) 666 : audit [INF] from='osd.7 [v2:172.21.15.81:6826/812767527,v1:172.21.15.81:6827/812767527]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]': finished 2024-09-17T08:39:12.414 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:12 smithi081 bash[19989]: cluster 2024-09-17T08:39:10.934154+0000 mon.smithi081 (mon.0) 667 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-09-17T08:39:12.414 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:12 smithi081 bash[19989]: audit 2024-09-17T08:39:10.934436+0000 mon.smithi081 (mon.0) 668 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:39:12.414 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:12 smithi081 bash[19989]: audit 2024-09-17T08:39:10.948707+0000 mon.smithi081 (mon.0) 669 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:39:12.414 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:12 smithi081 bash[19989]: audit 2024-09-17T08:39:11.518053+0000 mon.smithi081 (mon.0) 670 : audit [INF] from='osd.7 [v2:172.21.15.81:6826/812767527,v1:172.21.15.81:6827/812767527]' entity='osd.7' 2024-09-17T08:39:12.414 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:12 smithi081 bash[19989]: cluster 2024-09-17T08:39:11.945176+0000 mon.smithi081 (mon.0) 671 : cluster [INF] osd.7 [v2:172.21.15.81:6826/812767527,v1:172.21.15.81:6827/812767527] boot 2024-09-17T08:39:12.414 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:12 smithi081 bash[19989]: cluster 2024-09-17T08:39:11.945232+0000 mon.smithi081 (mon.0) 672 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-09-17T08:39:12.414 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:12 smithi081 bash[19989]: audit 2024-09-17T08:39:11.945469+0000 mon.smithi081 (mon.0) 673 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:39:12.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:11 smithi160 bash[25433]: cluster 2024-09-17T08:39:10.871501+0000 mgr.smithi081.loqrpe (mgr.14197) 130 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:39:12.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:11 smithi160 bash[25433]: audit 2024-09-17T08:39:10.934045+0000 mon.smithi081 (mon.0) 666 : audit [INF] from='osd.7 [v2:172.21.15.81:6826/812767527,v1:172.21.15.81:6827/812767527]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]': finished 2024-09-17T08:39:12.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:11 smithi160 bash[25433]: cluster 2024-09-17T08:39:10.934154+0000 mon.smithi081 (mon.0) 667 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-09-17T08:39:12.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:11 smithi160 bash[25433]: audit 2024-09-17T08:39:10.934436+0000 mon.smithi081 (mon.0) 668 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:39:12.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:11 smithi160 bash[25433]: audit 2024-09-17T08:39:10.948707+0000 mon.smithi081 (mon.0) 669 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:39:12.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:11 smithi160 bash[25433]: audit 2024-09-17T08:39:11.518053+0000 mon.smithi081 (mon.0) 670 : audit [INF] from='osd.7 [v2:172.21.15.81:6826/812767527,v1:172.21.15.81:6827/812767527]' entity='osd.7' 2024-09-17T08:39:12.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:11 smithi160 bash[25433]: cluster 2024-09-17T08:39:11.945176+0000 mon.smithi081 (mon.0) 671 : cluster [INF] osd.7 [v2:172.21.15.81:6826/812767527,v1:172.21.15.81:6827/812767527] boot 2024-09-17T08:39:12.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:11 smithi160 bash[25433]: cluster 2024-09-17T08:39:11.945232+0000 mon.smithi081 (mon.0) 672 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-09-17T08:39:12.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:11 smithi160 bash[25433]: audit 2024-09-17T08:39:11.945469+0000 mon.smithi081 (mon.0) 673 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:39:13.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:12 smithi081 bash[19989]: cluster 2024-09-17T08:39:10.326387+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:39:13.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:12 smithi081 bash[19989]: cluster 2024-09-17T08:39:10.326463+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:39:13.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:12 smithi081 bash[19989]: cluster 2024-09-17T08:39:12.944710+0000 mon.smithi081 (mon.0) 674 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-09-17T08:39:13.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:12 smithi160 bash[25433]: cluster 2024-09-17T08:39:10.326387+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:39:13.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:12 smithi160 bash[25433]: cluster 2024-09-17T08:39:10.326463+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:39:13.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:12 smithi160 bash[25433]: cluster 2024-09-17T08:39:12.944710+0000 mon.smithi081 (mon.0) 674 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-09-17T08:39:14.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:13 smithi081 bash[19989]: cluster 2024-09-17T08:39:12.871900+0000 mgr.smithi081.loqrpe (mgr.14197) 131 : cluster [DBG] pgmap v105: 1 pgs: 1 unknown; 577 KiB data, 213 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:39:14.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:13 smithi081 bash[19989]: cluster 2024-09-17T08:39:13.946939+0000 mon.smithi081 (mon.0) 675 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-09-17T08:39:14.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:13 smithi160 bash[25433]: cluster 2024-09-17T08:39:12.871900+0000 mgr.smithi081.loqrpe (mgr.14197) 131 : cluster [DBG] pgmap v105: 1 pgs: 1 unknown; 577 KiB data, 213 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:39:14.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:13 smithi160 bash[25433]: cluster 2024-09-17T08:39:13.946939+0000 mon.smithi081 (mon.0) 675 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-09-17T08:39:15.716 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:39:15.929 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:15 smithi081 bash[19989]: audit 2024-09-17T08:39:14.654407+0000 mon.smithi081 (mon.0) 676 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:15.929 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:15 smithi081 bash[19989]: audit 2024-09-17T08:39:14.664915+0000 mon.smithi081 (mon.0) 677 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:15.929 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:15 smithi081 bash[19989]: audit 2024-09-17T08:39:14.819372+0000 mon.smithi081 (mon.0) 678 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:39:15.929 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:15 smithi081 bash[19989]: cluster 2024-09-17T08:39:14.872384+0000 mgr.smithi081.loqrpe (mgr.14197) 132 : cluster [DBG] pgmap v108: 1 pgs: 1 unknown; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:15.929 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:15 smithi081 bash[19989]: cluster 2024-09-17T08:39:14.993134+0000 mon.smithi081 (mon.0) 679 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-09-17T08:39:15.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:15 smithi160 bash[25433]: audit 2024-09-17T08:39:14.654407+0000 mon.smithi081 (mon.0) 676 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:15.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:15 smithi160 bash[25433]: audit 2024-09-17T08:39:14.664915+0000 mon.smithi081 (mon.0) 677 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:15.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:15 smithi160 bash[25433]: audit 2024-09-17T08:39:14.819372+0000 mon.smithi081 (mon.0) 678 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:39:15.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:15 smithi160 bash[25433]: cluster 2024-09-17T08:39:14.872384+0000 mgr.smithi081.loqrpe (mgr.14197) 132 : cluster [DBG] pgmap v108: 1 pgs: 1 unknown; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:15.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:15 smithi160 bash[25433]: cluster 2024-09-17T08:39:14.993134+0000 mon.smithi081 (mon.0) 679 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-09-17T08:39:16.456 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":42,"num_osds":8,"num_up_osds":8,"osd_up_since":1726562351,"num_in_osds":8,"osd_in_since":1726562294,"num_remapped_pgs":0} 2024-09-17T08:39:16.457 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T08:39:16.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:16 smithi081 bash[19989]: audit 2024-09-17T08:39:15.717177+0000 mon.smithi081 (mon.0) 680 : audit [DBG] from='client.? 172.21.15.81:0/3647234767' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:39:16.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:16 smithi081 bash[19989]: cluster 2024-09-17T08:39:15.997829+0000 mon.smithi081 (mon.0) 681 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-09-17T08:39:16.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:16 smithi160 bash[25433]: audit 2024-09-17T08:39:15.717177+0000 mon.smithi081 (mon.0) 680 : audit [DBG] from='client.? 172.21.15.81:0/3647234767' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:39:16.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:16 smithi160 bash[25433]: cluster 2024-09-17T08:39:15.997829+0000 mon.smithi081 (mon.0) 681 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-09-17T08:39:17.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:17 smithi160 bash[25433]: cluster 2024-09-17T08:39:16.873000+0000 mgr.smithi081.loqrpe (mgr.14197) 133 : cluster [DBG] pgmap v111: 1 pgs: 1 unknown; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:17.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:17 smithi081 bash[19989]: cluster 2024-09-17T08:39:16.873000+0000 mgr.smithi081.loqrpe (mgr.14197) 133 : cluster [DBG] pgmap v111: 1 pgs: 1 unknown; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:20.211 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:19 smithi081 bash[19989]: cluster 2024-09-17T08:39:18.873658+0000 mgr.smithi081.loqrpe (mgr.14197) 134 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-09-17T08:39:20.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:19 smithi160 bash[25433]: cluster 2024-09-17T08:39:18.873658+0000 mgr.smithi081.loqrpe (mgr.14197) 134 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-09-17T08:39:21.048 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:39:21.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:21 smithi160 bash[25433]: audit 2024-09-17T08:39:20.170126+0000 mon.smithi081 (mon.0) 682 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:21.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:21 smithi160 bash[25433]: audit 2024-09-17T08:39:20.175345+0000 mon.smithi081 (mon.0) 683 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:21.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:21 smithi160 bash[25433]: cluster 2024-09-17T08:39:20.874078+0000 mgr.smithi081.loqrpe (mgr.14197) 135 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-09-17T08:39:21.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:21 smithi160 bash[25433]: audit 2024-09-17T08:39:20.898745+0000 mon.smithi081 (mon.0) 684 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:21.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:21 smithi160 bash[25433]: audit 2024-09-17T08:39:20.904998+0000 mon.smithi081 (mon.0) 685 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:21.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:21 smithi081 bash[19989]: audit 2024-09-17T08:39:20.170126+0000 mon.smithi081 (mon.0) 682 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:21.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:21 smithi081 bash[19989]: audit 2024-09-17T08:39:20.175345+0000 mon.smithi081 (mon.0) 683 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:21.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:21 smithi081 bash[19989]: cluster 2024-09-17T08:39:20.874078+0000 mgr.smithi081.loqrpe (mgr.14197) 135 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-09-17T08:39:21.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:21 smithi081 bash[19989]: audit 2024-09-17T08:39:20.898745+0000 mon.smithi081 (mon.0) 684 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:21.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:21 smithi081 bash[19989]: audit 2024-09-17T08:39:20.904998+0000 mon.smithi081 (mon.0) 685 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:22.413 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:22 smithi081 bash[19989]: audit 2024-09-17T08:39:21.895888+0000 mon.smithi081 (mon.0) 686 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:39:22.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:22 smithi160 bash[25433]: audit 2024-09-17T08:39:21.895888+0000 mon.smithi081 (mon.0) 686 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:39:23.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:23 smithi160 bash[25433]: cluster 2024-09-17T08:39:22.874730+0000 mgr.smithi081.loqrpe (mgr.14197) 136 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-17T08:39:23.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:23 smithi081 bash[19989]: cluster 2024-09-17T08:39:22.874730+0000 mgr.smithi081.loqrpe (mgr.14197) 136 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-17T08:39:24.768 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:39:24.768 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":43,"fsid":"6889c766-74cf-11ef-bceb-c7b262605968","created":"2024-09-17T08:33:53.810456+0000","modified":"2024-09-17T08:39:15.989546+0000","last_up_change":"2024-09-17T08:39:11.936754+0000","last_in_change":"2024-09-17T08:38:14.802442+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-17T08:38:51.398414+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":"27","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":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"b2079513-64af-4afb-80f3-0a40ceea883b","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.160:6800","nonce":540614130},{"type":"v1","addr":"172.21.15.160:6801","nonce":540614130}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":540614130},{"type":"v1","addr":"172.21.15.160:6803","nonce":540614130}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":540614130},{"type":"v1","addr":"172.21.15.160:6807","nonce":540614130}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":540614130},{"type":"v1","addr":"172.21.15.160:6805","nonce":540614130}]},"public_addr":"172.21.15.160:6801/540614130","cluster_addr":"172.21.15.160:6803/540614130","heartbeat_back_addr":"172.21.15.160:6807/540614130","heartbeat_front_addr":"172.21.15.160:6805/540614130","state":["exists","up"]},{"osd":1,"uuid":"1b146b6d-0654-49c9-a879-63bcdda00899","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6802","nonce":1677738257},{"type":"v1","addr":"172.21.15.81:6803","nonce":1677738257}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6804","nonce":1677738257},{"type":"v1","addr":"172.21.15.81:6805","nonce":1677738257}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6808","nonce":1677738257},{"type":"v1","addr":"172.21.15.81:6809","nonce":1677738257}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6806","nonce":1677738257},{"type":"v1","addr":"172.21.15.81:6807","nonce":1677738257}]},"public_addr":"172.21.15.81:6803/1677738257","cluster_addr":"172.21.15.81:6805/1677738257","heartbeat_back_addr":"172.21.15.81:6809/1677738257","heartbeat_front_addr":"172.21.15.81:6807/1677738257","state":["exists","up"]},{"osd":2,"uuid":"443b0976-6fba-4928-90b6-6b63f622afa6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6808","nonce":4027204744},{"type":"v1","addr":"172.21.15.160:6809","nonce":4027204744}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6810","nonce":4027204744},{"type":"v1","addr":"172.21.15.160:6811","nonce":4027204744}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6814","nonce":4027204744},{"type":"v1","addr":"172.21.15.160:6815","nonce":4027204744}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6812","nonce":4027204744},{"type":"v1","addr":"172.21.15.160:6813","nonce":4027204744}]},"public_addr":"172.21.15.160:6809/4027204744","cluster_addr":"172.21.15.160:6811/4027204744","heartbeat_back_addr":"172.21.15.160:6815/4027204744","heartbeat_front_addr":"172.21.15.160:6813/4027204744","state":["exists","up"]},{"osd":3,"uuid":"6148039e-0df0-43ec-9d48-32015ddfa030","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6810","nonce":1329515683},{"type":"v1","addr":"172.21.15.81:6811","nonce":1329515683}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6812","nonce":1329515683},{"type":"v1","addr":"172.21.15.81:6813","nonce":1329515683}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6816","nonce":1329515683},{"type":"v1","addr":"172.21.15.81:6817","nonce":1329515683}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6814","nonce":1329515683},{"type":"v1","addr":"172.21.15.81:6815","nonce":1329515683}]},"public_addr":"172.21.15.81:6811/1329515683","cluster_addr":"172.21.15.81:6813/1329515683","heartbeat_back_addr":"172.21.15.81:6817/1329515683","heartbeat_front_addr":"172.21.15.81:6815/1329515683","state":["exists","up"]},{"osd":4,"uuid":"95bcd647-59cd-45c2-acfe-381973e16c9a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6816","nonce":805987513},{"type":"v1","addr":"172.21.15.160:6817","nonce":805987513}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6818","nonce":805987513},{"type":"v1","addr":"172.21.15.160:6819","nonce":805987513}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6822","nonce":805987513},{"type":"v1","addr":"172.21.15.160:6823","nonce":805987513}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6820","nonce":805987513},{"type":"v1","addr":"172.21.15.160:6821","nonce":805987513}]},"public_addr":"172.21.15.160:6817/805987513","cluster_addr":"172.21.15.160:6819/805987513","heartbeat_back_addr":"172.21.15.160:6823/805987513","heartbeat_front_addr":"172.21.15.160:6821/805987513","state":["exists","up"]},{"osd":5,"uuid":"c59e8615-f244-4235-974a-d2a5869744df","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6818","nonce":3751526137},{"type":"v1","addr":"172.21.15.81:6819","nonce":3751526137}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6820","nonce":3751526137},{"type":"v1","addr":"172.21.15.81:6821","nonce":3751526137}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6824","nonce":3751526137},{"type":"v1","addr":"172.21.15.81:6825","nonce":3751526137}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6822","nonce":3751526137},{"type":"v1","addr":"172.21.15.81:6823","nonce":3751526137}]},"public_addr":"172.21.15.81:6819/3751526137","cluster_addr":"172.21.15.81:6821/3751526137","heartbeat_back_addr":"172.21.15.81:6825/3751526137","heartbeat_front_addr":"172.21.15.81:6823/3751526137","state":["exists","up"]},{"osd":6,"uuid":"ed5994d1-5574-4102-929e-81690ff33182","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6824","nonce":3944952082},{"type":"v1","addr":"172.21.15.160:6825","nonce":3944952082}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6826","nonce":3944952082},{"type":"v1","addr":"172.21.15.160:6827","nonce":3944952082}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6830","nonce":3944952082},{"type":"v1","addr":"172.21.15.160:6831","nonce":3944952082}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6828","nonce":3944952082},{"type":"v1","addr":"172.21.15.160:6829","nonce":3944952082}]},"public_addr":"172.21.15.160:6825/3944952082","cluster_addr":"172.21.15.160:6827/3944952082","heartbeat_back_addr":"172.21.15.160:6831/3944952082","heartbeat_front_addr":"172.21.15.160:6829/3944952082","state":["exists","up"]},{"osd":7,"uuid":"a9b012a8-e9f9-4e3d-96df-4982da1b4197","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6826","nonce":812767527},{"type":"v1","addr":"172.21.15.81:6827","nonce":812767527}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6828","nonce":812767527},{"type":"v1","addr":"172.21.15.81:6829","nonce":812767527}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6832","nonce":812767527},{"type":"v1","addr":"172.21.15.81:6833","nonce":812767527}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6830","nonce":812767527},{"type":"v1","addr":"172.21.15.81:6831","nonce":812767527}]},"public_addr":"172.21.15.81:6827/812767527","cluster_addr":"172.21.15.81:6829/812767527","heartbeat_back_addr":"172.21.15.81:6833/812767527","heartbeat_front_addr":"172.21.15.81:6831/812767527","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:38:38.417079+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:38:46.863888+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:38:44.109544+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:38:54.673902+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:38:50.269770+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:39:02.771593+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:38:54.754788+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:39:10.326467+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.81:0/3030382277":"2024-09-18T08:36:36.830638+0000","172.21.15.81:0/2755348815":"2024-09-18T08:34:21.351443+0000","172.21.15.81:6800/1648810611":"2024-09-18T08:34:21.351443+0000","172.21.15.81:6801/1648810611":"2024-09-18T08:34:21.351443+0000","172.21.15.81:0/293784215":"2024-09-18T08:34:21.351443+0000","172.21.15.81:6800/2764234316":"2024-09-18T08:36:36.830638+0000","172.21.15.81:0/1418731761":"2024-09-18T08:35:05.114920+0000","172.21.15.81:0/1283825211":"2024-09-18T08:35:05.114920+0000","172.21.15.81:0/2669310004":"2024-09-18T08:36:36.830638+0000","172.21.15.81:0/503624406":"2024-09-18T08:34:21.351443+0000","172.21.15.81:6800/2257493384":"2024-09-18T08:35:05.114920+0000","172.21.15.81:6801/2257493384":"2024-09-18T08:35:05.114920+0000","172.21.15.81:0/2681957538":"2024-09-18T08:36:36.830638+0000","172.21.15.81:6801/2764234316":"2024-09-18T08:36:36.830638+0000","172.21.15.81:0/670219670":"2024-09-18T08:35:05.114920+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-17T08:39:25.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:24 smithi160 bash[25433]: audit 2024-09-17T08:39:24.766899+0000 mon.smithi081 (mon.0) 687 : audit [DBG] from='client.? 172.21.15.81:0/896356263' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T08:39:25.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:24 smithi081 bash[19989]: audit 2024-09-17T08:39:24.766899+0000 mon.smithi081 (mon.0) 687 : audit [DBG] from='client.? 172.21.15.81:0/896356263' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T08:39:25.492 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-17T08:38:51.398414+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': '27', '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': {}}, 'read_balance': {'score_acting': 7.889999866485596, 'score_stable': 7.889999866485596, 'optimal_score': 0.3799999952316284, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-09-17T08:39:25.493 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-17T08:39:26.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:25 smithi160 bash[25433]: cluster 2024-09-17T08:39:24.875395+0000 mgr.smithi081.loqrpe (mgr.14197) 137 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T08:39:26.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:25 smithi081 bash[19989]: cluster 2024-09-17T08:39:24.875395+0000 mgr.smithi081.loqrpe (mgr.14197) 137 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T08:39:28.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:27 smithi160 bash[25433]: cluster 2024-09-17T08:39:26.875997+0000 mgr.smithi081.loqrpe (mgr.14197) 138 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-09-17T08:39:28.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:27 smithi081 bash[19989]: cluster 2024-09-17T08:39:26.875997+0000 mgr.smithi081.loqrpe (mgr.14197) 138 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-09-17T08:39:29.239 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:39:30.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:29 smithi160 bash[25433]: cluster 2024-09-17T08:39:28.876734+0000 mgr.smithi081.loqrpe (mgr.14197) 139 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T08:39:30.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:29 smithi081 bash[19989]: cluster 2024-09-17T08:39:28.876734+0000 mgr.smithi081.loqrpe (mgr.14197) 139 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T08:39:31.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:31 smithi160 bash[25433]: cephadm 2024-09-17T08:39:30.387444+0000 mgr.smithi081.loqrpe (mgr.14197) 140 : cephadm [INF] Detected new or changed devices on smithi160 2024-09-17T08:39:31.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:31 smithi160 bash[25433]: audit 2024-09-17T08:39:30.396048+0000 mon.smithi081 (mon.0) 688 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:31.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:31 smithi160 bash[25433]: audit 2024-09-17T08:39:30.402704+0000 mon.smithi081 (mon.0) 689 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:31.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:31 smithi160 bash[25433]: audit 2024-09-17T08:39:30.404021+0000 mon.smithi081 (mon.0) 690 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:39:31.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:31 smithi160 bash[25433]: audit 2024-09-17T08:39:30.405380+0000 mon.smithi081 (mon.0) 691 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:39:31.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:31 smithi160 bash[25433]: audit 2024-09-17T08:39:30.406386+0000 mon.smithi081 (mon.0) 692 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:39:31.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:31 smithi160 bash[25433]: audit 2024-09-17T08:39:30.407382+0000 mon.smithi081 (mon.0) 693 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:39:31.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:31 smithi160 bash[25433]: cephadm 2024-09-17T08:39:30.408213+0000 mgr.smithi081.loqrpe (mgr.14197) 141 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 3772M 2024-09-17T08:39:31.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:31 smithi160 bash[25433]: audit 2024-09-17T08:39:30.413276+0000 mon.smithi081 (mon.0) 694 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:31.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:31 smithi160 bash[25433]: cluster 2024-09-17T08:39:30.877301+0000 mgr.smithi081.loqrpe (mgr.14197) 142 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:31.740 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:31 smithi081 bash[19989]: cephadm 2024-09-17T08:39:30.387444+0000 mgr.smithi081.loqrpe (mgr.14197) 140 : cephadm [INF] Detected new or changed devices on smithi160 2024-09-17T08:39:31.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:31 smithi081 bash[19989]: audit 2024-09-17T08:39:30.396048+0000 mon.smithi081 (mon.0) 688 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:31.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:31 smithi081 bash[19989]: audit 2024-09-17T08:39:30.402704+0000 mon.smithi081 (mon.0) 689 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:31.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:31 smithi081 bash[19989]: audit 2024-09-17T08:39:30.404021+0000 mon.smithi081 (mon.0) 690 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:39:31.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:31 smithi081 bash[19989]: audit 2024-09-17T08:39:30.405380+0000 mon.smithi081 (mon.0) 691 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:39:31.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:31 smithi081 bash[19989]: audit 2024-09-17T08:39:30.406386+0000 mon.smithi081 (mon.0) 692 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:39:31.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:31 smithi081 bash[19989]: audit 2024-09-17T08:39:30.407382+0000 mon.smithi081 (mon.0) 693 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:39:31.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:31 smithi081 bash[19989]: cephadm 2024-09-17T08:39:30.408213+0000 mgr.smithi081.loqrpe (mgr.14197) 141 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 3772M 2024-09-17T08:39:31.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:31 smithi081 bash[19989]: audit 2024-09-17T08:39:30.413276+0000 mon.smithi081 (mon.0) 694 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:31.741 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:31 smithi081 bash[19989]: cluster 2024-09-17T08:39:30.877301+0000 mgr.smithi081.loqrpe (mgr.14197) 142 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:33.713 INFO:teuthology.orchestra.run.smithi081.stdout:pg_num: 1 2024-09-17T08:39:33.991 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:33 smithi081 bash[19989]: cluster 2024-09-17T08:39:32.877835+0000 mgr.smithi081.loqrpe (mgr.14197) 143 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:33.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:33 smithi081 bash[19989]: audit 2024-09-17T08:39:33.391827+0000 mon.smithi081 (mon.0) 695 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:33.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:33 smithi081 bash[19989]: audit 2024-09-17T08:39:33.397565+0000 mon.smithi081 (mon.0) 696 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:33.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:33 smithi081 bash[19989]: audit 2024-09-17T08:39:33.399091+0000 mon.smithi081 (mon.0) 697 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:39:33.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:33 smithi081 bash[19989]: audit 2024-09-17T08:39:33.400326+0000 mon.smithi081 (mon.0) 698 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:39:33.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:33 smithi081 bash[19989]: audit 2024-09-17T08:39:33.401458+0000 mon.smithi081 (mon.0) 699 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:39:33.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:33 smithi081 bash[19989]: audit 2024-09-17T08:39:33.402400+0000 mon.smithi081 (mon.0) 700 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:39:33.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:33 smithi081 bash[19989]: audit 2024-09-17T08:39:33.408453+0000 mon.smithi081 (mon.0) 701 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:33.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:33 smithi081 bash[19989]: audit 2024-09-17T08:39:33.409846+0000 mon.smithi081 (mon.0) 702 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:39:33.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:33 smithi081 bash[19989]: audit 2024-09-17T08:39:33.410668+0000 mon.smithi081 (mon.0) 703 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:39:33.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:33 smithi081 bash[19989]: audit 2024-09-17T08:39:33.416241+0000 mon.smithi081 (mon.0) 704 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:33.992 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:33 smithi081 bash[19989]: audit 2024-09-17T08:39:33.419813+0000 mon.smithi081 (mon.0) 705 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:39:33.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:33 smithi081 bash[19989]: audit 2024-09-17T08:39:33.423656+0000 mon.smithi081 (mon.0) 706 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:39:33.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:33 smithi081 bash[19989]: audit 2024-09-17T08:39:33.424286+0000 mon.smithi081 (mon.0) 707 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:39:33.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:33 smithi081 bash[19989]: audit 2024-09-17T08:39:33.427308+0000 mon.smithi081 (mon.0) 708 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:39:33.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:33 smithi081 bash[19989]: audit 2024-09-17T08:39:33.427903+0000 mon.smithi081 (mon.0) 709 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:39:33.993 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:33 smithi081 bash[19989]: audit 2024-09-17T08:39:33.714384+0000 mon.smithi081 (mon.0) 710 : audit [DBG] from='client.? 172.21.15.81:0/3878617430' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-17T08:39:34.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:33 smithi160 bash[25433]: cluster 2024-09-17T08:39:32.877835+0000 mgr.smithi081.loqrpe (mgr.14197) 143 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:34.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:33 smithi160 bash[25433]: audit 2024-09-17T08:39:33.391827+0000 mon.smithi081 (mon.0) 695 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:34.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:33 smithi160 bash[25433]: audit 2024-09-17T08:39:33.397565+0000 mon.smithi081 (mon.0) 696 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:34.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:33 smithi160 bash[25433]: audit 2024-09-17T08:39:33.399091+0000 mon.smithi081 (mon.0) 697 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:39:34.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:33 smithi160 bash[25433]: audit 2024-09-17T08:39:33.400326+0000 mon.smithi081 (mon.0) 698 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:39:34.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:33 smithi160 bash[25433]: audit 2024-09-17T08:39:33.401458+0000 mon.smithi081 (mon.0) 699 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:39:34.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:33 smithi160 bash[25433]: audit 2024-09-17T08:39:33.402400+0000 mon.smithi081 (mon.0) 700 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:39:34.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:33 smithi160 bash[25433]: audit 2024-09-17T08:39:33.408453+0000 mon.smithi081 (mon.0) 701 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:34.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:33 smithi160 bash[25433]: audit 2024-09-17T08:39:33.409846+0000 mon.smithi081 (mon.0) 702 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:39:34.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:33 smithi160 bash[25433]: audit 2024-09-17T08:39:33.410668+0000 mon.smithi081 (mon.0) 703 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:39:34.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:33 smithi160 bash[25433]: audit 2024-09-17T08:39:33.416241+0000 mon.smithi081 (mon.0) 704 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:39:34.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:33 smithi160 bash[25433]: audit 2024-09-17T08:39:33.419813+0000 mon.smithi081 (mon.0) 705 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:39:34.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:33 smithi160 bash[25433]: audit 2024-09-17T08:39:33.423656+0000 mon.smithi081 (mon.0) 706 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:39:34.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:33 smithi160 bash[25433]: audit 2024-09-17T08:39:33.424286+0000 mon.smithi081 (mon.0) 707 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:39:34.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:33 smithi160 bash[25433]: audit 2024-09-17T08:39:33.427308+0000 mon.smithi081 (mon.0) 708 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:39:34.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:33 smithi160 bash[25433]: audit 2024-09-17T08:39:33.427903+0000 mon.smithi081 (mon.0) 709 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:39:34.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:33 smithi160 bash[25433]: audit 2024-09-17T08:39:33.714384+0000 mon.smithi081 (mon.0) 710 : audit [DBG] from='client.? 172.21.15.81:0/3878617430' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-17T08:39:34.598 INFO:tasks.cephadm:Setting up client nodes... 2024-09-17T08:39:34.599 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-17T08:39:35.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:34 smithi160 bash[25433]: cephadm 2024-09-17T08:39:33.385451+0000 mgr.smithi081.loqrpe (mgr.14197) 144 : cephadm [INF] Detected new or changed devices on smithi081 2024-09-17T08:39:35.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:34 smithi160 bash[25433]: cephadm 2024-09-17T08:39:33.403105+0000 mgr.smithi081.loqrpe (mgr.14197) 145 : cephadm [INF] Adjusting osd_memory_target on smithi081 to 3004M 2024-09-17T08:39:35.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:34 smithi081 bash[19989]: cephadm 2024-09-17T08:39:33.385451+0000 mgr.smithi081.loqrpe (mgr.14197) 144 : cephadm [INF] Detected new or changed devices on smithi081 2024-09-17T08:39:35.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:34 smithi081 bash[19989]: cephadm 2024-09-17T08:39:33.403105+0000 mgr.smithi081.loqrpe (mgr.14197) 145 : cephadm [INF] Adjusting osd_memory_target on smithi081 to 3004M 2024-09-17T08:39:36.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:35 smithi160 bash[25433]: cluster 2024-09-17T08:39:34.878453+0000 mgr.smithi081.loqrpe (mgr.14197) 146 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:36.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:35 smithi081 bash[19989]: cluster 2024-09-17T08:39:34.878453+0000 mgr.smithi081.loqrpe (mgr.14197) 146 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:37.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:36 smithi160 bash[25433]: audit 2024-09-17T08:39:36.898572+0000 mon.smithi081 (mon.0) 711 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:39:37.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:36 smithi081 bash[19989]: audit 2024-09-17T08:39:36.898572+0000 mon.smithi081 (mon.0) 711 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:39:38.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:37 smithi160 bash[25433]: cluster 2024-09-17T08:39:36.878991+0000 mgr.smithi081.loqrpe (mgr.14197) 147 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:38.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:37 smithi081 bash[19989]: cluster 2024-09-17T08:39:36.878991+0000 mgr.smithi081.loqrpe (mgr.14197) 147 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:39.338 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:39:40.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:39 smithi160 bash[25433]: cluster 2024-09-17T08:39:38.879614+0000 mgr.smithi081.loqrpe (mgr.14197) 148 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:40.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:39 smithi081 bash[19989]: cluster 2024-09-17T08:39:38.879614+0000 mgr.smithi081.loqrpe (mgr.14197) 148 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:42.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:41 smithi160 bash[25433]: cluster 2024-09-17T08:39:40.880189+0000 mgr.smithi081.loqrpe (mgr.14197) 149 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:42.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:41 smithi081 bash[19989]: cluster 2024-09-17T08:39:40.880189+0000 mgr.smithi081.loqrpe (mgr.14197) 149 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:44.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:43 smithi160 bash[25433]: cluster 2024-09-17T08:39:42.880778+0000 mgr.smithi081.loqrpe (mgr.14197) 150 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:44.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:43 smithi081 bash[19989]: cluster 2024-09-17T08:39:42.880778+0000 mgr.smithi081.loqrpe (mgr.14197) 150 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:45.209 INFO:teuthology.orchestra.run.smithi081.stdout:[client.0] 2024-09-17T08:39:45.209 INFO:teuthology.orchestra.run.smithi081.stdout: key = AQBRQOlm0VwJDBAAtfOH+6zK2lej98uoTcTH7A== 2024-09-17T08:39:46.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:45 smithi160 bash[25433]: cluster 2024-09-17T08:39:44.881186+0000 mgr.smithi081.loqrpe (mgr.14197) 151 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:46.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:45 smithi160 bash[25433]: audit 2024-09-17T08:39:45.201797+0000 mon.smithi081 (mon.0) 712 : audit [INF] from='client.? 172.21.15.81:0/85816844' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-17T08:39:46.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:45 smithi160 bash[25433]: audit 2024-09-17T08:39:45.210183+0000 mon.smithi081 (mon.0) 713 : audit [INF] from='client.? 172.21.15.81:0/85816844' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T08:39:46.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:46 smithi081 bash[19989]: cluster 2024-09-17T08:39:44.881186+0000 mgr.smithi081.loqrpe (mgr.14197) 151 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:46.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:46 smithi081 bash[19989]: audit 2024-09-17T08:39:45.201797+0000 mon.smithi081 (mon.0) 712 : audit [INF] from='client.? 172.21.15.81:0/85816844' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-17T08:39:46.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:46 smithi081 bash[19989]: audit 2024-09-17T08:39:45.210183+0000 mon.smithi081 (mon.0) 713 : audit [INF] from='client.? 172.21.15.81:0/85816844' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T08:39:46.326 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-09-17T08:39:46.326 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-17T08:39:46.326 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-17T08:39:46.347 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-17T08:39:48.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:47 smithi081 bash[19989]: cluster 2024-09-17T08:39:46.881689+0000 mgr.smithi081.loqrpe (mgr.14197) 152 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:48.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:47 smithi160 bash[25433]: cluster 2024-09-17T08:39:46.881689+0000 mgr.smithi081.loqrpe (mgr.14197) 152 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:50.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:49 smithi081 bash[19989]: cluster 2024-09-17T08:39:48.882235+0000 mgr.smithi081.loqrpe (mgr.14197) 153 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:50.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:49 smithi160 bash[25433]: cluster 2024-09-17T08:39:48.882235+0000 mgr.smithi081.loqrpe (mgr.14197) 153 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:51.061 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi160/config 2024-09-17T08:39:52.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:51 smithi081 bash[19989]: cluster 2024-09-17T08:39:50.882838+0000 mgr.smithi081.loqrpe (mgr.14197) 154 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:52.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:51 smithi081 bash[19989]: audit 2024-09-17T08:39:51.899114+0000 mon.smithi081 (mon.0) 714 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:39:52.299 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:51 smithi160 bash[25433]: cluster 2024-09-17T08:39:50.882838+0000 mgr.smithi081.loqrpe (mgr.14197) 154 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:52.300 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:51 smithi160 bash[25433]: audit 2024-09-17T08:39:51.899114+0000 mon.smithi081 (mon.0) 714 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:39:54.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:53 smithi081 bash[19989]: cluster 2024-09-17T08:39:52.883285+0000 mgr.smithi081.loqrpe (mgr.14197) 155 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:54.424 INFO:teuthology.orchestra.run.smithi160.stdout:[client.1] 2024-09-17T08:39:54.425 INFO:teuthology.orchestra.run.smithi160.stdout: key = AQBaQOlmhcvoGBAABVUW8g1jFLRLVILBfdZZUQ== 2024-09-17T08:39:54.437 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:53 smithi160 bash[25433]: cluster 2024-09-17T08:39:52.883285+0000 mgr.smithi081.loqrpe (mgr.14197) 155 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:54.994 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-17T08:39:54.994 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-09-17T08:39:54.994 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-09-17T08:39:55.016 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-17T08:39:55.016 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-17T08:39:55.016 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-17T08:39:55.208 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:54 smithi081 bash[19989]: audit 2024-09-17T08:39:54.415854+0000 mon.smithi160 (mon.1) 20 : audit [INF] from='client.? 172.21.15.160:0/3997761425' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-17T08:39:55.208 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:54 smithi081 bash[19989]: audit 2024-09-17T08:39:54.417602+0000 mon.smithi081 (mon.0) 715 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-17T08:39:55.208 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:54 smithi081 bash[19989]: audit 2024-09-17T08:39:54.425315+0000 mon.smithi081 (mon.0) 716 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T08:39:55.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:54 smithi160 bash[25433]: audit 2024-09-17T08:39:54.415854+0000 mon.smithi160 (mon.1) 20 : audit [INF] from='client.? 172.21.15.160:0/3997761425' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-17T08:39:55.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:54 smithi160 bash[25433]: audit 2024-09-17T08:39:54.417602+0000 mon.smithi081 (mon.0) 715 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-17T08:39:55.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:54 smithi160 bash[25433]: audit 2024-09-17T08:39:54.425315+0000 mon.smithi081 (mon.0) 716 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T08:39:56.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:55 smithi160 bash[25433]: cluster 2024-09-17T08:39:54.883747+0000 mgr.smithi081.loqrpe (mgr.14197) 156 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:56.498 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:55 smithi081 bash[19989]: cluster 2024-09-17T08:39:54.883747+0000 mgr.smithi081.loqrpe (mgr.14197) 156 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:58.299 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:39:57 smithi081 bash[19989]: cluster 2024-09-17T08:39:56.884331+0000 mgr.smithi081.loqrpe (mgr.14197) 157 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:58.338 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:39:57 smithi160 bash[25433]: cluster 2024-09-17T08:39:56.884331+0000 mgr.smithi081.loqrpe (mgr.14197) 157 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:39:59.766 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:40:00.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:00 smithi081 bash[19989]: cluster 2024-09-17T08:39:58.884918+0000 mgr.smithi081.loqrpe (mgr.14197) 158 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:00.281 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:00 smithi160 bash[25433]: cluster 2024-09-17T08:39:58.884918+0000 mgr.smithi081.loqrpe (mgr.14197) 158 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:01.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:01 smithi081 bash[19989]: cluster 2024-09-17T08:40:00.000111+0000 mon.smithi081 (mon.0) 717 : cluster [INF] overall HEALTH_OK 2024-09-17T08:40:01.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:01 smithi081 bash[19989]: audit 2024-09-17T08:40:00.853691+0000 mon.smithi081 (mon.0) 718 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:40:01.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:01 smithi081 bash[19989]: audit 2024-09-17T08:40:00.861543+0000 mon.smithi081 (mon.0) 719 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:40:01.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:01 smithi160 bash[25433]: cluster 2024-09-17T08:40:00.000111+0000 mon.smithi081 (mon.0) 717 : cluster [INF] overall HEALTH_OK 2024-09-17T08:40:01.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:01 smithi160 bash[25433]: audit 2024-09-17T08:40:00.853691+0000 mon.smithi081 (mon.0) 718 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:40:01.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:01 smithi160 bash[25433]: audit 2024-09-17T08:40:00.861543+0000 mon.smithi081 (mon.0) 719 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:40:02.289 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:02 smithi081 bash[19989]: cluster 2024-09-17T08:40:00.885486+0000 mgr.smithi081.loqrpe (mgr.14197) 159 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:02.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:02 smithi160 bash[25433]: cluster 2024-09-17T08:40:00.885486+0000 mgr.smithi081.loqrpe (mgr.14197) 159 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:04.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:04 smithi081 bash[19989]: cluster 2024-09-17T08:40:02.886059+0000 mgr.smithi081.loqrpe (mgr.14197) 160 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:04.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:04 smithi160 bash[25433]: cluster 2024-09-17T08:40:02.886059+0000 mgr.smithi081.loqrpe (mgr.14197) 160 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:05.451 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:40:06.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:06 smithi160 bash[25433]: cluster 2024-09-17T08:40:04.886678+0000 mgr.smithi081.loqrpe (mgr.14197) 161 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:06.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:06 smithi160 bash[25433]: audit 2024-09-17T08:40:05.443174+0000 mon.smithi081 (mon.0) 720 : audit [DBG] from='client.? 172.21.15.81:0/1231769121' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-17T08:40:06.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:06 smithi081 bash[19989]: cluster 2024-09-17T08:40:04.886678+0000 mgr.smithi081.loqrpe (mgr.14197) 161 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:06.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:06 smithi081 bash[19989]: audit 2024-09-17T08:40:05.443174+0000 mon.smithi081 (mon.0) 720 : audit [DBG] from='client.? 172.21.15.81:0/1231769121' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-17T08:40:06.751 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":19,"flags":0,"active_gid":14197,"active_name":"smithi081.loqrpe","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6800","nonce":3807248861},{"type":"v1","addr":"172.21.15.81:6801","nonce":3807248861}]},"active_addr":"172.21.15.81:6801/3807248861","active_change":"2024-09-17T08:36:36.830955+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":14214,"name":"smithi160.aruonq","mgr_features":4540138322906710015,"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":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = 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":"2359","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":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = 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":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"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":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","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.25.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_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","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:9.4.7","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":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki 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.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of 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.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail 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_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","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":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","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_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","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":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","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":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","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_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","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_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","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":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","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":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","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":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","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":"what failure domain we should separate data replicas across.","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":"value to set min_size to (unchanged from Ceph's default if this option is not set)","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":"which CRUSH subtree type the module should create a pool for.","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":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","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":[]},"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_perf_query","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":"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":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"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":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","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":"the IPv4 or IPv6 address on which the module listens for HTTP requests","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":"rgw","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":"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":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","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":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","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":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"leaderboard_description":{"name":"leaderboard_description","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":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","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":"","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":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = 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":"2359","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":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = 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":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"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":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","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.25.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_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","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:9.4.7","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":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki 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.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of 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.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail 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_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","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":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","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_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","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":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","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":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","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_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","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_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","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":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","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":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","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":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","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":"what failure domain we should separate data replicas across.","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":"value to set min_size to (unchanged from Ceph's default if this option is not set)","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":"which CRUSH subtree type the module should create a pool for.","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":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","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":[]},"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_perf_query","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":"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":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"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":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","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":"the IPv4 or IPv6 address on which the module listens for HTTP requests","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":"rgw","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":"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":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","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":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","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":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"leaderboard_description":{"name":"leaderboard_description","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":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","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":"","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":{"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"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":5,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.81:0","nonce":2302025264}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.81:0","nonce":4107400108}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.81:0","nonce":2230969482}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.81:0","nonce":2732196870}]}]} 2024-09-17T08:40:06.755 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-17T08:40:06.756 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-17T08:40:06.756 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T08:40:07.406 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:07 smithi081 bash[19989]: audit 2024-09-17T08:40:06.898557+0000 mon.smithi081 (mon.0) 721 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:40:07.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:07 smithi160 bash[25433]: audit 2024-09-17T08:40:06.898557+0000 mon.smithi081 (mon.0) 721 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:40:08.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:08 smithi160 bash[25433]: cluster 2024-09-17T08:40:06.887038+0000 mgr.smithi081.loqrpe (mgr.14197) 162 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:08.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:08 smithi081 bash[19989]: cluster 2024-09-17T08:40:06.887038+0000 mgr.smithi081.loqrpe (mgr.14197) 162 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:09.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:09 smithi081 bash[19989]: audit 2024-09-17T08:40:08.228555+0000 mon.smithi081 (mon.0) 722 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:40:09.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:09 smithi081 bash[19989]: audit 2024-09-17T08:40:08.239479+0000 mon.smithi081 (mon.0) 723 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:40:09.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:09 smithi081 bash[19989]: cluster 2024-09-17T08:40:08.887606+0000 mgr.smithi081.loqrpe (mgr.14197) 163 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:09.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:09 smithi160 bash[25433]: audit 2024-09-17T08:40:08.228555+0000 mon.smithi081 (mon.0) 722 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:40:09.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:09 smithi160 bash[25433]: audit 2024-09-17T08:40:08.239479+0000 mon.smithi081 (mon.0) 723 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:40:09.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:09 smithi160 bash[25433]: cluster 2024-09-17T08:40:08.887606+0000 mgr.smithi081.loqrpe (mgr.14197) 163 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:11.742 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:40:12.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:11 smithi160 bash[25433]: cluster 2024-09-17T08:40:10.888158+0000 mgr.smithi081.loqrpe (mgr.14197) 164 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:12.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:11 smithi081 bash[19989]: cluster 2024-09-17T08:40:10.888158+0000 mgr.smithi081.loqrpe (mgr.14197) 164 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:14.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:13 smithi160 bash[25433]: cluster 2024-09-17T08:40:12.888732+0000 mgr.smithi081.loqrpe (mgr.14197) 165 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:14.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:13 smithi081 bash[19989]: cluster 2024-09-17T08:40:12.888732+0000 mgr.smithi081.loqrpe (mgr.14197) 165 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:15.329 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:40:15.329 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":43,"fsid":"6889c766-74cf-11ef-bceb-c7b262605968","created":"2024-09-17T08:33:53.810456+0000","modified":"2024-09-17T08:39:15.989546+0000","last_up_change":"2024-09-17T08:39:11.936754+0000","last_in_change":"2024-09-17T08:38:14.802442+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-17T08:38:51.398414+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":"27","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":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"b2079513-64af-4afb-80f3-0a40ceea883b","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.160:6800","nonce":540614130},{"type":"v1","addr":"172.21.15.160:6801","nonce":540614130}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":540614130},{"type":"v1","addr":"172.21.15.160:6803","nonce":540614130}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":540614130},{"type":"v1","addr":"172.21.15.160:6807","nonce":540614130}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":540614130},{"type":"v1","addr":"172.21.15.160:6805","nonce":540614130}]},"public_addr":"172.21.15.160:6801/540614130","cluster_addr":"172.21.15.160:6803/540614130","heartbeat_back_addr":"172.21.15.160:6807/540614130","heartbeat_front_addr":"172.21.15.160:6805/540614130","state":["exists","up"]},{"osd":1,"uuid":"1b146b6d-0654-49c9-a879-63bcdda00899","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6802","nonce":1677738257},{"type":"v1","addr":"172.21.15.81:6803","nonce":1677738257}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6804","nonce":1677738257},{"type":"v1","addr":"172.21.15.81:6805","nonce":1677738257}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6808","nonce":1677738257},{"type":"v1","addr":"172.21.15.81:6809","nonce":1677738257}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6806","nonce":1677738257},{"type":"v1","addr":"172.21.15.81:6807","nonce":1677738257}]},"public_addr":"172.21.15.81:6803/1677738257","cluster_addr":"172.21.15.81:6805/1677738257","heartbeat_back_addr":"172.21.15.81:6809/1677738257","heartbeat_front_addr":"172.21.15.81:6807/1677738257","state":["exists","up"]},{"osd":2,"uuid":"443b0976-6fba-4928-90b6-6b63f622afa6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6808","nonce":4027204744},{"type":"v1","addr":"172.21.15.160:6809","nonce":4027204744}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6810","nonce":4027204744},{"type":"v1","addr":"172.21.15.160:6811","nonce":4027204744}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6814","nonce":4027204744},{"type":"v1","addr":"172.21.15.160:6815","nonce":4027204744}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6812","nonce":4027204744},{"type":"v1","addr":"172.21.15.160:6813","nonce":4027204744}]},"public_addr":"172.21.15.160:6809/4027204744","cluster_addr":"172.21.15.160:6811/4027204744","heartbeat_back_addr":"172.21.15.160:6815/4027204744","heartbeat_front_addr":"172.21.15.160:6813/4027204744","state":["exists","up"]},{"osd":3,"uuid":"6148039e-0df0-43ec-9d48-32015ddfa030","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6810","nonce":1329515683},{"type":"v1","addr":"172.21.15.81:6811","nonce":1329515683}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6812","nonce":1329515683},{"type":"v1","addr":"172.21.15.81:6813","nonce":1329515683}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6816","nonce":1329515683},{"type":"v1","addr":"172.21.15.81:6817","nonce":1329515683}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6814","nonce":1329515683},{"type":"v1","addr":"172.21.15.81:6815","nonce":1329515683}]},"public_addr":"172.21.15.81:6811/1329515683","cluster_addr":"172.21.15.81:6813/1329515683","heartbeat_back_addr":"172.21.15.81:6817/1329515683","heartbeat_front_addr":"172.21.15.81:6815/1329515683","state":["exists","up"]},{"osd":4,"uuid":"95bcd647-59cd-45c2-acfe-381973e16c9a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6816","nonce":805987513},{"type":"v1","addr":"172.21.15.160:6817","nonce":805987513}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6818","nonce":805987513},{"type":"v1","addr":"172.21.15.160:6819","nonce":805987513}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6822","nonce":805987513},{"type":"v1","addr":"172.21.15.160:6823","nonce":805987513}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6820","nonce":805987513},{"type":"v1","addr":"172.21.15.160:6821","nonce":805987513}]},"public_addr":"172.21.15.160:6817/805987513","cluster_addr":"172.21.15.160:6819/805987513","heartbeat_back_addr":"172.21.15.160:6823/805987513","heartbeat_front_addr":"172.21.15.160:6821/805987513","state":["exists","up"]},{"osd":5,"uuid":"c59e8615-f244-4235-974a-d2a5869744df","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6818","nonce":3751526137},{"type":"v1","addr":"172.21.15.81:6819","nonce":3751526137}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6820","nonce":3751526137},{"type":"v1","addr":"172.21.15.81:6821","nonce":3751526137}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6824","nonce":3751526137},{"type":"v1","addr":"172.21.15.81:6825","nonce":3751526137}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6822","nonce":3751526137},{"type":"v1","addr":"172.21.15.81:6823","nonce":3751526137}]},"public_addr":"172.21.15.81:6819/3751526137","cluster_addr":"172.21.15.81:6821/3751526137","heartbeat_back_addr":"172.21.15.81:6825/3751526137","heartbeat_front_addr":"172.21.15.81:6823/3751526137","state":["exists","up"]},{"osd":6,"uuid":"ed5994d1-5574-4102-929e-81690ff33182","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6824","nonce":3944952082},{"type":"v1","addr":"172.21.15.160:6825","nonce":3944952082}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6826","nonce":3944952082},{"type":"v1","addr":"172.21.15.160:6827","nonce":3944952082}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6830","nonce":3944952082},{"type":"v1","addr":"172.21.15.160:6831","nonce":3944952082}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6828","nonce":3944952082},{"type":"v1","addr":"172.21.15.160:6829","nonce":3944952082}]},"public_addr":"172.21.15.160:6825/3944952082","cluster_addr":"172.21.15.160:6827/3944952082","heartbeat_back_addr":"172.21.15.160:6831/3944952082","heartbeat_front_addr":"172.21.15.160:6829/3944952082","state":["exists","up"]},{"osd":7,"uuid":"a9b012a8-e9f9-4e3d-96df-4982da1b4197","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6826","nonce":812767527},{"type":"v1","addr":"172.21.15.81:6827","nonce":812767527}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6828","nonce":812767527},{"type":"v1","addr":"172.21.15.81:6829","nonce":812767527}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6832","nonce":812767527},{"type":"v1","addr":"172.21.15.81:6833","nonce":812767527}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6830","nonce":812767527},{"type":"v1","addr":"172.21.15.81:6831","nonce":812767527}]},"public_addr":"172.21.15.81:6827/812767527","cluster_addr":"172.21.15.81:6829/812767527","heartbeat_back_addr":"172.21.15.81:6833/812767527","heartbeat_front_addr":"172.21.15.81:6831/812767527","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:38:38.417079+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:38:46.863888+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:38:44.109544+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:38:54.673902+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:38:50.269770+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:39:02.771593+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:38:54.754788+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:39:10.326467+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.81:0/3030382277":"2024-09-18T08:36:36.830638+0000","172.21.15.81:0/2755348815":"2024-09-18T08:34:21.351443+0000","172.21.15.81:6800/1648810611":"2024-09-18T08:34:21.351443+0000","172.21.15.81:6801/1648810611":"2024-09-18T08:34:21.351443+0000","172.21.15.81:0/293784215":"2024-09-18T08:34:21.351443+0000","172.21.15.81:6800/2764234316":"2024-09-18T08:36:36.830638+0000","172.21.15.81:0/1418731761":"2024-09-18T08:35:05.114920+0000","172.21.15.81:0/1283825211":"2024-09-18T08:35:05.114920+0000","172.21.15.81:0/2669310004":"2024-09-18T08:36:36.830638+0000","172.21.15.81:0/503624406":"2024-09-18T08:34:21.351443+0000","172.21.15.81:6800/2257493384":"2024-09-18T08:35:05.114920+0000","172.21.15.81:6801/2257493384":"2024-09-18T08:35:05.114920+0000","172.21.15.81:0/2681957538":"2024-09-18T08:36:36.830638+0000","172.21.15.81:6801/2764234316":"2024-09-18T08:36:36.830638+0000","172.21.15.81:0/670219670":"2024-09-18T08:35:05.114920+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-17T08:40:16.076 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-17T08:40:16.076 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T08:40:16.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:15 smithi160 bash[25433]: cluster 2024-09-17T08:40:14.889355+0000 mgr.smithi081.loqrpe (mgr.14197) 166 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:16.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:15 smithi160 bash[25433]: audit 2024-09-17T08:40:15.328298+0000 mon.smithi081 (mon.0) 724 : audit [DBG] from='client.? 172.21.15.81:0/1893603750' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T08:40:16.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:15 smithi081 bash[19989]: cluster 2024-09-17T08:40:14.889355+0000 mgr.smithi081.loqrpe (mgr.14197) 166 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:16.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:15 smithi081 bash[19989]: audit 2024-09-17T08:40:15.328298+0000 mon.smithi081 (mon.0) 724 : audit [DBG] from='client.? 172.21.15.81:0/1893603750' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T08:40:18.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:17 smithi160 bash[25433]: cluster 2024-09-17T08:40:16.889906+0000 mgr.smithi081.loqrpe (mgr.14197) 167 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:18.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:17 smithi081 bash[19989]: cluster 2024-09-17T08:40:16.889906+0000 mgr.smithi081.loqrpe (mgr.14197) 167 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:20.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:19 smithi160 bash[25433]: cluster 2024-09-17T08:40:18.890496+0000 mgr.smithi081.loqrpe (mgr.14197) 168 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:20.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:19 smithi081 bash[19989]: cluster 2024-09-17T08:40:18.890496+0000 mgr.smithi081.loqrpe (mgr.14197) 168 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:20.826 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:40:22.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:21 smithi160 bash[25433]: cluster 2024-09-17T08:40:20.890968+0000 mgr.smithi081.loqrpe (mgr.14197) 169 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:22.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:21 smithi160 bash[25433]: audit 2024-09-17T08:40:21.899799+0000 mon.smithi081 (mon.0) 725 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:40:22.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:21 smithi081 bash[19989]: cluster 2024-09-17T08:40:20.890968+0000 mgr.smithi081.loqrpe (mgr.14197) 169 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:22.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:21 smithi081 bash[19989]: audit 2024-09-17T08:40:21.899799+0000 mon.smithi081 (mon.0) 725 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:40:24.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:23 smithi160 bash[25433]: cluster 2024-09-17T08:40:22.891510+0000 mgr.smithi081.loqrpe (mgr.14197) 170 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:24.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:23 smithi081 bash[19989]: cluster 2024-09-17T08:40:22.891510+0000 mgr.smithi081.loqrpe (mgr.14197) 170 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:24.406 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:40:24.406 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":43,"fsid":"6889c766-74cf-11ef-bceb-c7b262605968","created":"2024-09-17T08:33:53.810456+0000","modified":"2024-09-17T08:39:15.989546+0000","last_up_change":"2024-09-17T08:39:11.936754+0000","last_in_change":"2024-09-17T08:38:14.802442+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-17T08:38:51.398414+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":"27","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":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"b2079513-64af-4afb-80f3-0a40ceea883b","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.160:6800","nonce":540614130},{"type":"v1","addr":"172.21.15.160:6801","nonce":540614130}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":540614130},{"type":"v1","addr":"172.21.15.160:6803","nonce":540614130}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":540614130},{"type":"v1","addr":"172.21.15.160:6807","nonce":540614130}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":540614130},{"type":"v1","addr":"172.21.15.160:6805","nonce":540614130}]},"public_addr":"172.21.15.160:6801/540614130","cluster_addr":"172.21.15.160:6803/540614130","heartbeat_back_addr":"172.21.15.160:6807/540614130","heartbeat_front_addr":"172.21.15.160:6805/540614130","state":["exists","up"]},{"osd":1,"uuid":"1b146b6d-0654-49c9-a879-63bcdda00899","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6802","nonce":1677738257},{"type":"v1","addr":"172.21.15.81:6803","nonce":1677738257}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6804","nonce":1677738257},{"type":"v1","addr":"172.21.15.81:6805","nonce":1677738257}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6808","nonce":1677738257},{"type":"v1","addr":"172.21.15.81:6809","nonce":1677738257}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6806","nonce":1677738257},{"type":"v1","addr":"172.21.15.81:6807","nonce":1677738257}]},"public_addr":"172.21.15.81:6803/1677738257","cluster_addr":"172.21.15.81:6805/1677738257","heartbeat_back_addr":"172.21.15.81:6809/1677738257","heartbeat_front_addr":"172.21.15.81:6807/1677738257","state":["exists","up"]},{"osd":2,"uuid":"443b0976-6fba-4928-90b6-6b63f622afa6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6808","nonce":4027204744},{"type":"v1","addr":"172.21.15.160:6809","nonce":4027204744}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6810","nonce":4027204744},{"type":"v1","addr":"172.21.15.160:6811","nonce":4027204744}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6814","nonce":4027204744},{"type":"v1","addr":"172.21.15.160:6815","nonce":4027204744}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6812","nonce":4027204744},{"type":"v1","addr":"172.21.15.160:6813","nonce":4027204744}]},"public_addr":"172.21.15.160:6809/4027204744","cluster_addr":"172.21.15.160:6811/4027204744","heartbeat_back_addr":"172.21.15.160:6815/4027204744","heartbeat_front_addr":"172.21.15.160:6813/4027204744","state":["exists","up"]},{"osd":3,"uuid":"6148039e-0df0-43ec-9d48-32015ddfa030","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6810","nonce":1329515683},{"type":"v1","addr":"172.21.15.81:6811","nonce":1329515683}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6812","nonce":1329515683},{"type":"v1","addr":"172.21.15.81:6813","nonce":1329515683}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6816","nonce":1329515683},{"type":"v1","addr":"172.21.15.81:6817","nonce":1329515683}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6814","nonce":1329515683},{"type":"v1","addr":"172.21.15.81:6815","nonce":1329515683}]},"public_addr":"172.21.15.81:6811/1329515683","cluster_addr":"172.21.15.81:6813/1329515683","heartbeat_back_addr":"172.21.15.81:6817/1329515683","heartbeat_front_addr":"172.21.15.81:6815/1329515683","state":["exists","up"]},{"osd":4,"uuid":"95bcd647-59cd-45c2-acfe-381973e16c9a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6816","nonce":805987513},{"type":"v1","addr":"172.21.15.160:6817","nonce":805987513}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6818","nonce":805987513},{"type":"v1","addr":"172.21.15.160:6819","nonce":805987513}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6822","nonce":805987513},{"type":"v1","addr":"172.21.15.160:6823","nonce":805987513}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6820","nonce":805987513},{"type":"v1","addr":"172.21.15.160:6821","nonce":805987513}]},"public_addr":"172.21.15.160:6817/805987513","cluster_addr":"172.21.15.160:6819/805987513","heartbeat_back_addr":"172.21.15.160:6823/805987513","heartbeat_front_addr":"172.21.15.160:6821/805987513","state":["exists","up"]},{"osd":5,"uuid":"c59e8615-f244-4235-974a-d2a5869744df","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6818","nonce":3751526137},{"type":"v1","addr":"172.21.15.81:6819","nonce":3751526137}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6820","nonce":3751526137},{"type":"v1","addr":"172.21.15.81:6821","nonce":3751526137}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6824","nonce":3751526137},{"type":"v1","addr":"172.21.15.81:6825","nonce":3751526137}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6822","nonce":3751526137},{"type":"v1","addr":"172.21.15.81:6823","nonce":3751526137}]},"public_addr":"172.21.15.81:6819/3751526137","cluster_addr":"172.21.15.81:6821/3751526137","heartbeat_back_addr":"172.21.15.81:6825/3751526137","heartbeat_front_addr":"172.21.15.81:6823/3751526137","state":["exists","up"]},{"osd":6,"uuid":"ed5994d1-5574-4102-929e-81690ff33182","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6824","nonce":3944952082},{"type":"v1","addr":"172.21.15.160:6825","nonce":3944952082}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6826","nonce":3944952082},{"type":"v1","addr":"172.21.15.160:6827","nonce":3944952082}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6830","nonce":3944952082},{"type":"v1","addr":"172.21.15.160:6831","nonce":3944952082}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6828","nonce":3944952082},{"type":"v1","addr":"172.21.15.160:6829","nonce":3944952082}]},"public_addr":"172.21.15.160:6825/3944952082","cluster_addr":"172.21.15.160:6827/3944952082","heartbeat_back_addr":"172.21.15.160:6831/3944952082","heartbeat_front_addr":"172.21.15.160:6829/3944952082","state":["exists","up"]},{"osd":7,"uuid":"a9b012a8-e9f9-4e3d-96df-4982da1b4197","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6826","nonce":812767527},{"type":"v1","addr":"172.21.15.81:6827","nonce":812767527}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6828","nonce":812767527},{"type":"v1","addr":"172.21.15.81:6829","nonce":812767527}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6832","nonce":812767527},{"type":"v1","addr":"172.21.15.81:6833","nonce":812767527}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6830","nonce":812767527},{"type":"v1","addr":"172.21.15.81:6831","nonce":812767527}]},"public_addr":"172.21.15.81:6827/812767527","cluster_addr":"172.21.15.81:6829/812767527","heartbeat_back_addr":"172.21.15.81:6833/812767527","heartbeat_front_addr":"172.21.15.81:6831/812767527","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:38:38.417079+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:38:46.863888+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:38:44.109544+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:38:54.673902+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:38:50.269770+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:39:02.771593+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:38:54.754788+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:39:10.326467+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.81:0/3030382277":"2024-09-18T08:36:36.830638+0000","172.21.15.81:0/2755348815":"2024-09-18T08:34:21.351443+0000","172.21.15.81:6800/1648810611":"2024-09-18T08:34:21.351443+0000","172.21.15.81:6801/1648810611":"2024-09-18T08:34:21.351443+0000","172.21.15.81:0/293784215":"2024-09-18T08:34:21.351443+0000","172.21.15.81:6800/2764234316":"2024-09-18T08:36:36.830638+0000","172.21.15.81:0/1418731761":"2024-09-18T08:35:05.114920+0000","172.21.15.81:0/1283825211":"2024-09-18T08:35:05.114920+0000","172.21.15.81:0/2669310004":"2024-09-18T08:36:36.830638+0000","172.21.15.81:0/503624406":"2024-09-18T08:34:21.351443+0000","172.21.15.81:6800/2257493384":"2024-09-18T08:35:05.114920+0000","172.21.15.81:6801/2257493384":"2024-09-18T08:35:05.114920+0000","172.21.15.81:0/2681957538":"2024-09-18T08:36:36.830638+0000","172.21.15.81:6801/2764234316":"2024-09-18T08:36:36.830638+0000","172.21.15.81:0/670219670":"2024-09-18T08:35:05.114920+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-17T08:40:25.177 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-17T08:40:25.178 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-17T08:40:25.178 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-17T08:40:25.179 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-17T08:40:25.180 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-17T08:40:25.180 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-17T08:40:25.181 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-09-17T08:40:25.182 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-09-17T08:40:25.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:24 smithi160 bash[25433]: audit 2024-09-17T08:40:24.405567+0000 mon.smithi081 (mon.0) 726 : audit [DBG] from='client.? 172.21.15.81:0/2788697690' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T08:40:25.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:24 smithi081 bash[19989]: audit 2024-09-17T08:40:24.405567+0000 mon.smithi081 (mon.0) 726 : audit [DBG] from='client.? 172.21.15.81:0/2788697690' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T08:40:26.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:25 smithi160 bash[25433]: cluster 2024-09-17T08:40:24.892069+0000 mgr.smithi081.loqrpe (mgr.14197) 171 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:26.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:25 smithi081 bash[19989]: cluster 2024-09-17T08:40:24.892069+0000 mgr.smithi081.loqrpe (mgr.14197) 171 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:28.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:27 smithi081 bash[19989]: cluster 2024-09-17T08:40:26.892612+0000 mgr.smithi081.loqrpe (mgr.14197) 172 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:28.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:27 smithi160 bash[25433]: cluster 2024-09-17T08:40:26.892612+0000 mgr.smithi081.loqrpe (mgr.14197) 172 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:30.009 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:40:30.010 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:40:30.010 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:40:30.011 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:40:30.011 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:40:30.013 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:40:30.013 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:40:30.013 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:40:30.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:29 smithi081 bash[19989]: cluster 2024-09-17T08:40:28.893212+0000 mgr.smithi081.loqrpe (mgr.14197) 173 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:30.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:29 smithi160 bash[25433]: cluster 2024-09-17T08:40:28.893212+0000 mgr.smithi081.loqrpe (mgr.14197) 173 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:32.313 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:31 smithi081 bash[19989]: cluster 2024-09-17T08:40:30.893750+0000 mgr.smithi081.loqrpe (mgr.14197) 174 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:32.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:31 smithi160 bash[25433]: cluster 2024-09-17T08:40:30.893750+0000 mgr.smithi081.loqrpe (mgr.14197) 174 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:34.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:33 smithi081 bash[19989]: cluster 2024-09-17T08:40:32.894324+0000 mgr.smithi081.loqrpe (mgr.14197) 175 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:34.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:33 smithi160 bash[25433]: cluster 2024-09-17T08:40:32.894324+0000 mgr.smithi081.loqrpe (mgr.14197) 175 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:36.285 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:36 smithi160 bash[25433]: cluster 2024-09-17T08:40:34.894794+0000 mgr.smithi081.loqrpe (mgr.14197) 176 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:36.383 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:36 smithi081 bash[19989]: cluster 2024-09-17T08:40:34.894794+0000 mgr.smithi081.loqrpe (mgr.14197) 176 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:37.324 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:37 smithi081 bash[19989]: audit 2024-09-17T08:40:36.906228+0000 mon.smithi081 (mon.0) 727 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:40:37.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:37 smithi160 bash[25433]: audit 2024-09-17T08:40:36.906228+0000 mon.smithi081 (mon.0) 727 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:40:38.304 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:38 smithi081 bash[19989]: cluster 2024-09-17T08:40:36.895309+0000 mgr.smithi081.loqrpe (mgr.14197) 177 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:38.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:38 smithi160 bash[25433]: cluster 2024-09-17T08:40:36.895309+0000 mgr.smithi081.loqrpe (mgr.14197) 177 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:40.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:40 smithi160 bash[25433]: cluster 2024-09-17T08:40:38.895765+0000 mgr.smithi081.loqrpe (mgr.14197) 178 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:40.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:40 smithi081 bash[19989]: cluster 2024-09-17T08:40:38.895765+0000 mgr.smithi081.loqrpe (mgr.14197) 178 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:42.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:42 smithi081 bash[19989]: cluster 2024-09-17T08:40:40.896271+0000 mgr.smithi081.loqrpe (mgr.14197) 179 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:42.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:42 smithi160 bash[25433]: cluster 2024-09-17T08:40:40.896271+0000 mgr.smithi081.loqrpe (mgr.14197) 179 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:44.336 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:44 smithi081 bash[19989]: cluster 2024-09-17T08:40:42.896839+0000 mgr.smithi081.loqrpe (mgr.14197) 180 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:44.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:44 smithi160 bash[25433]: cluster 2024-09-17T08:40:42.896839+0000 mgr.smithi081.loqrpe (mgr.14197) 180 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:45.762 INFO:teuthology.orchestra.run.smithi081.stdout:107374182425 2024-09-17T08:40:45.762 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-17T08:40:46.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:46 smithi081 bash[19989]: cluster 2024-09-17T08:40:44.897395+0000 mgr.smithi081.loqrpe (mgr.14197) 181 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:46.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:46 smithi160 bash[25433]: cluster 2024-09-17T08:40:44.897395+0000 mgr.smithi081.loqrpe (mgr.14197) 181 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:48.163 INFO:teuthology.orchestra.run.smithi081.stdout:85899345946 2024-09-17T08:40:48.164 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-17T08:40:48.213 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:48 smithi081 bash[19989]: cluster 2024-09-17T08:40:46.897963+0000 mgr.smithi081.loqrpe (mgr.14197) 182 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:48.218 INFO:teuthology.orchestra.run.smithi081.stdout:68719476764 2024-09-17T08:40:48.218 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-17T08:40:48.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:48 smithi160 bash[25433]: cluster 2024-09-17T08:40:46.897963+0000 mgr.smithi081.loqrpe (mgr.14197) 182 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:49.175 INFO:teuthology.orchestra.run.smithi081.stdout:128849018904 2024-09-17T08:40:49.175 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-09-17T08:40:49.748 INFO:teuthology.orchestra.run.smithi081.stdout:98784247835 2024-09-17T08:40:49.748 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-17T08:40:49.794 INFO:teuthology.orchestra.run.smithi081.stdout:150323855383 2024-09-17T08:40:49.794 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-17T08:40:50.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:50 smithi160 bash[25433]: cluster 2024-09-17T08:40:48.898484+0000 mgr.smithi081.loqrpe (mgr.14197) 183 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:50.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:50 smithi081 bash[19989]: cluster 2024-09-17T08:40:48.898484+0000 mgr.smithi081.loqrpe (mgr.14197) 183 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:50.734 INFO:teuthology.orchestra.run.smithi081.stdout:167503724566 2024-09-17T08:40:50.735 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-09-17T08:40:50.754 INFO:teuthology.orchestra.run.smithi081.stdout:128849018905 2024-09-17T08:40:50.755 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-17T08:40:52.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:52 smithi160 bash[25433]: cluster 2024-09-17T08:40:50.898881+0000 mgr.smithi081.loqrpe (mgr.14197) 184 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:52.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:52 smithi160 bash[25433]: audit 2024-09-17T08:40:51.906651+0000 mon.smithi081 (mon.0) 728 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:40:52.412 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:52 smithi081 bash[19989]: cluster 2024-09-17T08:40:50.898881+0000 mgr.smithi081.loqrpe (mgr.14197) 184 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:52.412 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:52 smithi081 bash[19989]: audit 2024-09-17T08:40:51.906651+0000 mon.smithi081 (mon.0) 728 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:40:53.639 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:40:53.639 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:40:53.640 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:40:53.640 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:40:53.644 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:40:53.644 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:40:54.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:54 smithi081 bash[19989]: cluster 2024-09-17T08:40:52.899398+0000 mgr.smithi081.loqrpe (mgr.14197) 185 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:54.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:54 smithi160 bash[25433]: cluster 2024-09-17T08:40:52.899398+0000 mgr.smithi081.loqrpe (mgr.14197) 185 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:54.663 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:40:54.663 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:40:56.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:56 smithi160 bash[25433]: cluster 2024-09-17T08:40:54.899906+0000 mgr.smithi081.loqrpe (mgr.14197) 186 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:56.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:56 smithi081 bash[19989]: cluster 2024-09-17T08:40:54.899906+0000 mgr.smithi081.loqrpe (mgr.14197) 186 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:58.369 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:40:58 smithi081 bash[19989]: cluster 2024-09-17T08:40:56.900280+0000 mgr.smithi081.loqrpe (mgr.14197) 187 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:40:58.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:40:58 smithi160 bash[25433]: cluster 2024-09-17T08:40:56.900280+0000 mgr.smithi081.loqrpe (mgr.14197) 187 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:00.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:00 smithi160 bash[25433]: cluster 2024-09-17T08:40:58.900805+0000 mgr.smithi081.loqrpe (mgr.14197) 188 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:00.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:00 smithi081 bash[19989]: cluster 2024-09-17T08:40:58.900805+0000 mgr.smithi081.loqrpe (mgr.14197) 188 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:02.412 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:02 smithi081 bash[19989]: cluster 2024-09-17T08:41:00.901376+0000 mgr.smithi081.loqrpe (mgr.14197) 189 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:02.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:02 smithi160 bash[25433]: cluster 2024-09-17T08:41:00.901376+0000 mgr.smithi081.loqrpe (mgr.14197) 189 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:04.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:04 smithi160 bash[25433]: cluster 2024-09-17T08:41:02.901941+0000 mgr.smithi081.loqrpe (mgr.14197) 190 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:04.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:04 smithi081 bash[19989]: cluster 2024-09-17T08:41:02.901941+0000 mgr.smithi081.loqrpe (mgr.14197) 190 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:06.423 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:06 smithi081 bash[19989]: cluster 2024-09-17T08:41:04.902445+0000 mgr.smithi081.loqrpe (mgr.14197) 191 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:06.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:06 smithi160 bash[25433]: cluster 2024-09-17T08:41:04.902445+0000 mgr.smithi081.loqrpe (mgr.14197) 191 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:06.746 INFO:teuthology.orchestra.run.smithi081.stdout:107374182430 2024-09-17T08:41:07.321 INFO:teuthology.orchestra.run.smithi081.stdout:98784247839 2024-09-17T08:41:07.332 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:07 smithi081 bash[19989]: audit 2024-09-17T08:41:06.748102+0000 mon.smithi081 (mon.0) 729 : audit [DBG] from='client.? 172.21.15.81:0/3740508382' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-17T08:41:07.332 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:07 smithi081 bash[19989]: audit 2024-09-17T08:41:06.906885+0000 mon.smithi081 (mon.0) 730 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:41:07.450 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:07 smithi160 bash[25433]: audit 2024-09-17T08:41:06.748102+0000 mon.smithi081 (mon.0) 729 : audit [DBG] from='client.? 172.21.15.81:0/3740508382' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-17T08:41:07.451 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:07 smithi160 bash[25433]: audit 2024-09-17T08:41:06.906885+0000 mon.smithi081 (mon.0) 730 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:41:07.791 INFO:teuthology.orchestra.run.smithi081.stdout:68719476769 2024-09-17T08:41:07.856 INFO:teuthology.orchestra.run.smithi081.stdout:150323855387 2024-09-17T08:41:08.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:08 smithi081 bash[19989]: cluster 2024-09-17T08:41:06.903005+0000 mgr.smithi081.loqrpe (mgr.14197) 192 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:08.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:08 smithi081 bash[19989]: audit 2024-09-17T08:41:07.322553+0000 mon.smithi081 (mon.0) 731 : audit [DBG] from='client.? 172.21.15.81:0/943228416' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-17T08:41:08.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:08 smithi081 bash[19989]: audit 2024-09-17T08:41:07.792743+0000 mon.smithi081 (mon.0) 732 : audit [DBG] from='client.? 172.21.15.81:0/1445601410' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-17T08:41:08.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:08 smithi081 bash[19989]: audit 2024-09-17T08:41:07.858104+0000 mon.smithi081 (mon.0) 733 : audit [DBG] from='client.? 172.21.15.81:0/4248497761' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-17T08:41:08.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:08 smithi160 bash[25433]: cluster 2024-09-17T08:41:06.903005+0000 mgr.smithi081.loqrpe (mgr.14197) 192 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:08.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:08 smithi160 bash[25433]: audit 2024-09-17T08:41:07.322553+0000 mon.smithi081 (mon.0) 731 : audit [DBG] from='client.? 172.21.15.81:0/943228416' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-17T08:41:08.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:08 smithi160 bash[25433]: audit 2024-09-17T08:41:07.792743+0000 mon.smithi081 (mon.0) 732 : audit [DBG] from='client.? 172.21.15.81:0/1445601410' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-17T08:41:08.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:08 smithi160 bash[25433]: audit 2024-09-17T08:41:07.858104+0000 mon.smithi081 (mon.0) 733 : audit [DBG] from='client.? 172.21.15.81:0/4248497761' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-17T08:41:09.019 INFO:teuthology.orchestra.run.smithi081.stdout:128849018909 2024-09-17T08:41:09.168 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182425 got 107374182430 for osd.4 2024-09-17T08:41:09.168 DEBUG:teuthology.parallel:result is None 2024-09-17T08:41:09.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:09 smithi160 bash[25433]: audit 2024-09-17T08:41:08.392993+0000 mon.smithi081 (mon.0) 734 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:41:09.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:09 smithi160 bash[25433]: audit 2024-09-17T08:41:09.021369+0000 mon.smithi081 (mon.0) 735 : audit [DBG] from='client.? 172.21.15.81:0/2340726346' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-17T08:41:09.501 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:09 smithi081 bash[19989]: audit 2024-09-17T08:41:08.392993+0000 mon.smithi081 (mon.0) 734 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:41:09.501 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:09 smithi081 bash[19989]: audit 2024-09-17T08:41:09.021369+0000 mon.smithi081 (mon.0) 735 : audit [DBG] from='client.? 172.21.15.81:0/2340726346' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-17T08:41:09.774 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247835 got 98784247839 for osd.1 2024-09-17T08:41:09.774 DEBUG:teuthology.parallel:result is None 2024-09-17T08:41:10.273 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:10 smithi081 bash[19989]: cluster 2024-09-17T08:41:08.903371+0000 mgr.smithi081.loqrpe (mgr.14197) 193 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:10.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:10 smithi160 bash[25433]: cluster 2024-09-17T08:41:08.903371+0000 mgr.smithi081.loqrpe (mgr.14197) 193 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:10.587 INFO:teuthology.orchestra.run.smithi081.stdout:167503724571 2024-09-17T08:41:10.732 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476764 got 68719476769 for osd.0 2024-09-17T08:41:10.732 DEBUG:teuthology.parallel:result is None 2024-09-17T08:41:11.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:11 smithi081 bash[19989]: audit 2024-09-17T08:41:10.589643+0000 mon.smithi081 (mon.0) 736 : audit [DBG] from='client.? 172.21.15.81:0/2848121201' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-17T08:41:11.313 INFO:tasks.cephadm.ceph_manager.ceph:need seq 150323855383 got 150323855387 for osd.5 2024-09-17T08:41:11.313 DEBUG:teuthology.parallel:result is None 2024-09-17T08:41:11.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:11 smithi160 bash[25433]: audit 2024-09-17T08:41:10.589643+0000 mon.smithi081 (mon.0) 736 : audit [DBG] from='client.? 172.21.15.81:0/2848121201' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-17T08:41:12.269 INFO:teuthology.orchestra.run.smithi081.stdout:85899345951 2024-09-17T08:41:12.390 INFO:teuthology.orchestra.run.smithi081.stdout:128849018909 2024-09-17T08:41:12.392 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:12 smithi081 bash[19989]: cluster 2024-09-17T08:41:10.903729+0000 mgr.smithi081.loqrpe (mgr.14197) 194 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:12.393 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018904 got 128849018909 for osd.6 2024-09-17T08:41:12.393 DEBUG:teuthology.parallel:result is None 2024-09-17T08:41:12.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:12 smithi160 bash[25433]: cluster 2024-09-17T08:41:10.903729+0000 mgr.smithi081.loqrpe (mgr.14197) 194 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:12.476 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724566 got 167503724571 for osd.7 2024-09-17T08:41:12.477 DEBUG:teuthology.parallel:result is None 2024-09-17T08:41:13.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:13 smithi160 bash[25433]: audit 2024-09-17T08:41:12.271026+0000 mon.smithi081 (mon.0) 737 : audit [DBG] from='client.? 172.21.15.81:0/3179348238' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-17T08:41:13.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:13 smithi160 bash[25433]: audit 2024-09-17T08:41:12.391879+0000 mon.smithi081 (mon.0) 738 : audit [DBG] from='client.? 172.21.15.81:0/884267284' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-17T08:41:13.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:13 smithi081 bash[19989]: audit 2024-09-17T08:41:12.271026+0000 mon.smithi081 (mon.0) 737 : audit [DBG] from='client.? 172.21.15.81:0/3179348238' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-17T08:41:13.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:13 smithi081 bash[19989]: audit 2024-09-17T08:41:12.391879+0000 mon.smithi081 (mon.0) 738 : audit [DBG] from='client.? 172.21.15.81:0/884267284' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-17T08:41:13.911 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018905 got 128849018909 for osd.3 2024-09-17T08:41:13.911 DEBUG:teuthology.parallel:result is None 2024-09-17T08:41:13.941 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345946 got 85899345951 for osd.2 2024-09-17T08:41:13.941 DEBUG:teuthology.parallel:result is None 2024-09-17T08:41:13.941 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-17T08:41:13.942 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T08:41:14.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:14 smithi081 bash[19989]: cluster 2024-09-17T08:41:12.904285+0000 mgr.smithi081.loqrpe (mgr.14197) 195 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:14.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:14 smithi081 bash[19989]: audit 2024-09-17T08:41:13.719689+0000 mon.smithi081 (mon.0) 739 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:41:14.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:14 smithi081 bash[19989]: audit 2024-09-17T08:41:13.729021+0000 mon.smithi081 (mon.0) 740 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:41:14.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:14 smithi160 bash[25433]: cluster 2024-09-17T08:41:12.904285+0000 mgr.smithi081.loqrpe (mgr.14197) 195 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:14.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:14 smithi160 bash[25433]: audit 2024-09-17T08:41:13.719689+0000 mon.smithi081 (mon.0) 739 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:41:14.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:14 smithi160 bash[25433]: audit 2024-09-17T08:41:13.729021+0000 mon.smithi081 (mon.0) 740 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:41:16.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:16 smithi160 bash[25433]: cluster 2024-09-17T08:41:14.904844+0000 mgr.smithi081.loqrpe (mgr.14197) 196 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:16.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:16 smithi081 bash[19989]: cluster 2024-09-17T08:41:14.904844+0000 mgr.smithi081.loqrpe (mgr.14197) 196 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:17.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:17 smithi160 bash[25433]: cluster 2024-09-17T08:41:16.905222+0000 mgr.smithi081.loqrpe (mgr.14197) 197 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:17.491 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:17 smithi081 bash[19989]: cluster 2024-09-17T08:41:16.905222+0000 mgr.smithi081.loqrpe (mgr.14197) 197 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:18.457 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:41:18.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:18 smithi160 bash[25433]: audit 2024-09-17T08:41:17.310063+0000 mon.smithi081 (mon.0) 741 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:41:18.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:18 smithi160 bash[25433]: audit 2024-09-17T08:41:17.316201+0000 mon.smithi081 (mon.0) 742 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:41:18.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:18 smithi160 bash[25433]: audit 2024-09-17T08:41:17.707784+0000 mon.smithi081 (mon.0) 743 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:41:18.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:18 smithi160 bash[25433]: audit 2024-09-17T08:41:17.709166+0000 mon.smithi081 (mon.0) 744 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:41:18.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:18 smithi160 bash[25433]: audit 2024-09-17T08:41:17.717804+0000 mon.smithi081 (mon.0) 745 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:41:18.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:18 smithi160 bash[25433]: audit 2024-09-17T08:41:17.721342+0000 mon.smithi081 (mon.0) 746 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:41:18.740 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:18 smithi081 bash[19989]: audit 2024-09-17T08:41:17.310063+0000 mon.smithi081 (mon.0) 741 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:41:18.740 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:18 smithi081 bash[19989]: audit 2024-09-17T08:41:17.316201+0000 mon.smithi081 (mon.0) 742 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:41:18.740 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:18 smithi081 bash[19989]: audit 2024-09-17T08:41:17.707784+0000 mon.smithi081 (mon.0) 743 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:41:18.740 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:18 smithi081 bash[19989]: audit 2024-09-17T08:41:17.709166+0000 mon.smithi081 (mon.0) 744 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:41:18.740 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:18 smithi081 bash[19989]: audit 2024-09-17T08:41:17.717804+0000 mon.smithi081 (mon.0) 745 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:41:18.740 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:18 smithi081 bash[19989]: audit 2024-09-17T08:41:17.721342+0000 mon.smithi081 (mon.0) 746 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:41:19.652 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:19 smithi081 bash[19989]: cluster 2024-09-17T08:41:18.905800+0000 mgr.smithi081.loqrpe (mgr.14197) 198 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:19.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:19 smithi160 bash[25433]: cluster 2024-09-17T08:41:18.905800+0000 mgr.smithi081.loqrpe (mgr.14197) 198 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:22.001 INFO:teuthology.orchestra.run.smithi081.stderr:dumped all 2024-09-17T08:41:22.002 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:41:22.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:21 smithi160 bash[25433]: cluster 2024-09-17T08:41:20.906516+0000 mgr.smithi081.loqrpe (mgr.14197) 199 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:22.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:21 smithi160 bash[25433]: audit 2024-09-17T08:41:21.906925+0000 mon.smithi081 (mon.0) 747 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:41:22.228 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:21 smithi081 bash[19989]: cluster 2024-09-17T08:41:20.906516+0000 mgr.smithi081.loqrpe (mgr.14197) 199 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:22.228 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:21 smithi081 bash[19989]: audit 2024-09-17T08:41:21.906925+0000 mon.smithi081 (mon.0) 747 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:41:22.746 INFO:teuthology.orchestra.run.smithi081.stdout:{"pg_ready":true,"pg_map":{"version":173,"stamp":"2024-09-17T08:41:20.906154+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":176,"num_read_kb":154,"num_write":291,"num_write_kb":5548,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"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":237,"ondisk_log_size":237,"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":250048,"kb_used_data":5160,"kb_used_omap":12,"kb_used_meta":244723,"kb_avail":749678400,"statfs":{"total":767926730752,"available":767670681600,"internally_reserved":0,"allocated":5283840,"data_stored":3161245,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12744,"internal_metadata":250596920},"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":"12.002920"},"pg_stats":[{"pgid":"1.0","version":"33'237","reported_seq":340,"reported_epoch":43,"state":"active+clean","last_fresh":"2024-09-17T08:39:17.942053+0000","last_change":"2024-09-17T08:39:16.000877+0000","last_active":"2024-09-17T08:39:17.942053+0000","last_peered":"2024-09-17T08:39:17.942053+0000","last_clean":"2024-09-17T08:39:17.942053+0000","last_became_active":"2024-09-17T08:39:15.999706+0000","last_became_peered":"2024-09-17T08:39:15.999706+0000","last_unstale":"2024-09-17T08:39:17.942053+0000","last_undegraded":"2024-09-17T08:39:17.942053+0000","last_fullsized":"2024-09-17T08:39:17.942053+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":"2024-09-17T08:38:51.839165+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T08:38:51.839165+0000","last_clean_scrub_stamp":"2024-09-17T08:38:51.839165+0000","objects_scrubbed":0,"log_size":237,"log_dups_size":0,"ondisk_log_size":237,"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,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T17:31:46.327165+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":176,"num_read_kb":154,"num_write":291,"num_write_kb":5548,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"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":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":176,"num_read_kb":154,"num_write":291,"num_write_kb":5548,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"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":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":237,"ondisk_log_size":237,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":39,"seq":167503724573,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32128,"kb_used_data":1004,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93708928,"statfs":{"total":95990841344,"available":95957942272,"internally_reserved":0,"allocated":1028096,"data_stored":763846,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1589,"internal_metadata":31848907},"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":"Tue Sep 17 08:41:17 2024","interfaces":[{"interface":"back","average":{"1min":0.84599999999999997,"5min":0.82999999999999996,"15min":0.82699999999999996},"min":{"1min":0.56399999999999995,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.105,"5min":1.214,"15min":1.214},"last":0.77100000000000002},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.83299999999999996,"15min":0.81899999999999995},"min":{"1min":0.49299999999999999,"5min":0.37,"15min":0.37},"max":{"1min":1.7909999999999999,"5min":1.7909999999999999,"15min":1.7909999999999999},"last":0.97899999999999998}]},{"osd":1,"last update":"Tue Sep 17 08:41:17 2024","interfaces":[{"interface":"back","average":{"1min":0.627,"5min":0.67200000000000004,"15min":0.68000000000000005},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.91800000000000004,"5min":1.1539999999999999,"15min":1.1539999999999999},"last":0.57199999999999995},{"interface":"front","average":{"1min":0.75600000000000001,"5min":0.77500000000000002,"15min":0.77800000000000002},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":1.526,"5min":1.526,"15min":1.526},"last":0.53500000000000003}]},{"osd":2,"last update":"Tue Sep 17 08:41:17 2024","interfaces":[{"interface":"back","average":{"1min":0.85699999999999998,"5min":0.80100000000000005,"15min":0.79100000000000004},"min":{"1min":0.56200000000000006,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":1.4139999999999999,"5min":1.4139999999999999,"15min":1.4139999999999999},"last":0.94299999999999995},{"interface":"front","average":{"1min":0.86299999999999999,"5min":0.88700000000000001,"15min":0.89100000000000001},"min":{"1min":0.56100000000000005,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.212,"5min":1.224,"15min":1.224},"last":0.69799999999999995}]},{"osd":3,"last update":"Tue Sep 17 08:41:17 2024","interfaces":[{"interface":"back","average":{"1min":0.77500000000000002,"5min":0.77100000000000002,"15min":0.77000000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":1.6919999999999999,"5min":1.6919999999999999,"15min":1.6919999999999999},"last":0.79500000000000004},{"interface":"front","average":{"1min":0.80900000000000005,"5min":0.78800000000000003,"15min":0.78400000000000003},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":1.7549999999999999,"5min":1.7549999999999999,"15min":1.7549999999999999},"last":0.63100000000000001}]},{"osd":4,"last update":"Tue Sep 17 08:41:17 2024","interfaces":[{"interface":"back","average":{"1min":0.92100000000000004,"5min":0.92400000000000004,"15min":0.92400000000000004},"min":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.6240000000000001,"5min":1.6240000000000001,"15min":1.6240000000000001},"last":0.73699999999999999},{"interface":"front","average":{"1min":0.96999999999999997,"5min":0.95499999999999996,"15min":0.95299999999999996},"min":{"1min":0.57599999999999996,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":1.375,"5min":1.375,"15min":1.375},"last":0.89200000000000002}]},{"osd":5,"last update":"Tue Sep 17 08:41:17 2024","interfaces":[{"interface":"back","average":{"1min":0.85599999999999998,"5min":0.90600000000000003,"15min":0.91400000000000003},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":1.4219999999999999,"5min":1.4590000000000001,"15min":1.4590000000000001},"last":0.84399999999999997},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.91100000000000003,"15min":0.90900000000000003},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":1.857,"5min":1.857,"15min":1.857},"last":0.90700000000000003}]},{"osd":6,"last update":"Tue Sep 17 08:41:17 2024","interfaces":[{"interface":"back","average":{"1min":1.077,"5min":1.0389999999999999,"15min":1.0329999999999999},"min":{"1min":0.55600000000000005,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.897,"5min":1.897,"15min":1.897},"last":1.0489999999999999},{"interface":"front","average":{"1min":1.016,"5min":1.012,"15min":1.012},"min":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.913,"5min":1.913,"15min":1.913},"last":0.86399999999999999}]}]},{"osd":5,"up_from":35,"seq":150323855390,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27460,"kb_used_data":428,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713596,"statfs":{"total":95990841344,"available":95962722304,"internally_reserved":0,"allocated":438272,"data_stored":173809,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":"Tue Sep 17 08:41:11 2024","interfaces":[{"interface":"back","average":{"1min":0.96299999999999997,"5min":0.96299999999999997,"15min":0.96299999999999997},"min":{"1min":0.59399999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.4339999999999999,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":1.1279999999999999},{"interface":"front","average":{"1min":0.92000000000000004,"5min":0.997,"15min":1.01},"min":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.262,"5min":1.573,"15min":1.573},"last":1.1619999999999999}]},{"osd":1,"last update":"Tue Sep 17 08:41:11 2024","interfaces":[{"interface":"back","average":{"1min":0.72799999999999998,"5min":0.78000000000000003,"15min":0.78900000000000003},"min":{"1min":0.46800000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":1.2090000000000001,"5min":1.3580000000000001,"15min":1.3580000000000001},"last":0.99099999999999999},{"interface":"front","average":{"1min":0.76900000000000002,"5min":0.751,"15min":0.748},"min":{"1min":0.439,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":1.5129999999999999,"5min":1.53,"15min":1.53},"last":0.61599999999999999}]},{"osd":2,"last update":"Tue Sep 17 08:41:11 2024","interfaces":[{"interface":"back","average":{"1min":0.93600000000000005,"5min":0.88,"15min":0.871},"min":{"1min":0.63300000000000001,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.587,"5min":1.587,"15min":1.587},"last":1.0449999999999999},{"interface":"front","average":{"1min":0.875,"5min":0.92800000000000005,"15min":0.93700000000000006},"min":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.21,"5min":1.4410000000000001,"15min":1.4410000000000001},"last":1.323}]},{"osd":3,"last update":"Tue Sep 17 08:41:11 2024","interfaces":[{"interface":"back","average":{"1min":0.82299999999999995,"5min":0.77700000000000002,"15min":0.76900000000000002},"min":{"1min":0.40100000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":1.329,"5min":1.329,"15min":1.329},"last":1.2470000000000001},{"interface":"front","average":{"1min":0.79200000000000004,"5min":0.81299999999999994,"15min":0.81699999999999995},"min":{"1min":0.47099999999999997,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":1.3129999999999999,"5min":1.409,"15min":1.409},"last":1.079}]},{"osd":4,"last update":"Tue Sep 17 08:41:11 2024","interfaces":[{"interface":"back","average":{"1min":1.0069999999999999,"5min":0.98299999999999998,"15min":0.97899999999999998},"min":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.409,"5min":1.6140000000000001,"15min":1.6140000000000001},"last":1.113},{"interface":"front","average":{"1min":0.99299999999999999,"5min":0.97299999999999998,"15min":0.96999999999999997},"min":{"1min":0.64500000000000002,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.661,"5min":1.661,"15min":1.661},"last":1.196}]},{"osd":6,"last update":"Tue Sep 17 08:41:11 2024","interfaces":[{"interface":"back","average":{"1min":1.0089999999999999,"5min":1.0329999999999999,"15min":1.0369999999999999},"min":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.349,"5min":1.5489999999999999,"15min":1.5489999999999999},"last":1.018},{"interface":"front","average":{"1min":0.98799999999999999,"5min":1.075,"15min":1.089},"min":{"1min":0.68500000000000005,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.296,"5min":1.6639999999999999,"15min":1.6639999999999999},"last":1.2769999999999999}]},{"osd":7,"last update":"Tue Sep 17 08:41:17 2024","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.98899999999999999,"15min":0.998},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":1.425,"5min":1.425,"15min":1.425},"last":0.66200000000000003},{"interface":"front","average":{"1min":0.96599999999999997,"5min":1.0049999999999999,"15min":1.0109999999999999},"min":{"1min":0.54000000000000004,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.3129999999999999,"5min":1.4570000000000001,"15min":1.4570000000000001},"last":1.2270000000000001}]}]},{"osd":6,"up_from":30,"seq":128849018911,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31552,"kb_used_data":428,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93709504,"statfs":{"total":95990841344,"available":95958532096,"internally_reserved":0,"allocated":438272,"data_stored":173809,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31848903},"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":"Tue Sep 17 08:40:59 2024","interfaces":[{"interface":"back","average":{"1min":0.73299999999999998,"5min":0.72499999999999998,"15min":0.72399999999999998},"min":{"1min":0.49299999999999999,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.1259999999999999,"5min":1.665,"15min":1.665},"last":0.74399999999999999},{"interface":"front","average":{"1min":0.76800000000000002,"5min":0.70799999999999996,"15min":0.69799999999999995},"min":{"1min":0.56299999999999994,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":1.2130000000000001,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":0.70999999999999996}]},{"osd":1,"last update":"Tue Sep 17 08:40:59 2024","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.82299999999999995,"15min":0.81799999999999995},"min":{"1min":0.60799999999999998,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.026,"5min":1.169,"15min":1.169},"last":0.79300000000000004},{"interface":"front","average":{"1min":0.89100000000000001,"5min":0.89900000000000002,"15min":0.90000000000000002},"min":{"1min":0.628,"5min":0.628,"15min":0.628},"max":{"1min":1.165,"5min":1.359,"15min":1.359},"last":0.88400000000000001}]},{"osd":2,"last update":"Tue Sep 17 08:40:59 2024","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.879,"15min":0.88100000000000001},"min":{"1min":0.59499999999999997,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.105,"5min":1.508,"15min":1.508},"last":1.0449999999999999},{"interface":"front","average":{"1min":0.86699999999999999,"5min":0.873,"15min":0.874},"min":{"1min":0.60999999999999999,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.113,"5min":1.4810000000000001,"15min":1.4810000000000001},"last":0.63400000000000001}]},{"osd":3,"last update":"Tue Sep 17 08:40:59 2024","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":1.0509999999999999,"15min":1.0649999999999999},"min":{"1min":0.78900000000000003,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.2350000000000001,"5min":1.6459999999999999,"15min":1.6459999999999999},"last":0.94099999999999995},{"interface":"front","average":{"1min":0.88900000000000001,"5min":0.96299999999999997,"15min":0.97499999999999998},"min":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.177,"5min":1.8839999999999999,"15min":1.8839999999999999},"last":0.83399999999999996}]},{"osd":4,"last update":"Tue Sep 17 08:40:59 2024","interfaces":[{"interface":"back","average":{"1min":1.004,"5min":0.96299999999999997,"15min":0.95599999999999996},"min":{"1min":0.751,"5min":0.495,"15min":0.495},"max":{"1min":1.147,"5min":1.294,"15min":1.294},"last":0.99199999999999999},{"interface":"front","average":{"1min":0.91700000000000004,"5min":0.94799999999999995,"15min":0.95299999999999996},"min":{"1min":0.68999999999999995,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.3160000000000001,"5min":1.7,"15min":1.7},"last":1.016}]},{"osd":5,"last update":"Tue Sep 17 08:41:13 2024","interfaces":[{"interface":"back","average":{"1min":0.98699999999999999,"5min":1.0880000000000001,"15min":1.105},"min":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"max":{"1min":1.353,"5min":2.0489999999999999,"15min":2.0489999999999999},"last":0.91600000000000004},{"interface":"front","average":{"1min":1.133,"5min":1.127,"15min":1.1259999999999999},"min":{"1min":0.76300000000000001,"5min":0.753,"15min":0.753},"max":{"1min":1.5209999999999999,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":1.0940000000000001}]},{"osd":7,"last update":"Tue Sep 17 08:41:16 2024","interfaces":[{"interface":"back","average":{"1min":1.165,"5min":1.157,"15min":1.1559999999999999},"min":{"1min":0.88700000000000001,"5min":0.78700000000000003,"15min":0.78700000000000003},"max":{"1min":1.552,"5min":1.6240000000000001,"15min":1.6240000000000001},"last":1.1359999999999999},{"interface":"front","average":{"1min":1.087,"5min":1.083,"15min":1.0820000000000001},"min":{"1min":0.83199999999999996,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.5489999999999999,"5min":1.7969999999999999,"15min":1.7969999999999999},"last":0.96299999999999997}]}]},{"osd":3,"up_from":30,"seq":128849018911,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32132,"kb_used_data":1008,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93708924,"statfs":{"total":95990841344,"available":95957938176,"internally_reserved":0,"allocated":1032192,"data_stored":764177,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":31848904},"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":"Tue Sep 17 08:41:00 2024","interfaces":[{"interface":"back","average":{"1min":1,"5min":0.91300000000000003,"15min":0.89900000000000002},"min":{"1min":0.60399999999999998,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.3440000000000001,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":0.80300000000000005},{"interface":"front","average":{"1min":0.96599999999999997,"5min":0.874,"15min":0.85799999999999998},"min":{"1min":0.65500000000000003,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.3069999999999999,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":0.89300000000000002}]},{"osd":1,"last update":"Tue Sep 17 08:41:00 2024","interfaces":[{"interface":"back","average":{"1min":0.72599999999999998,"5min":0.65800000000000003,"15min":0.64600000000000002},"min":{"1min":0.39200000000000002,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":1.47,"5min":1.47,"15min":1.47},"last":0.96099999999999997},{"interface":"front","average":{"1min":0.745,"5min":0.72099999999999997,"15min":0.71699999999999997},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":1.746,"5min":1.746,"15min":1.746},"last":0.69999999999999996}]},{"osd":2,"last update":"Tue Sep 17 08:41:00 2024","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":0.92000000000000004,"15min":0.90500000000000003},"min":{"1min":0.628,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.413,"5min":1.413,"15min":1.413},"last":1.123},{"interface":"front","average":{"1min":0.91000000000000003,"5min":0.89800000000000002,"15min":0.89600000000000002},"min":{"1min":0.54900000000000004,"5min":0.495,"15min":0.495},"max":{"1min":1.431,"5min":1.6819999999999999,"15min":1.6819999999999999},"last":0.83599999999999997}]},{"osd":4,"last update":"Tue Sep 17 08:41:00 2024","interfaces":[{"interface":"back","average":{"1min":0.86699999999999999,"5min":0.83499999999999996,"15min":0.82899999999999996},"min":{"1min":0.58199999999999996,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.1000000000000001,"5min":1.25,"15min":1.25},"last":0.85999999999999999},{"interface":"front","average":{"1min":1.0649999999999999,"5min":1.0189999999999999,"15min":1.0109999999999999},"min":{"1min":0.66900000000000004,"5min":0.62,"15min":0.62},"max":{"1min":1.5249999999999999,"5min":1.5249999999999999,"15min":1.5249999999999999},"last":0.93100000000000005}]},{"osd":5,"last update":"Tue Sep 17 08:41:12 2024","interfaces":[{"interface":"back","average":{"1min":0.77000000000000002,"5min":0.79800000000000004,"15min":0.80300000000000005},"min":{"1min":0.36199999999999999,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":1.194,"5min":1.194,"15min":1.194},"last":0.76200000000000001},{"interface":"front","average":{"1min":0.80400000000000005,"5min":0.874,"15min":0.88600000000000001},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":1.8260000000000001,"5min":1.8260000000000001,"15min":1.8260000000000001},"last":1.0309999999999999}]},{"osd":6,"last update":"Tue Sep 17 08:41:00 2024","interfaces":[{"interface":"back","average":{"1min":1.0029999999999999,"5min":0.91100000000000003,"15min":0.89500000000000002},"min":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.5820000000000001,"5min":1.5820000000000001,"15min":1.5820000000000001},"last":1.0669999999999999},{"interface":"front","average":{"1min":1.0329999999999999,"5min":0.97299999999999998,"15min":0.96299999999999997},"min":{"1min":0.77400000000000002,"5min":0.63,"15min":0.63},"max":{"1min":1.2729999999999999,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":1.0169999999999999}]},{"osd":7,"last update":"Tue Sep 17 08:41:15 2024","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":1.0449999999999999,"15min":1.0629999999999999},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":1.6240000000000001,"5min":1.7190000000000001,"15min":1.7190000000000001},"last":1.216},{"interface":"front","average":{"1min":0.90900000000000003,"5min":0.94199999999999995,"15min":0.94799999999999995},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":1.504,"5min":1.504,"15min":1.504},"last":1.1890000000000001}]}]},{"osd":4,"up_from":25,"seq":107374182433,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31548,"kb_used_data":428,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93709508,"statfs":{"total":95990841344,"available":95958536192,"internally_reserved":0,"allocated":438272,"data_stored":173809,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"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":"Tue Sep 17 08:40:55 2024","interfaces":[{"interface":"back","average":{"1min":0.67600000000000005,"5min":0.67400000000000004,"15min":0.67400000000000004},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":1.2689999999999999,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":0.97999999999999998},{"interface":"front","average":{"1min":0.71999999999999997,"5min":0.78500000000000003,"15min":0.79600000000000004},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":1.026,"5min":1.359,"15min":1.359},"last":0.71899999999999997}]},{"osd":1,"last update":"Tue Sep 17 08:40:55 2024","interfaces":[{"interface":"back","average":{"1min":0.86299999999999999,"5min":0.83499999999999996,"15min":0.83099999999999996},"min":{"1min":0.67400000000000004,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.0640000000000001,"5min":1.1499999999999999,"15min":1.1499999999999999},"last":0.89300000000000002},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.90500000000000003,"15min":0.90300000000000002},"min":{"1min":0.61499999999999999,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.2170000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":0.83699999999999997}]},{"osd":2,"last update":"Tue Sep 17 08:40:55 2024","interfaces":[{"interface":"back","average":{"1min":0.76800000000000002,"5min":0.76100000000000001,"15min":0.76000000000000001},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":1.0589999999999999,"5min":1.1339999999999999,"15min":1.1339999999999999},"last":0.80300000000000005},{"interface":"front","average":{"1min":0.76500000000000001,"5min":0.81299999999999994,"15min":0.82099999999999995},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.0800000000000001,"5min":1.0800000000000001,"15min":1.0800000000000001},"last":0.76100000000000001}]},{"osd":3,"last update":"Tue Sep 17 08:40:58 2024","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.92500000000000004,"15min":0.92300000000000004},"min":{"1min":0.70799999999999996,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.2649999999999999,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":1.085},{"interface":"front","average":{"1min":0.98699999999999999,"5min":0.92700000000000005,"15min":0.91700000000000004},"min":{"1min":0.77400000000000002,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.3140000000000001,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":0.87}]},{"osd":5,"last update":"Tue Sep 17 08:41:06 2024","interfaces":[{"interface":"back","average":{"1min":1.054,"5min":1.0489999999999999,"15min":1.048},"min":{"1min":0.77700000000000002,"5min":0.69899999999999995,"15min":0.69899999999999995},"max":{"1min":1.22,"5min":1.8580000000000001,"15min":1.8580000000000001},"last":1.244},{"interface":"front","average":{"1min":1.01,"5min":0.95799999999999996,"15min":0.94999999999999996},"min":{"1min":0.76900000000000002,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.248,"5min":1.468,"15min":1.468},"last":0.95599999999999996}]},{"osd":6,"last update":"Tue Sep 17 08:40:58 2024","interfaces":[{"interface":"back","average":{"1min":0.92100000000000004,"5min":0.93500000000000005,"15min":0.93700000000000006},"min":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.3360000000000001,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":1.024},{"interface":"front","average":{"1min":1.0629999999999999,"5min":1.0960000000000001,"15min":1.1020000000000001},"min":{"1min":0.505,"5min":0.505,"15min":0.505},"max":{"1min":1.353,"5min":1.6379999999999999,"15min":1.6379999999999999},"last":1.347}]},{"osd":7,"last update":"Tue Sep 17 08:41:14 2024","interfaces":[{"interface":"back","average":{"1min":1.117,"5min":1.0409999999999999,"15min":1.028},"min":{"1min":0.875,"5min":0.72599999999999998,"15min":0.72599999999999998},"max":{"1min":1.4370000000000001,"5min":1.4370000000000001,"15min":1.4370000000000001},"last":1.073},{"interface":"front","average":{"1min":1.2070000000000001,"5min":1.153,"15min":1.1439999999999999},"min":{"1min":0.998,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.4490000000000001,"5min":1.7629999999999999,"15min":1.7629999999999999},"last":1.4490000000000001}]}]},{"osd":1,"up_from":23,"seq":98784247842,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31552,"kb_used_data":428,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93709504,"statfs":{"total":95990841344,"available":95958532096,"internally_reserved":0,"allocated":438272,"data_stored":173809,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"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":"Tue Sep 17 08:40:52 2024","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.86199999999999999,"15min":0.85799999999999998},"min":{"1min":0.51900000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":1.272,"5min":1.272,"15min":1.272},"last":0.66700000000000004},{"interface":"front","average":{"1min":1.1739999999999999,"5min":0.90200000000000002,"15min":0.85599999999999998},"min":{"1min":0.60899999999999999,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":7.4720000000000004,"5min":7.4720000000000004,"15min":7.4720000000000004},"last":1.1100000000000001}]},{"osd":2,"last update":"Tue Sep 17 08:40:52 2024","interfaces":[{"interface":"back","average":{"1min":1.127,"5min":0.86699999999999999,"15min":0.82399999999999995},"min":{"1min":0.54900000000000004,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":6.8659999999999997,"5min":6.8659999999999997,"15min":6.8659999999999997},"last":0.80100000000000005},{"interface":"front","average":{"1min":0.90400000000000003,"5min":0.85899999999999999,"15min":0.85099999999999998},"min":{"1min":0.67800000000000005,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.1850000000000001,"5min":1.357,"15min":1.357},"last":0.83699999999999997}]},{"osd":3,"last update":"Tue Sep 17 08:41:00 2024","interfaces":[{"interface":"back","average":{"1min":0.70499999999999996,"5min":1.0629999999999999,"15min":1.123},"min":{"1min":0.439,"5min":0.309,"15min":0.309},"max":{"1min":1.2190000000000001,"5min":7.3170000000000002,"15min":7.3170000000000002},"last":0.94399999999999995},{"interface":"front","average":{"1min":0.72199999999999998,"5min":1.0509999999999999,"15min":1.1060000000000001},"min":{"1min":0.48899999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":1.018,"5min":7.5220000000000002,"15min":7.5220000000000002},"last":0.622}]},{"osd":4,"last update":"Tue Sep 17 08:40:54 2024","interfaces":[{"interface":"back","average":{"1min":1.0129999999999999,"5min":0.94399999999999995,"15min":0.93200000000000005},"min":{"1min":0.79800000000000004,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.361,"5min":1.5980000000000001,"15min":1.5980000000000001},"last":0.76400000000000001},{"interface":"front","average":{"1min":1.264,"5min":0.90600000000000003,"15min":0.84599999999999997},"min":{"1min":0.69099999999999995,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":7.3769999999999998,"5min":7.3769999999999998,"15min":7.3769999999999998},"last":1.038}]},{"osd":5,"last update":"Tue Sep 17 08:41:07 2024","interfaces":[{"interface":"back","average":{"1min":0.80100000000000005,"5min":1.069,"15min":1.113},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":1.0169999999999999,"5min":7.1289999999999996,"15min":7.1289999999999996},"last":0.71599999999999997},{"interface":"front","average":{"1min":0.88600000000000001,"5min":0.95799999999999996,"15min":0.96999999999999997},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":1.2210000000000001,"5min":1.8759999999999999,"15min":1.8759999999999999},"last":0.90300000000000002}]},{"osd":6,"last update":"Tue Sep 17 08:41:00 2024","interfaces":[{"interface":"back","average":{"1min":0.98499999999999999,"5min":1.278,"15min":1.327},"min":{"1min":0.66200000000000003,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.3149999999999999,"5min":7.5750000000000002,"15min":7.5750000000000002},"last":1.1639999999999999},{"interface":"front","average":{"1min":0.97299999999999998,"5min":1.2170000000000001,"15min":1.258},"min":{"1min":0.623,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.681,"5min":7.0250000000000004,"15min":7.0250000000000004},"last":0.878}]},{"osd":7,"last update":"Tue Sep 17 08:41:14 2024","interfaces":[{"interface":"back","average":{"1min":0.97999999999999998,"5min":1.0680000000000001,"15min":1.0820000000000001},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":1.3029999999999999,"5min":1.9570000000000001,"15min":1.9570000000000001},"last":1.004},{"interface":"front","average":{"1min":0.93200000000000005,"5min":1.286,"15min":1.345},"min":{"1min":0.41099999999999998,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":1.3080000000000001,"5min":7.6189999999999998,"15min":7.6189999999999998},"last":1.2110000000000001}]}]},{"osd":2,"up_from":20,"seq":85899345953,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31552,"kb_used_data":428,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93709504,"statfs":{"total":95990841344,"available":95958532096,"internally_reserved":0,"allocated":438272,"data_stored":173809,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"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":"Tue Sep 17 08:40:47 2024","interfaces":[{"interface":"back","average":{"1min":0.69599999999999995,"5min":0.61399999999999999,"15min":0.59999999999999998},"min":{"1min":0.52900000000000003,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":1.036,"5min":1.036,"15min":1.036},"last":0.61399999999999999},{"interface":"front","average":{"1min":0.69299999999999995,"5min":0.65600000000000003,"15min":0.65000000000000002},"min":{"1min":0.51000000000000001,"5min":0.308,"15min":0.308},"max":{"1min":1.1299999999999999,"5min":1.169,"15min":1.169},"last":0.72699999999999998}]},{"osd":1,"last update":"Tue Sep 17 08:40:54 2024","interfaces":[{"interface":"back","average":{"1min":0.88800000000000001,"5min":0.82499999999999996,"15min":0.81499999999999995},"min":{"1min":0.65000000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.1259999999999999,"5min":1.1259999999999999,"15min":1.1259999999999999},"last":0.78800000000000003},{"interface":"front","average":{"1min":0.98999999999999999,"5min":0.85699999999999998,"15min":0.83499999999999996},"min":{"1min":0.75700000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.2929999999999999,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":1.0760000000000001}]},{"osd":3,"last update":"Tue Sep 17 08:41:04 2024","interfaces":[{"interface":"back","average":{"1min":0.90200000000000002,"5min":0.88,"15min":0.876},"min":{"1min":0.64800000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.1240000000000001,"5min":1.1439999999999999,"15min":1.1439999999999999},"last":1.131},{"interface":"front","average":{"1min":0.94199999999999995,"5min":0.92500000000000004,"15min":0.92200000000000004},"min":{"1min":0.64000000000000001,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.1839999999999999,"5min":1.212,"15min":1.212},"last":0.92000000000000004}]},{"osd":4,"last update":"Tue Sep 17 08:40:59 2024","interfaces":[{"interface":"back","average":{"1min":0.90800000000000003,"5min":0.85199999999999998,"15min":0.84199999999999997},"min":{"1min":0.65300000000000002,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.2689999999999999,"5min":1.2689999999999999,"15min":1.2689999999999999},"last":0.82899999999999996},{"interface":"front","average":{"1min":0.872,"5min":0.81999999999999995,"15min":0.81100000000000005},"min":{"1min":0.58699999999999997,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":1.256,"5min":1.256,"15min":1.256},"last":0.95399999999999996}]},{"osd":5,"last update":"Tue Sep 17 08:41:14 2024","interfaces":[{"interface":"back","average":{"1min":1.0669999999999999,"5min":1.01,"15min":1},"min":{"1min":0.83199999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.7929999999999999,"5min":1.7929999999999999,"15min":1.7929999999999999},"last":1.0129999999999999},{"interface":"front","average":{"1min":0.97999999999999998,"5min":0.95299999999999996,"15min":0.94899999999999995},"min":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.1579999999999999,"5min":1.222,"15min":1.222},"last":1.1579999999999999}]},{"osd":6,"last update":"Tue Sep 17 08:41:04 2024","interfaces":[{"interface":"back","average":{"1min":0.95699999999999996,"5min":0.91700000000000004,"15min":0.91100000000000003},"min":{"1min":0.72299999999999998,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.2390000000000001,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":1.1020000000000001},{"interface":"front","average":{"1min":1,"5min":0.96899999999999997,"15min":0.96399999999999997},"min":{"1min":0.83899999999999997,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.206,"5min":1.4490000000000001,"15min":1.4490000000000001},"last":1.0429999999999999}]},{"osd":7,"last update":"Tue Sep 17 08:41:14 2024","interfaces":[{"interface":"back","average":{"1min":1.1499999999999999,"5min":1.081,"15min":1.069},"min":{"1min":0.94499999999999995,"5min":0.81100000000000005,"15min":0.81100000000000005},"max":{"1min":1.8879999999999999,"5min":1.8879999999999999,"15min":1.8879999999999999},"last":1.1830000000000001},{"interface":"front","average":{"1min":1.0760000000000001,"5min":1.0569999999999999,"15min":1.054},"min":{"1min":0.90300000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"max":{"1min":1.333,"5min":1.6240000000000001,"15min":1.6240000000000001},"last":1.206}]}]},{"osd":0,"up_from":16,"seq":68719476771,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32124,"kb_used_data":1008,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93708932,"statfs":{"total":95990841344,"available":95957946368,"internally_reserved":0,"allocated":1032192,"data_stored":764177,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"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":"Tue Sep 17 08:40:57 2024","interfaces":[{"interface":"back","average":{"1min":0.80400000000000005,"5min":0.77400000000000002,"15min":0.76900000000000002},"min":{"1min":0.626,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.3460000000000001,"5min":1.3460000000000001,"15min":1.3460000000000001},"last":0.74099999999999999},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.89000000000000001,"15min":0.88},"min":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.4199999999999999,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":0.95799999999999996}]},{"osd":2,"last update":"Tue Sep 17 08:40:49 2024","interfaces":[{"interface":"back","average":{"1min":0.745,"5min":0.78900000000000003,"15min":0.79700000000000004},"min":{"1min":0.56799999999999995,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":1.1699999999999999,"5min":1.1699999999999999,"15min":1.1699999999999999},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.81899999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"min":{"1min":0.52300000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":1.2230000000000001,"5min":1.2569999999999999,"15min":1.2569999999999999},"last":0.52400000000000002}]},{"osd":3,"last update":"Tue Sep 17 08:41:02 2024","interfaces":[{"interface":"back","average":{"1min":1.0389999999999999,"5min":0.95599999999999996,"15min":0.94199999999999995},"min":{"1min":0.81200000000000006,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.367,"5min":1.367,"15min":1.367},"last":0.86099999999999999},{"interface":"front","average":{"1min":0.81299999999999994,"5min":0.85699999999999998,"15min":0.86399999999999999},"min":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.083,"5min":1.306,"15min":1.306},"last":0.91000000000000003}]},{"osd":4,"last update":"Tue Sep 17 08:40:57 2024","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":0.88300000000000001,"15min":0.88900000000000001},"min":{"1min":0.65900000000000003,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.0700000000000001,"5min":1.1970000000000001,"15min":1.1970000000000001},"last":0.81599999999999995},{"interface":"front","average":{"1min":0.94799999999999995,"5min":0.95799999999999996,"15min":0.95999999999999996},"min":{"1min":0.71299999999999997,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.2210000000000001,"5min":1.506,"15min":1.506},"last":0.66500000000000004}]},{"osd":5,"last update":"Tue Sep 17 08:41:06 2024","interfaces":[{"interface":"back","average":{"1min":1.0700000000000001,"5min":1.079,"15min":1.081},"min":{"1min":0.83899999999999997,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.3400000000000001,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":1.0580000000000001},{"interface":"front","average":{"1min":0.96099999999999997,"5min":0.95299999999999996,"15min":0.95199999999999996},"min":{"1min":0.69799999999999995,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.272,"5min":1.369,"15min":1.369},"last":1.0089999999999999}]},{"osd":6,"last update":"Tue Sep 17 08:41:02 2024","interfaces":[{"interface":"back","average":{"1min":0.97799999999999998,"5min":1.022,"15min":1.0289999999999999},"min":{"1min":0.79000000000000004,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.27,"5min":1.585,"15min":1.585},"last":1.034},{"interface":"front","average":{"1min":1.0700000000000001,"5min":1.0740000000000001,"15min":1.0740000000000001},"min":{"1min":0.76200000000000001,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.2809999999999999,"5min":1.667,"15min":1.667},"last":1.1140000000000001}]},{"osd":7,"last update":"Tue Sep 17 08:40:16 2024","interfaces":[{"interface":"back","average":{"1min":1.123,"5min":1.123,"15min":1.123},"min":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"max":{"1min":1.4870000000000001,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":1.083},{"interface":"front","average":{"1min":1.159,"5min":1.159,"15min":1.159},"min":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.637,"5min":1.637,"15min":1.637},"last":0.99099999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"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":593920,"data_stored":590368,"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":593920,"data_stored":590368,"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":593920,"data_stored":590368,"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-17T08:41:22.749 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T08:41:23.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:22 smithi160 bash[25433]: audit 2024-09-17T08:41:21.999363+0000 mgr.smithi081.loqrpe (mgr.14197) 200 : audit [DBG] from='client.14440 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:41:23.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:22 smithi081 bash[19989]: audit 2024-09-17T08:41:21.999363+0000 mgr.smithi081.loqrpe (mgr.14197) 200 : audit [DBG] from='client.14440 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:41:24.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:23 smithi160 bash[25433]: cluster 2024-09-17T08:41:22.907098+0000 mgr.smithi081.loqrpe (mgr.14197) 201 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:24.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:23 smithi081 bash[19989]: cluster 2024-09-17T08:41:22.907098+0000 mgr.smithi081.loqrpe (mgr.14197) 201 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:26.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:25 smithi081 bash[19989]: cluster 2024-09-17T08:41:24.907729+0000 mgr.smithi081.loqrpe (mgr.14197) 202 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:26.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:25 smithi160 bash[25433]: cluster 2024-09-17T08:41:24.907729+0000 mgr.smithi081.loqrpe (mgr.14197) 202 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:27.512 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:41:28.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:27 smithi081 bash[19989]: cluster 2024-09-17T08:41:26.908350+0000 mgr.smithi081.loqrpe (mgr.14197) 203 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:28.257 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:27 smithi160 bash[25433]: cluster 2024-09-17T08:41:26.908350+0000 mgr.smithi081.loqrpe (mgr.14197) 203 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:30.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:29 smithi081 bash[19989]: cluster 2024-09-17T08:41:28.908868+0000 mgr.smithi081.loqrpe (mgr.14197) 204 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:30.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:29 smithi160 bash[25433]: cluster 2024-09-17T08:41:28.908868+0000 mgr.smithi081.loqrpe (mgr.14197) 204 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:31.178 INFO:teuthology.orchestra.run.smithi081.stderr:dumped all 2024-09-17T08:41:31.179 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:41:31.861 INFO:teuthology.orchestra.run.smithi081.stdout:{"pg_ready":true,"pg_map":{"version":178,"stamp":"2024-09-17T08:41:30.909045+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":176,"num_read_kb":154,"num_write":291,"num_write_kb":5548,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"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":237,"ondisk_log_size":237,"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":250048,"kb_used_data":5160,"kb_used_omap":12,"kb_used_meta":244723,"kb_avail":749678400,"statfs":{"total":767926730752,"available":767670681600,"internally_reserved":0,"allocated":5283840,"data_stored":3161245,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12744,"internal_metadata":250596920},"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":"12.003597"},"pg_stats":[{"pgid":"1.0","version":"33'237","reported_seq":340,"reported_epoch":43,"state":"active+clean","last_fresh":"2024-09-17T08:39:17.942053+0000","last_change":"2024-09-17T08:39:16.000877+0000","last_active":"2024-09-17T08:39:17.942053+0000","last_peered":"2024-09-17T08:39:17.942053+0000","last_clean":"2024-09-17T08:39:17.942053+0000","last_became_active":"2024-09-17T08:39:15.999706+0000","last_became_peered":"2024-09-17T08:39:15.999706+0000","last_unstale":"2024-09-17T08:39:17.942053+0000","last_undegraded":"2024-09-17T08:39:17.942053+0000","last_fullsized":"2024-09-17T08:39:17.942053+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":"2024-09-17T08:38:51.839165+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T08:38:51.839165+0000","last_clean_scrub_stamp":"2024-09-17T08:38:51.839165+0000","objects_scrubbed":0,"log_size":237,"log_dups_size":0,"ondisk_log_size":237,"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,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T17:31:46.327165+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":176,"num_read_kb":154,"num_write":291,"num_write_kb":5548,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"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":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":176,"num_read_kb":154,"num_write":291,"num_write_kb":5548,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"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":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":237,"ondisk_log_size":237,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":39,"seq":167503724575,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32128,"kb_used_data":1004,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93708928,"statfs":{"total":95990841344,"available":95957942272,"internally_reserved":0,"allocated":1028096,"data_stored":763846,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1589,"internal_metadata":31848907},"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":"Tue Sep 17 08:41:17 2024","interfaces":[{"interface":"back","average":{"1min":0.84599999999999997,"5min":0.82999999999999996,"15min":0.82699999999999996},"min":{"1min":0.56399999999999995,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.105,"5min":1.214,"15min":1.214},"last":0.89400000000000002},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.83299999999999996,"15min":0.81899999999999995},"min":{"1min":0.49299999999999999,"5min":0.37,"15min":0.37},"max":{"1min":1.7909999999999999,"5min":1.7909999999999999,"15min":1.7909999999999999},"last":1.0349999999999999}]},{"osd":1,"last update":"Tue Sep 17 08:41:17 2024","interfaces":[{"interface":"back","average":{"1min":0.627,"5min":0.67200000000000004,"15min":0.68000000000000005},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.91800000000000004,"5min":1.1539999999999999,"15min":1.1539999999999999},"last":0.72899999999999998},{"interface":"front","average":{"1min":0.75600000000000001,"5min":0.77500000000000002,"15min":0.77800000000000002},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":1.526,"5min":1.526,"15min":1.526},"last":0.80600000000000005}]},{"osd":2,"last update":"Tue Sep 17 08:41:17 2024","interfaces":[{"interface":"back","average":{"1min":0.85699999999999998,"5min":0.80100000000000005,"15min":0.79100000000000004},"min":{"1min":0.56200000000000006,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":1.4139999999999999,"5min":1.4139999999999999,"15min":1.4139999999999999},"last":1.2170000000000001},{"interface":"front","average":{"1min":0.86299999999999999,"5min":0.88700000000000001,"15min":0.89100000000000001},"min":{"1min":0.56100000000000005,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.212,"5min":1.224,"15min":1.224},"last":1.008}]},{"osd":3,"last update":"Tue Sep 17 08:41:17 2024","interfaces":[{"interface":"back","average":{"1min":0.77500000000000002,"5min":0.77100000000000002,"15min":0.77000000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":1.6919999999999999,"5min":1.6919999999999999,"15min":1.6919999999999999},"last":0.97699999999999998},{"interface":"front","average":{"1min":0.80900000000000005,"5min":0.78800000000000003,"15min":0.78400000000000003},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":1.7549999999999999,"5min":1.7549999999999999,"15min":1.7549999999999999},"last":1.0589999999999999}]},{"osd":4,"last update":"Tue Sep 17 08:41:17 2024","interfaces":[{"interface":"back","average":{"1min":0.92100000000000004,"5min":0.92400000000000004,"15min":0.92400000000000004},"min":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.6240000000000001,"5min":1.6240000000000001,"15min":1.6240000000000001},"last":0.93799999999999994},{"interface":"front","average":{"1min":0.96999999999999997,"5min":0.95499999999999996,"15min":0.95299999999999996},"min":{"1min":0.57599999999999996,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":1.375,"5min":1.375,"15min":1.375},"last":1.1879999999999999}]},{"osd":5,"last update":"Tue Sep 17 08:41:17 2024","interfaces":[{"interface":"back","average":{"1min":0.85599999999999998,"5min":0.90600000000000003,"15min":0.91400000000000003},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":1.4219999999999999,"5min":1.4590000000000001,"15min":1.4590000000000001},"last":1.1060000000000001},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.91100000000000003,"15min":0.90900000000000003},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":1.857,"5min":1.857,"15min":1.857},"last":1.083}]},{"osd":6,"last update":"Tue Sep 17 08:41:17 2024","interfaces":[{"interface":"back","average":{"1min":1.077,"5min":1.0389999999999999,"15min":1.0329999999999999},"min":{"1min":0.55600000000000005,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.897,"5min":1.897,"15min":1.897},"last":1.167},{"interface":"front","average":{"1min":1.016,"5min":1.012,"15min":1.012},"min":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.913,"5min":1.913,"15min":1.913},"last":1.1459999999999999}]}]},{"osd":5,"up_from":35,"seq":150323855392,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27460,"kb_used_data":428,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713596,"statfs":{"total":95990841344,"available":95962722304,"internally_reserved":0,"allocated":438272,"data_stored":173809,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":"Tue Sep 17 08:41:11 2024","interfaces":[{"interface":"back","average":{"1min":0.96299999999999997,"5min":0.96299999999999997,"15min":0.96299999999999997},"min":{"1min":0.59399999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.4339999999999999,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":0.82799999999999996},{"interface":"front","average":{"1min":0.92000000000000004,"5min":0.997,"15min":1.01},"min":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.262,"5min":1.573,"15min":1.573},"last":0.79000000000000004}]},{"osd":1,"last update":"Tue Sep 17 08:41:11 2024","interfaces":[{"interface":"back","average":{"1min":0.72799999999999998,"5min":0.78000000000000003,"15min":0.78900000000000003},"min":{"1min":0.46800000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":1.2090000000000001,"5min":1.3580000000000001,"15min":1.3580000000000001},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.76900000000000002,"5min":0.751,"15min":0.748},"min":{"1min":0.439,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":1.5129999999999999,"5min":1.53,"15min":1.53},"last":0.60599999999999998}]},{"osd":2,"last update":"Tue Sep 17 08:41:11 2024","interfaces":[{"interface":"back","average":{"1min":0.93600000000000005,"5min":0.88,"15min":0.871},"min":{"1min":0.63300000000000001,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.587,"5min":1.587,"15min":1.587},"last":0.75600000000000001},{"interface":"front","average":{"1min":0.875,"5min":0.92800000000000005,"15min":0.93700000000000006},"min":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.21,"5min":1.4410000000000001,"15min":1.4410000000000001},"last":0.93899999999999995}]},{"osd":3,"last update":"Tue Sep 17 08:41:11 2024","interfaces":[{"interface":"back","average":{"1min":0.82299999999999995,"5min":0.77700000000000002,"15min":0.76900000000000002},"min":{"1min":0.40100000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":1.329,"5min":1.329,"15min":1.329},"last":0.69899999999999995},{"interface":"front","average":{"1min":0.79200000000000004,"5min":0.81299999999999994,"15min":0.81699999999999995},"min":{"1min":0.47099999999999997,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":1.3129999999999999,"5min":1.409,"15min":1.409},"last":0.86799999999999999}]},{"osd":4,"last update":"Tue Sep 17 08:41:11 2024","interfaces":[{"interface":"back","average":{"1min":1.0069999999999999,"5min":0.98299999999999998,"15min":0.97899999999999998},"min":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.409,"5min":1.6140000000000001,"15min":1.6140000000000001},"last":0.96999999999999997},{"interface":"front","average":{"1min":0.99299999999999999,"5min":0.97299999999999998,"15min":0.96999999999999997},"min":{"1min":0.64500000000000002,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.661,"5min":1.661,"15min":1.661},"last":0.90300000000000002}]},{"osd":6,"last update":"Tue Sep 17 08:41:11 2024","interfaces":[{"interface":"back","average":{"1min":1.0089999999999999,"5min":1.0329999999999999,"15min":1.0369999999999999},"min":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.349,"5min":1.5489999999999999,"15min":1.5489999999999999},"last":1.0640000000000001},{"interface":"front","average":{"1min":0.98799999999999999,"5min":1.075,"15min":1.089},"min":{"1min":0.68500000000000005,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.296,"5min":1.6639999999999999,"15min":1.6639999999999999},"last":1.042}]},{"osd":7,"last update":"Tue Sep 17 08:41:17 2024","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.98899999999999999,"15min":0.998},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":1.425,"5min":1.425,"15min":1.425},"last":1.0069999999999999},{"interface":"front","average":{"1min":0.96599999999999997,"5min":1.0049999999999999,"15min":1.0109999999999999},"min":{"1min":0.54000000000000004,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.3129999999999999,"5min":1.4570000000000001,"15min":1.4570000000000001},"last":1.091}]}]},{"osd":6,"up_from":30,"seq":128849018913,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31552,"kb_used_data":428,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93709504,"statfs":{"total":95990841344,"available":95958532096,"internally_reserved":0,"allocated":438272,"data_stored":173809,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31848903},"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":"Tue Sep 17 08:40:59 2024","interfaces":[{"interface":"back","average":{"1min":0.73299999999999998,"5min":0.72499999999999998,"15min":0.72399999999999998},"min":{"1min":0.49299999999999999,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.1259999999999999,"5min":1.665,"15min":1.665},"last":0.89300000000000002},{"interface":"front","average":{"1min":0.76800000000000002,"5min":0.70799999999999996,"15min":0.69799999999999995},"min":{"1min":0.56299999999999994,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":1.2130000000000001,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":0.68799999999999994}]},{"osd":1,"last update":"Tue Sep 17 08:40:59 2024","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.82299999999999995,"15min":0.81799999999999995},"min":{"1min":0.60799999999999998,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.026,"5min":1.169,"15min":1.169},"last":0.65900000000000003},{"interface":"front","average":{"1min":0.89100000000000001,"5min":0.89900000000000002,"15min":0.90000000000000002},"min":{"1min":0.628,"5min":0.628,"15min":0.628},"max":{"1min":1.165,"5min":1.359,"15min":1.359},"last":1.0580000000000001}]},{"osd":2,"last update":"Tue Sep 17 08:40:59 2024","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.879,"15min":0.88100000000000001},"min":{"1min":0.59499999999999997,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.105,"5min":1.508,"15min":1.508},"last":1.133},{"interface":"front","average":{"1min":0.86699999999999999,"5min":0.873,"15min":0.874},"min":{"1min":0.60999999999999999,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.113,"5min":1.4810000000000001,"15min":1.4810000000000001},"last":0.82499999999999996}]},{"osd":3,"last update":"Tue Sep 17 08:40:59 2024","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":1.0509999999999999,"15min":1.0649999999999999},"min":{"1min":0.78900000000000003,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.2350000000000001,"5min":1.6459999999999999,"15min":1.6459999999999999},"last":0.98899999999999999},{"interface":"front","average":{"1min":0.88900000000000001,"5min":0.96299999999999997,"15min":0.97499999999999998},"min":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.177,"5min":1.8839999999999999,"15min":1.8839999999999999},"last":0.77700000000000002}]},{"osd":4,"last update":"Tue Sep 17 08:40:59 2024","interfaces":[{"interface":"back","average":{"1min":1.004,"5min":0.96299999999999997,"15min":0.95599999999999996},"min":{"1min":0.751,"5min":0.495,"15min":0.495},"max":{"1min":1.147,"5min":1.294,"15min":1.294},"last":1.0189999999999999},{"interface":"front","average":{"1min":0.91700000000000004,"5min":0.94799999999999995,"15min":0.95299999999999996},"min":{"1min":0.68999999999999995,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.3160000000000001,"5min":1.7,"15min":1.7},"last":0.95799999999999996}]},{"osd":5,"last update":"Tue Sep 17 08:41:13 2024","interfaces":[{"interface":"back","average":{"1min":0.98699999999999999,"5min":1.0880000000000001,"15min":1.105},"min":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"max":{"1min":1.353,"5min":2.0489999999999999,"15min":2.0489999999999999},"last":1.1000000000000001},{"interface":"front","average":{"1min":1.133,"5min":1.127,"15min":1.1259999999999999},"min":{"1min":0.76300000000000001,"5min":0.753,"15min":0.753},"max":{"1min":1.5209999999999999,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":1.554}]},{"osd":7,"last update":"Tue Sep 17 08:41:16 2024","interfaces":[{"interface":"back","average":{"1min":1.165,"5min":1.157,"15min":1.1559999999999999},"min":{"1min":0.88700000000000001,"5min":0.78700000000000003,"15min":0.78700000000000003},"max":{"1min":1.552,"5min":1.6240000000000001,"15min":1.6240000000000001},"last":1.502},{"interface":"front","average":{"1min":1.087,"5min":1.083,"15min":1.0820000000000001},"min":{"1min":0.83199999999999996,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.5489999999999999,"5min":1.7969999999999999,"15min":1.7969999999999999},"last":0.86899999999999999}]}]},{"osd":3,"up_from":30,"seq":128849018913,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32132,"kb_used_data":1008,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93708924,"statfs":{"total":95990841344,"available":95957938176,"internally_reserved":0,"allocated":1032192,"data_stored":764177,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":31848904},"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":"Tue Sep 17 08:41:00 2024","interfaces":[{"interface":"back","average":{"1min":1,"5min":0.91300000000000003,"15min":0.89900000000000002},"min":{"1min":0.60399999999999998,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.3440000000000001,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":1.1100000000000001},{"interface":"front","average":{"1min":0.96599999999999997,"5min":0.874,"15min":0.85799999999999998},"min":{"1min":0.65500000000000003,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.3069999999999999,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":0.96199999999999997}]},{"osd":1,"last update":"Tue Sep 17 08:41:00 2024","interfaces":[{"interface":"back","average":{"1min":0.72599999999999998,"5min":0.65800000000000003,"15min":0.64600000000000002},"min":{"1min":0.39200000000000002,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":1.47,"5min":1.47,"15min":1.47},"last":0.54000000000000004},{"interface":"front","average":{"1min":0.745,"5min":0.72099999999999997,"15min":0.71699999999999997},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":1.746,"5min":1.746,"15min":1.746},"last":0.86299999999999999}]},{"osd":2,"last update":"Tue Sep 17 08:41:00 2024","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":0.92000000000000004,"15min":0.90500000000000003},"min":{"1min":0.628,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.413,"5min":1.413,"15min":1.413},"last":1.2470000000000001},{"interface":"front","average":{"1min":0.91000000000000003,"5min":0.89800000000000002,"15min":0.89600000000000002},"min":{"1min":0.54900000000000004,"5min":0.495,"15min":0.495},"max":{"1min":1.431,"5min":1.6819999999999999,"15min":1.6819999999999999},"last":0.79000000000000004}]},{"osd":4,"last update":"Tue Sep 17 08:41:00 2024","interfaces":[{"interface":"back","average":{"1min":0.86699999999999999,"5min":0.83499999999999996,"15min":0.82899999999999996},"min":{"1min":0.58199999999999996,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.1000000000000001,"5min":1.25,"15min":1.25},"last":1.022},{"interface":"front","average":{"1min":1.0649999999999999,"5min":1.0189999999999999,"15min":1.0109999999999999},"min":{"1min":0.66900000000000004,"5min":0.62,"15min":0.62},"max":{"1min":1.5249999999999999,"5min":1.5249999999999999,"15min":1.5249999999999999},"last":1.1930000000000001}]},{"osd":5,"last update":"Tue Sep 17 08:41:12 2024","interfaces":[{"interface":"back","average":{"1min":0.77000000000000002,"5min":0.79800000000000004,"15min":0.80300000000000005},"min":{"1min":0.36199999999999999,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":1.194,"5min":1.194,"15min":1.194},"last":0.90900000000000003},{"interface":"front","average":{"1min":0.80400000000000005,"5min":0.874,"15min":0.88600000000000001},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":1.8260000000000001,"5min":1.8260000000000001,"15min":1.8260000000000001},"last":0.71199999999999997}]},{"osd":6,"last update":"Tue Sep 17 08:41:00 2024","interfaces":[{"interface":"back","average":{"1min":1.0029999999999999,"5min":0.91100000000000003,"15min":0.89500000000000002},"min":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.5820000000000001,"5min":1.5820000000000001,"15min":1.5820000000000001},"last":1.0489999999999999},{"interface":"front","average":{"1min":1.0329999999999999,"5min":0.97299999999999998,"15min":0.96299999999999997},"min":{"1min":0.77400000000000002,"5min":0.63,"15min":0.63},"max":{"1min":1.2729999999999999,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":1.0840000000000001}]},{"osd":7,"last update":"Tue Sep 17 08:41:15 2024","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":1.0449999999999999,"15min":1.0629999999999999},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":1.6240000000000001,"5min":1.7190000000000001,"15min":1.7190000000000001},"last":0.98499999999999999},{"interface":"front","average":{"1min":0.90900000000000003,"5min":0.94199999999999995,"15min":0.94799999999999995},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":1.504,"5min":1.504,"15min":1.504},"last":1.1539999999999999}]}]},{"osd":4,"up_from":25,"seq":107374182435,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31548,"kb_used_data":428,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93709508,"statfs":{"total":95990841344,"available":95958536192,"internally_reserved":0,"allocated":438272,"data_stored":173809,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"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":"Tue Sep 17 08:40:55 2024","interfaces":[{"interface":"back","average":{"1min":0.67600000000000005,"5min":0.67400000000000004,"15min":0.67400000000000004},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":1.2689999999999999,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.71999999999999997,"5min":0.78500000000000003,"15min":0.79600000000000004},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":1.026,"5min":1.359,"15min":1.359},"last":0.86899999999999999}]},{"osd":1,"last update":"Tue Sep 17 08:40:55 2024","interfaces":[{"interface":"back","average":{"1min":0.86299999999999999,"5min":0.83499999999999996,"15min":0.83099999999999996},"min":{"1min":0.67400000000000004,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.0640000000000001,"5min":1.1499999999999999,"15min":1.1499999999999999},"last":0.97499999999999998},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.90500000000000003,"15min":0.90300000000000002},"min":{"1min":0.61499999999999999,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.2170000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":0.77300000000000002}]},{"osd":2,"last update":"Tue Sep 17 08:40:55 2024","interfaces":[{"interface":"back","average":{"1min":0.76800000000000002,"5min":0.76100000000000001,"15min":0.76000000000000001},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":1.0589999999999999,"5min":1.1339999999999999,"15min":1.1339999999999999},"last":0.73799999999999999},{"interface":"front","average":{"1min":0.76500000000000001,"5min":0.81299999999999994,"15min":0.82099999999999995},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.0800000000000001,"5min":1.0800000000000001,"15min":1.0800000000000001},"last":0.80600000000000005}]},{"osd":3,"last update":"Tue Sep 17 08:40:58 2024","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.92500000000000004,"15min":0.92300000000000004},"min":{"1min":0.70799999999999996,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.2649999999999999,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":1.038},{"interface":"front","average":{"1min":0.98699999999999999,"5min":0.92700000000000005,"15min":0.91700000000000004},"min":{"1min":0.77400000000000002,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.3140000000000001,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":1.1279999999999999}]},{"osd":5,"last update":"Tue Sep 17 08:41:06 2024","interfaces":[{"interface":"back","average":{"1min":1.054,"5min":1.0489999999999999,"15min":1.048},"min":{"1min":0.77700000000000002,"5min":0.69899999999999995,"15min":0.69899999999999995},"max":{"1min":1.22,"5min":1.8580000000000001,"15min":1.8580000000000001},"last":1.085},{"interface":"front","average":{"1min":1.01,"5min":0.95799999999999996,"15min":0.94999999999999996},"min":{"1min":0.76900000000000002,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.248,"5min":1.468,"15min":1.468},"last":1.012}]},{"osd":6,"last update":"Tue Sep 17 08:40:58 2024","interfaces":[{"interface":"back","average":{"1min":0.92100000000000004,"5min":0.93500000000000005,"15min":0.93700000000000006},"min":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.3360000000000001,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":1.0589999999999999},{"interface":"front","average":{"1min":1.0629999999999999,"5min":1.0960000000000001,"15min":1.1020000000000001},"min":{"1min":0.505,"5min":0.505,"15min":0.505},"max":{"1min":1.353,"5min":1.6379999999999999,"15min":1.6379999999999999},"last":0.90700000000000003}]},{"osd":7,"last update":"Tue Sep 17 08:41:14 2024","interfaces":[{"interface":"back","average":{"1min":1.117,"5min":1.0409999999999999,"15min":1.028},"min":{"1min":0.875,"5min":0.72599999999999998,"15min":0.72599999999999998},"max":{"1min":1.4370000000000001,"5min":1.4370000000000001,"15min":1.4370000000000001},"last":1.1100000000000001},{"interface":"front","average":{"1min":1.2070000000000001,"5min":1.153,"15min":1.1439999999999999},"min":{"1min":0.998,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.4490000000000001,"5min":1.7629999999999999,"15min":1.7629999999999999},"last":1.1579999999999999}]}]},{"osd":1,"up_from":23,"seq":98784247844,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31552,"kb_used_data":428,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93709504,"statfs":{"total":95990841344,"available":95958532096,"internally_reserved":0,"allocated":438272,"data_stored":173809,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"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":"Tue Sep 17 08:40:52 2024","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.86199999999999999,"15min":0.85799999999999998},"min":{"1min":0.51900000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":1.272,"5min":1.272,"15min":1.272},"last":1.022},{"interface":"front","average":{"1min":1.1739999999999999,"5min":0.90200000000000002,"15min":0.85599999999999998},"min":{"1min":0.60899999999999999,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":7.4720000000000004,"5min":7.4720000000000004,"15min":7.4720000000000004},"last":1.177}]},{"osd":2,"last update":"Tue Sep 17 08:40:52 2024","interfaces":[{"interface":"back","average":{"1min":1.127,"5min":0.86699999999999999,"15min":0.82399999999999995},"min":{"1min":0.54900000000000004,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":6.8659999999999997,"5min":6.8659999999999997,"15min":6.8659999999999997},"last":0.96599999999999997},{"interface":"front","average":{"1min":0.90400000000000003,"5min":0.85899999999999999,"15min":0.85099999999999998},"min":{"1min":0.67800000000000005,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.1850000000000001,"5min":1.357,"15min":1.357},"last":1.2250000000000001}]},{"osd":3,"last update":"Tue Sep 17 08:41:00 2024","interfaces":[{"interface":"back","average":{"1min":0.70499999999999996,"5min":1.0629999999999999,"15min":1.123},"min":{"1min":0.439,"5min":0.309,"15min":0.309},"max":{"1min":1.2190000000000001,"5min":7.3170000000000002,"15min":7.3170000000000002},"last":0.79900000000000004},{"interface":"front","average":{"1min":0.72199999999999998,"5min":1.0509999999999999,"15min":1.1060000000000001},"min":{"1min":0.48899999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":1.018,"5min":7.5220000000000002,"15min":7.5220000000000002},"last":0.91900000000000004}]},{"osd":4,"last update":"Tue Sep 17 08:40:54 2024","interfaces":[{"interface":"back","average":{"1min":1.0129999999999999,"5min":0.94399999999999995,"15min":0.93200000000000005},"min":{"1min":0.79800000000000004,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.361,"5min":1.5980000000000001,"15min":1.5980000000000001},"last":1.1020000000000001},{"interface":"front","average":{"1min":1.264,"5min":0.90600000000000003,"15min":0.84599999999999997},"min":{"1min":0.69099999999999995,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":7.3769999999999998,"5min":7.3769999999999998,"15min":7.3769999999999998},"last":1.0660000000000001}]},{"osd":5,"last update":"Tue Sep 17 08:41:07 2024","interfaces":[{"interface":"back","average":{"1min":0.80100000000000005,"5min":1.069,"15min":1.113},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":1.0169999999999999,"5min":7.1289999999999996,"15min":7.1289999999999996},"last":1.1419999999999999},{"interface":"front","average":{"1min":0.88600000000000001,"5min":0.95799999999999996,"15min":0.96999999999999997},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":1.2210000000000001,"5min":1.8759999999999999,"15min":1.8759999999999999},"last":1.3100000000000001}]},{"osd":6,"last update":"Tue Sep 17 08:41:00 2024","interfaces":[{"interface":"back","average":{"1min":0.98499999999999999,"5min":1.278,"15min":1.327},"min":{"1min":0.66200000000000003,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.3149999999999999,"5min":7.5750000000000002,"15min":7.5750000000000002},"last":1.2749999999999999},{"interface":"front","average":{"1min":0.97299999999999998,"5min":1.2170000000000001,"15min":1.258},"min":{"1min":0.623,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.681,"5min":7.0250000000000004,"15min":7.0250000000000004},"last":1.633}]},{"osd":7,"last update":"Tue Sep 17 08:41:14 2024","interfaces":[{"interface":"back","average":{"1min":0.97999999999999998,"5min":1.0680000000000001,"15min":1.0820000000000001},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":1.3029999999999999,"5min":1.9570000000000001,"15min":1.9570000000000001},"last":1.3839999999999999},{"interface":"front","average":{"1min":0.93200000000000005,"5min":1.286,"15min":1.345},"min":{"1min":0.41099999999999998,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":1.3080000000000001,"5min":7.6189999999999998,"15min":7.6189999999999998},"last":1.353}]}]},{"osd":2,"up_from":20,"seq":85899345955,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31552,"kb_used_data":428,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93709504,"statfs":{"total":95990841344,"available":95958532096,"internally_reserved":0,"allocated":438272,"data_stored":173809,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"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":"Tue Sep 17 08:40:47 2024","interfaces":[{"interface":"back","average":{"1min":0.69599999999999995,"5min":0.61399999999999999,"15min":0.59999999999999998},"min":{"1min":0.52900000000000003,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":1.036,"5min":1.036,"15min":1.036},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.69299999999999995,"5min":0.65600000000000003,"15min":0.65000000000000002},"min":{"1min":0.51000000000000001,"5min":0.308,"15min":0.308},"max":{"1min":1.1299999999999999,"5min":1.169,"15min":1.169},"last":0.81399999999999995}]},{"osd":1,"last update":"Tue Sep 17 08:40:54 2024","interfaces":[{"interface":"back","average":{"1min":0.88800000000000001,"5min":0.82499999999999996,"15min":0.81499999999999995},"min":{"1min":0.65000000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.1259999999999999,"5min":1.1259999999999999,"15min":1.1259999999999999},"last":0.92700000000000005},{"interface":"front","average":{"1min":0.98999999999999999,"5min":0.85699999999999998,"15min":0.83499999999999996},"min":{"1min":0.75700000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.2929999999999999,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":0.75800000000000001}]},{"osd":3,"last update":"Tue Sep 17 08:41:04 2024","interfaces":[{"interface":"back","average":{"1min":0.90200000000000002,"5min":0.88,"15min":0.876},"min":{"1min":0.64800000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.1240000000000001,"5min":1.1439999999999999,"15min":1.1439999999999999},"last":0.66300000000000003},{"interface":"front","average":{"1min":0.94199999999999995,"5min":0.92500000000000004,"15min":0.92200000000000004},"min":{"1min":0.64000000000000001,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.1839999999999999,"5min":1.212,"15min":1.212},"last":0.95099999999999996}]},{"osd":4,"last update":"Tue Sep 17 08:40:59 2024","interfaces":[{"interface":"back","average":{"1min":0.90800000000000003,"5min":0.85199999999999998,"15min":0.84199999999999997},"min":{"1min":0.65300000000000002,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.2689999999999999,"5min":1.2689999999999999,"15min":1.2689999999999999},"last":1.042},{"interface":"front","average":{"1min":0.872,"5min":0.81999999999999995,"15min":0.81100000000000005},"min":{"1min":0.58699999999999997,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":1.256,"5min":1.256,"15min":1.256},"last":0.61099999999999999}]},{"osd":5,"last update":"Tue Sep 17 08:41:14 2024","interfaces":[{"interface":"back","average":{"1min":1.0669999999999999,"5min":1.01,"15min":1},"min":{"1min":0.83199999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.7929999999999999,"5min":1.7929999999999999,"15min":1.7929999999999999},"last":1.0880000000000001},{"interface":"front","average":{"1min":0.97999999999999998,"5min":0.95299999999999996,"15min":0.94899999999999995},"min":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.1579999999999999,"5min":1.222,"15min":1.222},"last":0.73899999999999999}]},{"osd":6,"last update":"Tue Sep 17 08:41:04 2024","interfaces":[{"interface":"back","average":{"1min":0.95699999999999996,"5min":0.91700000000000004,"15min":0.91100000000000003},"min":{"1min":0.72299999999999998,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.2390000000000001,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.69599999999999995},{"interface":"front","average":{"1min":1,"5min":0.96899999999999997,"15min":0.96399999999999997},"min":{"1min":0.83899999999999997,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.206,"5min":1.4490000000000001,"15min":1.4490000000000001},"last":0.83299999999999996}]},{"osd":7,"last update":"Tue Sep 17 08:41:14 2024","interfaces":[{"interface":"back","average":{"1min":1.1499999999999999,"5min":1.081,"15min":1.069},"min":{"1min":0.94499999999999995,"5min":0.81100000000000005,"15min":0.81100000000000005},"max":{"1min":1.8879999999999999,"5min":1.8879999999999999,"15min":1.8879999999999999},"last":1.1279999999999999},{"interface":"front","average":{"1min":1.0760000000000001,"5min":1.0569999999999999,"15min":1.054},"min":{"1min":0.90300000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"max":{"1min":1.333,"5min":1.6240000000000001,"15min":1.6240000000000001},"last":0.98899999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476773,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32124,"kb_used_data":1008,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93708932,"statfs":{"total":95990841344,"available":95957946368,"internally_reserved":0,"allocated":1032192,"data_stored":764177,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"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":"Tue Sep 17 08:40:57 2024","interfaces":[{"interface":"back","average":{"1min":0.80400000000000005,"5min":0.77400000000000002,"15min":0.76900000000000002},"min":{"1min":0.626,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.3460000000000001,"5min":1.3460000000000001,"15min":1.3460000000000001},"last":0.92300000000000004},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.89000000000000001,"15min":0.88},"min":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.4199999999999999,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":0.59699999999999998}]},{"osd":2,"last update":"Tue Sep 17 08:40:49 2024","interfaces":[{"interface":"back","average":{"1min":0.745,"5min":0.78900000000000003,"15min":0.79700000000000004},"min":{"1min":0.56799999999999995,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":1.1699999999999999,"5min":1.1699999999999999,"15min":1.1699999999999999},"last":0.97899999999999998},{"interface":"front","average":{"1min":0.81899999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"min":{"1min":0.52300000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":1.2230000000000001,"5min":1.2569999999999999,"15min":1.2569999999999999},"last":0.56599999999999995}]},{"osd":3,"last update":"Tue Sep 17 08:41:02 2024","interfaces":[{"interface":"back","average":{"1min":1.0389999999999999,"5min":0.95599999999999996,"15min":0.94199999999999995},"min":{"1min":0.81200000000000006,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.367,"5min":1.367,"15min":1.367},"last":1.004},{"interface":"front","average":{"1min":0.81299999999999994,"5min":0.85699999999999998,"15min":0.86399999999999999},"min":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.083,"5min":1.306,"15min":1.306},"last":0.79300000000000004}]},{"osd":4,"last update":"Tue Sep 17 08:40:57 2024","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":0.88300000000000001,"15min":0.88900000000000001},"min":{"1min":0.65900000000000003,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.0700000000000001,"5min":1.1970000000000001,"15min":1.1970000000000001},"last":0.67500000000000004},{"interface":"front","average":{"1min":0.94799999999999995,"5min":0.95799999999999996,"15min":0.95999999999999996},"min":{"1min":0.71299999999999997,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.2210000000000001,"5min":1.506,"15min":1.506},"last":0.84199999999999997}]},{"osd":5,"last update":"Tue Sep 17 08:41:06 2024","interfaces":[{"interface":"back","average":{"1min":1.0700000000000001,"5min":1.079,"15min":1.081},"min":{"1min":0.83899999999999997,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.3400000000000001,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":1.149},{"interface":"front","average":{"1min":0.96099999999999997,"5min":0.95299999999999996,"15min":0.95199999999999996},"min":{"1min":0.69799999999999995,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.272,"5min":1.369,"15min":1.369},"last":0.875}]},{"osd":6,"last update":"Tue Sep 17 08:41:02 2024","interfaces":[{"interface":"back","average":{"1min":0.97799999999999998,"5min":1.022,"15min":1.0289999999999999},"min":{"1min":0.79000000000000004,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.27,"5min":1.585,"15min":1.585},"last":0.73999999999999999},{"interface":"front","average":{"1min":1.0700000000000001,"5min":1.0740000000000001,"15min":1.0740000000000001},"min":{"1min":0.76200000000000001,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.2809999999999999,"5min":1.667,"15min":1.667},"last":1.0660000000000001}]},{"osd":7,"last update":"Tue Sep 17 08:41:18 2024","interfaces":[{"interface":"back","average":{"1min":1.018,"5min":1.1020000000000001,"15min":1.1160000000000001},"min":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.4810000000000001,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":0.90000000000000002},{"interface":"front","average":{"1min":1.175,"5min":1.1619999999999999,"15min":1.1599999999999999},"min":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.601,"5min":1.637,"15min":1.637},"last":1.109}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"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":593920,"data_stored":590368,"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":593920,"data_stored":590368,"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":593920,"data_stored":590368,"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-17T08:41:31.863 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-17T08:41:31.863 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-17T08:41:31.863 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-17T08:41:31.863 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-17T08:41:32.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:31 smithi081 bash[19989]: cluster 2024-09-17T08:41:30.909259+0000 mgr.smithi081.loqrpe (mgr.14197) 205 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:32.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:31 smithi160 bash[25433]: cluster 2024-09-17T08:41:30.909259+0000 mgr.smithi081.loqrpe (mgr.14197) 205 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:33.448 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:33 smithi160 bash[25433]: audit 2024-09-17T08:41:31.177254+0000 mgr.smithi081.loqrpe (mgr.14197) 206 : audit [DBG] from='client.14444 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:41:33.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:33 smithi081 bash[19989]: audit 2024-09-17T08:41:31.177254+0000 mgr.smithi081.loqrpe (mgr.14197) 206 : audit [DBG] from='client.14444 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:41:34.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:34 smithi160 bash[25433]: cluster 2024-09-17T08:41:32.909783+0000 mgr.smithi081.loqrpe (mgr.14197) 207 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:34.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:34 smithi081 bash[19989]: cluster 2024-09-17T08:41:32.909783+0000 mgr.smithi081.loqrpe (mgr.14197) 207 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:36.445 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:36 smithi081 bash[19989]: cluster 2024-09-17T08:41:34.910304+0000 mgr.smithi081.loqrpe (mgr.14197) 208 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:36.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:36 smithi160 bash[25433]: cluster 2024-09-17T08:41:34.910304+0000 mgr.smithi081.loqrpe (mgr.14197) 208 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:36.612 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:41:37.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:37 smithi160 bash[25433]: audit 2024-09-17T08:41:36.907665+0000 mon.smithi081 (mon.0) 748 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:41:37.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:37 smithi081 bash[19989]: audit 2024-09-17T08:41:36.907665+0000 mon.smithi081 (mon.0) 748 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:41:38.176 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:38 smithi081 bash[19989]: cluster 2024-09-17T08:41:36.910832+0000 mgr.smithi081.loqrpe (mgr.14197) 209 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:38.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:38 smithi160 bash[25433]: cluster 2024-09-17T08:41:36.910832+0000 mgr.smithi081.loqrpe (mgr.14197) 209 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:40.121 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:41:40.121 INFO:teuthology.orchestra.run.smithi081.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-17T08:41:40.326 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:40 smithi081 bash[19989]: cluster 2024-09-17T08:41:38.911427+0000 mgr.smithi081.loqrpe (mgr.14197) 210 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:40.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:40 smithi160 bash[25433]: cluster 2024-09-17T08:41:38.911427+0000 mgr.smithi081.loqrpe (mgr.14197) 210 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:40.807 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-17T08:41:40.807 INFO:tasks.cephadm:Setup complete, yielding 2024-09-17T08:41:40.807 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T08:41:40.823 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi081.front.sepia.ceph.com 2024-09-17T08:41:40.824 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- bash -c 'ceph orch status' 2024-09-17T08:41:41.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:41 smithi081 bash[19989]: audit 2024-09-17T08:41:40.122920+0000 mon.smithi081 (mon.0) 749 : audit [DBG] from='client.? 172.21.15.81:0/2904285916' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-17T08:41:41.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:41 smithi160 bash[25433]: audit 2024-09-17T08:41:40.122920+0000 mon.smithi081 (mon.0) 749 : audit [DBG] from='client.? 172.21.15.81:0/2904285916' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-17T08:41:42.412 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:42 smithi081 bash[19989]: cluster 2024-09-17T08:41:40.912006+0000 mgr.smithi081.loqrpe (mgr.14197) 211 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:42.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:42 smithi160 bash[25433]: cluster 2024-09-17T08:41:40.912006+0000 mgr.smithi081.loqrpe (mgr.14197) 211 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:44.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:44 smithi160 bash[25433]: cluster 2024-09-17T08:41:42.912600+0000 mgr.smithi081.loqrpe (mgr.14197) 212 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:44.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:44 smithi081 bash[19989]: cluster 2024-09-17T08:41:42.912600+0000 mgr.smithi081.loqrpe (mgr.14197) 212 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:45.581 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:41:46.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:46 smithi160 bash[25433]: cluster 2024-09-17T08:41:44.913224+0000 mgr.smithi081.loqrpe (mgr.14197) 213 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:46.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:46 smithi081 bash[19989]: cluster 2024-09-17T08:41:44.913224+0000 mgr.smithi081.loqrpe (mgr.14197) 213 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:48.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:48 smithi081 bash[19989]: cluster 2024-09-17T08:41:46.913581+0000 mgr.smithi081.loqrpe (mgr.14197) 214 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:48.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:48 smithi160 bash[25433]: cluster 2024-09-17T08:41:46.913581+0000 mgr.smithi081.loqrpe (mgr.14197) 214 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:49.178 INFO:teuthology.orchestra.run.smithi081.stdout:Backend: cephadm 2024-09-17T08:41:49.178 INFO:teuthology.orchestra.run.smithi081.stdout:Available: Yes 2024-09-17T08:41:49.178 INFO:teuthology.orchestra.run.smithi081.stdout:Paused: No 2024-09-17T08:41:49.893 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ps' 2024-09-17T08:41:50.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:50 smithi081 bash[19989]: cluster 2024-09-17T08:41:48.913910+0000 mgr.smithi081.loqrpe (mgr.14197) 215 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:50.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:50 smithi160 bash[25433]: cluster 2024-09-17T08:41:48.913910+0000 mgr.smithi081.loqrpe (mgr.14197) 215 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:51.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:51 smithi160 bash[25433]: audit 2024-09-17T08:41:49.179645+0000 mgr.smithi081.loqrpe (mgr.14197) 216 : audit [DBG] from='client.14452 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:41:51.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:51 smithi081 bash[19989]: audit 2024-09-17T08:41:49.179645+0000 mgr.smithi081.loqrpe (mgr.14197) 216 : audit [DBG] from='client.14452 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:41:52.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:52 smithi081 bash[19989]: cluster 2024-09-17T08:41:50.914424+0000 mgr.smithi081.loqrpe (mgr.14197) 217 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:52.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:52 smithi081 bash[19989]: audit 2024-09-17T08:41:51.908074+0000 mon.smithi081 (mon.0) 750 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:41:52.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:52 smithi160 bash[25433]: cluster 2024-09-17T08:41:50.914424+0000 mgr.smithi081.loqrpe (mgr.14197) 217 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:52.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:52 smithi160 bash[25433]: audit 2024-09-17T08:41:51.908074+0000 mon.smithi081 (mon.0) 750 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:41:54.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:54 smithi160 bash[25433]: cluster 2024-09-17T08:41:52.915009+0000 mgr.smithi081.loqrpe (mgr.14197) 218 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:54.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:54 smithi081 bash[19989]: cluster 2024-09-17T08:41:52.915009+0000 mgr.smithi081.loqrpe (mgr.14197) 218 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:54.643 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:41:56.207 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:56 smithi081 bash[19989]: cluster 2024-09-17T08:41:54.915604+0000 mgr.smithi081.loqrpe (mgr.14197) 219 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:56.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:56 smithi160 bash[25433]: cluster 2024-09-17T08:41:54.915604+0000 mgr.smithi081.loqrpe (mgr.14197) 219 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:58.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:41:58 smithi081 bash[19989]: cluster 2024-09-17T08:41:56.916145+0000 mgr.smithi081.loqrpe (mgr.14197) 220 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:58.301 INFO:teuthology.orchestra.run.smithi081.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:41:58.301 INFO:teuthology.orchestra.run.smithi081.stdout:alertmanager.smithi081 smithi081 *:9093,9094 running (4m) 40s ago 6m 14.5M - 0.25.0 c8568f914cd2 4a0f8c67a4cd 2024-09-17T08:41:58.301 INFO:teuthology.orchestra.run.smithi081.stdout:ceph-exporter.smithi081 smithi081 running (6m) 40s ago 6m 7791k - 18.2.4-855-g19e2a2be 980a0bfcd684 84b9719bcb06 2024-09-17T08:41:58.301 INFO:teuthology.orchestra.run.smithi081.stdout:ceph-exporter.smithi160 smithi160 running (5m) 44s ago 5m 8036k - 18.2.4-855-g19e2a2be 980a0bfcd684 e77dec7618bf 2024-09-17T08:41:58.301 INFO:teuthology.orchestra.run.smithi081.stdout:crash.smithi081 smithi081 running (6m) 40s ago 6m 7247k - 18.2.4-855-g19e2a2be 980a0bfcd684 1a641973a183 2024-09-17T08:41:58.302 INFO:teuthology.orchestra.run.smithi081.stdout:crash.smithi160 smithi160 running (5m) 44s ago 5m 7247k - 18.2.4-855-g19e2a2be 980a0bfcd684 07a0bb84b834 2024-09-17T08:41:58.302 INFO:teuthology.orchestra.run.smithi081.stdout:grafana.smithi081 smithi081 *:3000 running (4m) 40s ago 5m 74.5M - 9.4.7 954c08fa6188 034719874f2b 2024-09-17T08:41:58.302 INFO:teuthology.orchestra.run.smithi081.stdout:mgr.smithi081.loqrpe smithi081 *:9283,8765,8443 running (7m) 40s ago 7m 473M - 18.2.4-855-g19e2a2be 980a0bfcd684 76f70bccd36d 2024-09-17T08:41:58.302 INFO:teuthology.orchestra.run.smithi081.stdout:mgr.smithi160.aruonq smithi160 *:8443,9283,8765 running (4m) 44s ago 4m 426M - 18.2.4-855-g19e2a2be 980a0bfcd684 07c02d0456f0 2024-09-17T08:41:58.302 INFO:teuthology.orchestra.run.smithi081.stdout:mon.smithi081 smithi081 running (7m) 40s ago 8m 47.7M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 a76056e33f8e 2024-09-17T08:41:58.302 INFO:teuthology.orchestra.run.smithi081.stdout:mon.smithi160 smithi160 running (4m) 44s ago 4m 41.0M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 4ec031cca684 2024-09-17T08:41:58.302 INFO:teuthology.orchestra.run.smithi081.stdout:node-exporter.smithi081 smithi081 *:9100 running (6m) 40s ago 6m 8380k - 1.5.0 0da6a335fe13 7c4cd8a23bcd 2024-09-17T08:41:58.302 INFO:teuthology.orchestra.run.smithi081.stdout:node-exporter.smithi160 smithi160 *:9100 running (4m) 44s ago 5m 8072k - 1.5.0 0da6a335fe13 f24caaea555a 2024-09-17T08:41:58.302 INFO:teuthology.orchestra.run.smithi081.stdout:osd.0 smithi160 running (3m) 44s ago 3m 49.3M 3772M 18.2.4-855-g19e2a2be 980a0bfcd684 c2ce696f266e 2024-09-17T08:41:58.302 INFO:teuthology.orchestra.run.smithi081.stdout:osd.1 smithi081 running (3m) 40s ago 3m 49.6M 3004M 18.2.4-855-g19e2a2be 980a0bfcd684 4b813043da13 2024-09-17T08:41:58.302 INFO:teuthology.orchestra.run.smithi081.stdout:osd.2 smithi160 running (3m) 44s ago 3m 47.3M 3772M 18.2.4-855-g19e2a2be 980a0bfcd684 f48c8459d10e 2024-09-17T08:41:58.302 INFO:teuthology.orchestra.run.smithi081.stdout:osd.3 smithi081 running (3m) 40s ago 3m 49.1M 3004M 18.2.4-855-g19e2a2be 980a0bfcd684 a02def0269cb 2024-09-17T08:41:58.302 INFO:teuthology.orchestra.run.smithi081.stdout:osd.4 smithi160 running (3m) 44s ago 3m 43.9M 3772M 18.2.4-855-g19e2a2be 980a0bfcd684 f418c4ab8201 2024-09-17T08:41:58.303 INFO:teuthology.orchestra.run.smithi081.stdout:osd.5 smithi081 running (3m) 40s ago 3m 36.6M 3004M 18.2.4-855-g19e2a2be 980a0bfcd684 84ec6c66662e 2024-09-17T08:41:58.303 INFO:teuthology.orchestra.run.smithi081.stdout:osd.6 smithi160 running (3m) 44s ago 3m 44.0M 3772M 18.2.4-855-g19e2a2be 980a0bfcd684 cf0e6df916c2 2024-09-17T08:41:58.303 INFO:teuthology.orchestra.run.smithi081.stdout:osd.7 smithi081 running (2m) 40s ago 2m 45.6M 3004M 18.2.4-855-g19e2a2be 980a0bfcd684 d03918f83b40 2024-09-17T08:41:58.303 INFO:teuthology.orchestra.run.smithi081.stdout:prometheus.smithi081 smithi081 *:9095 running (4m) 40s ago 5m 50.3M - 2.43.0 a07b618ecd1d 26d20bcfd0e1 2024-09-17T08:41:58.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:41:58 smithi160 bash[25433]: cluster 2024-09-17T08:41:56.916145+0000 mgr.smithi081.loqrpe (mgr.14197) 220 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:41:59.083 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ls' 2024-09-17T08:42:00.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:00 smithi160 bash[25433]: audit 2024-09-17T08:41:58.289502+0000 mgr.smithi081.loqrpe (mgr.14197) 221 : audit [DBG] from='client.14456 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:00.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:00 smithi160 bash[25433]: cluster 2024-09-17T08:41:58.916743+0000 mgr.smithi081.loqrpe (mgr.14197) 222 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:00.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:00 smithi081 bash[19989]: audit 2024-09-17T08:41:58.289502+0000 mgr.smithi081.loqrpe (mgr.14197) 221 : audit [DBG] from='client.14456 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:00.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:00 smithi081 bash[19989]: cluster 2024-09-17T08:41:58.916743+0000 mgr.smithi081.loqrpe (mgr.14197) 222 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:02.411 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:02 smithi081 bash[19989]: cluster 2024-09-17T08:42:00.917358+0000 mgr.smithi081.loqrpe (mgr.14197) 223 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:02.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:02 smithi160 bash[25433]: cluster 2024-09-17T08:42:00.917358+0000 mgr.smithi081.loqrpe (mgr.14197) 223 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:03.837 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:42:04.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:04 smithi081 bash[19989]: cluster 2024-09-17T08:42:02.917948+0000 mgr.smithi081.loqrpe (mgr.14197) 224 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:04.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:04 smithi160 bash[25433]: cluster 2024-09-17T08:42:02.917948+0000 mgr.smithi081.loqrpe (mgr.14197) 224 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:06.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:06 smithi160 bash[25433]: cluster 2024-09-17T08:42:04.918504+0000 mgr.smithi081.loqrpe (mgr.14197) 225 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:06.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:06 smithi081 bash[19989]: cluster 2024-09-17T08:42:04.918504+0000 mgr.smithi081.loqrpe (mgr.14197) 225 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:07.434 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:07 smithi081 bash[19989]: audit 2024-09-17T08:42:06.908199+0000 mon.smithi081 (mon.0) 751 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:42:07.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:07 smithi160 bash[25433]: audit 2024-09-17T08:42:06.908199+0000 mon.smithi081 (mon.0) 751 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:42:07.516 INFO:teuthology.orchestra.run.smithi081.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-17T08:42:07.517 INFO:teuthology.orchestra.run.smithi081.stdout:alertmanager ?:9093,9094 1/1 50s ago 7m count:1 2024-09-17T08:42:07.517 INFO:teuthology.orchestra.run.smithi081.stdout:ceph-exporter 2/2 53s ago 7m * 2024-09-17T08:42:07.517 INFO:teuthology.orchestra.run.smithi081.stdout:crash 2/2 53s ago 7m * 2024-09-17T08:42:07.517 INFO:teuthology.orchestra.run.smithi081.stdout:grafana ?:3000 1/1 50s ago 7m count:1 2024-09-17T08:42:07.517 INFO:teuthology.orchestra.run.smithi081.stdout:mgr 2/2 53s ago 7m count:2 2024-09-17T08:42:07.517 INFO:teuthology.orchestra.run.smithi081.stdout:mon 2/2 53s ago 5m smithi081:172.21.15.81=smithi081;smithi160:172.21.15.160=smithi160;count:2 2024-09-17T08:42:07.517 INFO:teuthology.orchestra.run.smithi081.stdout:node-exporter ?:9100 2/2 53s ago 7m * 2024-09-17T08:42:07.517 INFO:teuthology.orchestra.run.smithi081.stdout:osd.all-available-devices 8 53s ago 4m * 2024-09-17T08:42:07.517 INFO:teuthology.orchestra.run.smithi081.stdout:prometheus ?:9095 1/1 50s ago 7m count:1 2024-09-17T08:42:08.247 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- bash -c 'ceph orch host ls' 2024-09-17T08:42:08.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:08 smithi160 bash[25433]: cluster 2024-09-17T08:42:06.919078+0000 mgr.smithi081.loqrpe (mgr.14197) 226 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:08.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:08 smithi081 bash[19989]: cluster 2024-09-17T08:42:06.919078+0000 mgr.smithi081.loqrpe (mgr.14197) 226 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:09.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:09 smithi160 bash[25433]: audit 2024-09-17T08:42:07.505406+0000 mgr.smithi081.loqrpe (mgr.14197) 227 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:09.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:09 smithi081 bash[19989]: audit 2024-09-17T08:42:07.505406+0000 mgr.smithi081.loqrpe (mgr.14197) 227 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:10.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:10 smithi160 bash[25433]: cluster 2024-09-17T08:42:08.919666+0000 mgr.smithi081.loqrpe (mgr.14197) 228 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:10.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:10 smithi081 bash[19989]: cluster 2024-09-17T08:42:08.919666+0000 mgr.smithi081.loqrpe (mgr.14197) 228 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:12.411 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:12 smithi081 bash[19989]: cluster 2024-09-17T08:42:10.920220+0000 mgr.smithi081.loqrpe (mgr.14197) 229 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:12.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:12 smithi160 bash[25433]: cluster 2024-09-17T08:42:10.920220+0000 mgr.smithi081.loqrpe (mgr.14197) 229 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:13.000 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:42:14.372 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:14 smithi081 bash[19989]: cluster 2024-09-17T08:42:12.920778+0000 mgr.smithi081.loqrpe (mgr.14197) 230 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:14.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:14 smithi160 bash[25433]: cluster 2024-09-17T08:42:12.920778+0000 mgr.smithi081.loqrpe (mgr.14197) 230 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:16.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:16 smithi160 bash[25433]: cluster 2024-09-17T08:42:14.921387+0000 mgr.smithi081.loqrpe (mgr.14197) 231 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:16.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:16 smithi081 bash[19989]: cluster 2024-09-17T08:42:14.921387+0000 mgr.smithi081.loqrpe (mgr.14197) 231 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:16.516 INFO:teuthology.orchestra.run.smithi081.stdout:HOST ADDR LABELS STATUS 2024-09-17T08:42:16.516 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 172.21.15.81 2024-09-17T08:42:16.516 INFO:teuthology.orchestra.run.smithi081.stdout:smithi160 172.21.15.160 2024-09-17T08:42:16.516 INFO:teuthology.orchestra.run.smithi081.stdout:2 hosts in cluster 2024-09-17T08:42:17.276 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- bash -c 'ceph orch device ls' 2024-09-17T08:42:17.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:17 smithi160 bash[25433]: audit 2024-09-17T08:42:16.517527+0000 mgr.smithi081.loqrpe (mgr.14197) 232 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:17.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:17 smithi160 bash[25433]: cluster 2024-09-17T08:42:16.921963+0000 mgr.smithi081.loqrpe (mgr.14197) 233 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:17.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:17 smithi081 bash[19989]: audit 2024-09-17T08:42:16.517527+0000 mgr.smithi081.loqrpe (mgr.14197) 232 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:17.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:17 smithi081 bash[19989]: cluster 2024-09-17T08:42:16.921963+0000 mgr.smithi081.loqrpe (mgr.14197) 233 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:18.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:18 smithi160 bash[25433]: audit 2024-09-17T08:42:17.852366+0000 mon.smithi081 (mon.0) 752 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:42:18.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:18 smithi081 bash[19989]: audit 2024-09-17T08:42:17.852366+0000 mon.smithi081 (mon.0) 752 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:42:19.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:19 smithi160 bash[25433]: cluster 2024-09-17T08:42:18.922663+0000 mgr.smithi081.loqrpe (mgr.14197) 234 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:19.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:19 smithi081 bash[19989]: cluster 2024-09-17T08:42:18.922663+0000 mgr.smithi081.loqrpe (mgr.14197) 234 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:22.023 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:42:22.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:21 smithi081 bash[19989]: cluster 2024-09-17T08:42:20.923247+0000 mgr.smithi081.loqrpe (mgr.14197) 235 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:22.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:21 smithi081 bash[19989]: audit 2024-09-17T08:42:21.908900+0000 mon.smithi081 (mon.0) 753 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:42:22.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:21 smithi160 bash[25433]: cluster 2024-09-17T08:42:20.923247+0000 mgr.smithi081.loqrpe (mgr.14197) 235 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:22.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:21 smithi160 bash[25433]: audit 2024-09-17T08:42:21.908900+0000 mon.smithi081 (mon.0) 753 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:42:24.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:23 smithi160 bash[25433]: cluster 2024-09-17T08:42:22.923626+0000 mgr.smithi081.loqrpe (mgr.14197) 236 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:24.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:23 smithi160 bash[25433]: audit 2024-09-17T08:42:22.946031+0000 mon.smithi081 (mon.0) 754 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:24.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:23 smithi160 bash[25433]: audit 2024-09-17T08:42:22.950213+0000 mon.smithi081 (mon.0) 755 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:24.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:23 smithi160 bash[25433]: audit 2024-09-17T08:42:23.196465+0000 mon.smithi081 (mon.0) 756 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:24.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:23 smithi160 bash[25433]: audit 2024-09-17T08:42:23.204268+0000 mon.smithi081 (mon.0) 757 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:24.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:23 smithi160 bash[25433]: audit 2024-09-17T08:42:23.625364+0000 mon.smithi081 (mon.0) 758 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:24.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:23 smithi160 bash[25433]: audit 2024-09-17T08:42:23.627069+0000 mon.smithi081 (mon.0) 759 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:42:24.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:23 smithi160 bash[25433]: audit 2024-09-17T08:42:23.634866+0000 mon.smithi081 (mon.0) 760 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:24.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:23 smithi160 bash[25433]: audit 2024-09-17T08:42:23.641659+0000 mon.smithi081 (mon.0) 761 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:42:24.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:23 smithi081 bash[19989]: cluster 2024-09-17T08:42:22.923626+0000 mgr.smithi081.loqrpe (mgr.14197) 236 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:24.240 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:23 smithi081 bash[19989]: audit 2024-09-17T08:42:22.946031+0000 mon.smithi081 (mon.0) 754 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:24.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:23 smithi081 bash[19989]: audit 2024-09-17T08:42:22.950213+0000 mon.smithi081 (mon.0) 755 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:24.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:23 smithi081 bash[19989]: audit 2024-09-17T08:42:23.196465+0000 mon.smithi081 (mon.0) 756 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:24.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:23 smithi081 bash[19989]: audit 2024-09-17T08:42:23.204268+0000 mon.smithi081 (mon.0) 757 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:24.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:23 smithi081 bash[19989]: audit 2024-09-17T08:42:23.625364+0000 mon.smithi081 (mon.0) 758 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:24.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:23 smithi081 bash[19989]: audit 2024-09-17T08:42:23.627069+0000 mon.smithi081 (mon.0) 759 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:42:24.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:23 smithi081 bash[19989]: audit 2024-09-17T08:42:23.634866+0000 mon.smithi081 (mon.0) 760 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:24.241 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:23 smithi081 bash[19989]: audit 2024-09-17T08:42:23.641659+0000 mon.smithi081 (mon.0) 761 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:42:25.740 INFO:teuthology.orchestra.run.smithi081.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-17T08:42:25.740 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400N7400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-09-17T08:42:25.740 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 /dev/nvme1n1 ssd Linux_89503b03bd6ec0356e13 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:42:25.741 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 /dev/nvme2n1 ssd Linux_bcf0bc48c7b99f494efb 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:42:25.741 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 /dev/nvme3n1 ssd Linux_ea17490cf28c0e1f7e5e 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:42:25.741 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 /dev/nvme4n1 ssd Linux_7c221c68213e88f28acc 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:42:25.741 INFO:teuthology.orchestra.run.smithi081.stdout:smithi160 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300JY400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-09-17T08:42:25.741 INFO:teuthology.orchestra.run.smithi081.stdout:smithi160 /dev/nvme1n1 ssd Linux_92f08e082d258c7d2922 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:42:25.741 INFO:teuthology.orchestra.run.smithi081.stdout:smithi160 /dev/nvme2n1 ssd Linux_11d7d34ddfa123595f8f 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:42:25.741 INFO:teuthology.orchestra.run.smithi081.stdout:smithi160 /dev/nvme3n1 ssd Linux_2119603ad4ef00143f15 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:42:25.741 INFO:teuthology.orchestra.run.smithi081.stdout:smithi160 /dev/nvme4n1 ssd Linux_4ac1982a5d9fba4a3a04 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:42:26.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:25 smithi160 bash[25433]: cluster 2024-09-17T08:42:24.924270+0000 mgr.smithi081.loqrpe (mgr.14197) 237 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:26.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:25 smithi081 bash[19989]: cluster 2024-09-17T08:42:24.924270+0000 mgr.smithi081.loqrpe (mgr.14197) 237 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:26.433 INFO:teuthology.run_tasks:Running task vip... 2024-09-17T08:42:26.442 INFO:tasks.vip:Allocating static IPs for each host... 2024-09-17T08:42:26.443 INFO:tasks.vip:peername 172.21.15.81 2024-09-17T08:42:26.446 INFO:tasks.vip:172.21.15.81 in 172.21.0.0/20, pos 3920 2024-09-17T08:42:26.450 INFO:tasks.vip:smithi081.front.sepia.ceph.com static 10.0.15.81, vnet 10.0.0.0/16 2024-09-17T08:42:26.450 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-09-17T08:42:26.451 DEBUG:teuthology.orchestra.run.smithi081:> sudo ip route ls 2024-09-17T08:42:26.463 INFO:teuthology.orchestra.run.smithi081.stdout:default via 172.21.15.254 dev enp3s0f1 2024-09-17T08:42:26.463 INFO:teuthology.orchestra.run.smithi081.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.81 metric 100 2024-09-17T08:42:26.463 INFO:teuthology.orchestra.run.smithi081.stdout:158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.81 metric 100 2024-09-17T08:42:26.463 INFO:teuthology.orchestra.run.smithi081.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-17T08:42:26.463 INFO:teuthology.orchestra.run.smithi081.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.81 metric 100 2024-09-17T08:42:26.463 INFO:teuthology.orchestra.run.smithi081.stdout:172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.81 metric 100 2024-09-17T08:42:26.464 INFO:teuthology.orchestra.run.smithi081.stdout:172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.81 metric 100 2024-09-17T08:42:26.464 INFO:teuthology.orchestra.run.smithi081.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.81 metric 100 2024-09-17T08:42:26.464 INFO:tasks.vip:Configuring 10.0.15.81 on smithi081.front.sepia.ceph.com iface enp3s0f1... 2024-09-17T08:42:26.465 DEBUG:teuthology.orchestra.run.smithi081:> sudo ip addr add 10.0.15.81/16 dev enp3s0f1 2024-09-17T08:42:26.518 INFO:tasks.vip:peername 172.21.15.160 2024-09-17T08:42:26.521 INFO:tasks.vip:172.21.15.160 in 172.21.0.0/20, pos 3999 2024-09-17T08:42:26.525 INFO:tasks.vip:smithi160.front.sepia.ceph.com static 10.0.15.160, vnet 10.0.0.0/16 2024-09-17T08:42:26.525 DEBUG:teuthology.orchestra.run.smithi160:> sudo ip route ls 2024-09-17T08:42:26.539 INFO:teuthology.orchestra.run.smithi160.stdout:default via 172.21.15.254 dev enp3s0f1 2024-09-17T08:42:26.539 INFO:teuthology.orchestra.run.smithi160.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.160 metric 100 2024-09-17T08:42:26.539 INFO:teuthology.orchestra.run.smithi160.stdout:158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.160 metric 100 2024-09-17T08:42:26.539 INFO:teuthology.orchestra.run.smithi160.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-17T08:42:26.539 INFO:teuthology.orchestra.run.smithi160.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.160 metric 100 2024-09-17T08:42:26.539 INFO:teuthology.orchestra.run.smithi160.stdout:172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.160 metric 100 2024-09-17T08:42:26.539 INFO:teuthology.orchestra.run.smithi160.stdout:172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.160 metric 100 2024-09-17T08:42:26.539 INFO:teuthology.orchestra.run.smithi160.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.160 metric 100 2024-09-17T08:42:26.540 INFO:tasks.vip:Configuring 10.0.15.160 on smithi160.front.sepia.ceph.com iface enp3s0f1... 2024-09-17T08:42:26.540 DEBUG:teuthology.orchestra.run.smithi160:> sudo ip addr add 10.0.15.160/16 dev enp3s0f1 2024-09-17T08:42:26.596 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T08:42:26.609 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi081.front.sepia.ceph.com 2024-09-17T08:42:26.609 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- bash -c 'ceph orch device ls --refresh' 2024-09-17T08:42:27.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:26 smithi160 bash[25433]: audit 2024-09-17T08:42:25.737661+0000 mgr.smithi081.loqrpe (mgr.14197) 238 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:27.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:26 smithi081 bash[19989]: audit 2024-09-17T08:42:25.737661+0000 mgr.smithi081.loqrpe (mgr.14197) 238 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:28.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:27 smithi160 bash[25433]: cluster 2024-09-17T08:42:26.924883+0000 mgr.smithi081.loqrpe (mgr.14197) 239 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:28.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:27 smithi081 bash[19989]: cluster 2024-09-17T08:42:26.924883+0000 mgr.smithi081.loqrpe (mgr.14197) 239 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:30.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:29 smithi160 bash[25433]: cluster 2024-09-17T08:42:28.925503+0000 mgr.smithi081.loqrpe (mgr.14197) 240 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:30.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:29 smithi081 bash[19989]: cluster 2024-09-17T08:42:28.925503+0000 mgr.smithi081.loqrpe (mgr.14197) 240 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:31.360 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:42:32.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:31 smithi160 bash[25433]: cluster 2024-09-17T08:42:30.926060+0000 mgr.smithi081.loqrpe (mgr.14197) 241 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:32.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:31 smithi081 bash[19989]: cluster 2024-09-17T08:42:30.926060+0000 mgr.smithi081.loqrpe (mgr.14197) 241 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:34.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:33 smithi081 bash[19989]: cluster 2024-09-17T08:42:32.926407+0000 mgr.smithi081.loqrpe (mgr.14197) 242 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:34.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:33 smithi160 bash[25433]: cluster 2024-09-17T08:42:32.926407+0000 mgr.smithi081.loqrpe (mgr.14197) 242 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:35.179 INFO:teuthology.orchestra.run.smithi081.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-17T08:42:35.179 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400N7400BGN 372G No 3m ago Has a FileSystem, LVM detected 2024-09-17T08:42:35.179 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 /dev/nvme1n1 ssd Linux_89503b03bd6ec0356e13 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:42:35.179 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 /dev/nvme2n1 ssd Linux_bcf0bc48c7b99f494efb 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:42:35.179 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 /dev/nvme3n1 ssd Linux_ea17490cf28c0e1f7e5e 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:42:35.179 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 /dev/nvme4n1 ssd Linux_7c221c68213e88f28acc 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:42:35.179 INFO:teuthology.orchestra.run.smithi081.stdout:smithi160 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300JY400BGN 372G No 3m ago Has a FileSystem, LVM detected 2024-09-17T08:42:35.180 INFO:teuthology.orchestra.run.smithi081.stdout:smithi160 /dev/nvme1n1 ssd Linux_92f08e082d258c7d2922 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:42:35.180 INFO:teuthology.orchestra.run.smithi081.stdout:smithi160 /dev/nvme2n1 ssd Linux_11d7d34ddfa123595f8f 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:42:35.180 INFO:teuthology.orchestra.run.smithi081.stdout:smithi160 /dev/nvme3n1 ssd Linux_2119603ad4ef00143f15 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:42:35.180 INFO:teuthology.orchestra.run.smithi081.stdout:smithi160 /dev/nvme4n1 ssd Linux_4ac1982a5d9fba4a3a04 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:42:35.892 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-17T08:42:35.904 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi081.front.sepia.ceph.com 2024-09-17T08:42:35.904 DEBUG:teuthology.orchestra.run.smithi081:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-17T08:42:35.917 INFO:teuthology.orchestra.run.smithi081.stderr:+ systemctl stop nfs-server 2024-09-17T08:42:36.037 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi160.front.sepia.ceph.com 2024-09-17T08:42:36.037 DEBUG:teuthology.orchestra.run.smithi160:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-17T08:42:36.050 INFO:teuthology.orchestra.run.smithi160.stderr:+ systemctl stop nfs-server 2024-09-17T08:42:36.169 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:35 smithi160 bash[25433]: cluster 2024-09-17T08:42:34.926755+0000 mgr.smithi081.loqrpe (mgr.14197) 243 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:36.169 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:35 smithi160 bash[25433]: audit 2024-09-17T08:42:35.182340+0000 mon.smithi081 (mon.0) 762 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:42:36.180 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T08:42:36.188 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi081.front.sepia.ceph.com 2024-09-17T08:42:36.189 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2024-09-17T08:42:36.199 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:35 smithi081 bash[19989]: cluster 2024-09-17T08:42:34.926755+0000 mgr.smithi081.loqrpe (mgr.14197) 243 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:36.200 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:35 smithi081 bash[19989]: audit 2024-09-17T08:42:35.182340+0000 mon.smithi081 (mon.0) 762 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:42:37.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:36 smithi081 bash[19989]: audit 2024-09-17T08:42:35.177217+0000 mgr.smithi081.loqrpe (mgr.14197) 244 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:37.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:36 smithi081 bash[19989]: audit 2024-09-17T08:42:36.909236+0000 mon.smithi081 (mon.0) 763 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:42:37.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:36 smithi160 bash[25433]: audit 2024-09-17T08:42:35.177217+0000 mgr.smithi081.loqrpe (mgr.14197) 244 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:37.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:36 smithi160 bash[25433]: audit 2024-09-17T08:42:36.909236+0000 mon.smithi081 (mon.0) 763 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:42:38.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:37 smithi081 bash[19989]: cluster 2024-09-17T08:42:36.927367+0000 mgr.smithi081.loqrpe (mgr.14197) 245 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:38.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:37 smithi160 bash[25433]: cluster 2024-09-17T08:42:36.927367+0000 mgr.smithi081.loqrpe (mgr.14197) 245 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:40.062 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:42:40.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:39 smithi160 bash[25433]: cluster 2024-09-17T08:42:38.928014+0000 mgr.smithi081.loqrpe (mgr.14197) 246 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:40.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:39 smithi081 bash[19989]: cluster 2024-09-17T08:42:38.928014+0000 mgr.smithi081.loqrpe (mgr.14197) 246 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:41.702 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:41 smithi081 bash[19989]: audit 2024-09-17T08:42:40.508536+0000 mon.smithi081 (mon.0) 764 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:41.703 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:41 smithi081 bash[19989]: audit 2024-09-17T08:42:40.515159+0000 mon.smithi081 (mon.0) 765 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:41.703 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:41 smithi081 bash[19989]: audit 2024-09-17T08:42:40.778542+0000 mon.smithi081 (mon.0) 766 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:41.703 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:41 smithi081 bash[19989]: audit 2024-09-17T08:42:40.783191+0000 mon.smithi081 (mon.0) 767 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:41.703 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:41 smithi081 bash[19989]: audit 2024-09-17T08:42:40.924429+0000 mon.smithi081 (mon.0) 768 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:41.703 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:41 smithi081 bash[19989]: cluster 2024-09-17T08:42:40.928317+0000 mgr.smithi081.loqrpe (mgr.14197) 247 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:41.703 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:41 smithi081 bash[19989]: audit 2024-09-17T08:42:40.929293+0000 mon.smithi081 (mon.0) 769 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:41.703 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:41 smithi081 bash[19989]: audit 2024-09-17T08:42:41.206450+0000 mon.smithi081 (mon.0) 770 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:41.703 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:41 smithi081 bash[19989]: audit 2024-09-17T08:42:41.214442+0000 mon.smithi081 (mon.0) 771 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:41.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:41 smithi160 bash[25433]: audit 2024-09-17T08:42:40.508536+0000 mon.smithi081 (mon.0) 764 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:42.010 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:41 smithi160 bash[25433]: audit 2024-09-17T08:42:40.515159+0000 mon.smithi081 (mon.0) 765 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:42.011 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:41 smithi160 bash[25433]: audit 2024-09-17T08:42:40.778542+0000 mon.smithi081 (mon.0) 766 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:42.011 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:41 smithi160 bash[25433]: audit 2024-09-17T08:42:40.783191+0000 mon.smithi081 (mon.0) 767 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:42.011 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:41 smithi160 bash[25433]: audit 2024-09-17T08:42:40.924429+0000 mon.smithi081 (mon.0) 768 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:42.011 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:41 smithi160 bash[25433]: cluster 2024-09-17T08:42:40.928317+0000 mgr.smithi081.loqrpe (mgr.14197) 247 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:42.011 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:41 smithi160 bash[25433]: audit 2024-09-17T08:42:40.929293+0000 mon.smithi081 (mon.0) 769 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:42.011 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:41 smithi160 bash[25433]: audit 2024-09-17T08:42:41.206450+0000 mon.smithi081 (mon.0) 770 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:42.011 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:41 smithi160 bash[25433]: audit 2024-09-17T08:42:41.214442+0000 mon.smithi081 (mon.0) 771 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:43.813 INFO:teuthology.orchestra.run.smithi081.stdout:Scheduled rgw.foorgw update... 2024-09-17T08:42:43.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:43 smithi081 bash[19989]: cluster 2024-09-17T08:42:42.928830+0000 mgr.smithi081.loqrpe (mgr.14197) 248 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:43.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:43 smithi081 bash[19989]: audit 2024-09-17T08:42:43.815925+0000 mon.smithi081 (mon.0) 772 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:44.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:43 smithi160 bash[25433]: cluster 2024-09-17T08:42:42.928830+0000 mgr.smithi081.loqrpe (mgr.14197) 248 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:44.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:43 smithi160 bash[25433]: audit 2024-09-17T08:42:43.815925+0000 mon.smithi081 (mon.0) 772 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:44.527 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.81/16' 2024-09-17T08:42:45.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:44 smithi160 bash[25433]: audit 2024-09-17T08:42:43.808423+0000 mgr.smithi081.loqrpe (mgr.14197) 249 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:45.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:44 smithi160 bash[25433]: cephadm 2024-09-17T08:42:43.811309+0000 mgr.smithi081.loqrpe (mgr.14197) 250 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-09-17T08:42:45.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:44 smithi081 bash[19989]: audit 2024-09-17T08:42:43.808423+0000 mgr.smithi081.loqrpe (mgr.14197) 249 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:45.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:44 smithi081 bash[19989]: cephadm 2024-09-17T08:42:43.811309+0000 mgr.smithi081.loqrpe (mgr.14197) 250 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-09-17T08:42:46.194 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:45 smithi160 bash[25433]: cluster 2024-09-17T08:42:44.929371+0000 mgr.smithi081.loqrpe (mgr.14197) 251 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:46.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:45 smithi081 bash[19989]: cluster 2024-09-17T08:42:44.929371+0000 mgr.smithi081.loqrpe (mgr.14197) 251 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:48.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:47 smithi160 bash[25433]: cluster 2024-09-17T08:42:46.929878+0000 mgr.smithi081.loqrpe (mgr.14197) 252 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:48.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:47 smithi081 bash[19989]: cluster 2024-09-17T08:42:46.929878+0000 mgr.smithi081.loqrpe (mgr.14197) 252 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:49.166 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:42:50.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:49 smithi160 bash[25433]: cluster 2024-09-17T08:42:48.930522+0000 mgr.smithi081.loqrpe (mgr.14197) 253 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:50.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:49 smithi081 bash[19989]: cluster 2024-09-17T08:42:48.930522+0000 mgr.smithi081.loqrpe (mgr.14197) 253 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:51.846 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:51 smithi081 bash[19989]: audit 2024-09-17T08:42:50.737575+0000 mon.smithi081 (mon.0) 773 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:51.846 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:51 smithi081 bash[19989]: audit 2024-09-17T08:42:50.743386+0000 mon.smithi081 (mon.0) 774 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:51.846 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:51 smithi081 bash[19989]: cluster 2024-09-17T08:42:50.931095+0000 mgr.smithi081.loqrpe (mgr.14197) 254 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:52.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:51 smithi160 bash[25433]: audit 2024-09-17T08:42:50.737575+0000 mon.smithi081 (mon.0) 773 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:52.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:51 smithi160 bash[25433]: audit 2024-09-17T08:42:50.743386+0000 mon.smithi081 (mon.0) 774 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:52.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:51 smithi160 bash[25433]: cluster 2024-09-17T08:42:50.931095+0000 mgr.smithi081.loqrpe (mgr.14197) 254 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:53.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:52 smithi160 bash[25433]: audit 2024-09-17T08:42:51.909195+0000 mon.smithi081 (mon.0) 775 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:42:53.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:52 smithi081 bash[19989]: audit 2024-09-17T08:42:51.909195+0000 mon.smithi081 (mon.0) 775 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:42:54.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:54 smithi160 bash[25433]: cluster 2024-09-17T08:42:52.931565+0000 mgr.smithi081.loqrpe (mgr.14197) 255 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:54.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:54 smithi160 bash[25433]: audit 2024-09-17T08:42:53.153969+0000 mon.smithi081 (mon.0) 776 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:54.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:54 smithi160 bash[25433]: audit 2024-09-17T08:42:53.164414+0000 mon.smithi081 (mon.0) 777 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:54.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:54 smithi160 bash[25433]: audit 2024-09-17T08:42:53.166552+0000 mon.smithi081 (mon.0) 778 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:54.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:54 smithi160 bash[25433]: audit 2024-09-17T08:42:53.168019+0000 mon.smithi081 (mon.0) 779 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:42:54.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:54 smithi160 bash[25433]: audit 2024-09-17T08:42:53.177170+0000 mon.smithi081 (mon.0) 780 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:54.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:54 smithi160 bash[25433]: audit 2024-09-17T08:42:53.184755+0000 mon.smithi081 (mon.0) 781 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:42:54.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:54 smithi160 bash[25433]: audit 2024-09-17T08:42:53.199421+0000 mon.smithi081 (mon.0) 782 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi160.ubbvem", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:42:54.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:54 smithi160 bash[25433]: audit 2024-09-17T08:42:53.207501+0000 mon.smithi081 (mon.0) 783 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi160.ubbvem", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T08:42:54.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:54 smithi160 bash[25433]: audit 2024-09-17T08:42:53.217537+0000 mon.smithi081 (mon.0) 784 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:54.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:54 smithi160 bash[25433]: audit 2024-09-17T08:42:53.218874+0000 mon.smithi081 (mon.0) 785 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:54.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:54 smithi081 bash[19989]: cluster 2024-09-17T08:42:52.931565+0000 mgr.smithi081.loqrpe (mgr.14197) 255 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:54.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:54 smithi081 bash[19989]: audit 2024-09-17T08:42:53.153969+0000 mon.smithi081 (mon.0) 776 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:54.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:54 smithi081 bash[19989]: audit 2024-09-17T08:42:53.164414+0000 mon.smithi081 (mon.0) 777 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:54.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:54 smithi081 bash[19989]: audit 2024-09-17T08:42:53.166552+0000 mon.smithi081 (mon.0) 778 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:54.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:54 smithi081 bash[19989]: audit 2024-09-17T08:42:53.168019+0000 mon.smithi081 (mon.0) 779 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:42:54.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:54 smithi081 bash[19989]: audit 2024-09-17T08:42:53.177170+0000 mon.smithi081 (mon.0) 780 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:54.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:54 smithi081 bash[19989]: audit 2024-09-17T08:42:53.184755+0000 mon.smithi081 (mon.0) 781 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:42:54.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:54 smithi081 bash[19989]: audit 2024-09-17T08:42:53.199421+0000 mon.smithi081 (mon.0) 782 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi160.ubbvem", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:42:54.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:54 smithi081 bash[19989]: audit 2024-09-17T08:42:53.207501+0000 mon.smithi081 (mon.0) 783 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi160.ubbvem", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T08:42:54.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:54 smithi081 bash[19989]: audit 2024-09-17T08:42:53.217537+0000 mon.smithi081 (mon.0) 784 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:54.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:54 smithi081 bash[19989]: audit 2024-09-17T08:42:53.218874+0000 mon.smithi081 (mon.0) 785 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:55.333 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:55 smithi160 bash[25433]: cephadm 2024-09-17T08:42:53.220562+0000 mgr.smithi081.loqrpe (mgr.14197) 256 : cephadm [INF] Deploying daemon rgw.foorgw.smithi160.ubbvem on smithi160 2024-09-17T08:42:55.333 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:55 smithi160 bash[25433]: audit 2024-09-17T08:42:53.632881+0000 mgr.smithi081.loqrpe (mgr.14197) 257 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.81/16", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:55.333 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:55 smithi160 bash[25433]: audit 2024-09-17T08:42:53.634357+0000 mon.smithi081 (mon.0) 786 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T08:42:55.333 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:55 smithi160 bash[25433]: audit 2024-09-17T08:42:54.220647+0000 mon.smithi081 (mon.0) 787 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-17T08:42:55.333 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:55 smithi160 bash[25433]: cluster 2024-09-17T08:42:54.220805+0000 mon.smithi081 (mon.0) 788 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-09-17T08:42:55.333 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:55 smithi160 bash[25433]: audit 2024-09-17T08:42:54.225832+0000 mon.smithi081 (mon.0) 789 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-17T08:42:55.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:55 smithi081 bash[19989]: cephadm 2024-09-17T08:42:53.220562+0000 mgr.smithi081.loqrpe (mgr.14197) 256 : cephadm [INF] Deploying daemon rgw.foorgw.smithi160.ubbvem on smithi160 2024-09-17T08:42:55.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:55 smithi081 bash[19989]: audit 2024-09-17T08:42:53.632881+0000 mgr.smithi081.loqrpe (mgr.14197) 257 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.81/16", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:55.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:55 smithi081 bash[19989]: audit 2024-09-17T08:42:53.634357+0000 mon.smithi081 (mon.0) 786 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T08:42:55.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:55 smithi081 bash[19989]: audit 2024-09-17T08:42:54.220647+0000 mon.smithi081 (mon.0) 787 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-17T08:42:55.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:55 smithi081 bash[19989]: cluster 2024-09-17T08:42:54.220805+0000 mon.smithi081 (mon.0) 788 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-09-17T08:42:55.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:55 smithi081 bash[19989]: audit 2024-09-17T08:42:54.225832+0000 mon.smithi081 (mon.0) 789 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-17T08:42:55.590 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:55 smithi160 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:42:55.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:55 smithi160 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:42:56.093 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-17T08:42:56.103 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi081.front.sepia.ceph.com 2024-09-17T08:42:56.103 DEBUG:teuthology.orchestra.run.smithi081:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2024-09-17T08:42:56.116 INFO:teuthology.orchestra.run.smithi081.stderr:+ dnf install -y python3-boto3 2024-09-17T08:42:56.116 INFO:teuthology.orchestra.run.smithi081.stderr:bash: line 1: dnf: command not found 2024-09-17T08:42:56.116 INFO:teuthology.orchestra.run.smithi081.stderr:+ apt install -y python3-boto3 2024-09-17T08:42:56.120 INFO:teuthology.orchestra.run.smithi081.stderr: 2024-09-17T08:42:56.120 INFO:teuthology.orchestra.run.smithi081.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2024-09-17T08:42:56.120 INFO:teuthology.orchestra.run.smithi081.stderr: 2024-09-17T08:42:56.172 INFO:teuthology.orchestra.run.smithi081.stdout:Reading package lists... 2024-09-17T08:42:56.396 INFO:teuthology.orchestra.run.smithi081.stdout:Building dependency tree... 2024-09-17T08:42:56.397 INFO:teuthology.orchestra.run.smithi081.stdout:Reading state information... 2024-09-17T08:42:56.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:56 smithi160 bash[25433]: cluster 2024-09-17T08:42:54.932186+0000 mgr.smithi081.loqrpe (mgr.14197) 258 : cluster [DBG] pgmap v221: 33 pgs: 1 creating+peering, 31 unknown, 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:56.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:56 smithi160 bash[25433]: cluster 2024-09-17T08:42:55.215563+0000 mon.smithi081 (mon.0) 790 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T08:42:56.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:56 smithi160 bash[25433]: audit 2024-09-17T08:42:55.223168+0000 mon.smithi081 (mon.0) 791 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-17T08:42:56.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:56 smithi160 bash[25433]: cluster 2024-09-17T08:42:55.223551+0000 mon.smithi081 (mon.0) 792 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-09-17T08:42:56.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:56 smithi160 bash[25433]: audit 2024-09-17T08:42:55.270523+0000 mon.smithi081 (mon.0) 793 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:56.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:56 smithi160 bash[25433]: audit 2024-09-17T08:42:55.275050+0000 mon.smithi081 (mon.0) 794 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:56.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:56 smithi160 bash[25433]: audit 2024-09-17T08:42:55.766877+0000 mon.smithi081 (mon.0) 795 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:56.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:56 smithi160 bash[25433]: audit 2024-09-17T08:42:55.776770+0000 mon.smithi081 (mon.0) 796 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:56.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:56 smithi160 bash[25433]: audit 2024-09-17T08:42:55.787075+0000 mon.smithi081 (mon.0) 797 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:56.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:56 smithi160 bash[25433]: audit 2024-09-17T08:42:55.788144+0000 mon.smithi081 (mon.0) 798 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi081.tjsafc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:42:56.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:56 smithi160 bash[25433]: audit 2024-09-17T08:42:55.796914+0000 mon.smithi081 (mon.0) 799 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi081.tjsafc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T08:42:56.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:56 smithi160 bash[25433]: audit 2024-09-17T08:42:55.807727+0000 mon.smithi081 (mon.0) 800 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:56.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:56 smithi160 bash[25433]: audit 2024-09-17T08:42:55.809657+0000 mon.smithi081 (mon.0) 801 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:56.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:56 smithi081 bash[19989]: cluster 2024-09-17T08:42:54.932186+0000 mgr.smithi081.loqrpe (mgr.14197) 258 : cluster [DBG] pgmap v221: 33 pgs: 1 creating+peering, 31 unknown, 1 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:42:56.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:56 smithi081 bash[19989]: cluster 2024-09-17T08:42:55.215563+0000 mon.smithi081 (mon.0) 790 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T08:42:56.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:56 smithi081 bash[19989]: audit 2024-09-17T08:42:55.223168+0000 mon.smithi081 (mon.0) 791 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-17T08:42:56.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:56 smithi081 bash[19989]: cluster 2024-09-17T08:42:55.223551+0000 mon.smithi081 (mon.0) 792 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-09-17T08:42:56.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:56 smithi081 bash[19989]: audit 2024-09-17T08:42:55.270523+0000 mon.smithi081 (mon.0) 793 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:56.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:56 smithi081 bash[19989]: audit 2024-09-17T08:42:55.275050+0000 mon.smithi081 (mon.0) 794 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:56.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:56 smithi081 bash[19989]: audit 2024-09-17T08:42:55.766877+0000 mon.smithi081 (mon.0) 795 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:56.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:56 smithi081 bash[19989]: audit 2024-09-17T08:42:55.776770+0000 mon.smithi081 (mon.0) 796 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:56.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:56 smithi081 bash[19989]: audit 2024-09-17T08:42:55.787075+0000 mon.smithi081 (mon.0) 797 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:56.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:56 smithi081 bash[19989]: audit 2024-09-17T08:42:55.788144+0000 mon.smithi081 (mon.0) 798 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi081.tjsafc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:42:56.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:56 smithi081 bash[19989]: audit 2024-09-17T08:42:55.796914+0000 mon.smithi081 (mon.0) 799 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi081.tjsafc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T08:42:56.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:56 smithi081 bash[19989]: audit 2024-09-17T08:42:55.807727+0000 mon.smithi081 (mon.0) 800 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:56.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:56 smithi081 bash[19989]: audit 2024-09-17T08:42:55.809657+0000 mon.smithi081 (mon.0) 801 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:56.606 INFO:teuthology.orchestra.run.smithi081.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T08:42:56.606 INFO:teuthology.orchestra.run.smithi081.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T08:42:56.606 INFO:teuthology.orchestra.run.smithi081.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T08:42:56.606 INFO:teuthology.orchestra.run.smithi081.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T08:42:56.607 INFO:teuthology.orchestra.run.smithi081.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-17T08:42:56.607 INFO:teuthology.orchestra.run.smithi081.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-17T08:42:56.607 INFO:teuthology.orchestra.run.smithi081.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T08:42:56.609 INFO:teuthology.orchestra.run.smithi081.stdout:The following additional packages will be installed: 2024-09-17T08:42:56.609 INFO:teuthology.orchestra.run.smithi081.stdout: python3-botocore python3-certifi python3-idna python3-jmespath 2024-09-17T08:42:56.609 INFO:teuthology.orchestra.run.smithi081.stdout: python3-requests python3-s3transfer python3-urllib3 2024-09-17T08:42:56.610 INFO:teuthology.orchestra.run.smithi081.stdout:Suggested packages: 2024-09-17T08:42:56.610 INFO:teuthology.orchestra.run.smithi081.stdout: python3-openssl python3-socks python-requests-doc 2024-09-17T08:42:56.645 INFO:teuthology.orchestra.run.smithi081.stdout:The following NEW packages will be installed: 2024-09-17T08:42:56.645 INFO:teuthology.orchestra.run.smithi081.stdout: python3-boto3 python3-botocore python3-certifi python3-idna python3-jmespath 2024-09-17T08:42:56.645 INFO:teuthology.orchestra.run.smithi081.stdout: python3-requests python3-s3transfer python3-urllib3 2024-09-17T08:42:56.848 INFO:teuthology.orchestra.run.smithi081.stdout:0 upgraded, 8 newly installed, 0 to remove and 331 not upgraded. 2024-09-17T08:42:56.848 INFO:teuthology.orchestra.run.smithi081.stdout:Need to get 4,999 kB of archives. 2024-09-17T08:42:56.848 INFO:teuthology.orchestra.run.smithi081.stdout:After this operation, 66.9 MB of additional disk space will be used. 2024-09-17T08:42:56.848 INFO:teuthology.orchestra.run.smithi081.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jmespath all 0.10.0-1 [21.7 kB] 2024-09-17T08:42:57.020 INFO:teuthology.orchestra.run.smithi081.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-17T08:42:57.194 INFO:teuthology.orchestra.run.smithi081.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-17T08:42:57.295 INFO:teuthology.orchestra.run.smithi081.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-17T08:42:57.316 INFO:teuthology.orchestra.run.smithi081.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-17T08:42:57.332 INFO:teuthology.orchestra.run.smithi081.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-botocore all 1.23.34+repack-1 [4,508 kB] 2024-09-17T08:42:57.638 INFO:teuthology.orchestra.run.smithi081.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-s3transfer all 0.5.0-1 [51.5 kB] 2024-09-17T08:42:57.639 INFO:teuthology.orchestra.run.smithi081.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-boto3 all 1.20.34+dfsg-1 [68.0 kB] 2024-09-17T08:42:57.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:57 smithi160 bash[25433]: cephadm 2024-09-17T08:42:55.266567+0000 mgr.smithi081.loqrpe (mgr.14197) 259 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-09-17T08:42:57.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:57 smithi160 bash[25433]: cephadm 2024-09-17T08:42:55.272228+0000 mgr.smithi081.loqrpe (mgr.14197) 260 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-09-17T08:42:57.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:57 smithi160 bash[25433]: cephadm 2024-09-17T08:42:55.811378+0000 mgr.smithi081.loqrpe (mgr.14197) 261 : cephadm [INF] Deploying daemon rgw.foorgw.smithi081.tjsafc on smithi081 2024-09-17T08:42:57.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:57 smithi160 bash[25433]: cluster 2024-09-17T08:42:56.235462+0000 mon.smithi081 (mon.0) 802 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-09-17T08:42:57.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:57 smithi160 bash[25433]: cluster 2024-09-17T08:42:56.285962+0000 mon.smithi081 (mon.0) 803 : cluster [DBG] mgrmap e20: smithi081.loqrpe(active, since 6m), standbys: smithi160.aruonq 2024-09-17T08:42:57.739 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:57 smithi081 bash[19989]: cephadm 2024-09-17T08:42:55.266567+0000 mgr.smithi081.loqrpe (mgr.14197) 259 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-09-17T08:42:57.739 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:57 smithi081 bash[19989]: cephadm 2024-09-17T08:42:55.272228+0000 mgr.smithi081.loqrpe (mgr.14197) 260 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-09-17T08:42:57.739 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:57 smithi081 bash[19989]: cephadm 2024-09-17T08:42:55.811378+0000 mgr.smithi081.loqrpe (mgr.14197) 261 : cephadm [INF] Deploying daemon rgw.foorgw.smithi081.tjsafc on smithi081 2024-09-17T08:42:57.739 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:57 smithi081 bash[19989]: cluster 2024-09-17T08:42:56.235462+0000 mon.smithi081 (mon.0) 802 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-09-17T08:42:57.739 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:57 smithi081 bash[19989]: cluster 2024-09-17T08:42:56.285962+0000 mon.smithi081 (mon.0) 803 : cluster [DBG] mgrmap e20: smithi081.loqrpe(active, since 6m), standbys: smithi160.aruonq 2024-09-17T08:42:58.247 INFO:teuthology.orchestra.run.smithi081.stderr:debconf: unable to initialize frontend: Dialog 2024-09-17T08:42:58.247 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.) 2024-09-17T08:42:58.247 INFO:teuthology.orchestra.run.smithi081.stderr:debconf: falling back to frontend: Readline 2024-09-17T08:42:58.301 INFO:teuthology.orchestra.run.smithi081.stderr:debconf: unable to initialize frontend: Readline 2024-09-17T08:42:58.301 INFO:teuthology.orchestra.run.smithi081.stderr:debconf: (This frontend requires a controlling tty.) 2024-09-17T08:42:58.301 INFO:teuthology.orchestra.run.smithi081.stderr:debconf: falling back to frontend: Teletype 2024-09-17T08:42:58.306 INFO:teuthology.orchestra.run.smithi081.stderr:dpkg-preconfigure: unable to re-open stdin: 2024-09-17T08:42:58.343 INFO:teuthology.orchestra.run.smithi081.stdout:Fetched 4,999 kB in 1s (5,067 kB/s) 2024-09-17T08:42:58.555 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-jmespath. 2024-09-17T08:42:58.635 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 ... 165990 files and directories currently installed.) 2024-09-17T08:42:58.640 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../0-python3-jmespath_0.10.0-1_all.deb ... 2024-09-17T08:42:58.672 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:58 smithi081 bash[19989]: cluster 2024-09-17T08:42:56.932833+0000 mgr.smithi081.loqrpe (mgr.14197) 262 : cluster [DBG] pgmap v224: 33 pgs: 1 creating+peering, 6 unknown, 26 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-17T08:42:58.672 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:58 smithi081 bash[19989]: cluster 2024-09-17T08:42:57.382239+0000 mon.smithi081 (mon.0) 804 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T08:42:58.672 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:58 smithi081 bash[19989]: cluster 2024-09-17T08:42:57.382270+0000 mon.smithi081 (mon.0) 805 : cluster [INF] Cluster is now healthy 2024-09-17T08:42:58.672 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:58 smithi081 bash[19989]: cluster 2024-09-17T08:42:57.438832+0000 mon.smithi081 (mon.0) 806 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-17T08:42:58.672 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:58 smithi081 bash[19989]: audit 2024-09-17T08:42:57.449286+0000 mon.smithi160 (mon.1) 21 : audit [INF] from='client.? 172.21.15.160:0/4032280764' entity='client.rgw.foorgw.smithi160.ubbvem' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-17T08:42:58.672 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:58 smithi081 bash[19989]: audit 2024-09-17T08:42:57.451192+0000 mon.smithi081 (mon.0) 807 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.ubbvem' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-17T08:42:58.679 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-jmespath (0.10.0-1) ... 2024-09-17T08:42:58.721 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:58 smithi160 bash[25433]: cluster 2024-09-17T08:42:56.932833+0000 mgr.smithi081.loqrpe (mgr.14197) 262 : cluster [DBG] pgmap v224: 33 pgs: 1 creating+peering, 6 unknown, 26 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-17T08:42:58.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:58 smithi160 bash[25433]: cluster 2024-09-17T08:42:57.382239+0000 mon.smithi081 (mon.0) 804 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T08:42:58.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:58 smithi160 bash[25433]: cluster 2024-09-17T08:42:57.382270+0000 mon.smithi081 (mon.0) 805 : cluster [INF] Cluster is now healthy 2024-09-17T08:42:58.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:58 smithi160 bash[25433]: cluster 2024-09-17T08:42:57.438832+0000 mon.smithi081 (mon.0) 806 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-17T08:42:58.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:58 smithi160 bash[25433]: audit 2024-09-17T08:42:57.449286+0000 mon.smithi160 (mon.1) 21 : audit [INF] from='client.? 172.21.15.160:0/4032280764' entity='client.rgw.foorgw.smithi160.ubbvem' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-17T08:42:58.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:58 smithi160 bash[25433]: audit 2024-09-17T08:42:57.451192+0000 mon.smithi081 (mon.0) 807 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.ubbvem' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-17T08:42:58.956 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:58 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:42:58.958 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-urllib3. 2024-09-17T08:42:58.970 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../1-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-17T08:42:59.008 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-17T08:42:59.230 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:58 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:42:59.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:59 smithi081 bash[19989]: audit 2024-09-17T08:42:58.440747+0000 mon.smithi081 (mon.0) 808 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.ubbvem' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-17T08:42:59.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:59 smithi081 bash[19989]: cluster 2024-09-17T08:42:58.440867+0000 mon.smithi081 (mon.0) 809 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-17T08:42:59.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:59 smithi081 bash[19989]: cluster 2024-09-17T08:42:58.933252+0000 mgr.smithi081.loqrpe (mgr.14197) 263 : cluster [DBG] pgmap v227: 65 pgs: 5 creating+peering, 28 unknown, 32 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-17T08:42:59.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:59 smithi081 bash[19989]: audit 2024-09-17T08:42:59.139019+0000 mon.smithi081 (mon.0) 810 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:59.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:59 smithi081 bash[19989]: audit 2024-09-17T08:42:59.144279+0000 mon.smithi081 (mon.0) 811 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:59.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:59 smithi081 bash[19989]: audit 2024-09-17T08:42:59.150608+0000 mon.smithi081 (mon.0) 812 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:59.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:59 smithi081 bash[19989]: audit 2024-09-17T08:42:59.155782+0000 mon.smithi081 (mon.0) 813 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:59.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:59 smithi081 bash[19989]: audit 2024-09-17T08:42:59.161326+0000 mon.smithi081 (mon.0) 814 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:59.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:42:59 smithi081 bash[19989]: audit 2024-09-17T08:42:59.190601+0000 mon.smithi081 (mon.0) 815 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:42:59.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:59 smithi160 bash[25433]: audit 2024-09-17T08:42:58.440747+0000 mon.smithi081 (mon.0) 808 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.ubbvem' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-17T08:42:59.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:59 smithi160 bash[25433]: cluster 2024-09-17T08:42:58.440867+0000 mon.smithi081 (mon.0) 809 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-17T08:42:59.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:59 smithi160 bash[25433]: cluster 2024-09-17T08:42:58.933252+0000 mgr.smithi081.loqrpe (mgr.14197) 263 : cluster [DBG] pgmap v227: 65 pgs: 5 creating+peering, 28 unknown, 32 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-17T08:42:59.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:59 smithi160 bash[25433]: audit 2024-09-17T08:42:59.139019+0000 mon.smithi081 (mon.0) 810 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:59.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:59 smithi160 bash[25433]: audit 2024-09-17T08:42:59.144279+0000 mon.smithi081 (mon.0) 811 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:59.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:59 smithi160 bash[25433]: audit 2024-09-17T08:42:59.150608+0000 mon.smithi081 (mon.0) 812 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:59.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:59 smithi160 bash[25433]: audit 2024-09-17T08:42:59.155782+0000 mon.smithi081 (mon.0) 813 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:59.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:59 smithi160 bash[25433]: audit 2024-09-17T08:42:59.161326+0000 mon.smithi081 (mon.0) 814 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:42:59.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:42:59 smithi160 bash[25433]: audit 2024-09-17T08:42:59.190601+0000 mon.smithi081 (mon.0) 815 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:42:59.764 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-certifi. 2024-09-17T08:42:59.791 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../2-python3-certifi_2020.6.20-1_all.deb ... 2024-09-17T08:43:00.194 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-17T08:43:00.721 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:00 smithi160 bash[25433]: cephadm 2024-09-17T08:42:59.151126+0000 mgr.smithi081.loqrpe (mgr.14197) 264 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-09-17T08:43:00.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:00 smithi160 bash[25433]: cluster 2024-09-17T08:42:59.454866+0000 mon.smithi081 (mon.0) 816 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-17T08:43:00.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:00 smithi160 bash[25433]: audit 2024-09-17T08:42:59.455309+0000 mon.smithi160 (mon.1) 22 : audit [INF] from='client.? 172.21.15.160:0/4032280764' entity='client.rgw.foorgw.smithi160.ubbvem' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-09-17T08:43:00.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:00 smithi160 bash[25433]: audit 2024-09-17T08:42:59.457446+0000 mon.smithi081 (mon.0) 817 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.ubbvem' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-09-17T08:43:00.738 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:00 smithi081 bash[19989]: cephadm 2024-09-17T08:42:59.151126+0000 mgr.smithi081.loqrpe (mgr.14197) 264 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-09-17T08:43:00.739 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:00 smithi081 bash[19989]: cluster 2024-09-17T08:42:59.454866+0000 mon.smithi081 (mon.0) 816 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-17T08:43:00.739 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:00 smithi081 bash[19989]: audit 2024-09-17T08:42:59.455309+0000 mon.smithi160 (mon.1) 22 : audit [INF] from='client.? 172.21.15.160:0/4032280764' entity='client.rgw.foorgw.smithi160.ubbvem' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-09-17T08:43:00.739 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:00 smithi081 bash[19989]: audit 2024-09-17T08:42:59.457446+0000 mon.smithi081 (mon.0) 817 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.ubbvem' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-09-17T08:43:01.080 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-idna. 2024-09-17T08:43:01.107 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../3-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-17T08:43:01.147 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-17T08:43:01.518 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-requests. 2024-09-17T08:43:01.532 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../4-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-17T08:43:01.576 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-17T08:43:01.888 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-botocore. 2024-09-17T08:43:01.914 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../5-python3-botocore_1.23.34+repack-1_all.deb ... 2024-09-17T08:43:01.954 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-botocore (1.23.34+repack-1) ... 2024-09-17T08:43:01.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:01 smithi160 bash[25433]: audit 2024-09-17T08:43:00.456366+0000 mon.smithi081 (mon.0) 818 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.ubbvem' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-09-17T08:43:01.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:01 smithi160 bash[25433]: cluster 2024-09-17T08:43:00.456908+0000 mon.smithi081 (mon.0) 819 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-17T08:43:01.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:01 smithi160 bash[25433]: cluster 2024-09-17T08:43:00.933806+0000 mgr.smithi081.loqrpe (mgr.14197) 265 : cluster [DBG] pgmap v230: 97 pgs: 10 creating+peering, 46 unknown, 41 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:43:01.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:01 smithi160 bash[25433]: audit 2024-09-17T08:43:00.949802+0000 mon.smithi081 (mon.0) 820 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:01.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:01 smithi081 bash[19989]: audit 2024-09-17T08:43:00.456366+0000 mon.smithi081 (mon.0) 818 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.ubbvem' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-09-17T08:43:01.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:01 smithi081 bash[19989]: cluster 2024-09-17T08:43:00.456908+0000 mon.smithi081 (mon.0) 819 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-17T08:43:01.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:01 smithi081 bash[19989]: cluster 2024-09-17T08:43:00.933806+0000 mgr.smithi081.loqrpe (mgr.14197) 265 : cluster [DBG] pgmap v230: 97 pgs: 10 creating+peering, 46 unknown, 41 active+clean; 577 KiB data, 244 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:43:01.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:01 smithi081 bash[19989]: audit 2024-09-17T08:43:00.949802+0000 mon.smithi081 (mon.0) 820 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:02.739 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:02 smithi081 bash[19989]: cluster 2024-09-17T08:43:01.651473+0000 mon.smithi081 (mon.0) 821 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-17T08:43:02.739 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:02 smithi081 bash[19989]: audit 2024-09-17T08:43:01.653379+0000 mon.smithi081 (mon.0) 822 : audit [INF] from='client.? 172.21.15.81:0/4146870331' entity='client.rgw.foorgw.smithi081.tjsafc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-09-17T08:43:02.739 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:02 smithi081 bash[19989]: audit 2024-09-17T08:43:01.660590+0000 mon.smithi160 (mon.1) 23 : audit [INF] from='client.? 172.21.15.160:0/4032280764' entity='client.rgw.foorgw.smithi160.ubbvem' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-09-17T08:43:02.739 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:02 smithi081 bash[19989]: audit 2024-09-17T08:43:01.672023+0000 mon.smithi081 (mon.0) 823 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.ubbvem' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-09-17T08:43:02.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:02 smithi160 bash[25433]: cluster 2024-09-17T08:43:01.651473+0000 mon.smithi081 (mon.0) 821 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-17T08:43:02.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:02 smithi160 bash[25433]: audit 2024-09-17T08:43:01.653379+0000 mon.smithi081 (mon.0) 822 : audit [INF] from='client.? 172.21.15.81:0/4146870331' entity='client.rgw.foorgw.smithi081.tjsafc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-09-17T08:43:02.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:02 smithi160 bash[25433]: audit 2024-09-17T08:43:01.660590+0000 mon.smithi160 (mon.1) 23 : audit [INF] from='client.? 172.21.15.160:0/4032280764' entity='client.rgw.foorgw.smithi160.ubbvem' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-09-17T08:43:02.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:02 smithi160 bash[25433]: audit 2024-09-17T08:43:01.672023+0000 mon.smithi081 (mon.0) 823 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.ubbvem' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-09-17T08:43:03.432 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-s3transfer. 2024-09-17T08:43:03.459 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../6-python3-s3transfer_0.5.0-1_all.deb ... 2024-09-17T08:43:03.508 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-s3transfer (0.5.0-1) ... 2024-09-17T08:43:03.820 INFO:teuthology.orchestra.run.smithi081.stdout:Selecting previously unselected package python3-boto3. 2024-09-17T08:43:03.835 INFO:teuthology.orchestra.run.smithi081.stdout:Preparing to unpack .../7-python3-boto3_1.20.34+dfsg-1_all.deb ... 2024-09-17T08:43:03.878 INFO:teuthology.orchestra.run.smithi081.stdout:Unpacking python3-boto3 (1.20.34+dfsg-1) ... 2024-09-17T08:43:03.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:03 smithi160 bash[25433]: audit 2024-09-17T08:43:02.664411+0000 mon.smithi081 (mon.0) 824 : audit [INF] from='client.? 172.21.15.81:0/4146870331' entity='client.rgw.foorgw.smithi081.tjsafc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-09-17T08:43:03.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:03 smithi160 bash[25433]: audit 2024-09-17T08:43:02.664863+0000 mon.smithi081 (mon.0) 825 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.ubbvem' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-09-17T08:43:03.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:03 smithi160 bash[25433]: cluster 2024-09-17T08:43:02.665149+0000 mon.smithi081 (mon.0) 826 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-17T08:43:03.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:03 smithi081 bash[19989]: audit 2024-09-17T08:43:02.664411+0000 mon.smithi081 (mon.0) 824 : audit [INF] from='client.? 172.21.15.81:0/4146870331' entity='client.rgw.foorgw.smithi081.tjsafc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-09-17T08:43:03.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:03 smithi081 bash[19989]: audit 2024-09-17T08:43:02.664863+0000 mon.smithi081 (mon.0) 825 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.ubbvem' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-09-17T08:43:03.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:03 smithi081 bash[19989]: cluster 2024-09-17T08:43:02.665149+0000 mon.smithi081 (mon.0) 826 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-17T08:43:04.272 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-17T08:43:04.534 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-jmespath (0.10.0-1) ... 2024-09-17T08:43:04.786 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-17T08:43:04.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:04 smithi160 bash[25433]: cluster 2024-09-17T08:43:02.934450+0000 mgr.smithi081.loqrpe (mgr.14197) 266 : cluster [DBG] pgmap v233: 129 pgs: 21 creating+peering, 22 unknown, 86 active+clean; 578 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 1 op/s 2024-09-17T08:43:04.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:04 smithi160 bash[25433]: cluster 2024-09-17T08:43:03.711745+0000 mon.smithi081 (mon.0) 827 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-17T08:43:04.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:04 smithi160 bash[25433]: audit 2024-09-17T08:43:03.717200+0000 mon.smithi160 (mon.1) 24 : audit [INF] from='client.? 172.21.15.160:0/3967395961' entity='client.rgw.foorgw.smithi160.ubbvem' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-09-17T08:43:04.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:04 smithi160 bash[25433]: audit 2024-09-17T08:43:03.719277+0000 mon.smithi160 (mon.1) 25 : audit [INF] from='client.? 172.21.15.81:0/1838994324' entity='client.rgw.foorgw.smithi081.tjsafc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-09-17T08:43:04.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:04 smithi160 bash[25433]: audit 2024-09-17T08:43:03.719916+0000 mon.smithi081 (mon.0) 828 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.ubbvem' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-09-17T08:43:04.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:04 smithi160 bash[25433]: audit 2024-09-17T08:43:03.721446+0000 mon.smithi081 (mon.0) 829 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi081.tjsafc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-09-17T08:43:04.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:04 smithi160 bash[25433]: audit 2024-09-17T08:43:04.544024+0000 mon.smithi081 (mon.0) 830 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:04.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:04 smithi160 bash[25433]: audit 2024-09-17T08:43:04.550161+0000 mon.smithi081 (mon.0) 831 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:04.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:04 smithi081 bash[19989]: cluster 2024-09-17T08:43:02.934450+0000 mgr.smithi081.loqrpe (mgr.14197) 266 : cluster [DBG] pgmap v233: 129 pgs: 21 creating+peering, 22 unknown, 86 active+clean; 578 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 1 op/s 2024-09-17T08:43:04.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:04 smithi081 bash[19989]: cluster 2024-09-17T08:43:03.711745+0000 mon.smithi081 (mon.0) 827 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-17T08:43:04.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:04 smithi081 bash[19989]: audit 2024-09-17T08:43:03.717200+0000 mon.smithi160 (mon.1) 24 : audit [INF] from='client.? 172.21.15.160:0/3967395961' entity='client.rgw.foorgw.smithi160.ubbvem' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-09-17T08:43:04.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:04 smithi081 bash[19989]: audit 2024-09-17T08:43:03.719277+0000 mon.smithi160 (mon.1) 25 : audit [INF] from='client.? 172.21.15.81:0/1838994324' entity='client.rgw.foorgw.smithi081.tjsafc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-09-17T08:43:04.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:04 smithi081 bash[19989]: audit 2024-09-17T08:43:03.719916+0000 mon.smithi081 (mon.0) 828 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.ubbvem' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-09-17T08:43:04.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:04 smithi081 bash[19989]: audit 2024-09-17T08:43:03.721446+0000 mon.smithi081 (mon.0) 829 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi081.tjsafc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-09-17T08:43:04.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:04 smithi081 bash[19989]: audit 2024-09-17T08:43:04.544024+0000 mon.smithi081 (mon.0) 830 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:04.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:04 smithi081 bash[19989]: audit 2024-09-17T08:43:04.550161+0000 mon.smithi081 (mon.0) 831 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:05.129 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-17T08:43:05.415 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-17T08:43:05.983 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-botocore (1.23.34+repack-1) ... 2024-09-17T08:43:05.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:05 smithi081 bash[19989]: audit 2024-09-17T08:43:04.716748+0000 mon.smithi081 (mon.0) 832 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.ubbvem' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-09-17T08:43:05.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:05 smithi081 bash[19989]: audit 2024-09-17T08:43:04.716884+0000 mon.smithi081 (mon.0) 833 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi081.tjsafc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-09-17T08:43:05.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:05 smithi081 bash[19989]: cluster 2024-09-17T08:43:04.716964+0000 mon.smithi081 (mon.0) 834 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-17T08:43:05.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:05 smithi081 bash[19989]: audit 2024-09-17T08:43:04.719406+0000 mon.smithi160 (mon.1) 26 : audit [INF] from='client.? 172.21.15.160:0/3967395961' entity='client.rgw.foorgw.smithi160.ubbvem' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-17T08:43:05.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:05 smithi081 bash[19989]: audit 2024-09-17T08:43:04.721813+0000 mon.smithi160 (mon.1) 27 : audit [INF] from='client.? 172.21.15.81:0/1838994324' entity='client.rgw.foorgw.smithi081.tjsafc' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-17T08:43:05.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:05 smithi081 bash[19989]: audit 2024-09-17T08:43:04.724329+0000 mon.smithi081 (mon.0) 835 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.ubbvem' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-17T08:43:05.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:05 smithi081 bash[19989]: audit 2024-09-17T08:43:04.724618+0000 mon.smithi081 (mon.0) 836 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi081.tjsafc' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-17T08:43:05.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:05 smithi081 bash[19989]: cluster 2024-09-17T08:43:04.935004+0000 mgr.smithi081.loqrpe (mgr.14197) 267 : cluster [DBG] pgmap v236: 161 pgs: 13 creating+peering, 45 unknown, 103 active+clean; 578 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 1023 B/s wr, 2 op/s 2024-09-17T08:43:06.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:05 smithi160 bash[25433]: audit 2024-09-17T08:43:04.716748+0000 mon.smithi081 (mon.0) 832 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.ubbvem' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-09-17T08:43:06.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:05 smithi160 bash[25433]: audit 2024-09-17T08:43:04.716884+0000 mon.smithi081 (mon.0) 833 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi081.tjsafc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-09-17T08:43:06.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:05 smithi160 bash[25433]: cluster 2024-09-17T08:43:04.716964+0000 mon.smithi081 (mon.0) 834 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-17T08:43:06.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:05 smithi160 bash[25433]: audit 2024-09-17T08:43:04.719406+0000 mon.smithi160 (mon.1) 26 : audit [INF] from='client.? 172.21.15.160:0/3967395961' entity='client.rgw.foorgw.smithi160.ubbvem' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-17T08:43:06.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:05 smithi160 bash[25433]: audit 2024-09-17T08:43:04.721813+0000 mon.smithi160 (mon.1) 27 : audit [INF] from='client.? 172.21.15.81:0/1838994324' entity='client.rgw.foorgw.smithi081.tjsafc' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-17T08:43:06.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:05 smithi160 bash[25433]: audit 2024-09-17T08:43:04.724329+0000 mon.smithi081 (mon.0) 835 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.ubbvem' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-17T08:43:06.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:05 smithi160 bash[25433]: audit 2024-09-17T08:43:04.724618+0000 mon.smithi081 (mon.0) 836 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi081.tjsafc' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-17T08:43:06.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:05 smithi160 bash[25433]: cluster 2024-09-17T08:43:04.935004+0000 mgr.smithi081.loqrpe (mgr.14197) 267 : cluster [DBG] pgmap v236: 161 pgs: 13 creating+peering, 45 unknown, 103 active+clean; 578 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 1023 B/s wr, 2 op/s 2024-09-17T08:43:06.361 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-s3transfer (0.5.0-1) ... 2024-09-17T08:43:06.629 INFO:teuthology.orchestra.run.smithi081.stdout:Setting up python3-boto3 (1.20.34+dfsg-1) ... 2024-09-17T08:43:06.918 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:06 smithi081 bash[19989]: audit 2024-09-17T08:43:05.723811+0000 mon.smithi081 (mon.0) 837 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.ubbvem' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-17T08:43:06.918 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:06 smithi081 bash[19989]: audit 2024-09-17T08:43:05.723902+0000 mon.smithi081 (mon.0) 838 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi081.tjsafc' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-17T08:43:06.918 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:06 smithi081 bash[19989]: cluster 2024-09-17T08:43:05.723967+0000 mon.smithi081 (mon.0) 839 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-17T08:43:06.918 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:06 smithi081 bash[19989]: audit 2024-09-17T08:43:06.149408+0000 mon.smithi081 (mon.0) 840 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:06.918 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:06 smithi081 bash[19989]: audit 2024-09-17T08:43:06.155509+0000 mon.smithi081 (mon.0) 841 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:06.918 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:06 smithi081 bash[19989]: audit 2024-09-17T08:43:06.156637+0000 mon.smithi081 (mon.0) 842 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:43:06.918 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:06 smithi081 bash[19989]: audit 2024-09-17T08:43:06.157467+0000 mon.smithi081 (mon.0) 843 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:43:06.918 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:06 smithi081 bash[19989]: audit 2024-09-17T08:43:06.525637+0000 mon.smithi081 (mon.0) 844 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:06.918 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:06 smithi081 bash[19989]: audit 2024-09-17T08:43:06.535324+0000 mon.smithi081 (mon.0) 845 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:06.919 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:06 smithi081 bash[19989]: audit 2024-09-17T08:43:06.542596+0000 mon.smithi081 (mon.0) 846 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:06.919 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:06 smithi081 bash[19989]: audit 2024-09-17T08:43:06.546078+0000 mon.smithi081 (mon.0) 847 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:43:06.919 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:06 smithi081 bash[19989]: audit 2024-09-17T08:43:06.558327+0000 mon.smithi081 (mon.0) 848 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:06.919 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:06 smithi081 bash[19989]: audit 2024-09-17T08:43:06.559015+0000 mon.smithi081 (mon.0) 849 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi081.imlmgg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T08:43:06.919 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:06 smithi081 bash[19989]: audit 2024-09-17T08:43:06.562658+0000 mon.smithi081 (mon.0) 850 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi081.imlmgg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-17T08:43:06.919 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:06 smithi081 bash[19989]: audit 2024-09-17T08:43:06.563412+0000 mon.smithi081 (mon.0) 851 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-17T08:43:06.919 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:06 smithi081 bash[19989]: audit 2024-09-17T08:43:06.566988+0000 mon.smithi081 (mon.0) 852 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-17T08:43:06.919 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:06 smithi081 bash[19989]: audit 2024-09-17T08:43:06.568026+0000 mon.smithi081 (mon.0) 853 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:43:06.919 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:06 smithi081 bash[19989]: audit 2024-09-17T08:43:06.609804+0000 mon.smithi081 (mon.0) 854 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T08:43:06.919 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:06 smithi081 bash[19989]: audit 2024-09-17T08:43:06.613457+0000 mon.smithi081 (mon.0) 855 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-17T08:43:06.919 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:06 smithi081 bash[19989]: audit 2024-09-17T08:43:06.665837+0000 mon.smithi081 (mon.0) 856 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi081.imlmgg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:43:06.919 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:06 smithi081 bash[19989]: audit 2024-09-17T08:43:06.671581+0000 mon.smithi081 (mon.0) 857 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi081.imlmgg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T08:43:06.919 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:06 smithi081 bash[19989]: audit 2024-09-17T08:43:06.677319+0000 mon.smithi081 (mon.0) 858 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:43:06.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:06 smithi160 bash[25433]: audit 2024-09-17T08:43:05.723811+0000 mon.smithi081 (mon.0) 837 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.ubbvem' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-17T08:43:06.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:06 smithi160 bash[25433]: audit 2024-09-17T08:43:05.723902+0000 mon.smithi081 (mon.0) 838 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi081.tjsafc' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-17T08:43:06.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:06 smithi160 bash[25433]: cluster 2024-09-17T08:43:05.723967+0000 mon.smithi081 (mon.0) 839 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-17T08:43:06.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:06 smithi160 bash[25433]: audit 2024-09-17T08:43:06.149408+0000 mon.smithi081 (mon.0) 840 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:06.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:06 smithi160 bash[25433]: audit 2024-09-17T08:43:06.155509+0000 mon.smithi081 (mon.0) 841 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:06.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:06 smithi160 bash[25433]: audit 2024-09-17T08:43:06.156637+0000 mon.smithi081 (mon.0) 842 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:43:06.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:06 smithi160 bash[25433]: audit 2024-09-17T08:43:06.157467+0000 mon.smithi081 (mon.0) 843 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:43:06.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:06 smithi160 bash[25433]: audit 2024-09-17T08:43:06.525637+0000 mon.smithi081 (mon.0) 844 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:06.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:06 smithi160 bash[25433]: audit 2024-09-17T08:43:06.535324+0000 mon.smithi081 (mon.0) 845 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:06.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:06 smithi160 bash[25433]: audit 2024-09-17T08:43:06.542596+0000 mon.smithi081 (mon.0) 846 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:06.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:06 smithi160 bash[25433]: audit 2024-09-17T08:43:06.546078+0000 mon.smithi081 (mon.0) 847 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:43:06.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:06 smithi160 bash[25433]: audit 2024-09-17T08:43:06.558327+0000 mon.smithi081 (mon.0) 848 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:06.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:06 smithi160 bash[25433]: audit 2024-09-17T08:43:06.559015+0000 mon.smithi081 (mon.0) 849 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi081.imlmgg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T08:43:06.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:06 smithi160 bash[25433]: audit 2024-09-17T08:43:06.562658+0000 mon.smithi081 (mon.0) 850 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi081.imlmgg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-17T08:43:06.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:06 smithi160 bash[25433]: audit 2024-09-17T08:43:06.563412+0000 mon.smithi081 (mon.0) 851 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-17T08:43:06.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:06 smithi160 bash[25433]: audit 2024-09-17T08:43:06.566988+0000 mon.smithi081 (mon.0) 852 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-17T08:43:06.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:06 smithi160 bash[25433]: audit 2024-09-17T08:43:06.568026+0000 mon.smithi081 (mon.0) 853 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:43:06.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:06 smithi160 bash[25433]: audit 2024-09-17T08:43:06.609804+0000 mon.smithi081 (mon.0) 854 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T08:43:06.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:06 smithi160 bash[25433]: audit 2024-09-17T08:43:06.613457+0000 mon.smithi081 (mon.0) 855 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-17T08:43:06.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:06 smithi160 bash[25433]: audit 2024-09-17T08:43:06.665837+0000 mon.smithi081 (mon.0) 856 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi081.imlmgg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:43:06.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:06 smithi160 bash[25433]: audit 2024-09-17T08:43:06.671581+0000 mon.smithi081 (mon.0) 857 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi081.imlmgg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T08:43:06.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:06 smithi160 bash[25433]: audit 2024-09-17T08:43:06.677319+0000 mon.smithi081 (mon.0) 858 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:43:07.182 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' 2024-09-17T08:43:07.234 INFO:teuthology.orchestra.run.smithi081.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2024-09-17T08:43:07.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:07 smithi081 bash[19989]: cephadm 2024-09-17T08:43:06.162243+0000 mgr.smithi081.loqrpe (mgr.14197) 268 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-17T08:43:07.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:07 smithi081 bash[19989]: cephadm 2024-09-17T08:43:06.558742+0000 mgr.smithi081.loqrpe (mgr.14197) 269 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi081.imlmgg 2024-09-17T08:43:07.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:07 smithi081 bash[19989]: cephadm 2024-09-17T08:43:06.563162+0000 mgr.smithi081.loqrpe (mgr.14197) 270 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-17T08:43:07.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:07 smithi081 bash[19989]: cephadm 2024-09-17T08:43:06.665322+0000 mgr.smithi081.loqrpe (mgr.14197) 271 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-17T08:43:07.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:07 smithi081 bash[19989]: cephadm 2024-09-17T08:43:06.665450+0000 mgr.smithi081.loqrpe (mgr.14197) 272 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi081.imlmgg-rgw 2024-09-17T08:43:07.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:07 smithi081 bash[19989]: cephadm 2024-09-17T08:43:06.672230+0000 mgr.smithi081.loqrpe (mgr.14197) 273 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi081.imlmgg's ganesha conf is defaulting to empty 2024-09-17T08:43:07.990 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:07 smithi081 bash[19989]: cephadm 2024-09-17T08:43:06.678418+0000 mgr.smithi081.loqrpe (mgr.14197) 274 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi081.imlmgg on smithi081 2024-09-17T08:43:07.990 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:07 smithi081 bash[19989]: audit 2024-09-17T08:43:06.909566+0000 mon.smithi081 (mon.0) 859 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:43:07.990 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:07 smithi081 bash[19989]: cluster 2024-09-17T08:43:06.935743+0000 mgr.smithi081.loqrpe (mgr.14197) 275 : cluster [DBG] pgmap v238: 161 pgs: 4 creating+peering, 10 unknown, 147 active+clean; 581 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 142 KiB/s rd, 7.0 KiB/s wr, 279 op/s 2024-09-17T08:43:08.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:07 smithi160 bash[25433]: cephadm 2024-09-17T08:43:06.162243+0000 mgr.smithi081.loqrpe (mgr.14197) 268 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-17T08:43:08.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:07 smithi160 bash[25433]: cephadm 2024-09-17T08:43:06.558742+0000 mgr.smithi081.loqrpe (mgr.14197) 269 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi081.imlmgg 2024-09-17T08:43:08.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:07 smithi160 bash[25433]: cephadm 2024-09-17T08:43:06.563162+0000 mgr.smithi081.loqrpe (mgr.14197) 270 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-17T08:43:08.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:07 smithi160 bash[25433]: cephadm 2024-09-17T08:43:06.665322+0000 mgr.smithi081.loqrpe (mgr.14197) 271 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-17T08:43:08.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:07 smithi160 bash[25433]: cephadm 2024-09-17T08:43:06.665450+0000 mgr.smithi081.loqrpe (mgr.14197) 272 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi081.imlmgg-rgw 2024-09-17T08:43:08.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:07 smithi160 bash[25433]: cephadm 2024-09-17T08:43:06.672230+0000 mgr.smithi081.loqrpe (mgr.14197) 273 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi081.imlmgg's ganesha conf is defaulting to empty 2024-09-17T08:43:08.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:07 smithi160 bash[25433]: cephadm 2024-09-17T08:43:06.678418+0000 mgr.smithi081.loqrpe (mgr.14197) 274 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi081.imlmgg on smithi081 2024-09-17T08:43:08.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:07 smithi160 bash[25433]: audit 2024-09-17T08:43:06.909566+0000 mon.smithi081 (mon.0) 859 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:43:08.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:07 smithi160 bash[25433]: cluster 2024-09-17T08:43:06.935743+0000 mgr.smithi081.loqrpe (mgr.14197) 275 : cluster [DBG] pgmap v238: 161 pgs: 4 creating+peering, 10 unknown, 147 active+clean; 581 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 142 KiB/s rd, 7.0 KiB/s wr, 279 op/s 2024-09-17T08:43:10.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:09 smithi081 bash[19989]: cluster 2024-09-17T08:43:08.936743+0000 mgr.smithi081.loqrpe (mgr.14197) 276 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 581 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 121 KiB/s rd, 5.8 KiB/s wr, 237 op/s 2024-09-17T08:43:10.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:10 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:43:10.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:09 smithi160 bash[25433]: cluster 2024-09-17T08:43:08.936743+0000 mgr.smithi081.loqrpe (mgr.14197) 276 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 581 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 121 KiB/s rd, 5.8 KiB/s wr, 237 op/s 2024-09-17T08:43:10.569 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:10 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:43:11.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:11 smithi160 bash[25433]: audit 2024-09-17T08:43:10.605835+0000 mon.smithi081 (mon.0) 860 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:11.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:11 smithi160 bash[25433]: audit 2024-09-17T08:43:10.613287+0000 mon.smithi081 (mon.0) 861 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:11.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:11 smithi160 bash[25433]: audit 2024-09-17T08:43:10.619709+0000 mon.smithi081 (mon.0) 862 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:11.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:11 smithi160 bash[25433]: audit 2024-09-17T08:43:10.649278+0000 mon.smithi081 (mon.0) 863 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:11.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:11 smithi160 bash[25433]: audit 2024-09-17T08:43:10.656826+0000 mon.smithi081 (mon.0) 864 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:11.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:11 smithi160 bash[25433]: cephadm 2024-09-17T08:43:10.668283+0000 mgr.smithi081.loqrpe (mgr.14197) 277 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.ssrmwd on smithi081 2024-09-17T08:43:11.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:11 smithi160 bash[25433]: cluster 2024-09-17T08:43:10.937305+0000 mgr.smithi081.loqrpe (mgr.14197) 278 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 123 KiB/s rd, 5.3 KiB/s wr, 242 op/s 2024-09-17T08:43:11.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:11 smithi160 bash[25433]: audit 2024-09-17T08:43:10.959463+0000 mon.smithi081 (mon.0) 865 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:11.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:11 smithi081 bash[19989]: audit 2024-09-17T08:43:10.605835+0000 mon.smithi081 (mon.0) 860 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:11.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:11 smithi081 bash[19989]: audit 2024-09-17T08:43:10.613287+0000 mon.smithi081 (mon.0) 861 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:11.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:11 smithi081 bash[19989]: audit 2024-09-17T08:43:10.619709+0000 mon.smithi081 (mon.0) 862 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:11.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:11 smithi081 bash[19989]: audit 2024-09-17T08:43:10.649278+0000 mon.smithi081 (mon.0) 863 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:11.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:11 smithi081 bash[19989]: audit 2024-09-17T08:43:10.656826+0000 mon.smithi081 (mon.0) 864 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:11.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:11 smithi081 bash[19989]: cephadm 2024-09-17T08:43:10.668283+0000 mgr.smithi081.loqrpe (mgr.14197) 277 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi081.ssrmwd on smithi081 2024-09-17T08:43:11.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:11 smithi081 bash[19989]: cluster 2024-09-17T08:43:10.937305+0000 mgr.smithi081.loqrpe (mgr.14197) 278 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 123 KiB/s rd, 5.3 KiB/s wr, 242 op/s 2024-09-17T08:43:11.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:11 smithi081 bash[19989]: audit 2024-09-17T08:43:10.959463+0000 mon.smithi081 (mon.0) 865 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:12.041 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring fsid 6889c766-74cf-11ef-bceb-c7b262605968 2024-09-17T08:43:14.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:13 smithi160 bash[25433]: cluster 2024-09-17T08:43:12.938033+0000 mgr.smithi081.loqrpe (mgr.14197) 279 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 112 KiB/s rd, 4.6 KiB/s wr, 221 op/s 2024-09-17T08:43:14.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:13 smithi081 bash[19989]: cluster 2024-09-17T08:43:12.938033+0000 mgr.smithi081.loqrpe (mgr.14197) 279 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 112 KiB/s rd, 4.6 KiB/s wr, 221 op/s 2024-09-17T08:43:16.152 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:43:16.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:15 smithi160 bash[25433]: cluster 2024-09-17T08:43:14.938963+0000 mgr.smithi081.loqrpe (mgr.14197) 280 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 92 KiB/s rd, 3.8 KiB/s wr, 181 op/s 2024-09-17T08:43:16.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:15 smithi160 bash[25433]: audit 2024-09-17T08:43:15.968966+0000 mon.smithi081 (mon.0) 866 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:16.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:15 smithi081 bash[19989]: cluster 2024-09-17T08:43:14.938963+0000 mgr.smithi081.loqrpe (mgr.14197) 280 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 92 KiB/s rd, 3.8 KiB/s wr, 181 op/s 2024-09-17T08:43:16.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:15 smithi081 bash[19989]: audit 2024-09-17T08:43:15.968966+0000 mon.smithi081 (mon.0) 866 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:18.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:18 smithi160 bash[25433]: cluster 2024-09-17T08:43:16.940480+0000 mgr.smithi081.loqrpe (mgr.14197) 281 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 83 KiB/s rd, 3.9 KiB/s wr, 163 op/s 2024-09-17T08:43:18.472 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:18 smithi081 bash[19989]: cluster 2024-09-17T08:43:16.940480+0000 mgr.smithi081.loqrpe (mgr.14197) 281 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 83 KiB/s rd, 3.9 KiB/s wr, 163 op/s 2024-09-17T08:43:18.738 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:18 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:43:19.091 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:18 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:43:20.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:20 smithi081 bash[19989]: cluster 2024-09-17T08:43:18.941145+0000 mgr.smithi081.loqrpe (mgr.14197) 282 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 1.3 KiB/s wr, 53 op/s 2024-09-17T08:43:20.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:20 smithi081 bash[19989]: audit 2024-09-17T08:43:19.130923+0000 mon.smithi081 (mon.0) 867 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:20.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:20 smithi081 bash[19989]: audit 2024-09-17T08:43:19.137579+0000 mon.smithi081 (mon.0) 868 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:20.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:20 smithi081 bash[19989]: audit 2024-09-17T08:43:19.143434+0000 mon.smithi081 (mon.0) 869 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:20.269 INFO:teuthology.orchestra.run.smithi081.stderr:Using ceph image with id '980a0bfcd684' and tag '19e2a2beb6f41a3ab62650e38614eb29b59dcbb9' created on 2024-09-16 16:31:12 +0000 UTC 2024-09-17T08:43:20.269 INFO:teuthology.orchestra.run.smithi081.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:43:20.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:20 smithi160 bash[25433]: cluster 2024-09-17T08:43:18.941145+0000 mgr.smithi081.loqrpe (mgr.14197) 282 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 1.3 KiB/s wr, 53 op/s 2024-09-17T08:43:20.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:20 smithi160 bash[25433]: audit 2024-09-17T08:43:19.130923+0000 mon.smithi081 (mon.0) 867 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:20.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:20 smithi160 bash[25433]: audit 2024-09-17T08:43:19.137579+0000 mon.smithi081 (mon.0) 868 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:20.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:20 smithi160 bash[25433]: audit 2024-09-17T08:43:19.143434+0000 mon.smithi081 (mon.0) 869 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:21.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:21 smithi160 bash[25433]: cephadm 2024-09-17T08:43:19.145437+0000 mgr.smithi081.loqrpe (mgr.14197) 283 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi160.kavdse on smithi160 2024-09-17T08:43:21.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:21 smithi081 bash[19989]: cephadm 2024-09-17T08:43:19.145437+0000 mgr.smithi081.loqrpe (mgr.14197) 283 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi160.kavdse on smithi160 2024-09-17T08:43:22.410 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:22 smithi081 bash[19989]: cluster 2024-09-17T08:43:20.941783+0000 mgr.smithi081.loqrpe (mgr.14197) 284 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 938 B/s wr, 34 op/s 2024-09-17T08:43:22.411 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:22 smithi081 bash[19989]: audit 2024-09-17T08:43:21.909833+0000 mon.smithi081 (mon.0) 870 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:43:22.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:22 smithi160 bash[25433]: cluster 2024-09-17T08:43:20.941783+0000 mgr.smithi081.loqrpe (mgr.14197) 284 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 938 B/s wr, 34 op/s 2024-09-17T08:43:22.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:22 smithi160 bash[25433]: audit 2024-09-17T08:43:21.909833+0000 mon.smithi081 (mon.0) 870 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:43:23.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:23 smithi081 bash[19989]: cluster 2024-09-17T08:43:22.943147+0000 mgr.smithi081.loqrpe (mgr.14197) 285 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 511 B/s wr, 6 op/s 2024-09-17T08:43:23.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:23 smithi160 bash[25433]: cluster 2024-09-17T08:43:22.943147+0000 mgr.smithi081.loqrpe (mgr.14197) 285 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 511 B/s wr, 6 op/s 2024-09-17T08:43:24.992 INFO:teuthology.run_tasks:Running task python... 2024-09-17T08:43:25.004 INFO:tasks.python:Running python on role host.a host ubuntu@smithi081.front.sepia.ceph.com 2024-09-17T08:43:25.004 INFO:tasks.python:import boto3 import json with open('/tmp/user.json', 'rt') as f: info = json.loads(f.read()) s3 = boto3.resource( 's3', aws_access_key_id=info['keys'][0]['access_key'], aws_secret_access_key=info['keys'][0]['secret_key'], endpoint_url='http://localhost:8800', ) bucket = s3.Bucket('foobucket') bucket.create() bucket.put_object(Key='myobject', Body='thebody') 2024-09-17T08:43:25.005 DEBUG:teuthology.orchestra.run.smithi081:> sudo TESTDIR=/home/ubuntu/cephtest python3 2024-09-17T08:43:26.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:25 smithi160 bash[25433]: cluster 2024-09-17T08:43:24.944094+0000 mgr.smithi081.loqrpe (mgr.14197) 286 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 511 B/s wr, 1 op/s 2024-09-17T08:43:26.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:25 smithi081 bash[19989]: cluster 2024-09-17T08:43:24.944094+0000 mgr.smithi081.loqrpe (mgr.14197) 286 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 511 B/s wr, 1 op/s 2024-09-17T08:43:26.947 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:26 smithi160 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:43:27.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:27 smithi160 bash[25433]: cluster 2024-09-17T08:43:26.012562+0000 mon.smithi081 (mon.0) 871 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-17T08:43:27.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:27 smithi160 bash[25433]: audit 2024-09-17T08:43:26.013622+0000 mon.smithi081 (mon.0) 872 : audit [INF] from='client.? 172.21.15.81:0/4146870331' entity='client.rgw.foorgw.smithi081.tjsafc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-09-17T08:43:27.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:27 smithi160 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:43:27.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:27 smithi081 bash[19989]: cluster 2024-09-17T08:43:26.012562+0000 mon.smithi081 (mon.0) 871 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-17T08:43:27.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:27 smithi081 bash[19989]: audit 2024-09-17T08:43:26.013622+0000 mon.smithi081 (mon.0) 872 : audit [INF] from='client.? 172.21.15.81:0/4146870331' entity='client.rgw.foorgw.smithi081.tjsafc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-09-17T08:43:28.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:28 smithi160 bash[25433]: cluster 2024-09-17T08:43:26.945526+0000 mgr.smithi081.loqrpe (mgr.14197) 287 : cluster [DBG] pgmap v249: 193 pgs: 19 creating+peering, 13 unknown, 161 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 204 B/s wr, 0 op/s 2024-09-17T08:43:28.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:28 smithi160 bash[25433]: cluster 2024-09-17T08:43:27.006759+0000 mon.smithi081 (mon.0) 873 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T08:43:28.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:28 smithi160 bash[25433]: audit 2024-09-17T08:43:27.023577+0000 mon.smithi081 (mon.0) 874 : audit [INF] from='client.? 172.21.15.81:0/4146870331' entity='client.rgw.foorgw.smithi081.tjsafc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-09-17T08:43:28.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:28 smithi160 bash[25433]: cluster 2024-09-17T08:43:27.024238+0000 mon.smithi081 (mon.0) 875 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-17T08:43:28.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:28 smithi160 bash[25433]: audit 2024-09-17T08:43:27.025924+0000 mon.smithi081 (mon.0) 876 : audit [INF] from='client.? 172.21.15.81:0/4146870331' entity='client.rgw.foorgw.smithi081.tjsafc' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-17T08:43:28.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:28 smithi160 bash[25433]: audit 2024-09-17T08:43:27.277367+0000 mon.smithi081 (mon.0) 877 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:28.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:28 smithi160 bash[25433]: audit 2024-09-17T08:43:27.289614+0000 mon.smithi081 (mon.0) 878 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:28.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:28 smithi160 bash[25433]: audit 2024-09-17T08:43:27.299936+0000 mon.smithi081 (mon.0) 879 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:28.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:28 smithi160 bash[25433]: audit 2024-09-17T08:43:27.311614+0000 mon.smithi081 (mon.0) 880 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:28.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:28 smithi081 bash[19989]: cluster 2024-09-17T08:43:26.945526+0000 mgr.smithi081.loqrpe (mgr.14197) 287 : cluster [DBG] pgmap v249: 193 pgs: 19 creating+peering, 13 unknown, 161 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 204 B/s wr, 0 op/s 2024-09-17T08:43:28.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:28 smithi081 bash[19989]: cluster 2024-09-17T08:43:27.006759+0000 mon.smithi081 (mon.0) 873 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T08:43:28.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:28 smithi081 bash[19989]: audit 2024-09-17T08:43:27.023577+0000 mon.smithi081 (mon.0) 874 : audit [INF] from='client.? 172.21.15.81:0/4146870331' entity='client.rgw.foorgw.smithi081.tjsafc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-09-17T08:43:28.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:28 smithi081 bash[19989]: cluster 2024-09-17T08:43:27.024238+0000 mon.smithi081 (mon.0) 875 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-17T08:43:28.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:28 smithi081 bash[19989]: audit 2024-09-17T08:43:27.025924+0000 mon.smithi081 (mon.0) 876 : audit [INF] from='client.? 172.21.15.81:0/4146870331' entity='client.rgw.foorgw.smithi081.tjsafc' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-17T08:43:28.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:28 smithi081 bash[19989]: audit 2024-09-17T08:43:27.277367+0000 mon.smithi081 (mon.0) 877 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:28.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:28 smithi081 bash[19989]: audit 2024-09-17T08:43:27.289614+0000 mon.smithi081 (mon.0) 878 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:28.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:28 smithi081 bash[19989]: audit 2024-09-17T08:43:27.299936+0000 mon.smithi081 (mon.0) 879 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:28.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:28 smithi081 bash[19989]: audit 2024-09-17T08:43:27.311614+0000 mon.smithi081 (mon.0) 880 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:29.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:29 smithi160 bash[25433]: cephadm 2024-09-17T08:43:27.312649+0000 mgr.smithi081.loqrpe (mgr.14197) 288 : cephadm [INF] 10.0.31.81 is in 10.0.0.0/16 on smithi160 interface enp3s0f1 2024-09-17T08:43:29.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:29 smithi160 bash[25433]: cephadm 2024-09-17T08:43:27.312927+0000 mgr.smithi081.loqrpe (mgr.14197) 289 : cephadm [INF] 10.0.31.81 is in 10.0.0.0/16 on smithi081 interface enp3s0f1 2024-09-17T08:43:29.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:29 smithi160 bash[25433]: cephadm 2024-09-17T08:43:27.327432+0000 mgr.smithi081.loqrpe (mgr.14197) 290 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi160.gdtkwz on smithi160 2024-09-17T08:43:29.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:29 smithi160 bash[25433]: audit 2024-09-17T08:43:28.035998+0000 mon.smithi081 (mon.0) 881 : audit [INF] from='client.? 172.21.15.81:0/4146870331' entity='client.rgw.foorgw.smithi081.tjsafc' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-17T08:43:29.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:29 smithi160 bash[25433]: cluster 2024-09-17T08:43:28.036209+0000 mon.smithi081 (mon.0) 882 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-17T08:43:29.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:29 smithi081 bash[19989]: cephadm 2024-09-17T08:43:27.312649+0000 mgr.smithi081.loqrpe (mgr.14197) 288 : cephadm [INF] 10.0.31.81 is in 10.0.0.0/16 on smithi160 interface enp3s0f1 2024-09-17T08:43:29.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:29 smithi081 bash[19989]: cephadm 2024-09-17T08:43:27.312927+0000 mgr.smithi081.loqrpe (mgr.14197) 289 : cephadm [INF] 10.0.31.81 is in 10.0.0.0/16 on smithi081 interface enp3s0f1 2024-09-17T08:43:29.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:29 smithi081 bash[19989]: cephadm 2024-09-17T08:43:27.327432+0000 mgr.smithi081.loqrpe (mgr.14197) 290 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi160.gdtkwz on smithi160 2024-09-17T08:43:29.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:29 smithi081 bash[19989]: audit 2024-09-17T08:43:28.035998+0000 mon.smithi081 (mon.0) 881 : audit [INF] from='client.? 172.21.15.81:0/4146870331' entity='client.rgw.foorgw.smithi081.tjsafc' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-17T08:43:29.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:29 smithi081 bash[19989]: cluster 2024-09-17T08:43:28.036209+0000 mon.smithi081 (mon.0) 882 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-17T08:43:30.343 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:30 smithi081 bash[19989]: cluster 2024-09-17T08:43:28.946310+0000 mgr.smithi081.loqrpe (mgr.14197) 291 : cluster [DBG] pgmap v252: 193 pgs: 19 creating+peering, 7 unknown, 167 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 341 B/s wr, 1 op/s 2024-09-17T08:43:30.343 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:30 smithi081 bash[19989]: cluster 2024-09-17T08:43:29.029208+0000 mon.smithi081 (mon.0) 883 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T08:43:30.343 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:30 smithi081 bash[19989]: cluster 2024-09-17T08:43:29.029278+0000 mon.smithi081 (mon.0) 884 : cluster [INF] Cluster is now healthy 2024-09-17T08:43:30.343 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:30 smithi081 bash[19989]: cluster 2024-09-17T08:43:29.047725+0000 mon.smithi081 (mon.0) 885 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-17T08:43:30.343 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:30 smithi081 bash[19989]: audit 2024-09-17T08:43:29.063838+0000 mon.smithi160 (mon.1) 28 : audit [INF] from='client.? 172.21.15.81:0/1838994324' entity='client.rgw.foorgw.smithi081.tjsafc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-09-17T08:43:30.343 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:30 smithi081 bash[19989]: audit 2024-09-17T08:43:29.066413+0000 mon.smithi081 (mon.0) 886 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi081.tjsafc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-09-17T08:43:30.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:30 smithi160 bash[25433]: cluster 2024-09-17T08:43:28.946310+0000 mgr.smithi081.loqrpe (mgr.14197) 291 : cluster [DBG] pgmap v252: 193 pgs: 19 creating+peering, 7 unknown, 167 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 341 B/s wr, 1 op/s 2024-09-17T08:43:30.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:30 smithi160 bash[25433]: cluster 2024-09-17T08:43:29.029208+0000 mon.smithi081 (mon.0) 883 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T08:43:30.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:30 smithi160 bash[25433]: cluster 2024-09-17T08:43:29.029278+0000 mon.smithi081 (mon.0) 884 : cluster [INF] Cluster is now healthy 2024-09-17T08:43:30.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:30 smithi160 bash[25433]: cluster 2024-09-17T08:43:29.047725+0000 mon.smithi081 (mon.0) 885 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-17T08:43:30.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:30 smithi160 bash[25433]: audit 2024-09-17T08:43:29.063838+0000 mon.smithi160 (mon.1) 28 : audit [INF] from='client.? 172.21.15.81:0/1838994324' entity='client.rgw.foorgw.smithi081.tjsafc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-09-17T08:43:30.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:30 smithi160 bash[25433]: audit 2024-09-17T08:43:29.066413+0000 mon.smithi081 (mon.0) 886 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi081.tjsafc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-09-17T08:43:31.172 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T08:43:31.182 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi081.front.sepia.ceph.com 2024-09-17T08:43:31.182 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- bash -c 'ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser' 2024-09-17T08:43:31.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:31 smithi160 bash[25433]: audit 2024-09-17T08:43:30.056082+0000 mon.smithi081 (mon.0) 887 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi081.tjsafc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-09-17T08:43:31.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:31 smithi160 bash[25433]: cluster 2024-09-17T08:43:30.056255+0000 mon.smithi081 (mon.0) 888 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-17T08:43:31.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:31 smithi160 bash[25433]: audit 2024-09-17T08:43:30.066331+0000 mon.smithi160 (mon.1) 29 : audit [INF] from='client.? 172.21.15.81:0/1838994324' entity='client.rgw.foorgw.smithi081.tjsafc' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]: dispatch 2024-09-17T08:43:31.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:31 smithi160 bash[25433]: audit 2024-09-17T08:43:30.068643+0000 mon.smithi081 (mon.0) 889 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi081.tjsafc' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]: dispatch 2024-09-17T08:43:31.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:31 smithi081 bash[19989]: audit 2024-09-17T08:43:30.056082+0000 mon.smithi081 (mon.0) 887 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi081.tjsafc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-09-17T08:43:31.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:31 smithi081 bash[19989]: cluster 2024-09-17T08:43:30.056255+0000 mon.smithi081 (mon.0) 888 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-17T08:43:31.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:31 smithi081 bash[19989]: audit 2024-09-17T08:43:30.066331+0000 mon.smithi160 (mon.1) 29 : audit [INF] from='client.? 172.21.15.81:0/1838994324' entity='client.rgw.foorgw.smithi081.tjsafc' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]: dispatch 2024-09-17T08:43:31.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:31 smithi081 bash[19989]: audit 2024-09-17T08:43:30.068643+0000 mon.smithi081 (mon.0) 889 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi081.tjsafc' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]: dispatch 2024-09-17T08:43:32.411 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:32 smithi081 bash[19989]: cluster 2024-09-17T08:43:30.947310+0000 mgr.smithi081.loqrpe (mgr.14197) 292 : cluster [DBG] pgmap v255: 225 pgs: 24 creating+peering, 22 unknown, 179 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 255 B/s wr, 1 op/s 2024-09-17T08:43:32.411 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:32 smithi081 bash[19989]: audit 2024-09-17T08:43:31.072368+0000 mon.smithi081 (mon.0) 890 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi081.tjsafc' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]': finished 2024-09-17T08:43:32.411 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:32 smithi081 bash[19989]: cluster 2024-09-17T08:43:31.072503+0000 mon.smithi081 (mon.0) 891 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-17T08:43:32.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:32 smithi160 bash[25433]: cluster 2024-09-17T08:43:30.947310+0000 mgr.smithi081.loqrpe (mgr.14197) 292 : cluster [DBG] pgmap v255: 225 pgs: 24 creating+peering, 22 unknown, 179 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 255 B/s wr, 1 op/s 2024-09-17T08:43:32.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:32 smithi160 bash[25433]: audit 2024-09-17T08:43:31.072368+0000 mon.smithi081 (mon.0) 890 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi081.tjsafc' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]': finished 2024-09-17T08:43:32.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:32 smithi160 bash[25433]: cluster 2024-09-17T08:43:31.072503+0000 mon.smithi081 (mon.0) 891 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-17T08:43:34.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:34 smithi081 bash[19989]: cluster 2024-09-17T08:43:32.949039+0000 mgr.smithi081.loqrpe (mgr.14197) 293 : cluster [DBG] pgmap v257: 225 pgs: 5 creating+peering, 3 unknown, 217 active+clean; 583 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 208 B/s rd, 833 B/s wr, 5 op/s 2024-09-17T08:43:34.642 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:34 smithi160 bash[25433]: cluster 2024-09-17T08:43:32.949039+0000 mgr.smithi081.loqrpe (mgr.14197) 293 : cluster [DBG] pgmap v257: 225 pgs: 5 creating+peering, 3 unknown, 217 active+clean; 583 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 208 B/s rd, 833 B/s wr, 5 op/s 2024-09-17T08:43:35.967 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:43:36.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:36 smithi160 bash[25433]: cluster 2024-09-17T08:43:34.950139+0000 mgr.smithi081.loqrpe (mgr.14197) 294 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 583 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1023 B/s wr, 6 op/s 2024-09-17T08:43:36.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:36 smithi081 bash[19989]: cluster 2024-09-17T08:43:34.950139+0000 mgr.smithi081.loqrpe (mgr.14197) 294 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 583 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1023 B/s wr, 6 op/s 2024-09-17T08:43:36.780 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:36 smithi160 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:43:37.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:36 smithi160 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:43:37.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:37 smithi081 bash[19989]: audit 2024-09-17T08:43:36.876064+0000 mon.smithi081 (mon.0) 892 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.5", "id": [4, 6]}]: dispatch 2024-09-17T08:43:37.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:37 smithi081 bash[19989]: audit 2024-09-17T08:43:36.876508+0000 mon.smithi081 (mon.0) 893 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.d", "id": [5, 3]}]: dispatch 2024-09-17T08:43:37.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:37 smithi081 bash[19989]: audit 2024-09-17T08:43:36.910593+0000 mon.smithi081 (mon.0) 894 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:43:37.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:37 smithi160 bash[25433]: audit 2024-09-17T08:43:36.876064+0000 mon.smithi081 (mon.0) 892 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.5", "id": [4, 6]}]: dispatch 2024-09-17T08:43:37.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:37 smithi160 bash[25433]: audit 2024-09-17T08:43:36.876508+0000 mon.smithi081 (mon.0) 893 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.d", "id": [5, 3]}]: dispatch 2024-09-17T08:43:37.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:37 smithi160 bash[25433]: audit 2024-09-17T08:43:36.910593+0000 mon.smithi081 (mon.0) 894 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:43:38.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:38 smithi160 bash[25433]: cluster 2024-09-17T08:43:36.964171+0000 mgr.smithi081.loqrpe (mgr.14197) 295 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 583 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1.0 KiB/s wr, 5 op/s 2024-09-17T08:43:38.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:38 smithi160 bash[25433]: audit 2024-09-17T08:43:37.088671+0000 mon.smithi081 (mon.0) 895 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.5", "id": [4, 6]}]': finished 2024-09-17T08:43:38.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:38 smithi160 bash[25433]: audit 2024-09-17T08:43:37.088858+0000 mon.smithi081 (mon.0) 896 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.d", "id": [5, 3]}]': finished 2024-09-17T08:43:38.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:38 smithi160 bash[25433]: cluster 2024-09-17T08:43:37.089192+0000 mon.smithi081 (mon.0) 897 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-17T08:43:38.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:38 smithi160 bash[25433]: audit 2024-09-17T08:43:37.100901+0000 mon.smithi081 (mon.0) 898 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:38.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:38 smithi160 bash[25433]: audit 2024-09-17T08:43:37.109180+0000 mon.smithi081 (mon.0) 899 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:38.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:38 smithi160 bash[25433]: audit 2024-09-17T08:43:37.117232+0000 mon.smithi081 (mon.0) 900 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:38.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:38 smithi160 bash[25433]: cephadm 2024-09-17T08:43:37.119737+0000 mgr.smithi081.loqrpe (mgr.14197) 296 : cephadm [INF] 10.0.31.81 is in 10.0.0.0/16 on smithi081 interface enp3s0f1 2024-09-17T08:43:38.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:38 smithi160 bash[25433]: cephadm 2024-09-17T08:43:37.119892+0000 mgr.smithi081.loqrpe (mgr.14197) 297 : cephadm [INF] 10.0.31.81 is in 10.0.0.0/16 on smithi160 interface enp3s0f1 2024-09-17T08:43:38.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:38 smithi160 bash[25433]: cephadm 2024-09-17T08:43:37.120735+0000 mgr.smithi081.loqrpe (mgr.14197) 298 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi081.jndcfz on smithi081 2024-09-17T08:43:38.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:38 smithi081 bash[19989]: cluster 2024-09-17T08:43:36.964171+0000 mgr.smithi081.loqrpe (mgr.14197) 295 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 583 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1.0 KiB/s wr, 5 op/s 2024-09-17T08:43:38.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:38 smithi081 bash[19989]: audit 2024-09-17T08:43:37.088671+0000 mon.smithi081 (mon.0) 895 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.5", "id": [4, 6]}]': finished 2024-09-17T08:43:38.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:38 smithi081 bash[19989]: audit 2024-09-17T08:43:37.088858+0000 mon.smithi081 (mon.0) 896 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.d", "id": [5, 3]}]': finished 2024-09-17T08:43:38.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:38 smithi081 bash[19989]: cluster 2024-09-17T08:43:37.089192+0000 mon.smithi081 (mon.0) 897 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-17T08:43:38.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:38 smithi081 bash[19989]: audit 2024-09-17T08:43:37.100901+0000 mon.smithi081 (mon.0) 898 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:38.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:38 smithi081 bash[19989]: audit 2024-09-17T08:43:37.109180+0000 mon.smithi081 (mon.0) 899 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:38.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:38 smithi081 bash[19989]: audit 2024-09-17T08:43:37.117232+0000 mon.smithi081 (mon.0) 900 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:38.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:38 smithi081 bash[19989]: cephadm 2024-09-17T08:43:37.119737+0000 mgr.smithi081.loqrpe (mgr.14197) 296 : cephadm [INF] 10.0.31.81 is in 10.0.0.0/16 on smithi081 interface enp3s0f1 2024-09-17T08:43:38.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:38 smithi081 bash[19989]: cephadm 2024-09-17T08:43:37.119892+0000 mgr.smithi081.loqrpe (mgr.14197) 297 : cephadm [INF] 10.0.31.81 is in 10.0.0.0/16 on smithi160 interface enp3s0f1 2024-09-17T08:43:38.489 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:38 smithi081 bash[19989]: cephadm 2024-09-17T08:43:37.120735+0000 mgr.smithi081.loqrpe (mgr.14197) 298 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi081.jndcfz on smithi081 2024-09-17T08:43:39.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:39 smithi160 bash[25433]: cluster 2024-09-17T08:43:38.091445+0000 mon.smithi081 (mon.0) 901 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-17T08:43:39.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:39 smithi081 bash[19989]: cluster 2024-09-17T08:43:38.091445+0000 mon.smithi081 (mon.0) 901 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-17T08:43:40.369 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:40 smithi081 bash[19989]: cluster 2024-09-17T08:43:39.001330+0000 mgr.smithi081.loqrpe (mgr.14197) 299 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 583 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 903 B/s rd, 903 B/s wr, 4 op/s 2024-09-17T08:43:40.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:40 smithi160 bash[25433]: cluster 2024-09-17T08:43:39.001330+0000 mgr.smithi081.loqrpe (mgr.14197) 299 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 583 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 903 B/s rd, 903 B/s wr, 4 op/s 2024-09-17T08:43:40.929 INFO:teuthology.orchestra.run.smithi081.stdout:{ 2024-09-17T08:43:40.929 INFO:teuthology.orchestra.run.smithi081.stdout: "bind": "/foouser", 2024-09-17T08:43:40.929 INFO:teuthology.orchestra.run.smithi081.stdout: "cluster": "foo", 2024-09-17T08:43:40.929 INFO:teuthology.orchestra.run.smithi081.stdout: "mode": "RW", 2024-09-17T08:43:40.930 INFO:teuthology.orchestra.run.smithi081.stdout: "path": "/", 2024-09-17T08:43:40.930 INFO:teuthology.orchestra.run.smithi081.stdout: "squash": "none" 2024-09-17T08:43:40.930 INFO:teuthology.orchestra.run.smithi081.stdout:} 2024-09-17T08:43:42.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:42 smithi160 bash[25433]: audit 2024-09-17T08:43:40.722464+0000 mgr.smithi081.loqrpe (mgr.14197) 300 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:43:42.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:42 smithi160 bash[25433]: audit 2024-09-17T08:43:40.993293+0000 mon.smithi081 (mon.0) 902 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:42.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:42 smithi160 bash[25433]: cluster 2024-09-17T08:43:41.002153+0000 mgr.smithi081.loqrpe (mgr.14197) 301 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 583 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 890 B/s rd, 508 B/s wr, 1 op/s 2024-09-17T08:43:42.413 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:41 smithi081 bash[19989]: audit 2024-09-17T08:43:40.722464+0000 mgr.smithi081.loqrpe (mgr.14197) 300 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:43:42.413 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:41 smithi081 bash[19989]: audit 2024-09-17T08:43:40.993293+0000 mon.smithi081 (mon.0) 902 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:42.413 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:41 smithi081 bash[19989]: cluster 2024-09-17T08:43:41.002153+0000 mgr.smithi081.loqrpe (mgr.14197) 301 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 583 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 890 B/s rd, 508 B/s wr, 1 op/s 2024-09-17T08:43:43.579 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-17T08:43:43.589 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-09-17T08:43:43.589 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T08:43:44.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:44 smithi160 bash[25433]: cluster 2024-09-17T08:43:43.004100+0000 mgr.smithi081.loqrpe (mgr.14197) 302 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 508 B/s wr, 12 op/s 2024-09-17T08:43:44.490 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:44 smithi081 bash[19989]: cluster 2024-09-17T08:43:43.004100+0000 mgr.smithi081.loqrpe (mgr.14197) 302 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 508 B/s wr, 12 op/s 2024-09-17T08:43:46.361 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:46 smithi081 bash[19989]: cluster 2024-09-17T08:43:45.005121+0000 mgr.smithi081.loqrpe (mgr.14197) 303 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 9.1 KiB/s rd, 254 B/s wr, 13 op/s 2024-09-17T08:43:46.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:46 smithi160 bash[25433]: cluster 2024-09-17T08:43:45.005121+0000 mgr.smithi081.loqrpe (mgr.14197) 303 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 9.1 KiB/s rd, 254 B/s wr, 13 op/s 2024-09-17T08:43:46.655 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:46 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:43:46.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:46 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:43:48.094 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:47 smithi081 bash[19989]: audit 2024-09-17T08:43:46.832766+0000 mon.smithi081 (mon.0) 903 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:48.094 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:47 smithi081 bash[19989]: audit 2024-09-17T08:43:46.840615+0000 mon.smithi081 (mon.0) 904 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:48.095 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:47 smithi081 bash[19989]: audit 2024-09-17T08:43:46.846809+0000 mon.smithi081 (mon.0) 905 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:48.095 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:47 smithi081 bash[19989]: audit 2024-09-17T08:43:46.852464+0000 mon.smithi081 (mon.0) 906 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:48.095 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:47 smithi081 bash[19989]: audit 2024-09-17T08:43:46.891941+0000 mon.smithi081 (mon.0) 907 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:43:48.095 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:47 smithi081 bash[19989]: cluster 2024-09-17T08:43:47.006822+0000 mgr.smithi081.loqrpe (mgr.14197) 304 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 206 B/s wr, 11 op/s 2024-09-17T08:43:48.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:47 smithi160 bash[25433]: audit 2024-09-17T08:43:46.832766+0000 mon.smithi081 (mon.0) 903 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:48.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:47 smithi160 bash[25433]: audit 2024-09-17T08:43:46.840615+0000 mon.smithi081 (mon.0) 904 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:48.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:47 smithi160 bash[25433]: audit 2024-09-17T08:43:46.846809+0000 mon.smithi081 (mon.0) 905 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:48.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:47 smithi160 bash[25433]: audit 2024-09-17T08:43:46.852464+0000 mon.smithi081 (mon.0) 906 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:48.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:47 smithi160 bash[25433]: audit 2024-09-17T08:43:46.891941+0000 mon.smithi081 (mon.0) 907 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:43:48.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:47 smithi160 bash[25433]: cluster 2024-09-17T08:43:47.006822+0000 mgr.smithi081.loqrpe (mgr.14197) 304 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 206 B/s wr, 11 op/s 2024-09-17T08:43:48.357 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:43:50.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:50 smithi160 bash[25433]: cluster 2024-09-17T08:43:49.008218+0000 mgr.smithi081.loqrpe (mgr.14197) 305 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 187 B/s wr, 10 op/s 2024-09-17T08:43:50.496 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:50 smithi081 bash[19989]: cluster 2024-09-17T08:43:49.008218+0000 mgr.smithi081.loqrpe (mgr.14197) 305 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 187 B/s wr, 10 op/s 2024-09-17T08:43:52.005 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:43:52.005 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-17T08:34:53.262542Z", "last_refresh": "2024-09-17T08:43:06.141452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:36:49.990423Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-17T08:34:44.336329Z", "last_refresh": "2024-09-17T08:43:04.537416Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:36:53.686969Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-17T08:34:42.366117Z", "last_refresh": "2024-09-17T08:43:04.537520Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-17T08:34:48.396868Z", "last_refresh": "2024-09-17T08:43:06.141600Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:43:46.852608Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2024-09-17T08:42:55.272239Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"events": ["2024-09-17T08:36:58.585093Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T08:34:40.569107Z", "last_refresh": "2024-09-17T08:43:04.537708Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:37:03.709138Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T08:36:28.556376Z", "last_refresh": "2024-09-17T08:43:04.537792Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:43:10.649462Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-09-17T08:42:55.266582Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2024-09-17T08:36:54.896709Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-17T08:34:51.187443Z", "last_refresh": "2024-09-17T08:43:04.537608Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-17T08:37:30.706390Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-17T08:37:30.698796Z", "last_refresh": "2024-09-17T08:43:04.537877Z", "running": 8, "size": 8}}, {"events": ["2024-09-17T08:37:03.718836Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-17T08:34:46.403457Z", "last_refresh": "2024-09-17T08:43:06.141739Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:42:59.161477Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-09-17T08:42:59.151136Z", "last_refresh": "2024-09-17T08:43:04.538235Z", "ports": [8800], "running": 2, "size": 2}}] 2024-09-17T08:43:52.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:52 smithi160 bash[25433]: audit 2024-09-17T08:43:51.005106+0000 mon.smithi081 (mon.0) 908 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:52.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:52 smithi160 bash[25433]: cluster 2024-09-17T08:43:51.009101+0000 mgr.smithi081.loqrpe (mgr.14197) 306 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 170 B/s wr, 9 op/s 2024-09-17T08:43:52.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:52 smithi160 bash[25433]: audit 2024-09-17T08:43:51.911873+0000 mon.smithi081 (mon.0) 909 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:43:52.411 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:52 smithi081 bash[19989]: audit 2024-09-17T08:43:51.005106+0000 mon.smithi081 (mon.0) 908 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:52.411 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:52 smithi081 bash[19989]: cluster 2024-09-17T08:43:51.009101+0000 mgr.smithi081.loqrpe (mgr.14197) 306 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 170 B/s wr, 9 op/s 2024-09-17T08:43:52.411 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:52 smithi081 bash[19989]: audit 2024-09-17T08:43:51.911873+0000 mon.smithi081 (mon.0) 909 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:43:52.730 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-17T08:43:53.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:53 smithi160 bash[25433]: audit 2024-09-17T08:43:52.002721+0000 mgr.smithi081.loqrpe (mgr.14197) 307 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:43:53.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:53 smithi160 bash[25433]: audit 2024-09-17T08:43:52.473458+0000 mon.smithi081 (mon.0) 910 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:53.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:53 smithi160 bash[25433]: audit 2024-09-17T08:43:52.484321+0000 mon.smithi081 (mon.0) 911 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:53.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:53 smithi081 bash[19989]: audit 2024-09-17T08:43:52.002721+0000 mgr.smithi081.loqrpe (mgr.14197) 307 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:43:53.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:53 smithi081 bash[19989]: audit 2024-09-17T08:43:52.473458+0000 mon.smithi081 (mon.0) 910 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:53.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:53 smithi081 bash[19989]: audit 2024-09-17T08:43:52.484321+0000 mon.smithi081 (mon.0) 911 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:53.731 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T08:43:54.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:54 smithi160 bash[25433]: cluster 2024-09-17T08:43:53.010966+0000 mgr.smithi081.loqrpe (mgr.14197) 308 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 170 B/s wr, 9 op/s 2024-09-17T08:43:54.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:54 smithi081 bash[19989]: cluster 2024-09-17T08:43:53.010966+0000 mgr.smithi081.loqrpe (mgr.14197) 308 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 170 B/s wr, 9 op/s 2024-09-17T08:43:56.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:56 smithi081 bash[19989]: cluster 2024-09-17T08:43:55.011491+0000 mgr.smithi081.loqrpe (mgr.14197) 309 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 B/s wr, 1 op/s 2024-09-17T08:43:56.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:56 smithi081 bash[19989]: audit 2024-09-17T08:43:55.446106+0000 mon.smithi081 (mon.0) 912 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:56.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:56 smithi081 bash[19989]: audit 2024-09-17T08:43:55.451295+0000 mon.smithi081 (mon.0) 913 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:56.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:56 smithi081 bash[19989]: audit 2024-09-17T08:43:55.849015+0000 mon.smithi081 (mon.0) 914 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:43:56.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:56 smithi081 bash[19989]: audit 2024-09-17T08:43:55.850451+0000 mon.smithi081 (mon.0) 915 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:43:56.356 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:56 smithi081 bash[19989]: audit 2024-09-17T08:43:55.859922+0000 mon.smithi081 (mon.0) 916 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:56.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:56 smithi081 bash[19989]: audit 2024-09-17T08:43:55.867027+0000 mon.smithi081 (mon.0) 917 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:43:56.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:56 smithi081 bash[19989]: audit 2024-09-17T08:43:55.884968+0000 mon.smithi081 (mon.0) 918 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:56.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:56 smithi160 bash[25433]: cluster 2024-09-17T08:43:55.011491+0000 mgr.smithi081.loqrpe (mgr.14197) 309 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 B/s wr, 1 op/s 2024-09-17T08:43:56.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:56 smithi160 bash[25433]: audit 2024-09-17T08:43:55.446106+0000 mon.smithi081 (mon.0) 912 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:56.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:56 smithi160 bash[25433]: audit 2024-09-17T08:43:55.451295+0000 mon.smithi081 (mon.0) 913 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:56.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:56 smithi160 bash[25433]: audit 2024-09-17T08:43:55.849015+0000 mon.smithi081 (mon.0) 914 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:43:56.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:56 smithi160 bash[25433]: audit 2024-09-17T08:43:55.850451+0000 mon.smithi081 (mon.0) 915 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:43:56.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:56 smithi160 bash[25433]: audit 2024-09-17T08:43:55.859922+0000 mon.smithi081 (mon.0) 916 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:56.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:56 smithi160 bash[25433]: audit 2024-09-17T08:43:55.867027+0000 mon.smithi081 (mon.0) 917 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:43:56.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:56 smithi160 bash[25433]: audit 2024-09-17T08:43:55.884968+0000 mon.smithi081 (mon.0) 918 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:43:57.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:57 smithi160 bash[25433]: cephadm 2024-09-17T08:43:55.922355+0000 mgr.smithi081.loqrpe (mgr.14197) 310 : cephadm [INF] Reconfiguring prometheus.smithi081 (dependencies changed)... 2024-09-17T08:43:57.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:57 smithi081 bash[19989]: cephadm 2024-09-17T08:43:55.922355+0000 mgr.smithi081.loqrpe (mgr.14197) 310 : cephadm [INF] Reconfiguring prometheus.smithi081 (dependencies changed)... 2024-09-17T08:43:58.226 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:58 smithi081 bash[19989]: cephadm 2024-09-17T08:43:56.185016+0000 mgr.smithi081.loqrpe (mgr.14197) 311 : cephadm [INF] Reconfiguring daemon prometheus.smithi081 on smithi081 2024-09-17T08:43:58.226 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:43:58 smithi081 bash[19989]: cluster 2024-09-17T08:43:57.013195+0000 mgr.smithi081.loqrpe (mgr.14197) 312 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:58.375 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:43:58.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:58 smithi160 bash[25433]: cephadm 2024-09-17T08:43:56.185016+0000 mgr.smithi081.loqrpe (mgr.14197) 311 : cephadm [INF] Reconfiguring daemon prometheus.smithi081 on smithi081 2024-09-17T08:43:58.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:43:58 smithi160 bash[25433]: cluster 2024-09-17T08:43:57.013195+0000 mgr.smithi081.loqrpe (mgr.14197) 312 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:44:00.447 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:00 smithi081 bash[19989]: cluster 2024-09-17T08:43:59.013872+0000 mgr.smithi081.loqrpe (mgr.14197) 313 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:44:00.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:00 smithi160 bash[25433]: cluster 2024-09-17T08:43:59.013872+0000 mgr.smithi081.loqrpe (mgr.14197) 313 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:44:02.410 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:02 smithi081 bash[19989]: cluster 2024-09-17T08:44:01.015017+0000 mgr.smithi081.loqrpe (mgr.14197) 314 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:44:02.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:02 smithi160 bash[25433]: cluster 2024-09-17T08:44:01.015017+0000 mgr.smithi081.loqrpe (mgr.14197) 314 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:44:04.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:04 smithi081 bash[19989]: cluster 2024-09-17T08:44:03.016276+0000 mgr.smithi081.loqrpe (mgr.14197) 315 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:44:04.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:04 smithi081 bash[19989]: audit 2024-09-17T08:44:03.964403+0000 mon.smithi081 (mon.0) 919 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:04.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:04 smithi081 bash[19989]: audit 2024-09-17T08:44:03.971121+0000 mon.smithi081 (mon.0) 920 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:04.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:04 smithi081 bash[19989]: audit 2024-09-17T08:44:03.977559+0000 mon.smithi081 (mon.0) 921 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:44:04.260 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:44:04.260 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-17T08:34:53.262542Z", "last_refresh": "2024-09-17T08:43:55.439866Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:36:49.990423Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-17T08:34:44.336329Z", "last_refresh": "2024-09-17T08:43:52.459993Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:36:53.686969Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-17T08:34:42.366117Z", "last_refresh": "2024-09-17T08:43:52.460281Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-17T08:34:48.396868Z", "last_refresh": "2024-09-17T08:43:55.439944Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:43:46.852608Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2024-09-17T08:42:55.272239Z", "last_refresh": "2024-09-17T08:43:52.462375Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"events": ["2024-09-17T08:36:58.585093Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T08:34:40.569107Z", "last_refresh": "2024-09-17T08:43:52.460745Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:37:03.709138Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T08:36:28.556376Z", "last_refresh": "2024-09-17T08:43:52.460973Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:43:55.885405Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-09-17T08:42:55.266582Z", "last_refresh": "2024-09-17T08:43:55.440496Z", "ports": [12049], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:36:54.896709Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-17T08:34:51.187443Z", "last_refresh": "2024-09-17T08:43:52.460517Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-17T08:37:30.706390Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-17T08:37:30.698796Z", "last_refresh": "2024-09-17T08:43:52.461238Z", "running": 8, "size": 8}}, {"events": ["2024-09-17T08:37:03.718836Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-17T08:34:46.403457Z", "ports": [9095], "running": 0, "size": 1}}, {"events": ["2024-09-17T08:42:59.161477Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-09-17T08:42:59.151136Z", "last_refresh": "2024-09-17T08:43:52.462140Z", "ports": [8800], "running": 2, "size": 2}}] 2024-09-17T08:44:04.299 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:04 smithi160 bash[25433]: cluster 2024-09-17T08:44:03.016276+0000 mgr.smithi081.loqrpe (mgr.14197) 315 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:44:04.299 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:04 smithi160 bash[25433]: audit 2024-09-17T08:44:03.964403+0000 mon.smithi081 (mon.0) 919 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:04.299 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:04 smithi160 bash[25433]: audit 2024-09-17T08:44:03.971121+0000 mon.smithi081 (mon.0) 920 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:04.300 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:04 smithi160 bash[25433]: audit 2024-09-17T08:44:03.977559+0000 mon.smithi081 (mon.0) 921 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:44:05.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:05 smithi160 bash[25433]: audit 2024-09-17T08:44:03.978066+0000 mgr.smithi081.loqrpe (mgr.14197) 316 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:44:05.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:05 smithi160 bash[25433]: audit 2024-09-17T08:44:04.049234+0000 mon.smithi081 (mon.0) 922 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:44:05.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:05 smithi081 bash[19989]: audit 2024-09-17T08:44:03.978066+0000 mgr.smithi081.loqrpe (mgr.14197) 316 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:44:05.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:05 smithi081 bash[19989]: audit 2024-09-17T08:44:04.049234+0000 mon.smithi081 (mon.0) 922 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:44:05.636 INFO:tasks.cephadm:nfs.foo has 1/1 2024-09-17T08:44:05.636 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-17T08:44:05.646 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-09-17T08:44:05.646 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T08:44:06.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:06 smithi160 bash[25433]: audit 2024-09-17T08:44:04.257674+0000 mgr.smithi081.loqrpe (mgr.14197) 317 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:44:06.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:06 smithi160 bash[25433]: cluster 2024-09-17T08:44:05.017223+0000 mgr.smithi081.loqrpe (mgr.14197) 318 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:44:06.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:06 smithi081 bash[19989]: audit 2024-09-17T08:44:04.257674+0000 mgr.smithi081.loqrpe (mgr.14197) 317 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:44:06.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:06 smithi081 bash[19989]: cluster 2024-09-17T08:44:05.017223+0000 mgr.smithi081.loqrpe (mgr.14197) 318 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:44:07.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:07 smithi160 bash[25433]: audit 2024-09-17T08:44:06.911784+0000 mon.smithi081 (mon.0) 923 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:44:07.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:07 smithi081 bash[19989]: audit 2024-09-17T08:44:06.911784+0000 mon.smithi081 (mon.0) 923 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:44:08.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:08 smithi160 bash[25433]: cluster 2024-09-17T08:44:07.018889+0000 mgr.smithi081.loqrpe (mgr.14197) 319 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:44:08.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:08 smithi081 bash[19989]: cluster 2024-09-17T08:44:07.018889+0000 mgr.smithi081.loqrpe (mgr.14197) 319 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:44:09.994 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:44:10.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:10 smithi160 bash[25433]: cluster 2024-09-17T08:44:09.020059+0000 mgr.smithi081.loqrpe (mgr.14197) 320 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:44:10.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:10 smithi160 bash[25433]: audit 2024-09-17T08:44:09.664368+0000 mon.smithi081 (mon.0) 924 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:10.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:10 smithi160 bash[25433]: audit 2024-09-17T08:44:09.674954+0000 mon.smithi081 (mon.0) 925 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:10.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:10 smithi081 bash[19989]: cluster 2024-09-17T08:44:09.020059+0000 mgr.smithi081.loqrpe (mgr.14197) 320 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:44:10.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:10 smithi081 bash[19989]: audit 2024-09-17T08:44:09.664368+0000 mon.smithi081 (mon.0) 924 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:10.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:10 smithi081 bash[19989]: audit 2024-09-17T08:44:09.674954+0000 mon.smithi081 (mon.0) 925 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:12.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:12 smithi081 bash[19989]: cluster 2024-09-17T08:44:11.020688+0000 mgr.smithi081.loqrpe (mgr.14197) 321 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:44:12.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:12 smithi081 bash[19989]: audit 2024-09-17T08:44:11.128261+0000 mon.smithi081 (mon.0) 926 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:12.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:12 smithi081 bash[19989]: audit 2024-09-17T08:44:11.133255+0000 mon.smithi081 (mon.0) 927 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:12.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:12 smithi081 bash[19989]: audit 2024-09-17T08:44:11.134163+0000 mon.smithi081 (mon.0) 928 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:44:12.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:12 smithi081 bash[19989]: audit 2024-09-17T08:44:11.134916+0000 mon.smithi081 (mon.0) 929 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:44:12.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:12 smithi081 bash[19989]: cephadm 2024-09-17T08:44:11.138594+0000 mgr.smithi081.loqrpe (mgr.14197) 322 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-17T08:44:12.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:12 smithi081 bash[19989]: audit 2024-09-17T08:44:11.365277+0000 mon.smithi081 (mon.0) 930 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:12.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:12 smithi081 bash[19989]: audit 2024-09-17T08:44:11.368617+0000 mon.smithi081 (mon.0) 931 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:44:12.239 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:12 smithi081 bash[19989]: audit 2024-09-17T08:44:11.382649+0000 mon.smithi081 (mon.0) 932 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:12.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:12 smithi160 bash[25433]: cluster 2024-09-17T08:44:11.020688+0000 mgr.smithi081.loqrpe (mgr.14197) 321 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:44:12.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:12 smithi160 bash[25433]: audit 2024-09-17T08:44:11.128261+0000 mon.smithi081 (mon.0) 926 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:12.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:12 smithi160 bash[25433]: audit 2024-09-17T08:44:11.133255+0000 mon.smithi081 (mon.0) 927 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:12.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:12 smithi160 bash[25433]: audit 2024-09-17T08:44:11.134163+0000 mon.smithi081 (mon.0) 928 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:44:12.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:12 smithi160 bash[25433]: audit 2024-09-17T08:44:11.134916+0000 mon.smithi081 (mon.0) 929 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:44:12.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:12 smithi160 bash[25433]: cephadm 2024-09-17T08:44:11.138594+0000 mgr.smithi081.loqrpe (mgr.14197) 322 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-17T08:44:12.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:12 smithi160 bash[25433]: audit 2024-09-17T08:44:11.365277+0000 mon.smithi081 (mon.0) 930 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:12.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:12 smithi160 bash[25433]: audit 2024-09-17T08:44:11.368617+0000 mon.smithi081 (mon.0) 931 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:44:12.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:12 smithi160 bash[25433]: audit 2024-09-17T08:44:11.382649+0000 mon.smithi081 (mon.0) 932 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:13.702 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-09-17T08:44:13.702 INFO:teuthology.orchestra.run.smithi081.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-17T08:34:53.262542Z", "last_refresh": "2024-09-17T08:44:11.121879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:36:49.990423Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-17T08:34:44.336329Z", "last_refresh": "2024-09-17T08:44:09.651152Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:36:53.686969Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-17T08:34:42.366117Z", "last_refresh": "2024-09-17T08:44:09.651420Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-17T08:34:48.396868Z", "last_refresh": "2024-09-17T08:44:11.121961Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:43:46.852608Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.81/16"}, "status": {"created": "2024-09-17T08:42:55.272239Z", "last_refresh": "2024-09-17T08:44:09.653515Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.81/16"}}, {"events": ["2024-09-17T08:36:58.585093Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T08:34:40.569107Z", "last_refresh": "2024-09-17T08:44:09.651887Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:37:03.709138Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi081:172.21.15.81=smithi081", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T08:36:28.556376Z", "last_refresh": "2024-09-17T08:44:09.652115Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:44:11.382832Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-09-17T08:42:55.266582Z", "last_refresh": "2024-09-17T08:44:11.122535Z", "ports": [12049], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:36:54.896709Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-17T08:34:51.187443Z", "last_refresh": "2024-09-17T08:44:09.651655Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-17T08:37:30.706390Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-17T08:37:30.698796Z", "last_refresh": "2024-09-17T08:44:09.652340Z", "running": 8, "size": 8}}, {"events": ["2024-09-17T08:37:03.718836Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-17T08:34:46.403457Z", "last_refresh": "2024-09-17T08:44:11.122042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:42:59.161477Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-09-17T08:42:59.151136Z", "last_refresh": "2024-09-17T08:44:09.653281Z", "ports": [8800], "running": 2, "size": 2}}] 2024-09-17T08:44:14.426 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:14 smithi081 bash[19989]: cluster 2024-09-17T08:44:13.022886+0000 mgr.smithi081.loqrpe (mgr.14197) 323 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-17T08:44:14.427 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2024-09-17T08:44:14.427 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-17T08:44:14.439 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi081.front.sepia.ceph.com 2024-09-17T08:44:14.439 DEBUG:teuthology.orchestra.run.smithi081:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-09-17T08:44:14.453 INFO:teuthology.orchestra.run.smithi081.stderr:+ mkdir /mnt/foo 2024-09-17T08:44:14.470 DEBUG:teuthology.orchestra.run.smithi081:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2024-09-17T08:44:14.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:14 smithi160 bash[25433]: cluster 2024-09-17T08:44:13.022886+0000 mgr.smithi081.loqrpe (mgr.14197) 323 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-17T08:44:14.524 INFO:teuthology.orchestra.run.smithi081.stderr:+ sleep 5 2024-09-17T08:44:15.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:15 smithi160 bash[25433]: audit 2024-09-17T08:44:13.690095+0000 mgr.smithi081.loqrpe (mgr.14197) 324 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:44:15.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:15 smithi081 bash[19989]: audit 2024-09-17T08:44:13.690095+0000 mgr.smithi081.loqrpe (mgr.14197) 324 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:44:16.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:16 smithi160 bash[25433]: cluster 2024-09-17T08:44:15.023891+0000 mgr.smithi081.loqrpe (mgr.14197) 325 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-17T08:44:16.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:16 smithi081 bash[19989]: cluster 2024-09-17T08:44:15.023891+0000 mgr.smithi081.loqrpe (mgr.14197) 325 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-17T08:44:18.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:18 smithi160 bash[25433]: cluster 2024-09-17T08:44:17.025670+0000 mgr.smithi081.loqrpe (mgr.14197) 326 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-17T08:44:18.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:18 smithi081 bash[19989]: cluster 2024-09-17T08:44:17.025670+0000 mgr.smithi081.loqrpe (mgr.14197) 326 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-17T08:44:19.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:19 smithi160 bash[25433]: cluster 2024-09-17T08:44:19.026915+0000 mgr.smithi081.loqrpe (mgr.14197) 327 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2024-09-17T08:44:19.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:19 smithi081 bash[19989]: cluster 2024-09-17T08:44:19.026915+0000 mgr.smithi081.loqrpe (mgr.14197) 327 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2024-09-17T08:44:19.527 DEBUG:teuthology.orchestra.run.smithi081:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.81:/foouser /mnt/foo' 2024-09-17T08:44:19.581 INFO:teuthology.orchestra.run.smithi081.stderr:+ mount -t nfs 10.0.31.81:/foouser /mnt/foo 2024-09-17T08:44:19.895 DEBUG:teuthology.orchestra.run.smithi081:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'test -d /mnt/foo/foobucket' 2024-09-17T08:44:19.948 INFO:teuthology.orchestra.run.smithi081.stderr:+ test -d /mnt/foo/foobucket 2024-09-17T08:44:19.955 DEBUG:teuthology.orchestra.run.smithi081:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'find /mnt/foo -ls' 2024-09-17T08:44:20.009 INFO:teuthology.orchestra.run.smithi081.stderr:+ find /mnt/foo -ls 2024-09-17T08:44:20.017 INFO:teuthology.orchestra.run.smithi081.stdout:9160472602707183340 0 drwxrwxrwx 1 root root 0 Sep 17 08:43 /mnt/foo 2024-09-17T08:44:20.017 INFO:teuthology.orchestra.run.smithi081.stdout:6353740190238711428 0 drwxrwxrwx 1 root root 0 Sep 17 08:43 /mnt/foo/foobucket 2024-09-17T08:44:20.017 INFO:teuthology.orchestra.run.smithi081.stdout:10810806159419214356 0 -rw-rw-rw- 1 root root 7 Sep 17 08:43 /mnt/foo/foobucket/myobject 2024-09-17T08:44:20.019 DEBUG:teuthology.orchestra.run.smithi081:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep thebody /mnt/foo/foobucket/myobject' 2024-09-17T08:44:20.072 INFO:teuthology.orchestra.run.smithi081.stderr:+ grep thebody /mnt/foo/foobucket/myobject 2024-09-17T08:44:20.078 INFO:teuthology.orchestra.run.smithi081.stdout:thebody 2024-09-17T08:44:20.079 DEBUG:teuthology.orchestra.run.smithi081:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/foobucket/newobject' 2024-09-17T08:44:20.132 INFO:teuthology.orchestra.run.smithi081.stderr:+ echo test 2024-09-17T08:44:20.153 DEBUG:teuthology.orchestra.run.smithi081:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-09-17T08:44:20.211 INFO:teuthology.orchestra.run.smithi081.stderr:+ sync 2024-09-17T08:44:20.610 INFO:teuthology.run_tasks:Running task python... 2024-09-17T08:44:20.626 INFO:tasks.python:Running python on role host.a host ubuntu@smithi081.front.sepia.ceph.com 2024-09-17T08:44:20.626 INFO:tasks.python:import boto3 import json from io import BytesIO 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') data = BytesIO() bucket.download_fileobj(Fileobj=data, Key='newobject') print(data.getvalue()) assert data.getvalue().decode() == 'test\n' 2024-09-17T08:44:20.627 DEBUG:teuthology.orchestra.run.smithi081:> sudo TESTDIR=/home/ubuntu/cephtest python3 2024-09-17T08:44:20.938 INFO:teuthology.orchestra.run.smithi081.stdout:b'test\n' 2024-09-17T08:44:20.991 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-17T08:44:21.001 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi081.front.sepia.ceph.com 2024-09-17T08:44:21.002 DEBUG:teuthology.orchestra.run.smithi081:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2024-09-17T08:44:21.012 INFO:teuthology.orchestra.run.smithi081.stderr:+ umount /mnt/foo 2024-09-17T08:44:21.082 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T08:44:21.097 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi081.front.sepia.ceph.com 2024-09-17T08:44:21.097 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- bash -c 'ceph nfs export rm foo /foouser' 2024-09-17T08:44:22.411 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:22 smithi081 bash[19989]: cluster 2024-09-17T08:44:21.028199+0000 mgr.smithi081.loqrpe (mgr.14197) 328 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2024-09-17T08:44:22.412 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:22 smithi081 bash[19989]: audit 2024-09-17T08:44:21.912629+0000 mon.smithi081 (mon.0) 933 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:44:22.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:22 smithi160 bash[25433]: cluster 2024-09-17T08:44:21.028199+0000 mgr.smithi081.loqrpe (mgr.14197) 328 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2024-09-17T08:44:22.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:22 smithi160 bash[25433]: audit 2024-09-17T08:44:21.912629+0000 mon.smithi081 (mon.0) 933 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:44:24.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:24 smithi160 bash[25433]: cluster 2024-09-17T08:44:23.030121+0000 mgr.smithi081.loqrpe (mgr.14197) 329 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 9.8 KiB/s rd, 426 B/s wr, 11 op/s 2024-09-17T08:44:24.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:24 smithi081 bash[19989]: cluster 2024-09-17T08:44:23.030121+0000 mgr.smithi081.loqrpe (mgr.14197) 329 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 9.8 KiB/s rd, 426 B/s wr, 11 op/s 2024-09-17T08:44:25.918 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:44:26.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:26 smithi160 bash[25433]: cluster 2024-09-17T08:44:25.031149+0000 mgr.smithi081.loqrpe (mgr.14197) 330 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 9.7 KiB/s rd, 511 B/s wr, 12 op/s 2024-09-17T08:44:26.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:26 smithi081 bash[19989]: cluster 2024-09-17T08:44:25.031149+0000 mgr.smithi081.loqrpe (mgr.14197) 330 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 9.7 KiB/s rd, 511 B/s wr, 12 op/s 2024-09-17T08:44:28.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:28 smithi160 bash[25433]: cluster 2024-09-17T08:44:27.032431+0000 mgr.smithi081.loqrpe (mgr.14197) 331 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 9.7 KiB/s rd, 511 B/s wr, 12 op/s 2024-09-17T08:44:28.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:28 smithi081 bash[19989]: cluster 2024-09-17T08:44:27.032431+0000 mgr.smithi081.loqrpe (mgr.14197) 331 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 9.7 KiB/s rd, 511 B/s wr, 12 op/s 2024-09-17T08:44:30.346 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- bash -c 'ceph nfs cluster rm foo' 2024-09-17T08:44:30.357 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:30 smithi081 bash[19989]: cluster 2024-09-17T08:44:29.033608+0000 mgr.smithi081.loqrpe (mgr.14197) 332 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 9.6 KiB/s rd, 511 B/s wr, 12 op/s 2024-09-17T08:44:30.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:30 smithi160 bash[25433]: cluster 2024-09-17T08:44:29.033608+0000 mgr.smithi081.loqrpe (mgr.14197) 332 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 9.6 KiB/s rd, 511 B/s wr, 12 op/s 2024-09-17T08:44:31.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:31 smithi160 bash[25433]: audit 2024-09-17T08:44:29.649394+0000 mgr.smithi081.loqrpe (mgr.14197) 333 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "nfs export rm", "cluster_id": "foo", "pseudo_path": "/foouser", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:44:31.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:31 smithi081 bash[19989]: audit 2024-09-17T08:44:29.649394+0000 mgr.smithi081.loqrpe (mgr.14197) 333 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "nfs export rm", "cluster_id": "foo", "pseudo_path": "/foouser", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:44:32.410 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:32 smithi081 bash[19989]: cluster 2024-09-17T08:44:31.034747+0000 mgr.smithi081.loqrpe (mgr.14197) 334 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 9.6 KiB/s rd, 511 B/s wr, 12 op/s 2024-09-17T08:44:32.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:32 smithi160 bash[25433]: cluster 2024-09-17T08:44:31.034747+0000 mgr.smithi081.loqrpe (mgr.14197) 334 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 583 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 9.6 KiB/s rd, 511 B/s wr, 12 op/s 2024-09-17T08:44:34.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:34 smithi160 bash[25433]: cluster 2024-09-17T08:44:33.036612+0000 mgr.smithi081.loqrpe (mgr.14197) 335 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 511 B/s wr, 11 op/s 2024-09-17T08:44:34.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:34 smithi081 bash[19989]: cluster 2024-09-17T08:44:33.036612+0000 mgr.smithi081.loqrpe (mgr.14197) 335 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 511 B/s wr, 11 op/s 2024-09-17T08:44:35.152 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:44:36.408 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:36 smithi081 bash[19989]: cluster 2024-09-17T08:44:35.037575+0000 mgr.smithi081.loqrpe (mgr.14197) 336 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 85 B/s wr, 2 op/s 2024-09-17T08:44:36.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:36 smithi160 bash[25433]: cluster 2024-09-17T08:44:35.037575+0000 mgr.smithi081.loqrpe (mgr.14197) 336 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 85 B/s wr, 2 op/s 2024-09-17T08:44:37.377 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:37 smithi081 bash[19989]: audit 2024-09-17T08:44:36.912956+0000 mon.smithi081 (mon.0) 934 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:44:37.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:37 smithi160 bash[25433]: audit 2024-09-17T08:44:36.912956+0000 mon.smithi081 (mon.0) 934 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:44:38.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:38 smithi081 bash[19989]: cluster 2024-09-17T08:44:37.039300+0000 mgr.smithi081.loqrpe (mgr.14197) 337 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T08:44:38.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:38 smithi160 bash[25433]: cluster 2024-09-17T08:44:37.039300+0000 mgr.smithi081.loqrpe (mgr.14197) 337 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T08:44:39.610 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T08:44:39.624 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi081.front.sepia.ceph.com 2024-09-17T08:44:39.624 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- bash -c 'stat -c '"'"'%u %g'"'"' /var/log/ceph | grep '"'"'167 167'"'"'' 2024-09-17T08:44:39.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:39 smithi081 bash[19989]: audit 2024-09-17T08:44:38.820733+0000 mgr.smithi081.loqrpe (mgr.14197) 338 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "nfs cluster rm", "cluster_id": "foo", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:44:39.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:39 smithi081 bash[19989]: cephadm 2024-09-17T08:44:38.833886+0000 mgr.smithi081.loqrpe (mgr.14197) 339 : cephadm [INF] Remove service ingress.nfs.foo 2024-09-17T08:44:39.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:39 smithi081 bash[19989]: audit 2024-09-17T08:44:38.841165+0000 mon.smithi081 (mon.0) 935 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:39.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:39 smithi081 bash[19989]: audit 2024-09-17T08:44:38.842527+0000 mon.smithi081 (mon.0) 936 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:44:39.988 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:39 smithi081 bash[19989]: cephadm 2024-09-17T08:44:38.842567+0000 mgr.smithi081.loqrpe (mgr.14197) 340 : cephadm [INF] Remove service nfs.foo 2024-09-17T08:44:39.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:39 smithi081 bash[19989]: audit 2024-09-17T08:44:38.847511+0000 mon.smithi081 (mon.0) 937 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:39.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:39 smithi081 bash[19989]: cluster 2024-09-17T08:44:39.040403+0000 mgr.smithi081.loqrpe (mgr.14197) 341 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T08:44:39.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:39 smithi081 bash[19989]: audit 2024-09-17T08:44:39.189265+0000 mon.smithi081 (mon.0) 938 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:39.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:39 smithi081 bash[19989]: audit 2024-09-17T08:44:39.194825+0000 mon.smithi081 (mon.0) 939 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:40.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:39 smithi160 bash[25433]: audit 2024-09-17T08:44:38.820733+0000 mgr.smithi081.loqrpe (mgr.14197) 338 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "nfs cluster rm", "cluster_id": "foo", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:44:40.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:39 smithi160 bash[25433]: cephadm 2024-09-17T08:44:38.833886+0000 mgr.smithi081.loqrpe (mgr.14197) 339 : cephadm [INF] Remove service ingress.nfs.foo 2024-09-17T08:44:40.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:39 smithi160 bash[25433]: audit 2024-09-17T08:44:38.841165+0000 mon.smithi081 (mon.0) 935 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:40.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:39 smithi160 bash[25433]: audit 2024-09-17T08:44:38.842527+0000 mon.smithi081 (mon.0) 936 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:44:40.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:39 smithi160 bash[25433]: cephadm 2024-09-17T08:44:38.842567+0000 mgr.smithi081.loqrpe (mgr.14197) 340 : cephadm [INF] Remove service nfs.foo 2024-09-17T08:44:40.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:39 smithi160 bash[25433]: audit 2024-09-17T08:44:38.847511+0000 mon.smithi081 (mon.0) 937 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:40.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:39 smithi160 bash[25433]: cluster 2024-09-17T08:44:39.040403+0000 mgr.smithi081.loqrpe (mgr.14197) 341 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T08:44:40.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:39 smithi160 bash[25433]: audit 2024-09-17T08:44:39.189265+0000 mon.smithi081 (mon.0) 938 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:40.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:39 smithi160 bash[25433]: audit 2024-09-17T08:44:39.194825+0000 mon.smithi081 (mon.0) 939 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:42.411 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:42 smithi081 bash[19989]: cluster 2024-09-17T08:44:41.041601+0000 mgr.smithi081.loqrpe (mgr.14197) 342 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T08:44:42.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:42 smithi160 bash[25433]: cluster 2024-09-17T08:44:41.041601+0000 mgr.smithi081.loqrpe (mgr.14197) 342 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T08:44:44.108 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:44:44.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:44 smithi160 bash[25433]: cluster 2024-09-17T08:44:43.043437+0000 mgr.smithi081.loqrpe (mgr.14197) 343 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T08:44:44.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:44 smithi081 bash[19989]: cluster 2024-09-17T08:44:43.043437+0000 mgr.smithi081.loqrpe (mgr.14197) 343 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T08:44:45.572 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:45 smithi081 bash[19989]: audit 2024-09-17T08:44:44.428587+0000 mon.smithi081 (mon.0) 940 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:45.573 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:45 smithi081 bash[19989]: audit 2024-09-17T08:44:44.452518+0000 mon.smithi081 (mon.0) 941 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:45.573 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:45 smithi081 bash[19989]: cluster 2024-09-17T08:44:45.043984+0000 mgr.smithi081.loqrpe (mgr.14197) 344 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T08:44:45.573 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:45 smithi081 bash[19989]: audit 2024-09-17T08:44:45.258126+0000 mon.smithi081 (mon.0) 942 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:45.573 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:45 smithi081 bash[19989]: audit 2024-09-17T08:44:45.263902+0000 mon.smithi081 (mon.0) 943 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:45.573 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:45 smithi081 bash[19989]: audit 2024-09-17T08:44:45.264804+0000 mon.smithi081 (mon.0) 944 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:44:45.573 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:45 smithi081 bash[19989]: audit 2024-09-17T08:44:45.265489+0000 mon.smithi081 (mon.0) 945 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:44:45.573 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:45 smithi081 bash[19989]: audit 2024-09-17T08:44:45.271769+0000 mon.smithi081 (mon.0) 946 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:45.573 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:45 smithi081 bash[19989]: audit 2024-09-17T08:44:45.274404+0000 mon.smithi081 (mon.0) 947 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:44:45.721 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:45 smithi160 bash[25433]: audit 2024-09-17T08:44:44.428587+0000 mon.smithi081 (mon.0) 940 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:45.721 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:45 smithi160 bash[25433]: audit 2024-09-17T08:44:44.452518+0000 mon.smithi081 (mon.0) 941 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:45.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:45 smithi160 bash[25433]: cluster 2024-09-17T08:44:45.043984+0000 mgr.smithi081.loqrpe (mgr.14197) 344 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T08:44:45.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:45 smithi160 bash[25433]: audit 2024-09-17T08:44:45.258126+0000 mon.smithi081 (mon.0) 942 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:45.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:45 smithi160 bash[25433]: audit 2024-09-17T08:44:45.263902+0000 mon.smithi081 (mon.0) 943 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:45.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:45 smithi160 bash[25433]: audit 2024-09-17T08:44:45.264804+0000 mon.smithi081 (mon.0) 944 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:44:45.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:45 smithi160 bash[25433]: audit 2024-09-17T08:44:45.265489+0000 mon.smithi081 (mon.0) 945 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:44:45.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:45 smithi160 bash[25433]: audit 2024-09-17T08:44:45.271769+0000 mon.smithi081 (mon.0) 946 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:44:45.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:45 smithi160 bash[25433]: audit 2024-09-17T08:44:45.274404+0000 mon.smithi081 (mon.0) 947 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:44:47.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:46 smithi160 bash[25433]: cephadm 2024-09-17T08:44:45.309919+0000 mgr.smithi081.loqrpe (mgr.14197) 345 : cephadm [INF] Removing orphan daemon nfs.foo.0.0.smithi081.imlmgg... 2024-09-17T08:44:47.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:46 smithi160 bash[25433]: cephadm 2024-09-17T08:44:45.310078+0000 mgr.smithi081.loqrpe (mgr.14197) 346 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi081.imlmgg from smithi081 -- ports [12049] 2024-09-17T08:44:47.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:46 smithi081 bash[19989]: cephadm 2024-09-17T08:44:45.309919+0000 mgr.smithi081.loqrpe (mgr.14197) 345 : cephadm [INF] Removing orphan daemon nfs.foo.0.0.smithi081.imlmgg... 2024-09-17T08:44:47.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:46 smithi081 bash[19989]: cephadm 2024-09-17T08:44:45.310078+0000 mgr.smithi081.loqrpe (mgr.14197) 346 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi081.imlmgg from smithi081 -- ports [12049] 2024-09-17T08:44:47.742 INFO:teuthology.orchestra.run.smithi081.stdout:167 167 2024-09-17T08:44:47.985 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:47 smithi081 bash[19989]: cluster 2024-09-17T08:44:47.045061+0000 mgr.smithi081.loqrpe (mgr.14197) 347 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T08:44:48.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:47 smithi160 bash[25433]: cluster 2024-09-17T08:44:47.045061+0000 mgr.smithi081.loqrpe (mgr.14197) 347 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T08:44:48.514 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- bash -c 'ceph orch status' 2024-09-17T08:44:50.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:50 smithi160 bash[25433]: cluster 2024-09-17T08:44:49.046135+0000 mgr.smithi081.loqrpe (mgr.14197) 348 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-17T08:44:50.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:50 smithi081 bash[19989]: cluster 2024-09-17T08:44:49.046135+0000 mgr.smithi081.loqrpe (mgr.14197) 348 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-17T08:44:52.409 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:52 smithi081 bash[19989]: cluster 2024-09-17T08:44:51.047308+0000 mgr.smithi081.loqrpe (mgr.14197) 349 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-17T08:44:52.410 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:52 smithi081 bash[19989]: audit 2024-09-17T08:44:51.913253+0000 mon.smithi081 (mon.0) 948 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:44:52.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:52 smithi160 bash[25433]: cluster 2024-09-17T08:44:51.047308+0000 mgr.smithi081.loqrpe (mgr.14197) 349 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-17T08:44:52.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:52 smithi160 bash[25433]: audit 2024-09-17T08:44:51.913253+0000 mon.smithi081 (mon.0) 948 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:44:53.309 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:44:54.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:54 smithi160 bash[25433]: cluster 2024-09-17T08:44:53.049184+0000 mgr.smithi081.loqrpe (mgr.14197) 350 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-17T08:44:54.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:54 smithi081 bash[19989]: cluster 2024-09-17T08:44:53.049184+0000 mgr.smithi081.loqrpe (mgr.14197) 350 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-17T08:44:56.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:56 smithi160 bash[25433]: cluster 2024-09-17T08:44:55.050097+0000 mgr.smithi081.loqrpe (mgr.14197) 351 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:56.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:56 smithi081 bash[19989]: cluster 2024-09-17T08:44:55.050097+0000 mgr.smithi081.loqrpe (mgr.14197) 351 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:57.022 INFO:teuthology.orchestra.run.smithi081.stdout:Backend: cephadm 2024-09-17T08:44:57.022 INFO:teuthology.orchestra.run.smithi081.stdout:Available: Yes 2024-09-17T08:44:57.022 INFO:teuthology.orchestra.run.smithi081.stdout:Paused: No 2024-09-17T08:44:57.688 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ps' 2024-09-17T08:44:58.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:58 smithi160 bash[25433]: audit 2024-09-17T08:44:57.025957+0000 mgr.smithi081.loqrpe (mgr.14197) 352 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:44:58.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:44:58 smithi160 bash[25433]: cluster 2024-09-17T08:44:57.051228+0000 mgr.smithi081.loqrpe (mgr.14197) 353 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:58.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:58 smithi081 bash[19989]: audit 2024-09-17T08:44:57.025957+0000 mgr.smithi081.loqrpe (mgr.14197) 352 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:44:58.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:44:58 smithi081 bash[19989]: cluster 2024-09-17T08:44:57.051228+0000 mgr.smithi081.loqrpe (mgr.14197) 353 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:00.407 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:00 smithi081 bash[19989]: cluster 2024-09-17T08:44:59.052286+0000 mgr.smithi081.loqrpe (mgr.14197) 354 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:00.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:00 smithi160 bash[25433]: cluster 2024-09-17T08:44:59.052286+0000 mgr.smithi081.loqrpe (mgr.14197) 354 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:01.738 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:01 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:45:02.411 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:02 smithi081 bash[19989]: cluster 2024-09-17T08:45:01.053054+0000 mgr.smithi081.loqrpe (mgr.14197) 355 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:02.411 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:02 smithi081 bash[19989]: audit 2024-09-17T08:45:01.557127+0000 mon.smithi081 (mon.0) 949 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi081.imlmgg"}]: dispatch 2024-09-17T08:45:02.411 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:02 smithi081 bash[19989]: audit 2024-09-17T08:45:01.564014+0000 mon.smithi081 (mon.0) 950 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi081.imlmgg"}]': finished 2024-09-17T08:45:02.411 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:02 smithi081 bash[19989]: audit 2024-09-17T08:45:01.565335+0000 mon.smithi081 (mon.0) 951 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi081.imlmgg-rgw"}]: dispatch 2024-09-17T08:45:02.412 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:02 smithi081 bash[19989]: audit 2024-09-17T08:45:01.570955+0000 mon.smithi081 (mon.0) 952 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi081.imlmgg-rgw"}]': finished 2024-09-17T08:45:02.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:02 smithi160 bash[25433]: cluster 2024-09-17T08:45:01.053054+0000 mgr.smithi081.loqrpe (mgr.14197) 355 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:02.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:02 smithi160 bash[25433]: audit 2024-09-17T08:45:01.557127+0000 mon.smithi081 (mon.0) 949 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi081.imlmgg"}]: dispatch 2024-09-17T08:45:02.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:02 smithi160 bash[25433]: audit 2024-09-17T08:45:01.564014+0000 mon.smithi081 (mon.0) 950 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi081.imlmgg"}]': finished 2024-09-17T08:45:02.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:02 smithi160 bash[25433]: audit 2024-09-17T08:45:01.565335+0000 mon.smithi081 (mon.0) 951 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi081.imlmgg-rgw"}]: dispatch 2024-09-17T08:45:02.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:02 smithi160 bash[25433]: audit 2024-09-17T08:45:01.570955+0000 mon.smithi081 (mon.0) 952 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi081.imlmgg-rgw"}]': finished 2024-09-17T08:45:02.483 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:45:03.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:03 smithi160 bash[25433]: cephadm 2024-09-17T08:45:01.556550+0000 mgr.smithi081.loqrpe (mgr.14197) 356 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi081.imlmgg 2024-09-17T08:45:03.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:03 smithi160 bash[25433]: cephadm 2024-09-17T08:45:01.565003+0000 mgr.smithi081.loqrpe (mgr.14197) 357 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi081.imlmgg-rgw 2024-09-17T08:45:03.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:03 smithi160 bash[25433]: cephadm 2024-09-17T08:45:01.572035+0000 mgr.smithi081.loqrpe (mgr.14197) 358 : cephadm [INF] Removing orphan daemon haproxy.nfs.foo.smithi081.ssrmwd... 2024-09-17T08:45:03.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:03 smithi160 bash[25433]: cephadm 2024-09-17T08:45:01.572367+0000 mgr.smithi081.loqrpe (mgr.14197) 359 : cephadm [INF] Removing daemon haproxy.nfs.foo.smithi081.ssrmwd from smithi081 -- ports [2049, 9049] 2024-09-17T08:45:03.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:03 smithi081 bash[19989]: cephadm 2024-09-17T08:45:01.556550+0000 mgr.smithi081.loqrpe (mgr.14197) 356 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi081.imlmgg 2024-09-17T08:45:03.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:03 smithi081 bash[19989]: cephadm 2024-09-17T08:45:01.565003+0000 mgr.smithi081.loqrpe (mgr.14197) 357 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi081.imlmgg-rgw 2024-09-17T08:45:03.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:03 smithi081 bash[19989]: cephadm 2024-09-17T08:45:01.572035+0000 mgr.smithi081.loqrpe (mgr.14197) 358 : cephadm [INF] Removing orphan daemon haproxy.nfs.foo.smithi081.ssrmwd... 2024-09-17T08:45:03.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:03 smithi081 bash[19989]: cephadm 2024-09-17T08:45:01.572367+0000 mgr.smithi081.loqrpe (mgr.14197) 359 : cephadm [INF] Removing daemon haproxy.nfs.foo.smithi081.ssrmwd from smithi081 -- ports [2049, 9049] 2024-09-17T08:45:04.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:04 smithi160 bash[25433]: cluster 2024-09-17T08:45:03.055014+0000 mgr.smithi081.loqrpe (mgr.14197) 360 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:04.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:04 smithi081 bash[19989]: cluster 2024-09-17T08:45:03.055014+0000 mgr.smithi081.loqrpe (mgr.14197) 360 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:06.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:06 smithi160 bash[25433]: cluster 2024-09-17T08:45:05.056128+0000 mgr.smithi081.loqrpe (mgr.14197) 361 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:06.481 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:06 smithi081 bash[19989]: cluster 2024-09-17T08:45:05.056128+0000 mgr.smithi081.loqrpe (mgr.14197) 361 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:06.612 INFO:teuthology.orchestra.run.smithi081.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:45:06.612 INFO:teuthology.orchestra.run.smithi081.stdout:alertmanager.smithi081 smithi081 *:9093,9094 running (7m) 21s ago 9m 13.6M - 0.25.0 c8568f914cd2 4a0f8c67a4cd 2024-09-17T08:45:06.612 INFO:teuthology.orchestra.run.smithi081.stdout:ceph-exporter.smithi081 smithi081 running (9m) 21s ago 9m 8064k - 18.2.4-855-g19e2a2be 980a0bfcd684 84b9719bcb06 2024-09-17T08:45:06.612 INFO:teuthology.orchestra.run.smithi081.stdout:ceph-exporter.smithi160 smithi160 running (8m) 22s ago 8m 8347k - 18.2.4-855-g19e2a2be 980a0bfcd684 e77dec7618bf 2024-09-17T08:45:06.612 INFO:teuthology.orchestra.run.smithi081.stdout:crash.smithi081 smithi081 running (9m) 21s ago 9m 7247k - 18.2.4-855-g19e2a2be 980a0bfcd684 1a641973a183 2024-09-17T08:45:06.612 INFO:teuthology.orchestra.run.smithi081.stdout:crash.smithi160 smithi160 running (8m) 22s ago 8m 7247k - 18.2.4-855-g19e2a2be 980a0bfcd684 07a0bb84b834 2024-09-17T08:45:06.612 INFO:teuthology.orchestra.run.smithi081.stdout:grafana.smithi081 smithi081 *:3000 running (7m) 21s ago 8m 75.3M - 9.4.7 954c08fa6188 034719874f2b 2024-09-17T08:45:06.613 INFO:teuthology.orchestra.run.smithi081.stdout:haproxy.nfs.foo.smithi081.ssrmwd smithi081 *:2049,9049 running (107s) 21s ago 107s 5012k - 2.3.17-d1c9119 e85424b0d443 115fcf111169 2024-09-17T08:45:06.613 INFO:teuthology.orchestra.run.smithi081.stdout:haproxy.nfs.foo.smithi160.kavdse smithi160 *:2049,9049 running (99s) 22s ago 99s 5023k - 2.3.17-d1c9119 e85424b0d443 b2a90b883174 2024-09-17T08:45:06.613 INFO:teuthology.orchestra.run.smithi081.stdout:keepalived.nfs.foo.smithi081.jndcfz smithi081 running (79s) 21s ago 79s 2639k - 2.2.4 4a3a1ff181d9 3ca1f21b9cfe 2024-09-17T08:45:06.613 INFO:teuthology.orchestra.run.smithi081.stdout:keepalived.nfs.foo.smithi160.gdtkwz smithi160 running (89s) 22s ago 89s 2652k - 2.2.4 4a3a1ff181d9 e764fd618084 2024-09-17T08:45:06.613 INFO:teuthology.orchestra.run.smithi081.stdout:mgr.smithi081.loqrpe smithi081 *:9283,8765,8443 running (11m) 21s ago 11m 491M - 18.2.4-855-g19e2a2be 980a0bfcd684 76f70bccd36d 2024-09-17T08:45:06.613 INFO:teuthology.orchestra.run.smithi081.stdout:mgr.smithi160.aruonq smithi160 *:8443,9283,8765 running (8m) 22s ago 8m 428M - 18.2.4-855-g19e2a2be 980a0bfcd684 07c02d0456f0 2024-09-17T08:45:06.613 INFO:teuthology.orchestra.run.smithi081.stdout:mon.smithi081 smithi081 running (11m) 21s ago 11m 48.6M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 a76056e33f8e 2024-09-17T08:45:06.613 INFO:teuthology.orchestra.run.smithi081.stdout:mon.smithi160 smithi160 running (8m) 22s ago 8m 37.1M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 4ec031cca684 2024-09-17T08:45:06.613 INFO:teuthology.orchestra.run.smithi081.stdout:node-exporter.smithi081 smithi081 *:9100 running (9m) 21s ago 9m 8796k - 1.5.0 0da6a335fe13 7c4cd8a23bcd 2024-09-17T08:45:06.613 INFO:teuthology.orchestra.run.smithi081.stdout:node-exporter.smithi160 smithi160 *:9100 running (8m) 22s ago 8m 8592k - 1.5.0 0da6a335fe13 f24caaea555a 2024-09-17T08:45:06.613 INFO:teuthology.orchestra.run.smithi081.stdout:osd.0 smithi160 running (6m) 22s ago 6m 62.3M 3772M 18.2.4-855-g19e2a2be 980a0bfcd684 c2ce696f266e 2024-09-17T08:45:06.613 INFO:teuthology.orchestra.run.smithi081.stdout:osd.1 smithi081 running (6m) 21s ago 6m 59.6M 3004M 18.2.4-855-g19e2a2be 980a0bfcd684 4b813043da13 2024-09-17T08:45:06.614 INFO:teuthology.orchestra.run.smithi081.stdout:osd.2 smithi160 running (6m) 22s ago 6m 57.4M 3772M 18.2.4-855-g19e2a2be 980a0bfcd684 f48c8459d10e 2024-09-17T08:45:06.614 INFO:teuthology.orchestra.run.smithi081.stdout:osd.3 smithi081 running (6m) 21s ago 6m 61.5M 3004M 18.2.4-855-g19e2a2be 980a0bfcd684 a02def0269cb 2024-09-17T08:45:06.614 INFO:teuthology.orchestra.run.smithi081.stdout:osd.4 smithi160 running (6m) 22s ago 6m 57.8M 3772M 18.2.4-855-g19e2a2be 980a0bfcd684 f418c4ab8201 2024-09-17T08:45:06.614 INFO:teuthology.orchestra.run.smithi081.stdout:osd.5 smithi081 running (6m) 21s ago 6m 48.2M 3004M 18.2.4-855-g19e2a2be 980a0bfcd684 84ec6c66662e 2024-09-17T08:45:06.614 INFO:teuthology.orchestra.run.smithi081.stdout:osd.6 smithi160 running (6m) 22s ago 6m 57.0M 3772M 18.2.4-855-g19e2a2be 980a0bfcd684 cf0e6df916c2 2024-09-17T08:45:06.614 INFO:teuthology.orchestra.run.smithi081.stdout:osd.7 smithi081 running (6m) 21s ago 6m 55.6M 3004M 18.2.4-855-g19e2a2be 980a0bfcd684 d03918f83b40 2024-09-17T08:45:06.614 INFO:teuthology.orchestra.run.smithi081.stdout:prometheus.smithi081 smithi081 *:9095 running (62s) 21s ago 8m 44.6M - 2.43.0 a07b618ecd1d e7a6e32b2532 2024-09-17T08:45:06.614 INFO:teuthology.orchestra.run.smithi081.stdout:rgw.foorgw.smithi081.tjsafc smithi081 *:8800 running (2m) 21s ago 2m 88.0M - 18.2.4-855-g19e2a2be 980a0bfcd684 8c2e21746323 2024-09-17T08:45:06.614 INFO:teuthology.orchestra.run.smithi081.stdout:rgw.foorgw.smithi160.ubbvem smithi160 *:8800 running (2m) 22s ago 2m 87.1M - 18.2.4-855-g19e2a2be 980a0bfcd684 8600587571bb 2024-09-17T08:45:07.150 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:06 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:45:07.329 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ls' 2024-09-17T08:45:07.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:07 smithi160 bash[25433]: audit 2024-09-17T08:45:06.913031+0000 mon.smithi081 (mon.0) 953 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:45:07.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:07 smithi160 bash[25433]: audit 2024-09-17T08:45:07.068480+0000 mon.smithi081 (mon.0) 954 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.ssrmwd"}]: dispatch 2024-09-17T08:45:07.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:07 smithi081 bash[19989]: audit 2024-09-17T08:45:06.913031+0000 mon.smithi081 (mon.0) 953 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:45:07.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:07 smithi081 bash[19989]: audit 2024-09-17T08:45:07.068480+0000 mon.smithi081 (mon.0) 954 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.ssrmwd"}]: dispatch 2024-09-17T08:45:08.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:08 smithi160 bash[25433]: audit 2024-09-17T08:45:06.584593+0000 mgr.smithi081.loqrpe (mgr.14197) 362 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:08.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:08 smithi160 bash[25433]: cluster 2024-09-17T08:45:07.057314+0000 mgr.smithi081.loqrpe (mgr.14197) 363 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:08.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:08 smithi160 bash[25433]: cephadm 2024-09-17T08:45:07.067928+0000 mgr.smithi081.loqrpe (mgr.14197) 364 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.ssrmwd 2024-09-17T08:45:08.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:08 smithi160 bash[25433]: cephadm 2024-09-17T08:45:07.069403+0000 mgr.smithi081.loqrpe (mgr.14197) 365 : cephadm [INF] Removing orphan daemon keepalived.nfs.foo.smithi081.jndcfz... 2024-09-17T08:45:08.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:08 smithi160 bash[25433]: cephadm 2024-09-17T08:45:07.069632+0000 mgr.smithi081.loqrpe (mgr.14197) 366 : cephadm [INF] Removing daemon keepalived.nfs.foo.smithi081.jndcfz from smithi081 -- ports [] 2024-09-17T08:45:08.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:08 smithi081 bash[19989]: audit 2024-09-17T08:45:06.584593+0000 mgr.smithi081.loqrpe (mgr.14197) 362 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:08.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:08 smithi081 bash[19989]: cluster 2024-09-17T08:45:07.057314+0000 mgr.smithi081.loqrpe (mgr.14197) 363 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:08.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:08 smithi081 bash[19989]: cephadm 2024-09-17T08:45:07.067928+0000 mgr.smithi081.loqrpe (mgr.14197) 364 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.ssrmwd 2024-09-17T08:45:08.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:08 smithi081 bash[19989]: cephadm 2024-09-17T08:45:07.069403+0000 mgr.smithi081.loqrpe (mgr.14197) 365 : cephadm [INF] Removing orphan daemon keepalived.nfs.foo.smithi081.jndcfz... 2024-09-17T08:45:08.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:08 smithi081 bash[19989]: cephadm 2024-09-17T08:45:07.069632+0000 mgr.smithi081.loqrpe (mgr.14197) 366 : cephadm [INF] Removing daemon keepalived.nfs.foo.smithi081.jndcfz from smithi081 -- ports [] 2024-09-17T08:45:09.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:09 smithi160 bash[25433]: cluster 2024-09-17T08:45:09.058412+0000 mgr.smithi081.loqrpe (mgr.14197) 367 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:09.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:09 smithi081 bash[19989]: cluster 2024-09-17T08:45:09.058412+0000 mgr.smithi081.loqrpe (mgr.14197) 367 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:11.975 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:45:12.237 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:12 smithi081 bash[19989]: cluster 2024-09-17T08:45:11.059696+0000 mgr.smithi081.loqrpe (mgr.14197) 368 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:12.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:12 smithi160 bash[25433]: cluster 2024-09-17T08:45:11.059696+0000 mgr.smithi081.loqrpe (mgr.14197) 368 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:14.182 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:14 smithi081 bash[19989]: cluster 2024-09-17T08:45:13.061583+0000 mgr.smithi081.loqrpe (mgr.14197) 369 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:14.447 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:14 smithi081 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:45:14.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:14 smithi160 bash[25433]: cluster 2024-09-17T08:45:13.061583+0000 mgr.smithi081.loqrpe (mgr.14197) 369 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:15.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:15 smithi160 bash[25433]: audit 2024-09-17T08:45:14.517349+0000 mon.smithi081 (mon.0) 955 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.jndcfz"}]: dispatch 2024-09-17T08:45:15.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:15 smithi081 bash[19989]: audit 2024-09-17T08:45:14.517349+0000 mon.smithi081 (mon.0) 955 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi081.jndcfz"}]: dispatch 2024-09-17T08:45:16.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:16 smithi160 bash[25433]: cephadm 2024-09-17T08:45:14.516967+0000 mgr.smithi081.loqrpe (mgr.14197) 370 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.jndcfz 2024-09-17T08:45:16.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:16 smithi160 bash[25433]: cephadm 2024-09-17T08:45:14.518939+0000 mgr.smithi081.loqrpe (mgr.14197) 371 : cephadm [INF] Removing orphan daemon haproxy.nfs.foo.smithi160.kavdse... 2024-09-17T08:45:16.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:16 smithi160 bash[25433]: cephadm 2024-09-17T08:45:14.519141+0000 mgr.smithi081.loqrpe (mgr.14197) 372 : cephadm [INF] Removing daemon haproxy.nfs.foo.smithi160.kavdse from smithi160 -- ports [2049, 9049] 2024-09-17T08:45:16.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:16 smithi160 bash[25433]: cluster 2024-09-17T08:45:15.062310+0000 mgr.smithi081.loqrpe (mgr.14197) 373 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:16.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:16 smithi081 bash[19989]: cephadm 2024-09-17T08:45:14.516967+0000 mgr.smithi081.loqrpe (mgr.14197) 370 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi081.jndcfz 2024-09-17T08:45:16.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:16 smithi081 bash[19989]: cephadm 2024-09-17T08:45:14.518939+0000 mgr.smithi081.loqrpe (mgr.14197) 371 : cephadm [INF] Removing orphan daemon haproxy.nfs.foo.smithi160.kavdse... 2024-09-17T08:45:16.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:16 smithi081 bash[19989]: cephadm 2024-09-17T08:45:14.519141+0000 mgr.smithi081.loqrpe (mgr.14197) 372 : cephadm [INF] Removing daemon haproxy.nfs.foo.smithi160.kavdse from smithi160 -- ports [2049, 9049] 2024-09-17T08:45:16.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:16 smithi081 bash[19989]: cluster 2024-09-17T08:45:15.062310+0000 mgr.smithi081.loqrpe (mgr.14197) 373 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:16.576 INFO:teuthology.orchestra.run.smithi081.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-17T08:45:16.576 INFO:teuthology.orchestra.run.smithi081.stdout:alertmanager ?:9093,9094 1/1 31s ago 10m count:1 2024-09-17T08:45:16.576 INFO:teuthology.orchestra.run.smithi081.stdout:ceph-exporter 2/2 32s ago 10m * 2024-09-17T08:45:16.576 INFO:teuthology.orchestra.run.smithi081.stdout:crash 2/2 32s ago 10m * 2024-09-17T08:45:16.576 INFO:teuthology.orchestra.run.smithi081.stdout:grafana ?:3000 1/1 31s ago 10m count:1 2024-09-17T08:45:16.577 INFO:teuthology.orchestra.run.smithi081.stdout:ingress.nfs.foo 10.0.31.81:2049,9049 2/4 2m count:2 2024-09-17T08:45:16.577 INFO:teuthology.orchestra.run.smithi081.stdout:mgr 2/2 32s ago 10m count:2 2024-09-17T08:45:16.577 INFO:teuthology.orchestra.run.smithi081.stdout:mon 2/2 32s ago 8m smithi081:172.21.15.81=smithi081;smithi160:172.21.15.160=smithi160;count:2 2024-09-17T08:45:16.577 INFO:teuthology.orchestra.run.smithi081.stdout:nfs.foo ?:12049 0/1 2m count:1 2024-09-17T08:45:16.577 INFO:teuthology.orchestra.run.smithi081.stdout:node-exporter ?:9100 2/2 32s ago 10m * 2024-09-17T08:45:16.577 INFO:teuthology.orchestra.run.smithi081.stdout:osd.all-available-devices 8 32s ago 7m * 2024-09-17T08:45:16.577 INFO:teuthology.orchestra.run.smithi081.stdout:prometheus ?:9095 1/1 31s ago 10m count:1 2024-09-17T08:45:16.577 INFO:teuthology.orchestra.run.smithi081.stdout:rgw.foorgw ?:8800 2/2 32s ago 2m count:2 2024-09-17T08:45:17.352 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- bash -c 'ceph orch host ls' 2024-09-17T08:45:18.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:18 smithi160 bash[25433]: audit 2024-09-17T08:45:16.566036+0000 mgr.smithi081.loqrpe (mgr.14197) 374 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:18.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:18 smithi160 bash[25433]: cluster 2024-09-17T08:45:17.063996+0000 mgr.smithi081.loqrpe (mgr.14197) 375 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:18.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:18 smithi081 bash[19989]: audit 2024-09-17T08:45:16.566036+0000 mgr.smithi081.loqrpe (mgr.14197) 374 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:18.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:18 smithi081 bash[19989]: cluster 2024-09-17T08:45:17.063996+0000 mgr.smithi081.loqrpe (mgr.14197) 375 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:20.388 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:20 smithi160 bash[25433]: cluster 2024-09-17T08:45:19.065306+0000 mgr.smithi081.loqrpe (mgr.14197) 376 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:20.388 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:20 smithi160 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:45:20.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:20 smithi081 bash[19989]: cluster 2024-09-17T08:45:19.065306+0000 mgr.smithi081.loqrpe (mgr.14197) 376 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:21.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:21 smithi160 bash[25433]: audit 2024-09-17T08:45:20.542385+0000 mon.smithi081 (mon.0) 956 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi160.kavdse"}]: dispatch 2024-09-17T08:45:21.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:21 smithi081 bash[19989]: audit 2024-09-17T08:45:20.542385+0000 mon.smithi081 (mon.0) 956 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi160.kavdse"}]: dispatch 2024-09-17T08:45:22.117 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:45:22.411 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:22 smithi081 bash[19989]: cephadm 2024-09-17T08:45:20.541638+0000 mgr.smithi081.loqrpe (mgr.14197) 377 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi160.kavdse 2024-09-17T08:45:22.411 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:22 smithi081 bash[19989]: cephadm 2024-09-17T08:45:20.544027+0000 mgr.smithi081.loqrpe (mgr.14197) 378 : cephadm [INF] Removing orphan daemon keepalived.nfs.foo.smithi160.gdtkwz... 2024-09-17T08:45:22.411 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:22 smithi081 bash[19989]: cephadm 2024-09-17T08:45:20.544486+0000 mgr.smithi081.loqrpe (mgr.14197) 379 : cephadm [INF] Removing daemon keepalived.nfs.foo.smithi160.gdtkwz from smithi160 -- ports [] 2024-09-17T08:45:22.411 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:22 smithi081 bash[19989]: cluster 2024-09-17T08:45:21.066488+0000 mgr.smithi081.loqrpe (mgr.14197) 380 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:22.412 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:22 smithi081 bash[19989]: audit 2024-09-17T08:45:21.913777+0000 mon.smithi081 (mon.0) 957 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:45:22.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:22 smithi160 bash[25433]: cephadm 2024-09-17T08:45:20.541638+0000 mgr.smithi081.loqrpe (mgr.14197) 377 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi160.kavdse 2024-09-17T08:45:22.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:22 smithi160 bash[25433]: cephadm 2024-09-17T08:45:20.544027+0000 mgr.smithi081.loqrpe (mgr.14197) 378 : cephadm [INF] Removing orphan daemon keepalived.nfs.foo.smithi160.gdtkwz... 2024-09-17T08:45:22.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:22 smithi160 bash[25433]: cephadm 2024-09-17T08:45:20.544486+0000 mgr.smithi081.loqrpe (mgr.14197) 379 : cephadm [INF] Removing daemon keepalived.nfs.foo.smithi160.gdtkwz from smithi160 -- ports [] 2024-09-17T08:45:22.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:22 smithi160 bash[25433]: cluster 2024-09-17T08:45:21.066488+0000 mgr.smithi081.loqrpe (mgr.14197) 380 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:22.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:22 smithi160 bash[25433]: audit 2024-09-17T08:45:21.913777+0000 mon.smithi081 (mon.0) 957 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:45:24.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:24 smithi160 bash[25433]: cluster 2024-09-17T08:45:23.068332+0000 mgr.smithi081.loqrpe (mgr.14197) 381 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:24.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:24 smithi081 bash[19989]: cluster 2024-09-17T08:45:23.068332+0000 mgr.smithi081.loqrpe (mgr.14197) 381 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:25.938 INFO:teuthology.orchestra.run.smithi081.stdout:HOST ADDR LABELS STATUS 2024-09-17T08:45:25.938 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 172.21.15.81 2024-09-17T08:45:25.938 INFO:teuthology.orchestra.run.smithi081.stdout:smithi160 172.21.15.160 2024-09-17T08:45:25.938 INFO:teuthology.orchestra.run.smithi081.stdout:2 hosts in cluster 2024-09-17T08:45:26.237 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:26 smithi081 bash[19989]: cluster 2024-09-17T08:45:25.069314+0000 mgr.smithi081.loqrpe (mgr.14197) 382 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:26.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:26 smithi160 bash[25433]: cluster 2024-09-17T08:45:25.069314+0000 mgr.smithi081.loqrpe (mgr.14197) 382 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:26.730 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- bash -c 'ceph orch device ls' 2024-09-17T08:45:27.445 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:27 smithi160 bash[25433]: audit 2024-09-17T08:45:25.940271+0000 mgr.smithi081.loqrpe (mgr.14197) 383 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:27.445 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:27 smithi160 bash[25433]: cluster 2024-09-17T08:45:27.071017+0000 mgr.smithi081.loqrpe (mgr.14197) 384 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:27.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:27 smithi081 bash[19989]: audit 2024-09-17T08:45:25.940271+0000 mgr.smithi081.loqrpe (mgr.14197) 383 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:27.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:27 smithi081 bash[19989]: cluster 2024-09-17T08:45:27.071017+0000 mgr.smithi081.loqrpe (mgr.14197) 384 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:27.721 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:27 smithi160 systemd[1]: /etc/systemd/system/ceph-6889c766-74cf-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T08:45:28.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:28 smithi160 bash[25433]: cephadm 2024-09-17T08:45:27.750405+0000 mgr.smithi081.loqrpe (mgr.14197) 385 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi160.gdtkwz 2024-09-17T08:45:28.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:28 smithi160 bash[25433]: audit 2024-09-17T08:45:27.751103+0000 mon.smithi081 (mon.0) 958 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi160.gdtkwz"}]: dispatch 2024-09-17T08:45:28.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:28 smithi160 bash[25433]: cephadm 2024-09-17T08:45:27.840270+0000 mgr.smithi081.loqrpe (mgr.14197) 386 : cephadm [INF] Purge service nfs.foo 2024-09-17T08:45:28.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:28 smithi160 bash[25433]: cephadm 2024-09-17T08:45:27.840369+0000 mgr.smithi081.loqrpe (mgr.14197) 387 : cephadm [INF] Removing grace file for nfs.foo 2024-09-17T08:45:28.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:28 smithi160 bash[25433]: audit 2024-09-17T08:45:27.909149+0000 mon.smithi081 (mon.0) 959 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/spec.nfs.foo"}]: dispatch 2024-09-17T08:45:28.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:28 smithi160 bash[25433]: audit 2024-09-17T08:45:27.912557+0000 mon.smithi081 (mon.0) 960 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.nfs.foo"}]': finished 2024-09-17T08:45:28.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:28 smithi160 bash[25433]: cephadm 2024-09-17T08:45:27.913082+0000 mgr.smithi081.loqrpe (mgr.14197) 388 : cephadm [INF] Purge service ingress.nfs.foo 2024-09-17T08:45:28.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:28 smithi160 bash[25433]: audit 2024-09-17T08:45:27.913346+0000 mon.smithi081 (mon.0) 961 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/spec.ingress.nfs.foo"}]: dispatch 2024-09-17T08:45:28.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:28 smithi160 bash[25433]: audit 2024-09-17T08:45:27.917637+0000 mon.smithi081 (mon.0) 962 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.ingress.nfs.foo"}]': finished 2024-09-17T08:45:28.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:28 smithi160 bash[25433]: audit 2024-09-17T08:45:27.918618+0000 mon.smithi081 (mon.0) 963 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:45:28.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:28 smithi081 bash[19989]: cephadm 2024-09-17T08:45:27.750405+0000 mgr.smithi081.loqrpe (mgr.14197) 385 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi160.gdtkwz 2024-09-17T08:45:28.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:28 smithi081 bash[19989]: audit 2024-09-17T08:45:27.751103+0000 mon.smithi081 (mon.0) 958 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi160.gdtkwz"}]: dispatch 2024-09-17T08:45:28.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:28 smithi081 bash[19989]: cephadm 2024-09-17T08:45:27.840270+0000 mgr.smithi081.loqrpe (mgr.14197) 386 : cephadm [INF] Purge service nfs.foo 2024-09-17T08:45:28.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:28 smithi081 bash[19989]: cephadm 2024-09-17T08:45:27.840369+0000 mgr.smithi081.loqrpe (mgr.14197) 387 : cephadm [INF] Removing grace file for nfs.foo 2024-09-17T08:45:28.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:28 smithi081 bash[19989]: audit 2024-09-17T08:45:27.909149+0000 mon.smithi081 (mon.0) 959 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/spec.nfs.foo"}]: dispatch 2024-09-17T08:45:28.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:28 smithi081 bash[19989]: audit 2024-09-17T08:45:27.912557+0000 mon.smithi081 (mon.0) 960 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.nfs.foo"}]': finished 2024-09-17T08:45:28.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:28 smithi081 bash[19989]: cephadm 2024-09-17T08:45:27.913082+0000 mgr.smithi081.loqrpe (mgr.14197) 388 : cephadm [INF] Purge service ingress.nfs.foo 2024-09-17T08:45:28.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:28 smithi081 bash[19989]: audit 2024-09-17T08:45:27.913346+0000 mon.smithi081 (mon.0) 961 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/spec.ingress.nfs.foo"}]: dispatch 2024-09-17T08:45:28.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:28 smithi081 bash[19989]: audit 2024-09-17T08:45:27.917637+0000 mon.smithi081 (mon.0) 962 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.ingress.nfs.foo"}]': finished 2024-09-17T08:45:28.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:28 smithi081 bash[19989]: audit 2024-09-17T08:45:27.918618+0000 mon.smithi081 (mon.0) 963 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:45:29.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:29 smithi160 bash[25433]: cluster 2024-09-17T08:45:29.072546+0000 mgr.smithi081.loqrpe (mgr.14197) 389 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:29.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:29 smithi081 bash[19989]: cluster 2024-09-17T08:45:29.072546+0000 mgr.smithi081.loqrpe (mgr.14197) 389 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:31.481 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:45:32.412 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:32 smithi081 bash[19989]: cluster 2024-09-17T08:45:31.073860+0000 mgr.smithi081.loqrpe (mgr.14197) 390 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:32.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:32 smithi160 bash[25433]: cluster 2024-09-17T08:45:31.073860+0000 mgr.smithi081.loqrpe (mgr.14197) 390 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:34.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:34 smithi160 bash[25433]: cluster 2024-09-17T08:45:33.074807+0000 mgr.smithi081.loqrpe (mgr.14197) 391 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:34.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:34 smithi160 bash[25433]: audit 2024-09-17T08:45:33.253036+0000 mon.smithi081 (mon.0) 964 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:45:34.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:34 smithi160 bash[25433]: audit 2024-09-17T08:45:33.257698+0000 mon.smithi081 (mon.0) 965 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:45:34.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:34 smithi160 bash[25433]: audit 2024-09-17T08:45:33.436739+0000 mon.smithi081 (mon.0) 966 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:45:34.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:34 smithi160 bash[25433]: audit 2024-09-17T08:45:33.441808+0000 mon.smithi081 (mon.0) 967 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:45:34.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:34 smithi160 bash[25433]: audit 2024-09-17T08:45:33.832634+0000 mon.smithi081 (mon.0) 968 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:45:34.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:34 smithi160 bash[25433]: audit 2024-09-17T08:45:33.833395+0000 mon.smithi081 (mon.0) 969 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:45:34.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:34 smithi160 bash[25433]: audit 2024-09-17T08:45:33.842252+0000 mon.smithi081 (mon.0) 970 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:45:34.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:34 smithi160 bash[25433]: audit 2024-09-17T08:45:33.849640+0000 mon.smithi081 (mon.0) 971 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:45:34.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:34 smithi081 bash[19989]: cluster 2024-09-17T08:45:33.074807+0000 mgr.smithi081.loqrpe (mgr.14197) 391 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:34.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:34 smithi081 bash[19989]: audit 2024-09-17T08:45:33.253036+0000 mon.smithi081 (mon.0) 964 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:45:34.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:34 smithi081 bash[19989]: audit 2024-09-17T08:45:33.257698+0000 mon.smithi081 (mon.0) 965 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:45:34.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:34 smithi081 bash[19989]: audit 2024-09-17T08:45:33.436739+0000 mon.smithi081 (mon.0) 966 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:45:34.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:34 smithi081 bash[19989]: audit 2024-09-17T08:45:33.441808+0000 mon.smithi081 (mon.0) 967 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:45:34.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:34 smithi081 bash[19989]: audit 2024-09-17T08:45:33.832634+0000 mon.smithi081 (mon.0) 968 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:45:34.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:34 smithi081 bash[19989]: audit 2024-09-17T08:45:33.833395+0000 mon.smithi081 (mon.0) 969 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:45:34.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:34 smithi081 bash[19989]: audit 2024-09-17T08:45:33.842252+0000 mon.smithi081 (mon.0) 970 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:45:34.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:34 smithi081 bash[19989]: audit 2024-09-17T08:45:33.849640+0000 mon.smithi081 (mon.0) 971 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:45:35.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:35 smithi160 bash[25433]: cluster 2024-09-17T08:45:33.835699+0000 mgr.smithi081.loqrpe (mgr.14197) 392 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:35.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:35 smithi160 bash[25433]: cephadm 2024-09-17T08:45:33.893625+0000 mgr.smithi081.loqrpe (mgr.14197) 393 : cephadm [INF] Reconfiguring prometheus.smithi081 (dependencies changed)... 2024-09-17T08:45:35.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:35 smithi160 bash[25433]: cluster 2024-09-17T08:45:34.440376+0000 mon.smithi081 (mon.0) 972 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-17T08:45:35.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:35 smithi081 bash[19989]: cluster 2024-09-17T08:45:33.835699+0000 mgr.smithi081.loqrpe (mgr.14197) 392 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:35.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:35 smithi081 bash[19989]: cephadm 2024-09-17T08:45:33.893625+0000 mgr.smithi081.loqrpe (mgr.14197) 393 : cephadm [INF] Reconfiguring prometheus.smithi081 (dependencies changed)... 2024-09-17T08:45:35.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:35 smithi081 bash[19989]: cluster 2024-09-17T08:45:34.440376+0000 mon.smithi081 (mon.0) 972 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-17T08:45:36.087 INFO:teuthology.orchestra.run.smithi081.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-17T08:45:36.087 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400N7400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-09-17T08:45:36.087 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 /dev/nvme1n1 ssd Linux_89503b03bd6ec0356e13 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:45:36.087 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 /dev/nvme2n1 ssd Linux_bcf0bc48c7b99f494efb 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:45:36.088 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 /dev/nvme3n1 ssd Linux_ea17490cf28c0e1f7e5e 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:45:36.088 INFO:teuthology.orchestra.run.smithi081.stdout:smithi081 /dev/nvme4n1 ssd Linux_7c221c68213e88f28acc 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:45:36.088 INFO:teuthology.orchestra.run.smithi081.stdout:smithi160 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300JY400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-09-17T08:45:36.088 INFO:teuthology.orchestra.run.smithi081.stdout:smithi160 /dev/nvme1n1 ssd Linux_92f08e082d258c7d2922 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:45:36.088 INFO:teuthology.orchestra.run.smithi081.stdout:smithi160 /dev/nvme2n1 ssd Linux_11d7d34ddfa123595f8f 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:45:36.088 INFO:teuthology.orchestra.run.smithi081.stdout:smithi160 /dev/nvme3n1 ssd Linux_2119603ad4ef00143f15 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:45:36.088 INFO:teuthology.orchestra.run.smithi081.stdout:smithi160 /dev/nvme4n1 ssd Linux_4ac1982a5d9fba4a3a04 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:45:36.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:36 smithi160 bash[25433]: cephadm 2024-09-17T08:45:34.163015+0000 mgr.smithi081.loqrpe (mgr.14197) 394 : cephadm [INF] Reconfiguring daemon prometheus.smithi081 on smithi081 2024-09-17T08:45:36.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:36 smithi081 bash[19989]: cephadm 2024-09-17T08:45:34.163015+0000 mgr.smithi081.loqrpe (mgr.14197) 394 : cephadm [INF] Reconfiguring daemon prometheus.smithi081 on smithi081 2024-09-17T08:45:37.024 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6889c766-74cf-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ls | grep '"'"'^osd.all-available-devices '"'"'' 2024-09-17T08:45:37.237 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:37 smithi081 bash[19989]: cluster 2024-09-17T08:45:35.836846+0000 mgr.smithi081.loqrpe (mgr.14197) 395 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:37.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:37 smithi081 bash[19989]: audit 2024-09-17T08:45:36.087108+0000 mgr.smithi081.loqrpe (mgr.14197) 396 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:37.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:37 smithi081 bash[19989]: audit 2024-09-17T08:45:36.917823+0000 mon.smithi081 (mon.0) 973 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:45:37.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:37 smithi081 bash[19989]: audit 2024-09-17T08:45:36.918837+0000 mon.smithi081 (mon.0) 974 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:45:37.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:37 smithi160 bash[25433]: cluster 2024-09-17T08:45:35.836846+0000 mgr.smithi081.loqrpe (mgr.14197) 395 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:37.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:37 smithi160 bash[25433]: audit 2024-09-17T08:45:36.087108+0000 mgr.smithi081.loqrpe (mgr.14197) 396 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:37.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:37 smithi160 bash[25433]: audit 2024-09-17T08:45:36.917823+0000 mon.smithi081 (mon.0) 973 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:45:37.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:37 smithi160 bash[25433]: audit 2024-09-17T08:45:36.918837+0000 mon.smithi081 (mon.0) 974 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:45:39.238 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:39 smithi081 bash[19989]: cluster 2024-09-17T08:45:37.838636+0000 mgr.smithi081.loqrpe (mgr.14197) 397 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:39.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:39 smithi160 bash[25433]: cluster 2024-09-17T08:45:37.838636+0000 mgr.smithi081.loqrpe (mgr.14197) 397 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:41.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:41 smithi160 bash[25433]: cluster 2024-09-17T08:45:39.839335+0000 mgr.smithi081.loqrpe (mgr.14197) 398 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:41.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:41 smithi160 bash[25433]: audit 2024-09-17T08:45:40.658542+0000 mon.smithi081 (mon.0) 975 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:45:41.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:41 smithi160 bash[25433]: audit 2024-09-17T08:45:40.665202+0000 mon.smithi081 (mon.0) 976 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:45:41.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:41 smithi160 bash[25433]: audit 2024-09-17T08:45:40.669764+0000 mon.smithi081 (mon.0) 977 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:45:41.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:41 smithi160 bash[25433]: audit 2024-09-17T08:45:40.710064+0000 mon.smithi081 (mon.0) 978 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:45:41.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:41 smithi081 bash[19989]: cluster 2024-09-17T08:45:39.839335+0000 mgr.smithi081.loqrpe (mgr.14197) 398 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:41.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:41 smithi081 bash[19989]: audit 2024-09-17T08:45:40.658542+0000 mon.smithi081 (mon.0) 975 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:45:41.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:41 smithi081 bash[19989]: audit 2024-09-17T08:45:40.665202+0000 mon.smithi081 (mon.0) 976 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:45:41.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:41 smithi081 bash[19989]: audit 2024-09-17T08:45:40.669764+0000 mon.smithi081 (mon.0) 977 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:45:41.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:41 smithi081 bash[19989]: audit 2024-09-17T08:45:40.710064+0000 mon.smithi081 (mon.0) 978 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:45:42.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:42 smithi160 bash[25433]: audit 2024-09-17T08:45:40.670199+0000 mgr.smithi081.loqrpe (mgr.14197) 399 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:45:42.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:42 smithi081 bash[19989]: audit 2024-09-17T08:45:40.670199+0000 mgr.smithi081.loqrpe (mgr.14197) 399 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:45:43.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:43 smithi160 bash[25433]: cluster 2024-09-17T08:45:41.840686+0000 mgr.smithi081.loqrpe (mgr.14197) 400 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:43.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:43 smithi081 bash[19989]: cluster 2024-09-17T08:45:41.840686+0000 mgr.smithi081.loqrpe (mgr.14197) 400 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:43.813 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/mon.smithi081/config 2024-09-17T08:45:44.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:44 smithi160 bash[25433]: cluster 2024-09-17T08:45:43.841714+0000 mgr.smithi081.loqrpe (mgr.14197) 401 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:44.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:44 smithi081 bash[19989]: cluster 2024-09-17T08:45:43.841714+0000 mgr.smithi081.loqrpe (mgr.14197) 401 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:47.310 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:47 smithi081 bash[19989]: cluster 2024-09-17T08:45:45.842783+0000 mgr.smithi081.loqrpe (mgr.14197) 402 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:47.310 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:47 smithi081 bash[19989]: audit 2024-09-17T08:45:46.064593+0000 mon.smithi081 (mon.0) 979 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:45:47.310 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:47 smithi081 bash[19989]: audit 2024-09-17T08:45:46.070326+0000 mon.smithi081 (mon.0) 980 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:45:47.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:47 smithi160 bash[25433]: cluster 2024-09-17T08:45:45.842783+0000 mgr.smithi081.loqrpe (mgr.14197) 402 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:47.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:47 smithi160 bash[25433]: audit 2024-09-17T08:45:46.064593+0000 mon.smithi081 (mon.0) 979 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:45:47.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:47 smithi160 bash[25433]: audit 2024-09-17T08:45:46.070326+0000 mon.smithi081 (mon.0) 980 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:45:47.621 INFO:teuthology.orchestra.run.smithi081.stdout:osd.all-available-devices 8 1s ago 8m * 2024-09-17T08:45:48.411 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-09-17T08:45:48.425 INFO:tasks.vip:Removing 10.0.15.81 (and any VIPs) on smithi081.front.sepia.ceph.com iface enp3s0f1... 2024-09-17T08:45:48.426 DEBUG:teuthology.orchestra.run.smithi081:> sudo ip addr del 10.0.15.81/16 dev enp3s0f1 2024-09-17T08:45:48.442 DEBUG:teuthology.orchestra.run.smithi081:> sudo ip addr del 10.0.31.81/16 dev enp3s0f1 2024-09-17T08:45:48.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:48 smithi081 bash[19989]: audit 2024-09-17T08:45:47.449649+0000 mon.smithi081 (mon.0) 981 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:45:48.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:48 smithi081 bash[19989]: audit 2024-09-17T08:45:47.455535+0000 mon.smithi081 (mon.0) 982 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:45:48.487 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:48 smithi081 bash[19989]: audit 2024-09-17T08:45:47.456383+0000 mon.smithi081 (mon.0) 983 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:45:48.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:48 smithi081 bash[19989]: audit 2024-09-17T08:45:47.457011+0000 mon.smithi081 (mon.0) 984 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:45:48.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:48 smithi081 bash[19989]: cluster 2024-09-17T08:45:47.458818+0000 mgr.smithi081.loqrpe (mgr.14197) 403 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:48.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:48 smithi081 bash[19989]: cluster 2024-09-17T08:45:47.459040+0000 mgr.smithi081.loqrpe (mgr.14197) 404 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:48.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:48 smithi081 bash[19989]: audit 2024-09-17T08:45:47.462887+0000 mon.smithi081 (mon.0) 985 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:45:48.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:48 smithi081 bash[19989]: audit 2024-09-17T08:45:47.465529+0000 mon.smithi081 (mon.0) 986 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:45:48.488 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:48 smithi081 bash[19989]: audit 2024-09-17T08:45:47.609334+0000 mgr.smithi081.loqrpe (mgr.14197) 405 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:48.500 INFO:teuthology.orchestra.run.smithi081.stderr:RTNETLINK answers: Cannot assign requested address 2024-09-17T08:45:48.501 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-17T08:45:48.502 INFO:tasks.vip:Removing 10.0.15.160 (and any VIPs) on smithi160.front.sepia.ceph.com iface enp3s0f1... 2024-09-17T08:45:48.502 DEBUG:teuthology.orchestra.run.smithi160:> sudo ip addr del 10.0.15.160/16 dev enp3s0f1 2024-09-17T08:45:48.518 DEBUG:teuthology.orchestra.run.smithi160:> sudo ip addr del 10.0.31.81/16 dev enp3s0f1 2024-09-17T08:45:48.573 INFO:teuthology.orchestra.run.smithi160.stderr:RTNETLINK answers: Cannot assign requested address 2024-09-17T08:45:48.574 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-17T08:45:48.575 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-17T08:45:48.585 INFO:tasks.cephadm:Teardown begin 2024-09-17T08:45:48.585 DEBUG:teuthology.orchestra.run.smithi081:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T08:45:48.600 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T08:45:48.630 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-17T08:45:48.630 DEBUG:teuthology.orchestra.run.smithi081:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T08:45:48.649 DEBUG:teuthology.orchestra.run.smithi160:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T08:45:48.677 INFO:tasks.cephadm:Stopping all daemons... 2024-09-17T08:45:48.678 INFO:tasks.cephadm.mon.smithi081:Stopping mon.smithi081... 2024-09-17T08:45:48.678 DEBUG:teuthology.orchestra.run.smithi081:> sudo systemctl stop ceph-6889c766-74cf-11ef-bceb-c7b262605968@mon.smithi081 2024-09-17T08:45:48.721 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:48 smithi160 bash[25433]: audit 2024-09-17T08:45:47.449649+0000 mon.smithi081 (mon.0) 981 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:45:48.721 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:48 smithi160 bash[25433]: audit 2024-09-17T08:45:47.455535+0000 mon.smithi081 (mon.0) 982 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:45:48.721 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:48 smithi160 bash[25433]: audit 2024-09-17T08:45:47.456383+0000 mon.smithi081 (mon.0) 983 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:45:48.721 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:48 smithi160 bash[25433]: audit 2024-09-17T08:45:47.457011+0000 mon.smithi081 (mon.0) 984 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:45:48.721 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:48 smithi160 bash[25433]: cluster 2024-09-17T08:45:47.458818+0000 mgr.smithi081.loqrpe (mgr.14197) 403 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:48.721 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:48 smithi160 bash[25433]: cluster 2024-09-17T08:45:47.459040+0000 mgr.smithi081.loqrpe (mgr.14197) 404 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 583 KiB data, 263 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:48.721 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:48 smithi160 bash[25433]: audit 2024-09-17T08:45:47.462887+0000 mon.smithi081 (mon.0) 985 : audit [INF] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' 2024-09-17T08:45:48.721 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:48 smithi160 bash[25433]: audit 2024-09-17T08:45:47.465529+0000 mon.smithi081 (mon.0) 986 : audit [DBG] from='mgr.14197 172.21.15.81:0/4252969247' entity='mgr.smithi081.loqrpe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:45:48.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:48 smithi160 bash[25433]: audit 2024-09-17T08:45:47.609334+0000 mgr.smithi081.loqrpe (mgr.14197) 405 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:48.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:48 smithi081 systemd[1]: Stopping Ceph mon.smithi081 for 6889c766-74cf-11ef-bceb-c7b262605968... 2024-09-17T08:45:48.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:48 smithi081 bash[19989]: debug 2024-09-17T08:45:48.820+0000 7fcd22150640 -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 2024-09-17T08:45:48.989 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:48 smithi081 bash[19989]: debug 2024-09-17T08:45:48.820+0000 7fcd22150640 -1 mon.smithi081@0(leader) e2 *** Got Signal Terminated *** 2024-09-17T08:45:49.760 INFO:journalctl@ceph.mon.smithi081.smithi081.stdout:Sep 17 08:45:49 smithi081 bash[75470]: ceph-6889c766-74cf-11ef-bceb-c7b262605968-mon-smithi081 2024-09-17T08:45:49.764 DEBUG:teuthology.orchestra.run.smithi081:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6889c766-74cf-11ef-bceb-c7b262605968@mon.smithi081.service' 2024-09-17T08:45:49.806 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T08:45:49.806 INFO:tasks.cephadm.mon.smithi081:Stopped mon.smithi081 2024-09-17T08:45:49.806 INFO:tasks.cephadm.mon.smithi160:Stopping mon.smithi160... 2024-09-17T08:45:49.806 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-6889c766-74cf-11ef-bceb-c7b262605968@mon.smithi160 2024-09-17T08:45:50.215 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:49 smithi160 systemd[1]: Stopping Ceph mon.smithi160 for 6889c766-74cf-11ef-bceb-c7b262605968... 2024-09-17T08:45:50.215 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:49 smithi160 bash[25433]: debug 2024-09-17T08:45:49.963+0000 7f471daa2640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi160 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-17T08:45:50.216 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 17 08:45:49 smithi160 bash[25433]: debug 2024-09-17T08:45:49.963+0000 7f471daa2640 -1 mon.smithi160@1(peon) e2 *** Got Signal Terminated *** 2024-09-17T08:45:50.794 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6889c766-74cf-11ef-bceb-c7b262605968@mon.smithi160.service' 2024-09-17T08:45:50.830 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T08:45:50.831 INFO:tasks.cephadm.mon.smithi160:Stopped mon.smithi160 2024-09-17T08:45:50.831 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6889c766-74cf-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T08:45:50.950 INFO:teuthology.orchestra.run.smithi081.stdout:Deleting cluster with fsid: 6889c766-74cf-11ef-bceb-c7b262605968 2024-09-17T08:46:49.097 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6889c766-74cf-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T08:46:49.217 INFO:teuthology.orchestra.run.smithi160.stdout:Deleting cluster with fsid: 6889c766-74cf-11ef-bceb-c7b262605968 2024-09-17T08:47:44.177 DEBUG:teuthology.orchestra.run.smithi081:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T08:47:44.192 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T08:47:44.204 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-17T08:47:44.206 DEBUG:teuthology.misc:Transferring archived files from smithi081:/var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908220/remote/smithi081/crash 2024-09-17T08:47:44.207 DEBUG:teuthology.orchestra.run.smithi081:> sudo tar c -f - -C /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/crash -- . 2024-09-17T08:47:44.246 INFO:teuthology.orchestra.run.smithi081.stderr:tar: /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T08:47:44.247 INFO:teuthology.orchestra.run.smithi081.stderr:tar: Error is not recoverable: exiting now 2024-09-17T08:47:44.249 DEBUG:teuthology.misc:Transferring archived files from smithi160:/var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908220/remote/smithi160/crash 2024-09-17T08:47:44.250 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/crash -- . 2024-09-17T08:47:44.261 INFO:teuthology.orchestra.run.smithi160.stderr:tar: /var/lib/ceph/6889c766-74cf-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T08:47:44.261 INFO:teuthology.orchestra.run.smithi160.stderr:tar: Error is not recoverable: exiting now 2024-09-17T08:47:44.262 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-17T08:47:44.263 DEBUG:teuthology.orchestra.run.smithi081:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/6889c766-74cf-11ef-bceb-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v CEPHADM_DAEMON_PLACE_FAIL | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-17T08:47:44.303 INFO:teuthology.orchestra.run.smithi081.stderr:grep: /var/log/ceph/6889c766-74cf-11ef-bceb-c7b262605968/ceph.log: No such file or directory 2024-09-17T08:47:44.305 INFO:tasks.cephadm:Compressing logs... 2024-09-17T08:47:44.305 DEBUG:teuthology.orchestra.run.smithi081:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T08:47:44.353 DEBUG:teuthology.orchestra.run.smithi160:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T08:47:44.362 INFO:teuthology.orchestra.run.smithi081.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-17T08:47:44.365 INFO:teuthology.orchestra.run.smithi160.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-17T08:47:46.379 INFO:tasks.cephadm:Archiving logs... 2024-09-17T08:47:46.379 DEBUG:teuthology.misc:Transferring archived files from smithi081:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908220/remote/smithi081/log 2024-09-17T08:47:46.380 DEBUG:teuthology.orchestra.run.smithi081:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T08:47:46.650 DEBUG:teuthology.misc:Transferring archived files from smithi160:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908220/remote/smithi160/log 2024-09-17T08:47:46.651 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T08:47:46.858 INFO:tasks.cephadm:Removing cluster... 2024-09-17T08:47:46.859 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6889c766-74cf-11ef-bceb-c7b262605968 --force 2024-09-17T08:47:46.979 INFO:teuthology.orchestra.run.smithi081.stdout:Deleting cluster with fsid: 6889c766-74cf-11ef-bceb-c7b262605968 2024-09-17T08:47:48.114 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6889c766-74cf-11ef-bceb-c7b262605968 --force 2024-09-17T08:47:48.232 INFO:teuthology.orchestra.run.smithi160.stdout:Deleting cluster with fsid: 6889c766-74cf-11ef-bceb-c7b262605968 2024-09-17T08:47:49.367 INFO:tasks.cephadm:Removing cephadm ... 2024-09-17T08:47:49.367 DEBUG:teuthology.orchestra.run.smithi081:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T08:47:49.373 DEBUG:teuthology.orchestra.run.smithi160:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T08:47:49.379 INFO:tasks.cephadm:Teardown complete 2024-09-17T08:47:49.379 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-09-17T08:47:49.389 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi081:/dev/vg_nvme/lv_1... 2024-09-17T08:47:49.389 DEBUG:teuthology.orchestra.run.smithi081:> sudo nvme disconnect -n lv_1 2024-09-17T08:47:49.680 INFO:teuthology.orchestra.run.smithi081.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-09-17T08:47:49.681 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:47:49.681 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi081:/dev/vg_nvme/lv_2... 2024-09-17T08:47:49.681 DEBUG:teuthology.orchestra.run.smithi081:> sudo nvme disconnect -n lv_2 2024-09-17T08:47:49.968 INFO:teuthology.orchestra.run.smithi081.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-09-17T08:47:49.969 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:47:49.969 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi081:/dev/vg_nvme/lv_3... 2024-09-17T08:47:49.970 DEBUG:teuthology.orchestra.run.smithi081:> sudo nvme disconnect -n lv_3 2024-09-17T08:47:50.236 INFO:teuthology.orchestra.run.smithi081.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-09-17T08:47:50.237 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:47:50.237 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi081:/dev/vg_nvme/lv_4... 2024-09-17T08:47:50.237 DEBUG:teuthology.orchestra.run.smithi081:> sudo nvme disconnect -n lv_4 2024-09-17T08:47:50.504 INFO:teuthology.orchestra.run.smithi081.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-09-17T08:47:50.505 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:47:50.506 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-09-17T08:47:50.506 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/scratch_devs 2024-09-17T08:47:50.520 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi160:/dev/vg_nvme/lv_1... 2024-09-17T08:47:50.520 DEBUG:teuthology.orchestra.run.smithi160:> sudo nvme disconnect -n lv_1 2024-09-17T08:47:50.805 INFO:teuthology.orchestra.run.smithi160.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-09-17T08:47:50.806 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:47:50.807 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi160:/dev/vg_nvme/lv_2... 2024-09-17T08:47:50.807 DEBUG:teuthology.orchestra.run.smithi160:> sudo nvme disconnect -n lv_2 2024-09-17T08:47:51.069 INFO:teuthology.orchestra.run.smithi160.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-09-17T08:47:51.071 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:47:51.071 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi160:/dev/vg_nvme/lv_3... 2024-09-17T08:47:51.071 DEBUG:teuthology.orchestra.run.smithi160:> sudo nvme disconnect -n lv_3 2024-09-17T08:47:51.309 INFO:teuthology.orchestra.run.smithi160.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-09-17T08:47:51.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:47:51.311 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi160:/dev/vg_nvme/lv_4... 2024-09-17T08:47:51.311 DEBUG:teuthology.orchestra.run.smithi160:> sudo nvme disconnect -n lv_4 2024-09-17T08:47:51.581 INFO:teuthology.orchestra.run.smithi160.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-09-17T08:47:51.582 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:47:51.583 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-17T08:47:51.583 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/scratch_devs 2024-09-17T08:47:51.596 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-17T08:47:51.608 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-17T08:47:51.608 DEBUG:teuthology.orchestra.run.smithi081:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T08:47:51.610 DEBUG:teuthology.orchestra.run.smithi160:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T08:47:51.621 INFO:teuthology.orchestra.run.smithi081.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T08:47:51.621 INFO:teuthology.orchestra.run.smithi081.stdout:============================================================================== 2024-09-17T08:47:51.621 INFO:teuthology.orchestra.run.smithi081.stdout:*hv01.front.sepi 67.205.162.81 3 u 50 64 377 0.091 -4.682 2.312 2024-09-17T08:47:51.621 INFO:teuthology.orchestra.run.smithi081.stdout:+hv02.front.sepi 96.245.170.99 3 u 53 64 377 0.076 +1.889 3.067 2024-09-17T08:47:51.621 INFO:teuthology.orchestra.run.smithi081.stdout:+hv03.front.sepi 74.6.168.72 3 u 54 64 377 0.077 -3.928 2.344 2024-09-17T08:47:51.621 INFO:teuthology.orchestra.run.smithi081.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-09-17T08:47:51.647 INFO:teuthology.orchestra.run.smithi160.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T08:47:51.647 INFO:teuthology.orchestra.run.smithi160.stdout:============================================================================== 2024-09-17T08:47:51.647 INFO:teuthology.orchestra.run.smithi160.stdout:*hv01.front.sepi 67.205.162.81 3 u 57 64 377 0.083 -1.885 1.132 2024-09-17T08:47:51.647 INFO:teuthology.orchestra.run.smithi160.stdout:+hv02.front.sepi 96.245.170.99 3 u 60 64 377 0.069 +2.338 1.707 2024-09-17T08:47:51.647 INFO:teuthology.orchestra.run.smithi160.stdout:+hv03.front.sepi 74.6.168.72 3 u 49 64 377 0.105 -4.399 1.144 2024-09-17T08:47:51.647 INFO:teuthology.orchestra.run.smithi160.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-09-17T08:47:51.648 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-17T08:47:51.658 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-17T08:47:51.659 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-17T08:47:51.668 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-17T08:47:51.678 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-17T08:47:51.689 INFO:teuthology.task.internal:Duration was 1365.746922 seconds 2024-09-17T08:47:51.689 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-17T08:47:51.700 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-17T08:47:51.700 DEBUG:teuthology.orchestra.run.smithi081:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T08:47:51.702 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T08:47:51.739 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-17T08:47:51.739 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi081.front.sepia.ceph.com 2024-09-17T08:47:51.740 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 2024-09-17T08:47:51.793 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi160.front.sepia.ceph.com 2024-09-17T08:47:51.793 DEBUG:teuthology.orchestra.run.smithi160:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-17T08:47:51.803 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-17T08:47:51.803 DEBUG:teuthology.orchestra.run.smithi081:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T08:47:51.837 DEBUG:teuthology.orchestra.run.smithi160:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T08:47:51.883 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-17T08:47:51.883 DEBUG:teuthology.orchestra.run.smithi081:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T08:47:51.929 DEBUG:teuthology.orchestra.run.smithi160:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T08:47:52.044 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-17T08:47:52.056 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-17T08:47:52.056 DEBUG:teuthology.orchestra.run.smithi081:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T08:47:52.066 DEBUG:teuthology.orchestra.run.smithi160:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T08:47:52.079 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-17T08:47:52.127 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 2024-09-17T08:47:52.129 DEBUG:teuthology.orchestra.run.smithi160:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-17T08:47:52.139 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern = core 2024-09-17T08:47:52.141 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern = core 2024-09-17T08:47:52.169 DEBUG:teuthology.orchestra.run.smithi081:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T08:47:52.211 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:47:52.212 DEBUG:teuthology.orchestra.run.smithi160:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T08:47:52.217 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:47:52.218 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-17T08:47:52.229 INFO:teuthology.task.internal:Transferring archived files... 2024-09-17T08:47:52.230 DEBUG:teuthology.misc:Transferring archived files from smithi081:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908220/remote/smithi081 2024-09-17T08:47:52.230 DEBUG:teuthology.orchestra.run.smithi081:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T08:47:52.280 DEBUG:teuthology.misc:Transferring archived files from smithi160:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908220/remote/smithi160 2024-09-17T08:47:52.280 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T08:47:52.303 INFO:teuthology.task.internal:Removing archive directory... 2024-09-17T08:47:52.303 DEBUG:teuthology.orchestra.run.smithi081:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T08:47:52.316 DEBUG:teuthology.orchestra.run.smithi160:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T08:47:52.349 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-17T08:47:52.362 INFO:teuthology.task.internal:Not uploading archives. 2024-09-17T08:47:52.362 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-17T08:47:52.373 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-17T08:47:52.373 DEBUG:teuthology.orchestra.run.smithi081:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T08:47:52.375 DEBUG:teuthology.orchestra.run.smithi160:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T08:47:52.379 INFO:teuthology.orchestra.run.smithi081.stdout: 655474 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 08:47 /home/ubuntu/cephtest 2024-09-17T08:47:52.397 INFO:teuthology.orchestra.run.smithi160.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 08:47 /home/ubuntu/cephtest 2024-09-17T08:47:52.399 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-17T08:47:52.410 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-17T08:47:52.434 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} duration: 1365.746922492981 owner: scheduled_teuthology@teuthology success: true 2024-09-17T08:47:52.434 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T08:47:52.519 INFO:teuthology.run:pass